eslint-plugin-sort-destructure-keys
eslint-plugin-sort-destructure-keys copied to clipboard
Bump eslint from 8.41.0 to 8.51.0
Bumps eslint from 8.41.0 to 8.51.0.
Release notes
Sourced from eslint's releases.
v8.51.0
Features
0a9c433feat: Add--no-warn-ignoredCLI option for flat config (#17569) (Domantas Petrauskas)977e67efeat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)Bug Fixes
f976b2ffix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)0edfe36fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)dd79abcfix:eslint-disableto be able to parse quoted rule names (#17612) (Yosuke Ota)d2f6801fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)Documentation
ee5be81docs: default tosourceType: "module"in rule examples (#17615) (Francesco Trotta)1aa26dfdocs: Add more examples for multiline-ternary (#17610) (George Ashiotis)47d0b44docs: Update README (GitHub Actions Bot)dbf831edocs: use generated og image (#17601) (Percy Ma)1866da5docs: Update README (GitHub Actions Bot)Chores
1ef39eachore: upgrade@eslint/js@8.51.0 (#17624) (Milos Djermanovic)f8c7403chore: package.json update for@eslint/jsrelease (ESLint Jenkins)2665552test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)7b77bccchore: Refactor CodePathState (#17510) (Nicholas C. Zakas)bc77c9achore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)24e1f14chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)v8.50.0
Features
27d5a9efeat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)f9082fffeat: flat-rule-tester make sure default config always matches (#17585) (fnx)83914adfeat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)22a5582feat: add ruleno-object-constructor, deprecateno-new-object(#17576) (Francesco Trotta)85a3d9efeat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)Bug Fixes
cc4d26bfix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)1ea4cfbfix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)aa1b657fix: wrong suggestion and message inno-misleading-character-class(#17571) (Yosuke Ota)Documentation
1800537docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)48a44a7docs: Add correct/incorrect tags toprefer-arrow-callback(#17589) (Francesco Trotta)20893d4docs: fix incorrect tag's place (#17575) (Tanuj Kanti)bd7a71fdocs: Update README (GitHub Actions Bot)Chores
f8a8a2dchore: upgrade@eslint/js@8.50.0 (#17599) (Milos Djermanovic)38ada6dchore: package.json update for@eslint/jsrelease (ESLint Jenkins)v8.49.0
... (truncated)
Changelog
Sourced from eslint's changelog.
v8.51.0 - October 6, 2023
1ef39eachore: upgrade@eslint/js@8.51.0 (#17624) (Milos Djermanovic)f8c7403chore: package.json update for@eslint/jsrelease (ESLint Jenkins)f976b2ffix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)0edfe36fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)ee5be81docs: default tosourceType: "module"in rule examples (#17615) (Francesco Trotta)dd79abcfix:eslint-disableto be able to parse quoted rule names (#17612) (Yosuke Ota)d2f6801fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)2665552test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)1aa26dfdocs: Add more examples for multiline-ternary (#17610) (George Ashiotis)47d0b44docs: Update README (GitHub Actions Bot)dbf831edocs: use generated og image (#17601) (Percy Ma)0a9c433feat: Add--no-warn-ignoredCLI option for flat config (#17569) (Domantas Petrauskas)1866da5docs: Update README (GitHub Actions Bot)7b77bccchore: Refactor CodePathState (#17510) (Nicholas C. Zakas)977e67efeat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)bc77c9achore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)24e1f14chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)v8.50.0 - September 22, 2023
f8a8a2dchore: upgrade@eslint/js@8.50.0 (#17599) (Milos Djermanovic)38ada6dchore: package.json update for@eslint/jsrelease (ESLint Jenkins)27d5a9efeat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)f9082fffeat: flat-rule-tester make sure default config always matches (#17585) (fnx)83914adfeat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)cc4d26bfix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)1ea4cfbfix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)1800537docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)22a5582feat: add ruleno-object-constructor, deprecateno-new-object(#17576) (Francesco Trotta)48a44a7docs: Add correct/incorrect tags toprefer-arrow-callback(#17589) (Francesco Trotta)aa1b657fix: wrong suggestion and message inno-misleading-character-class(#17571) (Yosuke Ota)20893d4docs: fix incorrect tag's place (#17575) (Tanuj Kanti)85a3d9efeat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)bd7a71fdocs: Update README (GitHub Actions Bot)v8.49.0 - September 8, 2023
b7621c3chore: remove browser test fromnpm test(#17550) (Milos Djermanovic)cac45d0chore: upgrade@eslint/js@8.49.0 (#17549) (Milos Djermanovic)cd39508chore: package.json update for@eslint/jsrelease (ESLint Jenkins)ecfb54fdocs: Update README (GitHub Actions Bot)da09f4efeat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)de86b3bdocs: updateno-promise-executor-returnexamples (#17529) (Nitin Kumar)203a971ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])32b2327feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)acb7df3feat: add newenforceoption tolines-between-class-members(#17462) (Nitin Kumar)032c4b1docs: add typescript template (#17500) (James)cd7da5cdocs: Update README (GitHub Actions Bot)
... (truncated)
Commits
f0793828.51.0e8235e5Build: changelog update for 8.51.01ef39eachore: upgrade@eslint/js@8.51.0 (#17624)f8c7403chore: package.json update for@eslint/jsreleasef976b2ffix: make rule severity case-sensitive in flat config (#17619)0edfe36fix: Ensure crash error messages are not duplicated (#17584)ee5be81docs: default tosourceType: "module"in rule examples (#17615)dd79abcfix:eslint-disableto be able to parse quoted rule names (#17612)d2f6801fix: Ensure correct code path for && followed by ?? (#17618)2665552test: fix flat config linter tests to use Linter in flat config mode (#17616)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)