Sourced from @typescript-eslint/eslint-plugin
's
releases.
v8.12.2
8.12.2 (2024-10-29)
🩹 Fixes
- eslint-plugin: [switch-exhaustiveness-check] invert
considerDefaultExhaustiveForUnions
(#10223)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.12.1
8.12.1 (2024-10-28)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)
- eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
- eslint-plugin: [switch-exhaustiveness-check] add considerDefaultExhaustiveForUnions option (#9954)
- eslint-plugin: [no-base-to-string] handle String() (#10005)
- typescript-eslint: improve undefined extension handling (#10177)
🩹 Fixes
- eslint-plugin: [no-unsafe-return] don't reiterate through all type parts for each part (#10203)
- website: enable
noImplicitAny
(#10175)- rule-tester: use cwd option to set base path for tests with file name (#10201)
❤️ Thank You
- Abraham Guo
- Dave
@reduckted
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- Maxim Stykow
@mstykow
- Terry Fu
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v8.12.0
See https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.12.1
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
8.12.2 (2024-10-29)
🩹 Fixes
- eslint-plugin: [switch-exhaustiveness-check] invert
considerDefaultExhaustiveForUnions
(#10223)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
8.12.1 (2024-10-28)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.12.0 (2024-10-28)
🚀 Features
- eslint-plugin: [no-base-to-string] handle String() (#10005)
- eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#9954)
- eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
- eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)
❤️ Thank You
- Abraham Guo
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
4af866a
chore(release): publish 8.12.2cc7177c
fix(eslint-plugin): [switch-exhaustiveness-check] invert
`considerDefaultExha...1edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.0ac18749
feat(eslint-plugin): [no-base-to-string] handle String() (#10005)3c8978d
feat(eslint-plugin): [switch-exhaustiveness-check] add
allowDefaultCaseMatchU...af4743f
test(eslint-plugin): fix a typo in a test, causing it to test the
error
typ...9c956ee
feat(eslint-plugin): [consistent-indexed-object-style] report mapped
types (#...e765033
feat(eslint-plugin): [prefer-nullish-coalescing] add support for
assignment e...Sourced from @typescript-eslint/parser
's
releases.
v8.12.2
8.12.2 (2024-10-29)
🩹 Fixes
- eslint-plugin: [switch-exhaustiveness-check] invert
considerDefaultExhaustiveForUnions
(#10223)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.12.1
8.12.1 (2024-10-28)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)
- eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
- eslint-plugin: [switch-exhaustiveness-check] add considerDefaultExhaustiveForUnions option (#9954)
- eslint-plugin: [no-base-to-string] handle String() (#10005)
- typescript-eslint: improve undefined extension handling (#10177)
🩹 Fixes
- eslint-plugin: [no-unsafe-return] don't reiterate through all type parts for each part (#10203)
- website: enable
noImplicitAny
(#10175)- rule-tester: use cwd option to set base path for tests with file name (#10201)
❤️ Thank You
- Abraham Guo
- Dave
@reduckted
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- Maxim Stykow
@mstykow
- Terry Fu
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v8.12.0
See https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.12.1
Sourced from @typescript-eslint/parser
's
changelog.
8.12.2 (2024-10-29)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.12.1 (2024-10-28)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.12.0 (2024-10-28)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
4af866a
chore(release): publish 8.12.21edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.0Sourced from eslint-plugin-import-x's releases.
v4.4.0
Minor Changes
- #169
9c58269
Thanks@teidesu
! - Add new rule optioncheckTypedImports
forextensions
, backports import-js/eslint-plugin-import#2817Patch Changes
#171
9715220
Thanks@SukkaW
! - Perf: avoid regexp during parser choosing#171
9715220
Thanks@SukkaW
! - Add extra guard for ruleno-named-as-default
. A few guards are borrowed from import-js/eslint-plugin-import#3032, but we don't sync the rest of changes from upstream since we have already implemented a way more performant check.#171
9715220
Thanks@SukkaW
! - More test cases forno-named-export
andno-defualt-export
rule specifically with non-modulesourceType
#171
9715220
Thanks@SukkaW
! - Fixexport
when there is only oneTSDeclareFunction
(import-js/eslint-plugin-import#3065)#171
9715220
Thanks@SukkaW
! - PreventExportMap
's cache is being tainted by incompatible parser (e.g. oldbabel-eslint
). The cache is now skipped w/ incompatible parsers, which might introduce performance impacts only for those who are using incompatible parsers. (import-js/eslint-plugin-import#3062)#171
9715220
Thanks@SukkaW
! - Docs: fix a few typos here and there#168
5de039c
Thanks@hyoban
! - Fixes un-ts/eslint-plugin-import-x#167, theno-duplicates
rule now allows co-existing inline type imports and namespace imports.#171
9715220
Thanks@SukkaW
! - Properly fix espree parser w/ ESLint Flat Config
Sourced from eslint-plugin-import-x's changelog.
4.4.0
Minor Changes
- #169
9c58269
Thanks@teidesu
! - Add new rule optioncheckTypedImports
forextensions
, backports import-js/eslint-plugin-import#2817Patch Changes
#171
9715220
Thanks@SukkaW
! - Perf: avoid regexp during parser choosing#171
9715220
Thanks@SukkaW
! - Add extra guard for ruleno-named-as-default
. A few guards are borrowed from import-js/eslint-plugin-import#3032, but we don't sync the rest of changes from upstream since we have already implemented a way more performant check.#171
9715220
Thanks@SukkaW
! - More test cases forno-named-export
andno-defualt-export
rule specifically with non-modulesourceType
#171
9715220
Thanks@SukkaW
! - Fixexport
when there is only oneTSDeclareFunction
(import-js/eslint-plugin-import#3065)#171
9715220
Thanks@SukkaW
! - PreventExportMap
's cache is being tainted by incompatible parser (e.g. oldbabel-eslint
). The cache is now skipped w/ incompatible parsers, which might introduce performance impacts only for those who are using incompatible parsers. (import-js/eslint-plugin-import#3062)#171
9715220
Thanks@SukkaW
! - Docs: fix a few typos here and there#168
5de039c
Thanks@hyoban
! - Fixes un-ts/eslint-plugin-import-x#167, theno-duplicates
rule now allows co-existing inline type imports and namespace imports.#171
9715220
Thanks@SukkaW
! - Properly fix espree parser w/ ESLint Flat Config
Sourced from eslint-plugin-n's releases.
v17.12.0
17.12.0 (2024-10-30)
🌟 Features
- no-unsupported: Support node 23.0.0 and 22.10.0 (#358) (0fd0350)
- no-unsupported: Support node 23.1.0 (#370) (06d60ae)
🩹 Fixes
- no-unsupported:
getCallSite
is experimental (#363) (d15c63a)- no-unsupported: support missing
process.features
(#362) (9552a4a)- update dependencies (#365) (bf34ca5)
🧹 Chores
Sourced from eslint-plugin-n's changelog.
17.12.0 (2024-10-30)
🌟 Features
- no-unsupported: Support node 23.0.0 and 22.10.0 (#358) (0fd0350)
- no-unsupported: Support node 23.1.0 (#370) (06d60ae)
🩹 Fixes
- no-unsupported:
getCallSite
is experimental (#363) (d15c63a)- no-unsupported: support missing
process.features
(#362) (9552a4a)- update dependencies (#365) (bf34ca5)
🧹 Chores
c78b370
chore(master): release 17.12.0 (#361)18cdd53
refactor: Improve typescript types and strictness (#367)06d60ae
feat(no-unsupported): Support node 23.1.0 (#370)aee5d96
ci: Add node 23 to ci workflows (#368)bf34ca5
fix: update dependencies (#365)d15c63a
fix(no-unsupported): getCallSite
is experimental (#363)9552a4a
fix(no-unsupported): support missing process.features
(#362)0fd0350
feat(no-unsupported): Support node 23.0.0 and 22.10.0 (#358)Sourced from typescript-eslint's releases.
v8.12.2
8.12.2 (2024-10-29)
🩹 Fixes
- eslint-plugin: [switch-exhaustiveness-check] invert
considerDefaultExhaustiveForUnions
(#10223)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.12.1
8.12.1 (2024-10-28)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)
- eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
- eslint-plugin: [switch-exhaustiveness-check] add considerDefaultExhaustiveForUnions option (#9954)
- eslint-plugin: [no-base-to-string] handle String() (#10005)
- typescript-eslint: improve undefined extension handling (#10177)
🩹 Fixes
- eslint-plugin: [no-unsafe-return] don't reiterate through all type parts for each part (#10203)
- website: enable
noImplicitAny
(#10175)- rule-tester: use cwd option to set base path for tests with file name (#10201)
❤️ Thank You
- Abraham Guo
- Dave
@reduckted
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- Maxim Stykow
@mstykow
- Terry Fu
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v8.12.0
See https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.12.1
Sourced from typescript-eslint's changelog.
8.12.2 (2024-10-29)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.12.1 (2024-10-28)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.12.0 (2024-10-28)
🚀 Features
- typescript-eslint: improve undefined extension handling (#10177)
❤️ Thank You
- Maxim Stykow
@mstykow
You can read about our versioning strategy and releases on our website.