Skip to content

Commit c41d49e

Browse files
committed
Auto merge of #4004 - rust-lang:renovate/eslint-plugin-ember-10.x, r=Turbo87
Update dependency eslint-plugin-ember to v10.5.6 [![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-plugin-ember](https://togithub.com/ember-cli/eslint-plugin-ember) | [`10.5.5` -> `10.5.6`](https://renovatebot.com/diffs/npm/eslint-plugin-ember/10.5.5/10.5.6) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.5.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.5.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.5.6/compatibility-slim/10.5.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.5.6/confidence-slim/10.5.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-cli/eslint-plugin-ember</summary> ### [`v10.5.6`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md#v1056-2021-10-12) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v10.5.5...v10.5.6) ##### 🐛 Bug Fix - [#&#8203;1333](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1333) Support ESLint v8 by switching from ESLint's internal traverser to `estraverse` ([`@&#8203;bmish](https://togithub.com/bmish))` ##### Committers: 1 - Bryan Mishkin ([`@&#8203;bmish](https://togithub.com/bmish))` </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 39a4311 + 5bb4548 commit c41d49e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"ember-window-mock": "0.7.2",
109109
"eslint": "7.32.0",
110110
"eslint-config-prettier": "8.3.0",
111-
"eslint-plugin-ember": "10.5.5",
111+
"eslint-plugin-ember": "10.5.6",
112112
"eslint-plugin-ember-concurrency": "0.4.0",
113113
"eslint-plugin-import-helpers": "1.1.0",
114114
"eslint-plugin-prettier": "4.0.0",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7416,15 +7416,16 @@ eslint-plugin-ember-concurrency@0.4.0:
74167416
resolved "https://registry.yarnpkg.com/eslint-plugin-ember-concurrency/-/eslint-plugin-ember-concurrency-0.4.0.tgz#4ac067230540332af67367e1e75138ef5eb37e36"
74177417
integrity sha512-NWaeIi4Hgj/PGxOOudTCD+gUzs/DTCedA3pCn/cHUewyZd0+bvYv9A7Eazjfre1t4ONurpj3bWakubh5+/ONiQ==
74187418

7419-
eslint-plugin-ember@10.5.5:
7420-
version "10.5.5"
7421-
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.5.5.tgz#fbd292f24ea9ea4d32979d42039dbb878b6cf545"
7422-
integrity sha512-yuNiGyOT2pRaGcifJo9H5RU5XlHiVUXvNuAlLBXrTQyZtsOYFBsXgEhMCCq4BVV/0Q79SqXG+03ceB1YtoJHEQ==
7419+
eslint-plugin-ember@10.5.6:
7420+
version "10.5.6"
7421+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.5.6.tgz#2f44fc4bfd8b9bfc80d3956c29cd9cc0380fca42"
7422+
integrity sha512-07R1wxKQ8otuD6k0dEOvahztgsFt2tnGV1V8Uj0d2SX0KsGGrpAIQRiEmlaQ1nd0DpgpszbhOBvsMLV4F/CtIQ==
74237423
dependencies:
74247424
"@ember-data/rfc395-data" "^0.0.4"
74257425
css-tree "^1.0.0-alpha.39"
74267426
ember-rfc176-data "^0.3.15"
74277427
eslint-utils "^3.0.0"
7428+
estraverse "^5.2.0"
74287429
lodash.kebabcase "^4.1.1"
74297430
requireindex "^1.2.0"
74307431
snake-case "^3.0.3"

0 commit comments

Comments
 (0)