Note for eslint plugin authors and other API consumers
TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.
Bug Fixes
typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)
eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#7705) (155aa1f)
eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706) (f151b26)
eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806) (a034d0a), closes #7768
utils: add missing fields to flat config types (#7933) (533861a)
utils: allow string processor in flat config (024ed9e)
eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#7705) (155aa1f)
eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706) (f151b26)
eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806) (a034d0a), closes #7768
Features
[member-ordering] add accessor support for member-ordering (#7927) (3c8312d)
Note for eslint plugin authors and other API consumers
TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.
Bug Fixes
typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)
eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#7705) (155aa1f)
eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706) (f151b26)
eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806) (a034d0a), closes #7768
utils: add missing fields to flat config types (#7933) (533861a)
utils: allow string processor in flat config (024ed9e)
Bumps the dev-dependencies group with 11 updates:
29.5.5
29.5.11
20.8.2
20.10.4
17.0.26
17.0.32
6.7.4
6.13.2
6.7.4
6.13.2
8.50.0
8.55.0
2.28.1
2.29.0
13.3.3
13.4.0
10.9.1
10.9.2
5.2.2
5.3.3
2.3.2
2.3.4
Updates
@types/jest
from 29.5.5 to 29.5.11Commits
Updates
@types/node
from 20.8.2 to 20.10.4Commits
Updates
@types/yargs
from 17.0.26 to 17.0.32Commits
Updates
@typescript-eslint/eslint-plugin
from 6.7.4 to 6.13.2Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
cc2c6d3
chore: publish v6.13.237f34f4
docs: add 'When Not To Use It' or an intentional omission notice on all rules...96abf18
chore: finish enabling no-unnecessary-condition internally (#8004)4dae083
chore: prefix all nx package scripts with npx (#7988)14f3ff0
chore: publish v6.13.139c437a
chore: publish v6.13.09093e95
chore: publish v6.12.02e535b8
chore(deps): update dependency prettier to v3.1.0 (#7938)4cfcd45
feat(eslint-plugin): [switch-exhaustiveness-check] add requireDefaultForNonUn...155aa1f
fix(eslint-plugin): [class-methods-use-this] detect a problematic case for pr...Updates
@typescript-eslint/parser
from 6.7.4 to 6.13.2Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
cc2c6d3
chore: publish v6.13.24dae083
chore: prefix all nx package scripts with npx (#7988)14f3ff0
chore: publish v6.13.139c437a
chore: publish v6.13.09093e95
chore: publish v6.12.02e535b8
chore(deps): update dependency prettier to v3.1.0 (#7938)06496e2
chore: publish v6.11.075c1288
chore: publish v6.10.01e47294
chore: publish v6.9.1101563b
chore: publish v6.9.0Updates
eslint
from 8.50.0 to 8.55.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
e0cb960
8.55.0969b272
Build: changelog update for 8.55.0eb8950c
chore: upgrade@eslint/js
@8
.55.0 (#17811)93df384
chore: package.json update for@eslint/js
releasefe4b954
chore: upgrade@eslint/eslintrc
@2
.1.4 (#17799)8c9e6c1
feat: importNamePattern option in no-restricted-imports (#17721)83ece2a
docs: fix typo--rules
->--rule
(#17806)bd8911d
ci: pin Node.js 21.2.0 (#17809)b29a16b
chore: fix severalcli
tests to run in the intended flat config mode (#17797)fffca5c
docs: remove "Open in Playground" buttons for removed rules (#17791)Updates
eslint-plugin-import
from 2.28.1 to 2.29.0Release notes
Sourced from eslint-plugin-import's releases.
Changelog
Sourced from eslint-plugin-import's changelog.
Commits
6d34c88
Bump to 2.29.0ec6a8ea
[Refactor] usehasown
instead ofhas
78f50b8
[Deps] updatearray-includes
,array.prototype.findlastindex
, `array.proto...6d2540f
[resolvers/webpack] v0.13.830d61b6
[resolvers/webpack] [deps] updatearray.prototype.find
,is-core-module
, `...2c281d1
[resolvers/webpack] [refactor] usehasown
instead ofhas
66cb10f
[Fix]newline-after-import
: fixexactCount
withconsiderComments
false ...8705121
[New]newline-after-import
: new optionexactCount
and docs update6b95a02
[resolvers/webpack] v0.13.704e68a2
[resolvers/webpack] [fix] use thedirname
of theconfigPath
asbasedir
Updates
nock
from 13.3.3 to 13.4.0Release notes
Sourced from nock's releases.
Commits
617511f
feat: addcontext.query()
to nock back (#2553)36a13fd
docs(02_feature_request.yml): fix link (#2554)c5016a5
docs(01_bug_report.yml): fix link0b18d07
fix(typescript):filteringBodyRequest
(#2552)26bbb93
chore(deps-dev): bump semantic-release from 22.0.5 to 22.0.6d386f15
chore(deps-dev): bump@sinonjs/fake-timers
from 10.3.0 to 11.2.22b4f84f
chore(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 (#2550)26eac14
chore(deps): bump actions/setup-node from 3 to 4 (#2551)1d52210
test: move got tests into got folder (#2542)3fc5cc3
chore: Set permissions for GitHub actions (#2334)Updates
ts-node
from 10.9.1 to 10.9.2Release notes
Sourced from ts-node's releases.
Commits
057ac1b
10.9.2c8805d5
Update package lock99862f7
Bump swc dependencycdc4e88
Ignore test files in build schema08cdfb0
Backport swc fixes on main9639daa
Ignore test files in buildcc1a503
Fixtsconfig.json
not found with TS >= 5.3 (#2091)Updates
typescript
from 5.2.2 to 5.3.3Release notes
Sourced from typescript's releases.
Commits
63717cf
Bump version to 5.3.3 and LKG4c2afa7
🤖 Pick PR #56627 (Transpile jsdoc parsing mode) into release-5.3 (#56629)ba3d2b0
🤖 Pick PR #56434 (Fix support for intersections in te...) into release-5.3 (#...f3808c4
🤖 Pick PR #56504 (Fixed an issue in boolean compariso...) into release-5.3 (#...b4fe221
Cherry-pick #56489 into release-5.3 (#56490)f750eb3
Pick #56485 into release-5.3 (#56486)27047e3
Update LKG.d09b1bf
Pick #56449 into release-5.3 (#56451)e2a5d45
Update LKG.756efd2
Fixes for release-5.3. (#56424)Updates
yaml
from 2.3.2 to 2.3.4Release notes
Sourced from yaml's releases.
Commits
b7696fc
2.3.4Superseded by #481.