Bumps eslint from 7.32.0 to 8.4.0.
Release notes
Sourced from eslint's releases.
v8.4.0
Features
5771663
feat: add allowReserved
parser option (#15387) (Milos Djermanovic)
32ac37a
feat: Flat config support in Linter (refs #13481) (#15185) (Nicholas C. Zakas)
d041f34
feat: Treat Class/New Expressions as truthy in no-constant-condition (#15326) (Jordan Eldredge)
8f44cf5
feat: report only lines that exceed the limit in max-lines-per-function (#15140) (Sneh Khatri)
808ad35
feat: pass cwd to formatters (refs eslint/rfcs#57) (#13392) (Toru Nagashima)
f1b7499
feat: support async formatters (#15243) (MO)
Bug Fixes
4940cc5
fix: mark --rulesdir option as deprecated in CLI docs (#15310) (Kevin Partington)
Documentation
54deec5
docs: update integrations.md (#15380) (Vlad Sholokhov)
fa0423a
docs: fix typo in PR template (#15365) (Nitin Kumar)
e233920
docs: enable a few more markdownlint rules and fix violations (#15368) (Bryan Mishkin)
632176d
docs: Dedent needlessly indented example in getter-return docs (#15363) (Jordan Eldredge)
4497e88
docs: Update release notes blog post template (#15285) (Nicholas C. Zakas)
Chores
efede90
chore: upgrade @eslint/eslintrc
@1
.0.5 (#15389) (Milos Djermanovic)
0b8c846
chore: fix update-readme to avoid multiple consecutive blank lines (#15375) (Milos Djermanovic)
94b2a8b
chore: Use default Chromium binary in M1 Mac tests (#15371) (Brandon Mills)
ba58d94
ci: use node v16
for Verify Files (#15364) (Nitin Kumar)
1e32ee5
chore: add jsdoc type annotation to rules (#15291) (Bryan Mishkin)
v8.3.0
Features
60b0a29
feat: add allowProperties
option to require-atomic-updates (#15238) (Milos Djermanovic)
79278a1
feat: update no-use-before-define for class static blocks (#15312) (Milos Djermanovic)
ddd01dc
feat: update no-redeclare for class static blocks (#15313) (Milos Djermanovic)
de69cec
feat: update no-inner-declarations for class static blocks (#15290) (Milos Djermanovic)
e2fe7ef
feat: support for private-in syntax (fixes #14811) (#15060) (Yosuke Ota)
34bc8d7
feat: Update espree and eslint-scope (#15338) (Brandon Mills)
b171cd7
feat: update max-depth for class static blocks (#15316) (Milos Djermanovic)
6487df3
feat: update padded-blocks for class static blocks (#15333) (Milos Djermanovic)
194f36d
feat: update the complexity rule for class static blocks (#15328) (Milos Djermanovic)
3530337
feat: update the indent rule for class static blocks (#15324) (Milos Djermanovic)
f03cd14
feat: update lines-around-comment for class static blocks (#15323) (Milos Djermanovic)
5c64747
feat: update brace-style for class static blocks (#15322) (Milos Djermanovic)
df2f1cc
feat: update max-statements for class static blocks (#15315) (Milos Djermanovic)
fd5a0b8
feat: update prefer-const for class static blocks (#15325) (Milos Djermanovic)
b3669fd
feat: code path analysis for class static blocks (#15282) (Milos Djermanovic)
15c1397
feat: update eslint-scope for class static blocks (#15321) (Milos Djermanovic)
1a1bb4b
feat: update one-var for class static blocks (#15317) (Milos Djermanovic)
9b666e0
feat: update padding-line-between-statements for class static blocks (#15318) (Milos Djermanovic)
d3a267f
feat: update class-methods-use-this for class static blocks (#15298) (Milos Djermanovic)
cdaa541
feat: update no-lone-blocks for class static blocks (#15295) (Milos Djermanovic)
8611538
feat: update block-spacing for class static blocks (#15297) (Milos Djermanovic)
7b56844
feat: update keyword-spacing for class static blocks (#15289) (Milos Djermanovic)
... (truncated)
Changelog
Sourced from eslint's changelog.
v8.4.0 - December 3, 2021
efede90
chore: upgrade @eslint/eslintrc
@1
.0.5 (#15389) (Milos Djermanovic)
5771663
feat: add allowReserved
parser option (#15387) (Milos Djermanovic)
32ac37a
feat: Flat config support in Linter (refs #13481) (#15185) (Nicholas C. Zakas)
54deec5
docs: update integrations.md (#15380) (Vlad Sholokhov)
d041f34
feat: Treat Class/New Expressions as truthy in no-constant-condition (#15326) (Jordan Eldredge)
8f44cf5
feat: report only lines that exceed the limit in max-lines-per-function (#15140) (Sneh Khatri)
fa0423a
docs: fix typo in PR template (#15365) (Nitin Kumar)
0b8c846
chore: fix update-readme to avoid multiple consecutive blank lines (#15375) (Milos Djermanovic)
808ad35
feat: pass cwd to formatters (refs eslint/rfcs#57) (#13392) (Toru Nagashima)
94b2a8b
chore: Use default Chromium binary in M1 Mac tests (#15371) (Brandon Mills)
4940cc5
fix: mark --rulesdir option as deprecated in CLI docs (#15310) (Kevin Partington)
e233920
docs: enable a few more markdownlint rules and fix violations (#15368) (Bryan Mishkin)
ba58d94
ci: use node v16
for Verify Files (#15364) (Nitin Kumar)
632176d
docs: Dedent needlessly indented example in getter-return docs (#15363) (Jordan Eldredge)
4497e88
docs: Update release notes blog post template (#15285) (Nicholas C. Zakas)
f1b7499
feat: support async formatters (#15243) (MO)
1e32ee5
chore: add jsdoc type annotation to rules (#15291) (Bryan Mishkin)
v8.3.0 - November 21, 2021
60b0a29
feat: add allowProperties
option to require-atomic-updates (#15238) (Milos Djermanovic)
79278a1
feat: update no-use-before-define for class static blocks (#15312) (Milos Djermanovic)
8aa7645
fix: update vars-on-top for class static blocks (#15306) (Milos Djermanovic)
479a4cb
fix: update semi-style for class static blocks (#15309) (Milos Djermanovic)
ddd01dc
feat: update no-redeclare for class static blocks (#15313) (Milos Djermanovic)
de69cec
feat: update no-inner-declarations for class static blocks (#15290) (Milos Djermanovic)
e2fe7ef
feat: support for private-in syntax (fixes #14811) (#15060) (Yosuke Ota)
34bc8d7
feat: Update espree and eslint-scope (#15338) (Brandon Mills)
b171cd7
feat: update max-depth for class static blocks (#15316) (Milos Djermanovic)
6487df3
feat: update padded-blocks for class static blocks (#15333) (Milos Djermanovic)
194f36d
feat: update the complexity rule for class static blocks (#15328) (Milos Djermanovic)
3530337
feat: update the indent rule for class static blocks (#15324) (Milos Djermanovic)
f03cd14
feat: update lines-around-comment for class static blocks (#15323) (Milos Djermanovic)
5c64747
feat: update brace-style for class static blocks (#15322) (Milos Djermanovic)
df2f1cc
feat: update max-statements for class static blocks (#15315) (Milos Djermanovic)
fd5a0b8
feat: update prefer-const for class static blocks (#15325) (Milos Djermanovic)
b3669fd
feat: code path analysis for class static blocks (#15282) (Milos Djermanovic)
15c1397
feat: update eslint-scope for class static blocks (#15321) (Milos Djermanovic)
1a1bb4b
feat: update one-var for class static blocks (#15317) (Milos Djermanovic)
9b666e0
feat: update padding-line-between-statements for class static blocks (#15318) (Milos Djermanovic)
6b85426
docs: Expand --debug
option description in the CLI documentation (#15308) (darkred)
3ae5258
docs: the strict rule does not apply to class static blocks (#15314) (Milos Djermanovic)
6d1c666
fix: update no-invalid-this and no-eval for class static blocks (#15300) (Milos Djermanovic)
d3a267f
feat: update class-methods-use-this for class static blocks (#15298) (Milos Djermanovic)
cdaa541
feat: update no-lone-blocks for class static blocks (#15295) (Milos Djermanovic)
8611538
feat: update block-spacing for class static blocks (#15297) (Milos Djermanovic)
7b56844
feat: update keyword-spacing for class static blocks (#15289) (Milos Djermanovic)
ea18711
feat: update no-extra-semi for class static blocks (#15287) (Milos Djermanovic)
... (truncated)
Commits
Dependabot compatibility score
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 rebase
will rebase this PR
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
@dependabot merge
will merge this PR after your CI passes on it
@dependabot squash and merge
will squash and merge this PR after your CI passes on it
@dependabot cancel merge
will cancel a previously requested merge and block automerging
@dependabot reopen
will reopen this PR if it is closed
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Uh oh!
There was an error while loading. Please reload this page.
Bumps eslint from 7.32.0 to 8.4.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
60f6a06
8.4.044936d2
Build: changelog update for 8.4.0efede90
chore: upgrade@eslint/eslintrc
@1
.0.5 (#15389)5771663
feat: addallowReserved
parser option (#15387)32ac37a
feat: Flat config support in Linter (refs #13481) (#15185)54deec5
docs: update integrations.md (#15380)d041f34
feat: Treat Class/New Expressions as truthy in no-constant-condition (#15326)aeac3b3
Sponsors: Sync README with website8f44cf5
feat: report only lines that exceed the limit in max-lines-per-function (#15140)fa0423a
docs: fix typo in PR template (#15365)Dependabot compatibility score
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)