This release adds TypeScript type definitions for the plugin itself. This is useful when you use TypeScript to check your ESLint configuration. It assumes that you install @types/eslint yourself. Thanks to @Logicer16!
Version 12.0.0 (2024-02-10)
This release removes the support for import assignments added in version 11.0.0:
Turns out it was broken in some cases.
The suggested fix went past my complexity tolerance for such an esoteric feature.
I also learned that they aren’t really imports, and that I don’t understand their semantics well enough to know how sorting them affects your program.
If you miss the support for import assignments, I suggest you write your own ESLint rule which moves them out of the way from the actual imports, sorting them or not.
Version 11.0.0 (2024-02-08)
This release adds support for TypeScript import assignments (import A = B.C and import A = require("module")). Thanks to Szabolcs Kurdi (@szku01) and Svyatoslav Zaytsev (@MillerSvt)!
It’s only a breaking change if you use TypeScript import assignments, and only in the form that you need to autofix your files.
In other news, this release adds the meta plugin property in preparation for ESLint Flat Config, and avoids the deprecated context.getSourceCode() method (while still being backwards compatible).
#711aaba61f Thanks @ota-meshi! - fix: flat config would cause an error with non-svelte files
#690e84397d Thanks @sdarnell! - Added prefer option to prefer-class-directive rule ('always' or 'empty'). The default is now 'empty' which is a slight relaxation of the rule.
Bumps the lint group with 9 updates in the / directory:
6.19.1
7.8.0
6.19.1
7.8.0
8.56.0
9.1.1
16.6.2
17.3.1
10.0.0
12.1.0
2.35.1
2.38.0
1.4.0
1.5.0
3.2.4
3.2.5
3.1.2
3.2.3
Updates
@typescript-eslint/eslint-plugin
from 6.19.1 to 7.8.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
ee677f6
chore(release): publish 7.8.08127873
fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)216d1b0
fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)51d2193
fix(eslint-plugin): [consistent-type-assertions] handle tagged templates (#8993)4bed24d
fix(eslint-plugin): [prefer-optional-chain] suggests optional chaining during...b0f7aa4
fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)219b841
chore: resolve lint issues on main branch (#8966)3e19436
chore(release): publish 7.7.1b2552ca
fix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion ...fdeba42
fix(eslint-plugin): [no-for-in-array] refine report location (#8874)Updates
@typescript-eslint/parser
from 6.19.1 to 7.8.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
ee677f6
chore(release): publish 7.8.03e19436
chore(release): publish 7.7.1e44a1a2
chore(release): publish 7.7.0e1db872
chore(release): publish 7.6.0a6ab2cb
feat: bump npm dependency ranges (#8860)a14ba9d
chore(release): publish 7.5.0ecb6b55
docs: add homepage (#8742)d5615d7
fix(parser): disallowerrorOnTypeScriptSyntacticAndSemanticIssues
(#8784)5d24691
chore(release): publish 7.4.0e408b93
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...Updates
eslint
from 8.56.0 to 9.1.1Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
b4d2512
9.1.1ef36aa4
Build: changelog update for 9.1.1a26b402
fix: use@eslint/create-config
latest (#18373)b78d831
9.1.0e4d9c92
Build: changelog update for 9.1.0d9a2983
chore: upgrade@eslint/js
to v9.1.1 (#18367)03068f1
feat: Provide helpful error message for nullish configs (#18357)50d406d
chore: package.json update for@eslint/js
release8d18958
fix: Remove name from eslint/js packages (#18368)155c71c
chore: package.json update for@eslint/js
releaseUpdates
eslint-plugin-n
from 16.6.2 to 17.3.1Release notes
Sourced from eslint-plugin-n's releases.
... (truncated)
Commits
8bab07b
Release 17.3.1caecf3e
Revert "fix: unsupported-features/node-builtins-modules range compare" (#254)d8d8454
chore(master): release 17.3.0 (#247)d50ae85
fix: unsupported-features/node-builtins-modules range compare (#252)eb11b5b
chore: upgrade globals v15 (#241)2ecee79
feat: More es-syntax deprecations (#249)8d711f5
chore: update outdated funding (#246)bad971c
chore(master): release 17.2.1 (#239)6581979
fix(unsupported-features): Improve URL module (#244)a0b45ee
chore: update dependency@typescript-eslint/typescript-estree
to v7 (#236)Updates
eslint-plugin-simple-import-sort
from 10.0.0 to 12.1.0Changelog
Sourced from eslint-plugin-simple-import-sort's changelog.
Commits
61c4674
eslint-plugin-simple-import-sort v12.1.03b0f491
Add types (#164)f206644
Bump vite from 5.1.1 to 5.2.8 (#162)f5dc379
Add 2024 to LICENSEa562d8d
Merge pull request #159 from lydell/updatesbcf8a3f
Enable more vitest ESLint rules164c4d6
Test import attributes instead of deprecated import assertions80867d1
Dogfood the rule on the test folder67bd361
Update everything, switch to Vitest611d87b
eslint-plugin-simple-import-sort v12.0.0Updates
eslint-plugin-svelte
from 2.35.1 to 2.38.0Release notes
Sourced from eslint-plugin-svelte's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-svelte's changelog.
:tada: This PR is included in version 5.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: