Closed dependabot[bot] closed 2 weeks ago
Bumps the eslint group with 6 updates in the / directory:
7.5.0
8.10.0
8.57.0
9.12.0
5.1.3
5.2.1
3.2.5
3.3.3
14.1.4
14.2.15
Updates @typescript-eslint/eslint-plugin from 7.5.0 to 8.10.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v8.10.0 8.10.0 (2024-10-17) 🚀 Features support TypeScript 5.6 (#9972) 🩹 Fixes typescript-eslint: propagate name field to extended configs in config helper (#10094) ❤️ Thank You auvred @auvred Josh Goldberg ✨ You can read about our versioning strategy and releases on our website. v8.9.0 8.9.0 (2024-10-14) 🚀 Features rule-tester: hooks for test cases (#10109) 🩹 Fixes eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value (#10093) eslint-plugin: [return-await] sync the behavior with await-thenable (#10069) eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled (#10096) eslint-plugin: [no-loop-func] sync from upstream base rule (#10103) eslint-plugin: [no-unused-vars] never report the naming of an enum member (#10117) eslint-plugin: correct use-at-your-own-risk type definitions (#10049) eslint-plugin: handle unions in await...for (#10110) rule-tester: merge provided linterOptions (#10131) scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references (#10095) typescript-estree: improve project service error message when file extension missing from extraFileExtensions (#10076) visitor-keys: reorder TSSatisfiesExpression and TSTypeAssertion (#10139) ❤️ Thank You Abraham Guo Anna Bocharova @RobinTail Arya Emami @aryaemami59 auvred @auvred Joshua Chen Kirk Waiblinger @kirkwaiblinger Lotfi Meklati @lotmek mdm317
name
config
@auvred
You can read about our versioning strategy and releases on our website.
allowBitwiseExpressions
linterOptions
TSSatisfiesExpression
TSTypeAssertion
@RobinTail
@aryaemami59
@kirkwaiblinger
@lotmek
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.10.0 (2024-10-17) 🚀 Features support TypeScript 5.6 (#9972) ❤️ Thank You Josh Goldberg ✨ You can read about our versioning strategy and releases on our website. 8.9.0 (2024-10-14) 🩹 Fixes eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references eslint-plugin: [return-await] sync the behavior with await-thenable eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled eslint-plugin: [no-loop-func] sync from upstream base rule eslint-plugin: [no-unused-vars] never report the naming of an enum member eslint-plugin: correct use-at-your-own-risk type definitions eslint-plugin: handle unions in await...for ❤️ Thank You Abraham Guo Anna Bocharova Arya Emami auvred Joshua Chen Kirk Waiblinger Lotfi Meklati mdm317 Ronen Amiel Sukka YeonJuan You can read about our versioning strategy and releases on our website.
eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value
scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references
eslint-plugin: [return-await] sync the behavior with await-thenable
eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled
eslint-plugin: [no-loop-func] sync from upstream base rule
eslint-plugin: [no-unused-vars] never report the naming of an enum member
eslint-plugin: correct use-at-your-own-risk type definitions
eslint-plugin: handle unions in await...for
7effdea
f9c49e3
d09d36d
373c63a
4666ed4
ef8642b
ef5df2f
ordered-imports
60f0766
15d0960
a87c296
Updates @typescript-eslint/parser from 7.5.0 to 8.10.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
8.10.0 (2024-10-17) 🚀 Features support TypeScript 5.6 (#9972) ❤️ Thank You Josh Goldberg ✨ You can read about our versioning strategy and releases on our website. 8.9.0 (2024-10-14) 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.8.1 (2024-10-07) 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.8.0 (2024-09-30) 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.7.0 (2024-09-23) 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.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.
f898248
2055cfb
b88ea33
343710e
4d31ebe
4bc801e
3920c93
Updates eslint from 8.57.0 to 9.12.0
eslint
Sourced from eslint's releases.
v9.12.0 Features 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami) 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova) 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas) 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich) Bug Fixes ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas) fdd6319 fix: Issues with type definitions (#18940) (Arya Emami) Documentation ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas) 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M) d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic) 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas) b80ed00 docs: Update README (GitHub Actions Bot) cb69ab3 docs: Update README (GitHub Actions Bot) 7fb0d95 docs: Update README (GitHub Actions Bot) 493348a docs: Update README (GitHub Actions Bot) 87a582c docs: fix typo in id-match rule (#18944) (Jay) Chores 555aafd chore: upgrade to @eslint/js@9.12.0 (#18987) (Francesco Trotta) 873ae60 chore: package.json update for @eslint/js release (Jenkins) d0a5414 refactor: replace strip-ansi with native module (#18982) (Cristopher) b827029 chore: Enable JSON5 linting (#18979) (Milos Djermanovic) 8f55ca2 chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas) c1a2725 chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic) v9.11.1 Bug Fixes 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar) 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló) d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló) 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló) 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló) 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló) b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló) 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló) Documentation 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira) Chores df4a859 chore: upgrade @eslint/js@9.11.1 (#18943) (Milos Djermanovic) 36d8095 chore: package.json update for @eslint/js release (Jenkins) v9.11.0 Features
5a6a053
jiti
17a07fb
2ff0e51
2d17453
ea380ca
fdd6319
ecbd522
7ea4ecc
d3e4b2e
.js
57232ff
b80ed00
cb69ab3
7fb0d95
493348a
87a582c
id-match
555aafd
@eslint/js@9.12.0
873ae60
@eslint/js
d0a5414
b827029
8f55ca2
c1a2725
20fd916
@eslint/core
@types/estree
@types/json-schema
2738322
require-atomic-updates
d71ff30
object-shorthand
561cadc
no-unsafe-negation
8843656
no-underscore-dangle
92cde5c
no-shadow
b3cbe11
no-sequences
976f77f
no-unused-expressions
3eff709
Linter.FlatConfig
Linter.Config
df4a859
@9
36d8095
Sourced from eslint's changelog.
v9.12.0 - October 4, 2024 555aafd chore: upgrade to @eslint/js@9.12.0 (#18987) (Francesco Trotta) 873ae60 chore: package.json update for @eslint/js release (Jenkins) ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas) d0a5414 refactor: replace strip-ansi with native module (#18982) (Cristopher) b827029 chore: Enable JSON5 linting (#18979) (Milos Djermanovic) ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas) 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M) d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic) 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami) 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas) b80ed00 docs: Update README (GitHub Actions Bot) cb69ab3 docs: Update README (GitHub Actions Bot) 7fb0d95 docs: Update README (GitHub Actions Bot) fdd6319 fix: Issues with type definitions (#18940) (Arya Emami) 8f55ca2 chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas) 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova) 493348a docs: Update README (GitHub Actions Bot) 87a582c docs: fix typo in id-match rule (#18944) (Jay) 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas) 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich) c1a2725 chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic) v9.11.1 - September 23, 2024 df4a859 chore: upgrade @eslint/js@9.11.1 (#18943) (Milos Djermanovic) 36d8095 chore: package.json update for @eslint/js release (Jenkins) 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar) 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira) 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló) d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló) 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló) 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló) 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló) b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló) 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló) 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)
v9.12.0 - October 4, 2024
v9.11.1 - September 23, 2024
v9.11.0 - September 20, 2024
ca21a64
a10f90a
5e5f39b
no-restricted-exports
e4e5709
prefer-object-has-own
8f630eb
no-param-reassign
d715781
no-extra-boolean-cast
e4e02cc
ec30c73
Linter
c591da6
91cbd18
17cfb68
826e69d
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-prettier from 5.1.3 to 5.2.1
eslint-plugin-prettier
Sourced from eslint-plugin-prettier's releases.
v5.2.1 Patch Changes #668 ac036cc Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1
ac036cc
@OrlovAlexei
Sourced from eslint-plugin-prettier's changelog.
5.2.1 Patch Changes #668 ac036cc Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1 5.2.0 Minor Changes #652 f170011 Thanks @Logicer16! - feat: support parsing html via @html-eslint/parser natively
f170011
@Logicer16
html
@html-eslint/parser
51324d9
24288c7
a1e6f4a
de9751c
02c21a5
Updates prettier from 3.2.5 to 3.3.3
prettier
Sourced from prettier's releases.
3.3.3 🔗 Changelog 3.3.2 🔗 Changelog 3.3.1 🔗 Changelog 3.3.0 diff 🔗 Release note
🔗 Changelog
diff
🔗 Release note
Sourced from prettier's changelog.
3.3.3 diff Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment) This change adds clarity to operator precedence. // Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar); Add parentheses for decorator expressions (#16458 by @y-schneider) Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript... _Description has been truncated_
@cdignam-segment
This change adds clarity to operator precedence.
// Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar);
// Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar;
// Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar);
@y-schneider
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript... _Description has been truncated_
Superseded by #784.
Bumps the eslint group with 6 updates in the / directory:
7.5.0
8.10.0
7.5.0
8.10.0
8.57.0
9.12.0
5.1.3
5.2.1
3.2.5
3.3.3
14.1.4
14.2.15
Updates
@typescript-eslint/eslint-plugin
from 7.5.0 to 8.10.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
7effdea
chore(release): publish 8.10.0f9c49e3
feat: support TypeScript 5.6 (#9972)d09d36d
docs: inject option descriptions into rule docs when possible (#9925)373c63a
chore(eslint-plugin): [no-unnecessary-condition] remove dead suggestion id (#...4666ed4
chore(release): publish 8.9.0ef8642b
fix(eslint-plugin): handle unions in await...for (#10110)ef5df2f
docs: updateordered-imports
status (#10129)60f0766
fix(eslint-plugin): correct use-at-your-own-risk type definitions (#10049)15d0960
fix(eslint-plugin): [no-unused-vars] never report the naming of an enum membe...a87c296
fix(eslint-plugin): [no-loop-func] sync from upstream base rule (#10103)Updates
@typescript-eslint/parser
from 7.5.0 to 8.10.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
7effdea
chore(release): publish 8.10.0f9c49e3
feat: support TypeScript 5.6 (#9972)4666ed4
chore(release): publish 8.9.0f898248
chore(release): publish 8.8.12055cfb
chore(release): publish 8.8.0b88ea33
chore(release): publish 8.7.0343710e
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.0Updates
eslint
from 8.57.0 to 9.12.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
17cfb68
9.12.0826e69d
Build: changelog update for 9.12.0555aafd
chore: upgrade to@eslint/js@9.12.0
(#18987)873ae60
chore: package.json update for@eslint/js
releaseea380ca
fix: Upgrade retry to avoid EMFILE errors (#18986)d0a5414
refactor: replace strip-ansi with native module (#18982)b827029
chore: Enable JSON5 linting (#18979)ecbd522
docs: Mention code explorer (#18978)7ea4ecc
docs: Clarifying the Use of Meta Objects (#18697)d3e4b2e
docs: Clarify how to exclude.js
files (#18976)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-prettier
from 5.1.3 to 5.2.1Release notes
Sourced from eslint-plugin-prettier's releases.
Changelog
Sourced from eslint-plugin-prettier's changelog.
Commits
51324d9
chore: fix CHANGELOG.md formatting issue24288c7
chore: release eslint-plugin-prettier (#669)ac036cc
build(deps): Bump synckit from 0.8.6 to 0.9.1 (#668)a1e6f4a
build(deps): Bump braces from 3.0.2 to 3.0.3 (#665)de9751c
build(deps): Bump pnpm/action-setup from 2 to 4 in the actions group (#661)02c21a5
chore: release eslint-plugin-prettier (#653)f170011
feat: support parsinghtml
via@html-eslint/parser
natively (#652)Updates
prettier
from 3.2.5 to 3.3.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.