Skip to content

Commit 22bcdad

Browse files
committed
Auto merge of #3006 - rust-lang:renovate/eslint-plugin-ember-9.x, r=Turbo87
Update dependency eslint-plugin-ember to v9.5.0 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-ember](https://togithub.com/ember-cli/eslint-plugin-ember) | devDependencies | minor | [`9.4.0` -> `9.5.0`](https://renovatebot.com/diffs/npm/eslint-plugin-ember/9.4.0/9.5.0) | --- ### Release Notes <details> <summary>ember-cli/eslint-plugin-ember</summary> ### [`v9.5.0`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md#v950-2020-11-05) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v9.4.0...v9.5.0) ##### 🚀 Enhancement - [#&#8203;993](https://togithub.com/ember-cli/eslint-plugin-ember/pull/993) Add new rule [no-empty-glimmer-component-classes](https://togithub.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-empty-glimmer-component-classes.md) ([`@&#8203;hxqlin](https://togithub.com/hxqlin))` ##### 🐛 Bug Fix - [#&#8203;998](https://togithub.com/ember-cli/eslint-plugin-ember/pull/998) Fix autofix for array element access at beginning of path string in `no-get` rule ([`@&#8203;bmish](https://togithub.com/bmish))` ##### Committers: 2 - Bryan Mishkin ([`@&#8203;bmish](https://togithub.com/bmish))` - Hannah Lin ([`@&#8203;hxqlin](https://togithub.com/hxqlin))` </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 b7de4ae + 1d70f6f commit 22bcdad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"ember-window-mock": "0.7.1",
108108
"eslint": "7.12.1",
109109
"eslint-config-prettier": "6.15.0",
110-
"eslint-plugin-ember": "9.4.0",
110+
"eslint-plugin-ember": "9.5.0",
111111
"eslint-plugin-ember-concurrency": "0.2.1",
112112
"eslint-plugin-import-helpers": "1.1.0",
113113
"eslint-plugin-prettier": "3.1.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7394,10 +7394,10 @@ eslint-plugin-ember-concurrency@0.2.1:
73947394
resolved "https://registry.yarnpkg.com/eslint-plugin-ember-concurrency/-/eslint-plugin-ember-concurrency-0.2.1.tgz#9836226a4e2287259250ed57d4f9315d254fbc8f"
73957395
integrity sha512-Gan1/Cc0w7w7e+BmIOPIzjiVQumhRguGJDnk49JUWfMVFwECOPvAJ++BOesEj3ogIpQDLeLNMYHN9gtjXmtM8Q==
73967396

7397-
eslint-plugin-ember@9.4.0:
7398-
version "9.4.0"
7399-
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-9.4.0.tgz#00780f4e6ba7da36fba1b50c8debcd8a775d1702"
7400-
integrity sha512-f5KtCFwFz5s2evd2C3idx/Pu/1D1wzh0kdsQZqPNuXmTaYmA9Y2fbXcFnaHB4Svwe3NE1HApkp3sbpBOdlznWA==
7397+
eslint-plugin-ember@9.5.0:
7398+
version "9.5.0"
7399+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-9.5.0.tgz#55966bce55ec7ee8bed336b9ad4ce6b953c61aaa"
7400+
integrity sha512-kkOYb5e4d8prPK7Hv5/HCvQu7oZxjKcrD43KNrOsTfFotscVax1d3oRt1J+SmOG99qW144mit4YNURZDFtlLKw==
74017401
dependencies:
74027402
"@ember-data/rfc395-data" "^0.0.4"
74037403
css-tree "^1.0.0-alpha.39"

0 commit comments

Comments
 (0)