Skip to content

Commit f55e436

Browse files
committed
Auto merge of #3451 - rust-lang:renovate/eslint-plugin-ember-10.x, r=Turbo87
Update dependency eslint-plugin-ember to v10.3.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-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) | [`10.2.0` -> `10.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-ember/10.2.0/10.3.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.3.0/compatibility-slim/10.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.3.0/confidence-slim/10.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-cli/eslint-plugin-ember</summary> ### [`v10.3.0`](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md#v1030-2021-03-22) [Compare Source](https://github.com/ember-cli/eslint-plugin-ember/compare/v10.2.0...v10.3.0) ##### 🚀 Enhancement - [#&#8203;1113](https://github.com/ember-cli/eslint-plugin-ember/pull/1113) Add `additionalClassImports` option to `no-classic-classes` rule ([`@&#8203;scalvert](https://github.com/scalvert))` ##### 🐛 Bug Fix - [#&#8203;1115](https://github.com/ember-cli/eslint-plugin-ember/pull/1115) Fix crash with dynamic/variable route name in `no-shadow-route-definition` rule ([`@&#8203;bmish](https://github.com/bmish))` - [#&#8203;1102](https://github.com/ember-cli/eslint-plugin-ember/pull/1102) Fix crash with `this.extend()` in `no-classic-classes` rule ([`@&#8203;bmish](https://github.com/bmish))` - [#&#8203;1114](https://github.com/ember-cli/eslint-plugin-ember/pull/1114) Ensure rules validate arrays in options to have at least one item and unique items ([`@&#8203;bmish](https://github.com/bmish))` - [#&#8203;1103](https://github.com/ember-cli/eslint-plugin-ember/pull/1103) Only calculate source module name once in import util function for slight optimization ([`@&#8203;bmish](https://github.com/bmish))` - [#&#8203;1081](https://github.com/ember-cli/eslint-plugin-ember/pull/1081) Update `avoid-leaking-state-in-ember-objects` rule to apply to mixins ([`@&#8203;jaydgruber](https://github.com/jaydgruber))` ##### Committers: 3 - Bryan Mishkin ([`@&#8203;bmish](https://github.com/bmish))` - Steve Calvert ([`@&#8203;scalvert](https://github.com/scalvert))` - [`@&#8203;jaydgruber](https://github.com/jaydgruber)` </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 01f92a1 + 2fef907 commit f55e436

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": "7.22.0",
113113
"eslint-config-prettier": "8.1.0",
114-
"eslint-plugin-ember": "10.2.0",
114+
"eslint-plugin-ember": "10.3.0",
115115
"eslint-plugin-ember-concurrency": "0.3.1",
116116
"eslint-plugin-import-helpers": "1.1.0",
117117
"eslint-plugin-prettier": "3.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7412,10 +7412,10 @@ [email protected]:
74127412
resolved "https://registry.yarnpkg.com/eslint-plugin-ember-concurrency/-/eslint-plugin-ember-concurrency-0.3.1.tgz#7d6a929488ce94d6c4224b5b6e464b01e5163aff"
74137413
integrity sha512-ihhW9cTv4WU4j3a458gwVIsQQ3FdEJKgwBgNRvUC3pMJzSCqizpbMGO5KJihT2JLWaHtCuibvGaO1ZTJEwwBUQ==
74147414

7415-
eslint-plugin-ember@10.2.0:
7416-
version "10.2.0"
7417-
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.2.0.tgz#449c3ce8e5421c61ab47e0cb6954e2f6f1cfbdc8"
7418-
integrity sha512-W5cPJa+bBcKJ5kmmu7o8r1hbbT45ZCy8eE5EyRjqJ02B7Jlg74mX+Hdz4RYNSvV1+G7YAOwEZLUkIdJ+44ySGA==
7415+
eslint-plugin-ember@10.3.0:
7416+
version "10.3.0"
7417+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.3.0.tgz#2e53ad334dc7f7f66f6cba890b9c01a64817d1c1"
7418+
integrity sha512-qmUQ6OYs8trr+4h3DPJz76fBgXBJEragLCD4RHV4bcnKd4vtgmJvFTF+UDlIsiZZVd03r5aYzpuQvVa+oH6JXg==
74197419
dependencies:
74207420
"@ember-data/rfc395-data" "^0.0.4"
74217421
css-tree "^1.0.0-alpha.39"

0 commit comments

Comments
 (0)