Skip to content

Commit bbd88da

Browse files
committed
Auto merge of #3789 - rust-lang:renovate/eslint-7.x, r=Turbo87
Update dependency eslint to v7.31.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://github.com/eslint/eslint)) | [`7.30.0` -> `7.31.0`](https://renovatebot.com/diffs/npm/eslint/7.30.0/7.31.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint/7.31.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint/7.31.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint/7.31.0/compatibility-slim/7.30.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint/7.31.0/confidence-slim/7.30.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v7.31.0`](https://github.com/eslint/eslint/releases/v7.31.0) [Compare Source](https://github.com/eslint/eslint/compare/v7.30.0...v7.31.0) - [`efdbb12`](https://github.com/eslint/eslint/commit/efdbb1227019427ec2d968a8d6e9151dd8a77c35) Upgrade: [`@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc)` to v0.4.3 ([#&#8203;14808](https://github.com/eslint/eslint/issues/14808)) (Brandon Mills) - [`a96b05f`](https://github.com/eslint/eslint/commit/a96b05f6c5649cfee112d605c91d95aa191e2f78) Update: add end location to report in `consistent-return` (refs [#&#8203;12334](https://github.com/eslint/eslint/issues/12334)) ([#&#8203;14798](https://github.com/eslint/eslint/issues/14798)) (Nitin Kumar) - [`e0e8e30`](https://github.com/eslint/eslint/commit/e0e8e308929c9c66612505f2da89043f8592eea7) Docs: update BUG_REPORT template ([#&#8203;14787](https://github.com/eslint/eslint/issues/14787)) (Nitin Kumar) - [`39115c8`](https://github.com/eslint/eslint/commit/39115c8b71d2629161359f6456f47fdbd552fddd) Docs: provide more context to no-eq-null ([#&#8203;14801](https://github.com/eslint/eslint/issues/14801)) (gfyoung) - [`9a3c73c`](https://github.com/eslint/eslint/commit/9a3c73c130d437a65f4edba0dcb63390e68cac41) Docs: fix a broken link ([#&#8203;14790](https://github.com/eslint/eslint/issues/14790)) (Sam Chen) - [`ddffa8a`](https://github.com/eslint/eslint/commit/ddffa8ad58b4b124b08061e9045fdb5370cbdbe3) Update: Indicating the operator in question ([#&#8203;14764](https://github.com/eslint/eslint/issues/14764)) (Paul Smith) - [`bba714c`](https://github.com/eslint/eslint/commit/bba714c2ed813821ed288fbc07722cdde6e534fe) Update: Clarifying what changes need to be made in no-mixed-operators ([#&#8203;14765](https://github.com/eslint/eslint/issues/14765)) (Paul Smith) - [`b0d22e3`](https://github.com/eslint/eslint/commit/b0d22e3eff18ea7f08189134c07cddceaec69a09) Docs: Mention benefit of providing `meta.docs.url` ([#&#8203;14774](https://github.com/eslint/eslint/issues/14774)) (Bryan Mishkin) - [`000cc79`](https://github.com/eslint/eslint/commit/000cc796fd487e7b9ba8bcc5857dd691044479cc) Sponsors: Sync README with website (ESLint Jenkins) - [`a6a7438`](https://github.com/eslint/eslint/commit/a6a7438502abc6a1e29ec35cfbe2058ffc0803b1) Chore: pin [email protected] ([#&#8203;14771](https://github.com/eslint/eslint/issues/14771)) (Milos Djermanovic) </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, check this box. --- 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 1bec6a9 + 58d2ed9 commit bbd88da

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"ember-truth-helpers": "3.0.0",
108108
"ember-web-app": "5.0.1",
109109
"ember-window-mock": "0.7.2",
110-
"eslint": "7.30.0",
110+
"eslint": "7.31.0",
111111
"eslint-config-prettier": "8.3.0",
112112
"eslint-plugin-ember": "10.5.1",
113113
"eslint-plugin-ember-concurrency": "0.3.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,10 +1473,10 @@
14731473
terser "^5.7.0"
14741474
thread-loader "^3.0.4"
14751475

1476-
"@eslint/eslintrc@^0.4.2":
1477-
version "0.4.2"
1478-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
1479-
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
1476+
"@eslint/eslintrc@^0.4.3":
1477+
version "0.4.3"
1478+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
1479+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
14801480
dependencies:
14811481
ajv "^6.12.4"
14821482
debug "^4.1.1"
@@ -7615,13 +7615,13 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
76157615
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
76167616
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
76177617

7618-
eslint@7.30.0:
7619-
version "7.30.0"
7620-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
7621-
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
7618+
eslint@7.31.0:
7619+
version "7.31.0"
7620+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca"
7621+
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
76227622
dependencies:
76237623
"@babel/code-frame" "7.12.11"
7624-
"@eslint/eslintrc" "^0.4.2"
7624+
"@eslint/eslintrc" "^0.4.3"
76257625
"@humanwhocodes/config-array" "^0.5.0"
76267626
ajv "^6.10.0"
76277627
chalk "^4.0.0"

0 commit comments

Comments
 (0)