Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Create a report to help us improve.
title: ''
labels: 'Type: Bug'
assignees: ''

---

<!--
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project.
title: ''
labels: 'Type: Enhancement'
assignees: ''

---

<!-- NOTE: For help requests, support questions, or general feedback, please use the WordPress.org forums instead: https://wordpress.org/support/plugin/web-stories/ -->
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Tasks which do not involve engineering.
title: ''
labels: 'Type: Task'
assignees: ''

---

<!-- NOTE: For help requests, support questions, or general feedback, please use the WordPress.org forums instead: https://wordpress.org/support/plugin/web-stories/ -->
Expand Down
3 changes: 1 addition & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<!-- A brief description of what this PR does. -->


## User-facing changes

<!--
Expand All @@ -19,14 +18,14 @@ Write step-by-step test instructions aimed at non-tech-savvy users, even if the
-->

<!-- ignore-task-list-start -->

- [ ] This is a non-user-facing change and requires no QA
<!-- ignore-task-list-end -->

This PR can be tested by following these steps:

1.


## Reviews

### Does this PR have a security-related impact?
Expand Down
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ updates:
- 'babel-plugin-react-compiler'
oxlint:
patterns:
- 'oxlint'
- 'eslint-plugin-oxlint'
- 'oxlint'
- 'eslint-plugin-oxlint'
react-compiler:
patterns:
- '*-react-compiler'
- 'react-compiler-*'
- '*-react-compiler'
- 'react-compiler-*'
ignore:
# styled-components is not yet compatible.
- dependency-name: 'stylis-plugin-rtl'
Expand Down Expand Up @@ -83,12 +83,12 @@ updates:
# Needs manual update
- dependency-name: 'styled-components'
versions:
- '>= 6'
- '>= 6'

# Needs manual update
- dependency-name: 'eslint'
versions:
- '>= 9'
- '>= 9'

- package-ecosystem: composer
directory: '/'
Expand Down
7 changes: 7 additions & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
}
},
"rules": {
"accessor-pairs": "off",
"class-methods-use-this": "off",
"complexity": "off",
"default-case": "off",
"max-classes-per-file": "off",
"max-depth": "off",
Expand All @@ -37,14 +39,18 @@
"no-case-declarations": "off",
"no-else-return": "off",
"no-empty-function": "off",
"no-inline-comments": "off",
"no-multiple-resolved": "off",
"no-negated-condition": "off",
"no-param-reassign": "off",
"no-plusplus": "off",
"no-promise-executor-return": "off",
"no-shadow": "off",
"no-undef": "off",
"no-undefined": "off",
"no-unused-expressions": "off",
"no-unused-vars": "off",
"no-useless-return": "off",
"no-void": ["error", { "allowAsStatement": true }],
"no-warning-comments": "off",
"radix": "off",
Expand All @@ -59,6 +65,7 @@
"import/no-default-export": "off",
"import/no-named-as-default": "off",
"import/no-named-as-default-member": "off",
"import/no-relative-parent-imports": "off",
"import/no-unassigned-import": "off",
"import/unambiguous": "off",
"jest/no-conditional-in-test": "off",
Expand Down
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"plugins": ["@prettier/plugin-xml"],
"printWidth": 80,
"singleQuote": true,
"trailingComma": "es5",
Expand Down
2 changes: 1 addition & 1 deletion .wordpress-org/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# WordPress.org assets

These assets are used in the WordPress.org plugin directory. They will need to be synced with the plugin SVN repository whenever they change.
These assets are used in the WordPress.org plugin directory. They will need to be synced with the plugin SVN repository whenever they change.
Loading
Loading