dependabot-npm_and_yarn-eslint-8.3.0
master
Bumps eslint from 6.8.0 to 8.3.0.
Sourced from eslint's releases.
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) ea18711 feat: update no-extra-semi for class static blocks (#15287) (Milos Djermanovic) 0f0971f feat: update semi rule for class static blocks (#15286) (Milos Djermanovic) abe740c feat: add examples for block-scoped-var with class static blocks (#15302) (Milos Djermanovic) 0338fd2 feat: Normalize ecmaVersion to eslint-scope when using custom parser (#15268) (Yosuke Ota) Bug Fixes 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) 6d1c666 fix: update no-invalid-this and no-eval for class static blocks (#15300) (Milos Djermanovic) Documentation 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) 9309841 docs: Remove inconsistent colon in pull request docs (#15303) (Jordan Eldredge) da238cc docs: remove deprecation note from lines-around-comment (#15293) (Milos Djermanovic) 1055f16 docs: no-unused-expressions - class static blocks don't have directives (#15283) (Milos Djermanovic) 4c55216 docs: Add variables option to no-use-before-define (#15276) (Mathias Rasmussen) Chores edd8d24 chore: upgrade eslint-visitor-keys for class static blocks (#15277) (Milos Djermanovic) v8.2.0 Features c9fefd2 feat: report class evaluation TDZ errors in no-use-before-define (#15134) (Milos Djermanovic) Documentation
60b0a29
allowProperties
79278a1
ddd01dc
de69cec
e2fe7ef
34bc8d7
b171cd7
6487df3
194f36d
3530337
f03cd14
5c64747
df2f1cc
fd5a0b8
b3669fd
15c1397
1a1bb4b
9b666e0
d3a267f
cdaa541
8611538
7b56844
ea18711
0f0971f
abe740c
0338fd2
8aa7645
479a4cb
6d1c666
6b85426
--debug
3ae5258
9309841
da238cc
1055f16
4c55216
edd8d24
c9fefd2
... (truncated)
Sourced from eslint's changelog.
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) 0f0971f feat: update semi rule for class static blocks (#15286) (Milos Djermanovic) abe740c feat: add examples for block-scoped-var with class static blocks (#15302) (Milos Djermanovic) 9309841 docs: Remove inconsistent colon in pull request docs (#15303) (Jordan Eldredge) da238cc docs: remove deprecation note from lines-around-comment (#15293) (Milos Djermanovic) 1055f16 docs: no-unused-expressions - class static blocks don't have directives (#15283) (Milos Djermanovic) edd8d24 chore: upgrade eslint-visitor-keys for class static blocks (#15277) (Milos Djermanovic) 4c55216 docs: Add variables option to no-use-before-define (#15276) (Mathias Rasmussen) 0338fd2 feat: Normalize ecmaVersion to eslint-scope when using custom parser (#15268) (Yosuke Ota) v8.2.0 - November 5, 2021 cf5b6be chore: update @eslint/eslintrc to avoid different versions of js-yaml (#15265) (Milos Djermanovic) c9fefd2 feat: report class evaluation TDZ errors in no-use-before-define (#15134) (Milos Djermanovic) 4fd7a6c perf: don't prepare a fix for valid code in key-spacing (#15239) (Milos Djermanovic) c415c04 docs: Use string rule severity in CLI examples (#15253) (Kevin Partington) 796587a build: upgrade eslint-release to v3.2.0 to support conventional commits (#15246) (Milos Djermanovic) 12b627d docs: fix typo in working-with-rules.md (#15233) (Nitin Kumar) a86ffc0 docs: fix broken anchor in configuration files (#15223) (Pierre Berger) fda533c chore: update strip-ansi dependency (#15221) (Nitin Kumar) ee8af5f docs: Link to unit tests from rule documentation (#15207) (Brandon Mills)
v8.3.0 - November 21, 2021
v8.2.0 - November 5, 2021
cf5b6be
@eslint/eslintrc
js-yaml
4fd7a6c
c415c04
796587a
12b627d
working-with-rules.md
a86ffc0
fda533c
strip-ansi
ee8af5f
e6bfe4d
aebd58a
$dependabot rebase
$dependabot recreate
⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️
dependabot
✅ dependabot successfuly recreated merge request!
added 3 commits
58549a87
Compare with previous version
resolved all threads
mentioned in commit 7f4f84284d
7f4f84284d
No dependencies set.
The note is not visible to the blocked user.
Bumps eslint from 6.8.0 to 8.3.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
e6bfe4d8.3.0aebd58aBuild: changelog update for 8.3.060b0a29feat: addallowPropertiesoption to require-atomic-updates (#15238)79278a1feat: update no-use-before-define for class static blocks (#15312)8aa7645fix: update vars-on-top for class static blocks (#15306)479a4cbfix: update semi-style for class static blocks (#15309)ddd01dcfeat: update no-redeclare for class static blocks (#15313)de69cecfeat: update no-inner-declarations for class static blocks (#15290)e2fe7effeat: support for private-in syntax (fixes #14811) (#15060)34bc8d7feat: Update espree and eslint-scope (#15338)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts$dependabot recreate
⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️✅
dependabotsuccessfuly recreated merge request!added 3 commits
master58549a87- Build(deps-dev): bump eslint from 6.8.0 to 8.3.0Compare with previous version
resolved all threads
mentioned in commit
7f4f84284d