chore(deps): update eslint and related (major)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@gitlab/eslint-plugin | devDependencies | major | 7.0.3 -> 8.0.0 |
eslint (source) | devDependencies | major | ^6.8.0 -> 7.19.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
eslint/eslint
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
-
254e00f
New: Configurable List Size For Per-Rule Performance Metrics (#13812) (Bryan Mishkin) -
6c3c710
Docs: fix broken url in docs (#13815) (SaintMalik) -
4a09149
Sponsors: Sync README with website (ESLint Jenkins) -
fb6fcbf
Docs: Fix reference to Code of Conduct (#13797) (Tobias Nießen) -
1b89ebe
Sponsors: Sync README with website (ESLint Jenkins)
v7.12.1
-
08f33e8
Upgrade: @eslint/eslintrc to fix rule schema validation (fixes #13793) (#13794) (Brandon Mills) -
aeef485
Fix: Pass internal config paths in FileEnumerator default (fixes #13789) (#13792) (Brandon Mills) -
631ae8b
Sponsors: Sync README with website (ESLint Jenkins)
v7.12.0
-
cbf3585
Update: skip keyword check for fns in space-before-blocks (fixes #13553) (#13712) (Milos Djermanovic) -
256f656
Fix: autofix shouldn't produce template literals with\8
or\9
(#13737) (Milos Djermanovic) -
b165aa5
Fix: yoda rule autofix produces syntax errors with adjacent tokens (#13760) (Milos Djermanovic) -
3175316
Fix: prefer-destructuring invalid autofix with comma operator (#13761) (Milos Djermanovic) -
1a9f171
Chore: Remove more ESLintRC-related files (refs #13481) (#13762) (Nicholas C. Zakas) -
bfddced
Update: remove suggestion if it didn't provide a fix (fixes #13723) (#13772) (Milos Djermanovic) -
5183b14
Update: check template literal in no-script-url (#13775) (YeonJuan) -
bfe97d2
Sponsors: Sync README with website (ESLint Jenkins) -
6c51ade
Sponsors: Sync README with website (ESLint Jenkins) -
603de04
Update: treat all literals like boolean literal in no-constant-condition (#13245) (Zen) -
289aa6f
Sponsors: Sync README with website (ESLint Jenkins) -
9a1f669
Sponsors: Sync README with website (ESLint Jenkins) -
637f818
Docs: add more examples for no-func-assign (fixes #13705) (#13777) (Nitin Kumar) -
17cc0dd
Chore: add test case for no-func-assign (refs #13705) (#13783) (Nitin Kumar) - [
dee0f77
](https://github.com/eslint/eslint/com
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.