Closed dependabot[bot] closed 1 month ago
Bumps the eslint group with 7 updates in the / directory:
7.4.0
8.6.0
8.57.0
9.11.0
6.8.0
6.10.0
10.4.1
10.5.0
7.34.1
7.36.1
4.6.0
4.6.2
Updates @typescript-eslint/eslint-plugin from 7.4.0 to 8.6.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v8.6.0 8.6.0 (2024-09-16) 🚀 Features add allow option for restrict-template-expressions (#8556) eslint-plugin: [no-unnecessary-condition] check switch cases (#9912) eslint-plugin: [no-misused-promises] check array predicate return (#9955) type-utils: isNullableType add Void logic (#9937) typescript-estree: disable plugin loading by default in project service (#9964) 🩹 Fixes eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969) eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978) eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977) eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940) typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989) ❤️ Thank You Abraham Guo auvred @auvred Josh Goldberg ✨ Kim Sang Du @developer-bandi YeonJuan @yeonjuan You can read about our versioning strategy and releases on our website. v8.5.0 8.5.0 (2024-09-09) 🚀 Features eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary | undefined for optional parameters (#9479) eslint-plugin: [no-unsafe-argument] differentiate error types (#9920) typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893) 🩹 Fixes deps: update dependency prism-react-renderer to v2.4.0 (#9943) eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898) eslint-plugin: [no-misused-promises] handle static method (#9951) eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900) eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921) ❤️ Thank You
allow
restrict-template-expressions
@auvred
@developer-bandi
@yeonjuan
You can read about our versioning strategy and releases on our website.
| undefined
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.6.0 (2024-09-16) 🚀 Features add allow option for restrict-template-expressions type-utils: isNullableType add Void logic eslint-plugin: [no-unnecessary-condition] check switch cases eslint-plugin: [no-misused-promises] check array predicate return 🩹 Fixes eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment eslint-plugin: [no-deprecated] report on deprecated properties with function-like types eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message ❤️ Thank You Abraham Guo auvred Josh Goldberg ✨ Kim Sang Du YeonJuan You can read about our versioning strategy and releases on our website. 8.5.0 (2024-09-09) 🚀 Features eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary ` eslint-plugin: [no-unsafe-argument] differentiate error types 🩹 Fixes eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer eslint-plugin: [no-misused-promises] handle static method
add allow option for restrict-template-expressions
type-utils: isNullableType add Void logic
eslint-plugin: [no-unnecessary-condition] check switch cases
eslint-plugin: [no-misused-promises] check array predicate return
eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice
eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment
eslint-plugin: [no-deprecated] report on deprecated properties with function-like types
eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message
eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `
eslint-plugin: [no-unsafe-argument] differentiate error types
eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer
eslint-plugin: [no-misused-promises] handle static method
343710e
454d37e
af92611
2a809e2
682299e
77e65df
c11ca06
2a956b2
9a80067
3710c9c
Updates @typescript-eslint/parser from 7.4.0 to 8.6.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
8.6.0 (2024-09-16) 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.5.0 (2024-09-09) 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.4.0 (2024-09-02) 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.3.0 (2024-08-26) 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.2.0 (2024-08-19) 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.1.0 (2024-08-12) 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.0.1 (2024-08-05) 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.0.0 (2024-07-31) 🚀 Features parser: always enable comment, loc, range, tokens typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService
This was a version bump only for parser to align it with other projects, there were no code changes.
parser: always enable comment, loc, range, tokens
typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService
4d31ebe
4bc801e
3920c93
2ad3404
unicorn/prefer-export-from
ef2eab1
9612d81
7440e14
382e87b
unicorn/prefer-node-protocol
243fb5f
Updates eslint from 8.57.0 to 9.11.0
eslint
Sourced from eslint's releases.
v9.11.0 Features ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然) c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas) 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti) 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson) a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta) Bug Fixes 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló) 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló) d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló) 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló) c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló) fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló) a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló) Documentation e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar) 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere) 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic) adcc50d docs: Update README (GitHub Actions Bot) 4edac1a docs: Update README (GitHub Actions Bot) Build Related 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic) Chores ca21a64 chore: upgrade @eslint/js@9.11.0 (#18927) (Milos Djermanovic) a10f90a chore: package.json update for @eslint/js release (Jenkins) e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas) 6d4484d chore: updates for v8.57.1 release (Jenkins) 71f37c5 refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca) 2c2805f chore: Add PR note to all templates (#18892) (Nicholas C. Zakas) 7b852ce refactor: use Directive class from @eslint/plugin-kit (#18884) (Milos Djermanovic) d594ddd chore: update dependency @eslint/core to ^0.6.0 (#18863) (renovate[bot]) 78b2421 chore: Update change.yml (#18882) (Nicholas C. Zakas) a416f0a chore: enable $ExpectType comments in .ts files (#18869) (Francesco Trotta) v9.10.0 Features 301b90d feat: Add types (#18854) (Nicholas C. Zakas) bcf0df5 feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm) 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#18836) (Brett Zamir) 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#18837) (Tanuj Kanti) c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#18754) (Tanuj Kanti) Documentation bee0e7a docs: update README (#18865) (Milos Djermanovic) 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#18857) (Milos Djermanovic)
ec30c73
Linter
c591da6
492eb8f
ImportSpecifier
id-length
19c6856
no-useless-constructor
a48f8c2
FormatterFunction
LoadedFormatter
5e5f39b
no-restricted-exports
8f630eb
no-param-reassign
d715781
no-extra-boolean-cast
2de5742
no-misleading-character-class
c153084
no-implicit-coercion
fa11b2e
no-empty-function
a0deed1
camelcase
e4e5709
prefer-object-has-own
91cbd18
59cfc0f
resultsMeta
adcc50d
4edac1a
959d360
ca21a64
@eslint/js
@9
a10f90a
e4e02cc
6d4484d
71f37c5
2c2805f
7b852ce
Directive
@eslint/plugin-kit
d594ddd
@eslint/core
78b2421
a416f0a
$ExpectType
301b90d
bcf0df5
45c18e1
requireFlag
require-unicode-regexp
183b459
no-invalid-regexp
c69b406
bee0e7a
5d80b59
ruleId
null
Sourced from eslint's changelog.
v9.11.0 - September 20, 2024 ca21a64 chore: upgrade @eslint/js@9.11.0 (#18927) (Milos Djermanovic) a10f90a chore: package.json update for @eslint/js release (Jenkins) 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló) e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar) 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló) d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló) e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas) ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然) c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas) 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere) 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic) 6d4484d chore: updates for v8.57.1 release (Jenkins) 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti) 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló) c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló) 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson) fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló) a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló) 71f37c5 refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca) 2c2805f chore: Add PR note to all templates (#18892) (Nicholas C. Zakas) 7b852ce refactor: use Directive class from @eslint/plugin-kit (#18884) (Milos Djermanovic) a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta) d594ddd chore: update dependency @eslint/core to ^0.6.0 (#18863) (renovate[bot]) 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic) 78b2421 chore: Update change.yml (#18882) (Nicholas C. Zakas) a416f0a chore: enable $ExpectType comments in .ts files (#18869) (Francesco Trotta) adcc50d docs: Update README (GitHub Actions Bot) 4edac1a docs: Update README (GitHub Actions Bot) v8.57.1 - September 16, 2024 140ec45 chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic) bcdfc04 chore: package.json update for @eslint/js release (Jenkins) 3f6ce8d chore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic) a19072f fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta) 04c7188 fix: Don't lint same file multiple times (#18899) (Francesco Trotta) 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#18898) (Francesco Trotta) 60a1267 fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic) 35d366a build: Support updates to previous major versions (#18870) (Milos Djermanovic) a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#18875) (Milos Djermanovic) 3836bb4 fix: do not crash on error in fs.walk filter (#18886) (Milos Djermanovic) 2dec349 fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic) 6a5add4 docs: v8.x Add EOL banner (#18744) (Amaresh S M) b034575 docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M) 760ef7d docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M) 428b7ea docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M) 9f07549 chore: ignore /docs/v8.x in link checker (#18660) (Milos Djermanovic) c68c07f docs: version selectors synchronization (#18265) (Milos Djermanovic)
v9.11.0 - September 20, 2024
v8.57.1 - September 16, 2024
140ec45
@8
bcdfc04
3f6ce8d
a19072f
04c7188
87ec3c4
__defineSetter__
60a1267
35d366a
a0dea8e
name
--no-ignore
3836bb4
fs.walk
2dec349
6a5add4
b034575
760ef7d
428b7ea
9f07549
/docs/v8.x
c68c07f
26baf40
4cc6637
Updates eslint-plugin-jsx-a11y from 6.8.0 to 6.10.0
eslint-plugin-jsx-a11y
Sourced from eslint-plugin-jsx-a11y's releases.
v6.10.0 Added [New] add eslint 9 support by @michaelfaith in jsx-eslint/eslint-plugin-jsx-a11y#1009 [New] label-has-associated-control: add additional error message by @BillyLevin in jsx-eslint/eslint-plugin-jsx-a11y#1007 Support for attribute by @edoardocavazza in jsx-eslint/eslint-plugin-jsx-a11y#977 [New] Add attributes setting by @edoardocavazza in jsx-eslint/eslint-plugin-jsx-a11y#979 [New] allow polymorphic linting to be restricted to specified components by @khiga8 in jsx-eslint/eslint-plugin-jsx-a11y#984 Fixed [readme] remove deprecated travis ci badge by @trajan0x in jsx-eslint/eslint-plugin-jsx-a11y#995 fix typo in shareable config section in readme by @plbstl in jsx-eslint/eslint-plugin-jsx-a11y#997 [readme] fix jsxA11y import name by @k35o in jsx-eslint/eslint-plugin-jsx-a11y#1003 [Fix]: label-has-associated-control: ignore undetermined label text by @BillyLevin in jsx-eslint/eslint-plugin-jsx-a11y#1004 New Contributors @trajan0x made their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#995 @plbstl made their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#997 @k35o made their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#1003 @BillyLevin made their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#1004 @edoardocavazza made their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#977 Full Changelog: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.9.0...v6.10.0 v6.9.0 Added add support for Flat Config 6b5f096 no-noninteractive-element-to-interactive-role: allow menuitemradio and menuitemcheckbox on <li> c0733f9 Fixed img-redundant-alt: fixed multibyte character support [#969](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969) Revert "[Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1" 75d5dd7 ensure summary remains non-interactive 6a048da Changed [meta] fix changelog links [#960](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960) [Robustness] use safe-regex-test 4c7e781 [actions] update actions/checkout 51a1ca7 [Deps] pin aria-query and axobject-query, add ls-engines test to CI 32fd82c [Deps] remove @babel/runtime 0a98ad8 [Deps] unpin axe-core b3559cf [Deps] move object.entries to dev deps 1be7b70 Full Changelog: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.8.0...v6.9.0
@michaelfaith
label-has-associated-control
@BillyLevin
for
@edoardocavazza
attributes
@khiga8
@trajan0x
@plbstl
@k35o
Full Changelog: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.9.0...v6.10.0
6b5f096
no-noninteractive-element-to-interactive-role
menuitemradio
menuitemcheckbox
c0733f9
img-redundant-alt
[#969](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969)
isNonInteractiveElement
75d5dd7
summary
6a048da
[#960](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960)
safe-regex-test
4c7e781
51a1ca7
aria-query
axobject-query
ls-engines
32fd82c
@babel/runtime
0a98ad8
axe-core
b3559cf
object.entries
1be7b70
Full Changelog: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.8.0...v6.9.0
Sourced from eslint-plugin-jsx-a11y's changelog.
v6.10.0 - 2024-09-03 Fixed [New] label-has-associated-control: add additional error message [#1005](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/1005) [Fix] label-has-associated-control: ignore undetermined label text [#966](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/966) Commits [Tests] switch from jest to tape a284cbf [New] add eslint 9 support deac4fd [New] add attributes setting a1ee7f8 [New] allow polymorphic linting to be restricted 6cd1a70 [Tests] remove duplicate tests 74d5dec [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types 6eca235 [readme] remove deprecated travis ci badge; add github actions badge 0be7ea9 [Tests] use npm audit instead of aud 05a5e49 [Deps] update axobject-query 912e98c [Deps] unpin axobject-query 75147aa [Deps] update axe-core 27ff7cb [readme] fix jsxA11y import name ce846e0 [readme] fix typo in shareable config section in readme cca288b v6.9.0 - 2024-06-19 Fixed [Fix] img-redundant-alt: fixed multibyte character support [#969](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969) [meta] fix changelog links [#960](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960) Commits [New] add support for Flat Config 6b5f096 Revert "[Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1" 75d5dd7 [Robustness] use safe-regex-test 4c7e781 [actions] update actions/checkout 51a1ca7 [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, eslint-doc-generator, object.entries 1271ac1 [Dev Deps] update @babel/cli, @babel/core, @babel/register, aud, eslint-plugin-import, npmignore, object.assign 540cb7a [Deps] update @babel/runtime, array-includes, es-iterator-helpers, hasown, object.fromentries, safe-regex-test 5d14408 [Deps] pin aria-query and axobject-query, add ls-engines test to CI 32fd82c [Dev Deps] update @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, eslint-doc-generator d1b4114 [Fix] ensure summary remains non-interactive 6a048da [Deps] remove @babel/runtime 0a98ad8 [New] no-noninteractive-element-to-interactive-role: allow menuitemradio and menuitemcheckbox on <li> c0733f9 [Deps] update @babel/runtime, safe-regex-test 0d5321a [actions] pin codecov to v3.1.5 961817f [Deps] unpin axe-core b3559cf [Deps] move object.entries to dev deps 1be7b70 [Deps] update @babel/runtime 2a48abb [Deps] update @babel/runtime 1adec35
[#1005](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/1005)
[#966](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/966)
a284cbf
deac4fd
a1ee7f8
6cd1a70
74d5dec
@babel/cli
@babel/core
@babel/eslint-parser
@babel/plugin-transform-flow-strip-types
6eca235
0be7ea9
npm audit
aud
05a5e49
912e98c
75147aa
27ff7cb
ce846e0
cca288b
@babel/register
eslint-doc-generator
1271ac1
eslint-plugin-import
npmignore
object.assign
540cb7a
array-includes
es-iterator-helpers
hasown
object.fromentries
5d14408
d1b4114
0d5321a
961817f
2a48abb
1adec35
65c9338
83fd9c4
Updates eslint-plugin-mocha from 10.4.1 to 10.5.0
eslint-plugin-mocha
Sourced from eslint-plugin-mocha's releases.
10.5.0 Enhancements Add name to flat configs (#356) 10.4.3 Bug Fixes Fix support for ESLint versions < 8.40.0 10.4.2 Bug Fixes Stop using deprecated ESLint context methods
Sourced from eslint-plugin-mocha's changelog.
10.5.0 (July 29, 2024) Enhancements Add name to flat configs (#356) 10.4.3 (April 19, 2024) Bug Fixes Fix support for ESLint versions < 8.40.0 10.4.2 (April 10, 2024) Bug Fixes Stop using deprecated ESLint context methods
ebe9e8b
6c43a85
883930c
Superseded by #6577.
Bumps the eslint group with 7 updates in the / directory:
7.4.0
8.6.0
7.4.0
8.6.0
8.57.0
9.11.0
6.8.0
6.10.0
10.4.1
10.5.0
7.34.1
7.36.1
4.6.0
4.6.2
Updates
@typescript-eslint/eslint-plugin
from 7.4.0 to 8.6.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
343710e
chore(release): publish 8.6.0454d37e
feat(eslint-plugin): [no-misused-promises] check array predicate return (#9955)af92611
feat: addallow
option forrestrict-template-expressions
(#8556)2a809e2
test(eslint-plugin): [no-unnecessary-type-parameters] add tests with intrinsi...682299e
feat(eslint-plugin): [no-unnecessary-condition] check switch cases (#9912)77e65df
fix(eslint-plugin): [no-unnecessary-condition] properly reflect multiple nega...c11ca06
chore(eslint-plugin): make utility for static member access (#9836)2a956b2
fix(eslint-plugin): [no-deprecated] report on deprecated properties with func...9a80067
fix(eslint-plugin): [no-deprecated] report on deprecated variables used in de...3710c9c
feat(type-utils): isNullableType add Void logic (#9937)Updates
@typescript-eslint/parser
from 7.4.0 to 8.6.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
343710e
chore(release): publish 8.6.04d31ebe
chore(release): publish 8.5.04bc801e
chore: enable unicorn/no-array-reduce (#9640)3920c93
chore(release): publish 8.4.02ad3404
chore: enableunicorn/prefer-export-from
and `@typescript-eslint/consistent...ef2eab1
chore(release): publish 8.3.09612d81
chore: enable eslint-plugin-perfectionist on parser package (#9845)7440e14
chore(release): publish 8.2.0382e87b
chore: enableunicorn/prefer-node-protocol
(#9742)243fb5f
chore: enable prefer-template (#9544)Updates
eslint
from 8.57.0 to 9.11.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
26baf40
9.11.04cc6637
Build: changelog update for 9.11.0ca21a64
chore: upgrade@eslint/js
@9
.11.0 (#18927)a10f90a
chore: package.json update for@eslint/js
release5e5f39b
fix: add missing types forno-restricted-exports
rule (#18914)e4e5709
docs: correctprefer-object-has-own
type definition comment (#18924)8f630eb
fix: add missing types forno-param-reassign
options (#18906)d715781
fix: add missing types forno-extra-boolean-cast
options (#18902)e4e02cc
refactor: Extract processor logic into ProcessorService (#18818)ec30c73
feat: add "eslint/universal" to exportLinter
(#18883)Updates
eslint-plugin-jsx-a11y
from 6.8.0 to 6.10.0Release notes
Sourced from eslint-plugin-jsx-a11y's releases.
Changelog
Sourced from eslint-plugin-jsx-a11y's changelog.
Commits
65c9338
v6.10.0912e98c
[Deps] updateaxobject-query
6cd1a70
[New] allow polymorphic linting to be restricteda1ee7f8
[New] addattributes
setting83fd9c4
[New]label-has-associated-control
: add additional error message75147aa
[Deps] unpinaxobject-query
a284cbf
[Tests] switch from jest to tapedeac4fd
[New] add eslint 9 support74d5dec
[Tests] remove duplicate tests05a5e49
[Tests] usenpm audit
instead ofaud
Updates
eslint-plugin-mocha
from 10.4.1 to 10.5.0Release notes
Sourced from eslint-plugin-mocha's releases.
Changelog
Sourced from eslint-plugin-mocha's changelog.
Commits
ebe9e8b
10.5.06c43a85
Add name to flat configs883930c
10.4.3Superseded by #6577.