Skip to content

Commit c0870c2

Browse files
committed
Auto merge of #4207 - rust-lang:renovate/eslint-plugin-ember-10.x, r=Turbo87
Update dependency eslint-plugin-ember to v10.5.8 [![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://github.com/ember-cli/eslint-plugin-ember) | [`10.5.7` -> `10.5.8`](https://renovatebot.com/diffs/npm/eslint-plugin-ember/10.5.7/10.5.8) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.5.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.5.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.5.8/compatibility-slim/10.5.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.5.8/confidence-slim/10.5.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-cli/eslint-plugin-ember</summary> ### [`v10.5.8`](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md#v1058-2021-11-23) [Compare Source](https://github.com/ember-cli/eslint-plugin-ember/compare/v10.5.7...v10.5.8) ##### 🐛 Bug Fix - [#&#8203;1374](https://github.com/ember-cli/eslint-plugin-ember/pull/1374) Allow empty-but-decorated classes in `no-empty-glimmer-component-classes` rule ([`@&#8203;adrigzr](https://github.com/adrigzr))` ##### 📝 Documentation - [#&#8203;1364](https://github.com/ember-cli/eslint-plugin-ember/pull/1364) Fix typos in violation message for `classic-decorator-hooks` rule ([`@&#8203;nlfurniss](https://github.com/nlfurniss))` ##### Committers: 4 - Adrián González Rus ([`@&#8203;adrigzr](https://github.com/adrigzr))` - Bryan Mishkin ([`@&#8203;bmish](https://github.com/bmish))` - Darius D. ([`@&#8203;ddzz](https://github.com/ddzz))` - Nathaniel Furniss ([`@&#8203;nlfurniss](https://github.com/nlfurniss))` </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 cf0b510 + affb381 commit c0870c2

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
@@ -111,7 +111,7 @@
111111
"ember-window-mock": "0.7.2",
112112
"eslint": "8.3.0",
113113
"eslint-config-prettier": "8.3.0",
114-
"eslint-plugin-ember": "10.5.7",
114+
"eslint-plugin-ember": "10.5.8",
115115
"eslint-plugin-ember-concurrency": "0.5.1",
116116
"eslint-plugin-import-helpers": "1.2.0",
117117
"eslint-plugin-prettier": "4.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7310,10 +7310,10 @@ [email protected]:
73107310
resolved "https://registry.yarnpkg.com/eslint-plugin-ember-concurrency/-/eslint-plugin-ember-concurrency-0.5.1.tgz#48c283e296cea0b591677da9359469537b16369d"
73117311
integrity sha512-sQjDs/pZt2+882M15hnEdmcxh7LIObP9d8kt5yw5nKNR6tGF5SIBPx00Jji61KYISakFHzSgcZfgquK3dfY8xA==
73127312

7313-
7314-
version "10.5.7"
7315-
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.5.7.tgz#132dcd139fc9e830b707910d1ee4a458b83ab9d4"
7316-
integrity sha512-PTnZxbexrvRgEUtiuTaRjcFIIezzNsaJLUkvOoKhmxXTZnWgSPV36PGv5ml0BOallWYAOocefjTgv9SWvlmEdw==
7313+
7314+
version "10.5.8"
7315+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.5.8.tgz#87e004a5ebed88f94008364554daf57df2c9c718"
7316+
integrity sha512-d21mJ+F+htgi6HhrjwbOfllJojF4ZWGruW13HkBoGS2SaHqKUyvIH/8j3EjSxlsGFiNfhTEUWkNaUSLJxgbtWg==
73177317
dependencies:
73187318
"@ember-data/rfc395-data" "^0.0.4"
73197319
css-tree "^1.0.0-alpha.39"

0 commit comments

Comments
 (0)