Dependencies: [skip ci] Bump eslint from 8.40.0 to 8.45.0
Bumps eslint from 8.40.0 to 8.45.0.
Release notes
Sourced from eslint's releases.
v8.45.0
Features
cdd063cfeat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)d34abe5feat: fix indent rule for else-if (#17318) (Milos Djermanovic)Bug Fixes
b79b6fbfix: Fix suggestion message inno-useless-escape(#17339) (Francesco Trotta)c667055fix: provide uniquefixandfix.rangeobjects in lint messages (#17332) (Milos Djermanovic)Documentation
89f3225docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg✨ )f8892b5docs: Expand rule option schema docs (#17198) (Matt Wilkinson)8bcbf11docs: Config Migration Guide (#17230) (Ben Perlmutter)bb30908docs: Update README (GitHub Actions Bot)84d243bdocs: Update README (GitHub Actions Bot)b762632docs: Update README (GitHub Actions Bot)138c096docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)1fc50a8docs:max-lenrulecodeandtabWidthas positional arguments (#17331) (Jesús Leganés-Combarro)Chores
68f63d7chore: package.json update for@eslint/jsrelease (ESLint Jenkins)5ca9b4dchore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)7bf2e86chore: remove unused dependencies (#17352) (Percy Ma)c6f8cd0chore: RemovedefaultIgnoresfrom FlatESLint private members (#17349) (Francesco Trotta)0052374chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)v8.44.0
Features
1766771feat: addes2023andes2024environments (#17328) (Milos Djermanovic)4c50400feat: addecmaVersion: 2024, regexpvflag parsing (#17324) (Milos Djermanovic)4d411e4feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)c8b1f4dfeat: MoveparserServicestoSourceCode(#17311) (Milos Djermanovic)ef6e24efeat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher)1866e1dfeat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)Bug Fixes
a36bcb6fix: no-unused-vars false positive with logical assignment operators (#17320) (Gweesin Chan)7620b89fix: Removeno-unused-labelsautofix before potential directives (#17314) (Francesco Trotta)391ed38fix: Removeno-extra-semiautofix before potential directives (#17297) (Francesco Trotta)Documentation
526e911docs: resubmit pr 17115 doc changes (#17291) (唯然)e1314bfdocs: Integration section and tutorial (#17132) (Ben Perlmutter)19a8c5ddocs: Update README (GitHub Actions Bot)Chores
49e46edchore: upgrade@eslint/js@8.44.0 (#17329) (Milos Djermanovic)a1cb642chore: package.json update for@eslint/jsrelease (ESLint Jenkins)840a264test: More test cases for no-case-declarations (#17315) (Elian Cordoba)e6e74f9chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
... (truncated)
Changelog
Sourced from eslint's changelog.
v8.45.0 - July 14, 2023
68f63d7chore: package.json update for@eslint/jsrelease (ESLint Jenkins)89f3225docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg✨ )f8892b5docs: Expand rule option schema docs (#17198) (Matt Wilkinson)8bcbf11docs: Config Migration Guide (#17230) (Ben Perlmutter)bb30908docs: Update README (GitHub Actions Bot)b79b6fbfix: Fix suggestion message inno-useless-escape(#17339) (Francesco Trotta)84d243bdocs: Update README (GitHub Actions Bot)5ca9b4dchore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)b762632docs: Update README (GitHub Actions Bot)7bf2e86chore: remove unused dependencies (#17352) (Percy Ma)c6f8cd0chore: RemovedefaultIgnoresfrom FlatESLint private members (#17349) (Francesco Trotta)cdd063cfeat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)c667055fix: provide uniquefixandfix.rangeobjects in lint messages (#17332) (Milos Djermanovic)138c096docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)0052374chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)d34abe5feat: fix indent rule for else-if (#17318) (Milos Djermanovic)1fc50a8docs:max-lenrulecodeandtabWidthas positional arguments (#17331) (Jesús Leganés-Combarro)v8.44.0 - June 30, 2023
49e46edchore: upgrade@eslint/js@8.44.0 (#17329) (Milos Djermanovic)a1cb642chore: package.json update for@eslint/jsrelease (ESLint Jenkins)1766771feat: addes2023andes2024environments (#17328) (Milos Djermanovic)4c50400feat: addecmaVersion: 2024, regexpvflag parsing (#17324) (Milos Djermanovic)4d411e4feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)840a264test: More test cases for no-case-declarations (#17315) (Elian Cordoba)e6e74f9chore: package.json update for eslint-config-eslint release (ESLint Jenkins)eb3d794chore: upgrade semver@7.5.3 (#17323) (Ziyad El Abid)a36bcb6fix: no-unused-vars false positive with logical assignment operators (#17320) (Gweesin Chan)c8b1f4dfeat: MoveparserServicestoSourceCode(#17311) (Milos Djermanovic)cf88439chore: upgrade optionator@0.9.3 (#17319) (Milos Djermanovic)7620b89fix: Removeno-unused-labelsautofix before potential directives (#17314) (Francesco Trotta)ef6e24efeat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher)9718a97refactor: remove unnecessary code inflat-eslint.js(#17308) (Milos Djermanovic)1866e1dfeat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)f82e56eperf: various performance improvements (#17135) (moonlightaria)da81e66chore: update eslint-plugin-jsdoc to 46.2.5 (#17245) (唯然)526e911docs: resubmit pr 17115 doc changes (#17291) (唯然)b991640chore: switch eslint-config-eslint to the flat format (#17247) (唯然)391ed38fix: Removeno-extra-semiautofix before potential directives (#17297) (Francesco Trotta)e1314bfdocs: Integration section and tutorial (#17132) (Ben Perlmutter)19a8c5ddocs: Update README (GitHub Actions Bot)v8.43.0 - June 16, 2023
... (truncated)
Commits
-
536cc348.45.0 -
4c11517Build: changelog update for 8.45.0 -
68f63d7chore: package.json update for@eslint/jsrelease -
89f3225docs: add playground links to correct and incorrect code blocks (#17306) -
f8892b5docs: Expand rule option schema docs (#17198) -
8bcbf11docs: Config Migration Guide (#17230) -
bb30908docs: Update README -
b79b6fbfix: Fix suggestion message inno-useless-escape(#17339) -
84d243bdocs: Update README -
5ca9b4dchore: update eslint-config-eslint exports (#17336) - Additional commits viewable in compare view