Skip to content

Commit 8eefe79

Browse files
committed
Auto merge of #4136 - rust-lang:renovate/eslint-8.x, r=Turbo87
Update dependency eslint to v8.2.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.1.0` -> `8.2.0`](https://renovatebot.com/diffs/npm/eslint/8.1.0/8.2.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint/8.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint/8.2.0/compatibility-slim/8.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.2.0/confidence-slim/8.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v8.2.0`](https://togithub.com/eslint/eslint/releases/v8.2.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.1.0...v8.2.0) #### Features - [`c9fefd2`](https://togithub.com/eslint/eslint/commit/c9fefd2e40348b3e02b855597707a557dc4991d5) feat: report class evaluation TDZ errors in no-use-before-define ([#&#8203;15134](https://togithub.com/eslint/eslint/issues/15134)) (Milos Djermanovic) #### Documentation - [`c415c04`](https://togithub.com/eslint/eslint/commit/c415c041912a3abbf106cc5713bdcf4ef42590ac) docs: Use string rule severity in CLI examples ([#&#8203;15253](https://togithub.com/eslint/eslint/issues/15253)) (Kevin Partington) - [`12b627d`](https://togithub.com/eslint/eslint/commit/12b627da401c68a5081822a49068421f1bb2465c) docs: fix typo in `working-with-rules.md` ([#&#8203;15233](https://togithub.com/eslint/eslint/issues/15233)) (Nitin Kumar) - [`a86ffc0`](https://togithub.com/eslint/eslint/commit/a86ffc076014d1de7eefc7456a8ccfb3a2318155) docs: fix broken anchor in configuration files ([#&#8203;15223](https://togithub.com/eslint/eslint/issues/15223)) (Pierre Berger) - [`ee8af5f`](https://togithub.com/eslint/eslint/commit/ee8af5fb864b510ba6b50dcfb706b8b28fdfb74e) docs: Link to unit tests from rule documentation ([#&#8203;15207](https://togithub.com/eslint/eslint/issues/15207)) (Brandon Mills) - [`1c0ca3c`](https://togithub.com/eslint/eslint/commit/1c0ca3c744dd5761d424d19c9cdcccc569dfe34c) docs: add `ci` and `perf` tags for commit ([#&#8203;15215](https://togithub.com/eslint/eslint/issues/15215)) (Nitin Kumar) #### Build Related - [`796587a`](https://togithub.com/eslint/eslint/commit/796587ad950f6804d60473c2b5998ed3ec71c59e) build: upgrade eslint-release to v3.2.0 to support conventional commits ([#&#8203;15246](https://togithub.com/eslint/eslint/issues/15246)) (Milos Djermanovic) #### Chores - [`cf5b6be`](https://togithub.com/eslint/eslint/commit/cf5b6be6f8144f5932cdf062d380f7c0f51e64bd) chore: update [`@&#8203;eslint/eslintrc](https://togithub.com/eslint/eslintrc)` to avoid different versions of `js-yaml` ([#&#8203;15265](https://togithub.com/eslint/eslint/issues/15265)) (Milos Djermanovic) - [`4fd7a6c`](https://togithub.com/eslint/eslint/commit/4fd7a6ca7339bcbbfa6feda266dcca96684b81c6) perf: don't prepare a fix for valid code in key-spacing ([#&#8203;15239](https://togithub.com/eslint/eslint/issues/15239)) (Milos Djermanovic) - [`fda533c`](https://togithub.com/eslint/eslint/commit/fda533cda4b70278acfce4e21b5b1ebe52ff7a3d) chore: update `strip-ansi` dependency ([#&#8203;15221](https://togithub.com/eslint/eslint/issues/15221)) (Nitin Kumar) - [`67949bd`](https://togithub.com/eslint/eslint/commit/67949bd9f3cbda08442d2e5946feb9a4f8b22d85) ci: Remove Node 16 CI prerelease workaround ([#&#8203;14935](https://togithub.com/eslint/eslint/issues/14935)) (Brandon Mills) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 9668945 + abe0d2d commit 8eefe79

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"ember-truth-helpers": "3.0.0",
110110
"ember-web-app": "5.0.1",
111111
"ember-window-mock": "0.7.2",
112-
"eslint": "8.1.0",
112+
"eslint": "8.2.0",
113113
"eslint-config-prettier": "8.3.0",
114114
"eslint-plugin-ember": "10.5.7",
115115
"eslint-plugin-ember-concurrency": "0.5.1",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,18 +1430,18 @@
14301430
terser "^5.7.0"
14311431
thread-loader "^3.0.4"
14321432

1433-
"@eslint/eslintrc@^1.0.3":
1434-
version "1.0.3"
1435-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.3.tgz#41f08c597025605f672251dcc4e8be66b5ed7366"
1436-
integrity sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==
1433+
"@eslint/eslintrc@^1.0.4":
1434+
version "1.0.4"
1435+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.4.tgz#dfe0ff7ba270848d10c5add0715e04964c034b31"
1436+
integrity sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==
14371437
dependencies:
14381438
ajv "^6.12.4"
14391439
debug "^4.3.2"
14401440
espree "^9.0.0"
14411441
globals "^13.9.0"
14421442
ignore "^4.0.6"
14431443
import-fresh "^3.2.1"
1444-
js-yaml "^3.13.1"
1444+
js-yaml "^4.1.0"
14451445
minimatch "^3.0.4"
14461446
strip-json-comments "^3.1.1"
14471447

@@ -7432,12 +7432,12 @@ eslint-visitor-keys@^3.0.0:
74327432
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
74337433
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
74347434

7435-
eslint@8.1.0:
7436-
version "8.1.0"
7437-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.1.0.tgz#00f1f7dbf4134f26588e6c9f2efe970760f64664"
7438-
integrity sha512-JZvNneArGSUsluHWJ8g8MMs3CfIEzwaLx9KyH4tZ2i+R2/rPWzL8c0zg3rHdwYVpN/1sB9gqnjHwz9HoeJpGHw==
7435+
eslint@8.2.0:
7436+
version "8.2.0"
7437+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.2.0.tgz#44d3fb506d0f866a506d97a0fc0e90ee6d06a815"
7438+
integrity sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==
74397439
dependencies:
7440-
"@eslint/eslintrc" "^1.0.3"
7440+
"@eslint/eslintrc" "^1.0.4"
74417441
"@humanwhocodes/config-array" "^0.6.0"
74427442
ajv "^6.10.0"
74437443
chalk "^4.0.0"
@@ -7471,7 +7471,7 @@ [email protected]:
74717471
progress "^2.0.0"
74727472
regexpp "^3.2.0"
74737473
semver "^7.2.1"
7474-
strip-ansi "^6.0.0"
7474+
strip-ansi "^6.0.1"
74757475
strip-json-comments "^3.1.0"
74767476
text-table "^0.2.0"
74777477
v8-compile-cache "^2.0.3"

0 commit comments

Comments
 (0)