chore(deps): update dependency eslint to v7
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint (source) | devDependencies | major | 6.8.0 -> 7.21.0 |
Release Notes
eslint/eslint
v7.21.0
-
3cd5440
Upgrade: @eslint/eslintrc to 0.4.0 (#14147) (Brandon Mills) -
c0b8c71
Upgrade: Puppeteer to 7.1.0 (#14122) (Tim van der Lippe) -
08ae31e
New: Implement cacheStrategy (refs eslint/rfcs#63) (#14119) (Manu Chambon) -
5e51fd2
Update: do not ignore symbolic links (fixes #13551, fixes #13615) (#14126) (Pig Fang) -
87c43a5
Chore: improve a few comments and fix typos (#14125) (Tobias Nießen) -
e19c51e
Sponsors: Sync README with website (ESLint Jenkins) -
b8aea99
Fix: pluralize 'line' to 'lines' in max-lines-per-function description (#14115) (Trevin Hofmann) -
f5b53e2
Sponsors: Sync README with website (ESLint Jenkins) -
eee1213
Sponsors: Sync README with website (ESLint Jenkins) -
5c4d7ea
Sponsors: Sync README with website (ESLint Jenkins)
v7.20.0
-
f4ac3b0
Docs: fix sibling selector descriptions (#14099) (Milos Djermanovic) -
9d6063a
Fix: Crash with esquery when using JSX (fixes #13639) (#14072) (Yosuke Ota) -
a0871f1
Docs: Triage process (#14014) (Nicholas C. Zakas) -
ad90761
Update: add enforceForJSX option to no-unused-expressions rule (#14012) (Duncan Beevers) -
d6c84af
Fix:--init
autoconfig shouldn't add deprecated rules (fixes #14017) (#14060) (Milos Djermanovic) -
9b277a1
Fix: Support ENOTDIR error code in the folder existence checking utility (#13973) (Constantine Genchevsky) -
7aeb127
Upgrade: pin @babel/code-frame@7.12.11 (#14067) (Milos Djermanovic) -
b4e2af5
Docs: Add more fields to bug report template (#14039) (Nicholas C. Zakas) -
96f1d49
Sponsors: Sync README with website (ESLint Jenkins) -
cb27b0a
Build: package.json update for eslint-config-eslint release (ESLint Jenkins) -
4cab165
Sponsors: Sync README with website (ESLint Jenkins)
v7.19.0
-
ce7f061
Update: add shadowed variable loc to message in no-shadow (fixes #13646) (#13841) (t-mangoe) -
c60e23f
Update: fixlet
logic in for-in and for-of loops in no-extra-parens (#14011) (Milos Djermanovic) -
d76e8f6
Fix: no-useless-rename invalid autofix with parenthesized identifiers (#14032) (Milos Djermanovic) -
5800d92
Docs: Clarify stylistic rule update policy (#14052) (Brandon Mills) -
0ccf6d2
Docs: remove configuring.md (#14036) (Milos Djermanovic) -
65bb0ab
Chore: Clean up new issue workflow (#14040) (Nicholas C. Zakas) -
e1da90f
Fix: nested indenting for offsetTernaryExpressions: true (fixes #13971) (#13972) (Chris Brody) -
1a078b9
Update: check ternary:
even if?
was reported in space-infix-ops (#13963) (Milos Djermanovic) -
fb27422
Fix: extend prefer-const fixer range to whole declaration (fixes #13899) (#14033) (Nitin Kumar) -
e0b05c7
Docs: add a correct example to no-unsafe-optional-chaining (refs #14029) (#14050) (armin yahya) -
46e836d
Sponsors: Sync README with website (ESLint Jenkins) -
3fc4fa4
Docs: update configuring links (#14038) (Milos Djermanovic) -
8561c21
Docs: fix broken links in configuring/README.md (#14046) (Milos Djermanovic) -
1c309eb
Update: fix no-invalid-regexp false negatives with no flags specified (#14018) (Milos Djermanovic) -
f6602d5
Docs: Reorganize Configuration Documentation (#13837) (klkhan) -
c753b44
Sponsors: Sync README with website (ESLint Jenkins) -
a4fdb70
Docs: Fixed Typo (#14007) (Yash Singh) -
f7ca481
Docs: Explain why we disable lock files (refs eslint/tsc-meetings#234) (#14006) (Brandon Mills)
v7.18.0
-
e3264b2
Upgrade: @eslint/eslintrc to improve error message for invalid extends (#14009) (Milos Djermanovic) -
f17c3c3
Update: check logical assignment operators in the complexity rule (#13979) (Milos Djermanovic) -
672deb0
Docs: fix no-invalid-regexp docs regarding ecmaVersion (#13991) (Milos Djermanovic) -
179a910
Fix: --init crash on question to upgrade/downgrade ESLint (fixes #13978) (#13995) (Milos Djermanovic) -
292b1c0
Fix: no-extra-parens false positive withlet
identifier in for-loop (#13981) (Milos Djermanovic) -
de61f94
Sponsors: Sync README with website (ESLint Jenkins) -
9250d16
Upgrade: Bump lodash to fix security issue (#13993) (Frederik Prijck) -
75fea9b
Sponsors: Sync README with website (ESLint Jenkins) -
f2687e7
Docs: update space-in-parens related rules (#13985) (Chris Brody) -
4a38bbe
Docs: space-in-parens examples with no arguments etc. (#13987) (Chris Brody) -
3e49169
Sponsors: Sync README with website (ESLint Jenkins) -
c5bf1f2
Sponsors: Sync README with website (ESLint Jenkins) -
98a729c
Sponsors: Sync README with website (ESLint Jenkins) -
e83a696
Sponsors: Sync README with website (ESLint Jenkins) -
78cb483
Chore: testfoo( )
with space-in-parens option "always" (#13986) (Chris Brody) -
f6948f6
Docs: Update semantic versioning policy (#13970) (Nicholas C. Zakas) -
0688212
Sponsors: Sync README with website (ESLint Jenkins) -
aeba5e5
Chore: fix typo (#13975) (Nitin Kumar) -
4ee1134
Sponsors: Sync README with website (ESLint Jenkins)
v7.17.0
-
e128e77
Update: check logical assignment in no-constant-condition (#13946) (Milos Djermanovic) -
cc48713
Chore: refactor calculating range and loc in no-useless-escape (#13964) (Milos Djermanovic) -
535fe47
Update: use regexpp's default ecmaVersion in no-control-regex (#13969) (Milos Djermanovic) -
83e98cd
Fix: use regexpp's default ecmaVersion in no-invalid-regexp (#13968) (Milos Djermanovic) -
7297363
Docs: fix examples for no-multi-str (#13966) (Milos Djermanovic) -
0649871
Update: add autofix to rule multiline-ternary (#13958) (薛定谔的猫) -
f6e7e32
Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#13953) (Milos Djermanovic) -
19c69c0
Fix: one-var shouldn't split declaration if it isn't in a statement list (#13959) (Milos Djermanovic) -
e451b96
Docs: update build tool for webpack (#13962) (Sam Chen) -
c3e9acc
Chore: fix typos (#13960) (YeonJuan) -
7289ecf
Sponsors: Sync README with website (ESLint Jenkins)
v7.16.0
-
a62ad6f
Update: fix false negative of no-extra-parens with NewExpression (#13930) (Milos Djermanovic) -
f85b4c7
Fix: require-atomic-updates false positive across await (fixes #11954) (#13915) (buhi) -
301d0c0
Fix: no-constant-condition false positives with unary expressions (#13927) (Milos Djermanovic) -
555c128
Fix: false positive with await and ** in no-extra-parens (fixes #12739) (#13923) (Milos Djermanovic) -
d93c935
Docs: update JSON Schema links (#13936) (Milos Djermanovic) -
8d0c93a
Upgrade: table@6.0.4 (#13920) (Rouven Weßling) -
9247683
Docs: Remove for deleted npm run profile script (#13931) (Brandon Mills) -
ab240d4
Fix: prefer-exponentiation-operator invalid autofix with await (#13924) (Milos Djermanovic) -
dc76911
Chore: Add .pre-commit-hooks.yaml file (#13628) (Álvaro Mondéjar) -
2124e1b
Docs: Fix wrong rule name (#13913) (noisyboy25) -
06b5809
Sponsors: Sync README with website (ESLint Jenkins) -
26fc12f
Docs: Update README team and sponsors (ESLint Jenkins)
v7.15.0
-
5c11aab
Upgrade: @eslint/esintrc and espree for bug fixes (refs #13878) (#13908) (Brandon Mills) -
0eb7957
Upgrade: file-entry-cache@6.0.0 (#13877) (Rouven Weßling) -
683ad00
New: no-unsafe-optional-chaining rule (fixes #13431) (#13859) (YeonJuan) -
cbc57fb
Fix: one-var autofixing for export (fixes #13834) (#13891) (Anix) -
110cf96
Docs: Fix a broken link in working-with-rules.md (#13875) (Anton Niklasson)
v7.14.0
-
5f09073
Update: fix 'skip' options in no-irregular-whitespace (fixes #13852) (#13853) (Milos Djermanovic) -
1861b40
Docs: correct the function-call-argument-newline 'default' descriptions (#13866) (Trevin Hofmann) -
98c00c4
New: Add no-nonoctal-decimal-escape rule (fixes #13765) (#13845) (Milos Djermanovic) -
95d2fe6
Chore: remove eslint comment from no-octal-escape tests (#13846) (Milos Djermanovic) -
2004b7e
Fix: enable debug logs for @eslint/eslintrc (fixes #13850) (#13861) (Milos Djermanovic) -
d2239a1
Fix: no-useless-constructor crash on bodyless constructor (fixes #13830) (#13842) (Ari Perkkiö) -
eda0aa1
Docs: no-restricted-imports is only for static imports (#13863) (Robat Williams) -
042ae44
Docs: Fix JS syntax and doc URL in working-with-custom-formatters.md (#13828) (Raphael LANG) -
038dc73
Chore: Test on Node.js 15 (#13844) (Brandon Mills) -
37a06d6
Sponsors: Sync README with website (ESLint Jenkins)
v7.13.0
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.