Skip to content

Commit 9dc01ec

Browse files
committed
Add CHANGELOG for change in behavior to eslint-plugin rule enforcement
1 parent 42501df commit 9dc01ec

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

packages/eslint-plugin/CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
## Unreleased
44

5+
### Breaking CHanges
6+
7+
- Updated recommended ruleset to enforce [`import/no-unresolved`](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-unresolved.md) for `@wordpress/` packages. These packages were previously exempted from the rule.
8+
59
## 22.21.0 (2025-11-12)
610

711
### Enhancements
812

9-
- Disabled `import/no-unresolved`, `import/default`, and `import/named` checks for TypeScript files when TypeScript is installed, since these issues are [already checked by TypeScript](https://typescript-eslint.io/troubleshooting/typed-linting/performance/).
10-
- Improved resolution behavior to support modern package export semantics by updating default import resolver to [`eslint-import-resolver-typescript`](https://www.npmjs.com/package/eslint-import-resolver-typescript), including for non-TypeScript files.
13+
- Disabled `import/no-unresolved`, `import/default`, and `import/named` checks for TypeScript files when TypeScript is installed, since these issues are [already checked by TypeScript](https://typescript-eslint.io/troubleshooting/typed-linting/performance/).
14+
- Improved resolution behavior to support modern package export semantics by updating default import resolver to [`eslint-import-resolver-typescript`](https://www.npmjs.com/package/eslint-import-resolver-typescript), including for non-TypeScript files.
1115

1216
## 22.20.0 (2025-10-29)
1317

@@ -27,9 +31,9 @@
2731

2832
### Enhancements
2933

30-
- Added stricter ESLint checks for translator comments.
31-
- Supports unnamed (%s, %d, %f), positional (%1$s, etc.) and named placeholders.
32-
- Flags missing and extra/outdated placeholders.
34+
- Added stricter ESLint checks for translator comments.
35+
- Supports unnamed (%s, %d, %f), positional (%1$s, etc.) and named placeholders.
36+
- Flags missing and extra/outdated placeholders.
3337

3438
## 22.12.0 (2025-06-25)
3539

0 commit comments

Comments
 (0)