Skip to content

Commit be96d83

Browse files
committed
Auto merge of #3013 - rust-lang:renovate/eslint-plugin-ember-9.x, r=Turbo87
Update dependency eslint-plugin-ember to v9.6.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.5.0` -> `9.6.0`](https://renovatebot.com/diffs/npm/eslint-plugin-ember/9.5.0/9.6.0) | --- ### Release Notes <details> <summary>ember-cli/eslint-plugin-ember</summary> ### [`v9.6.0`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md#v960-2020-11-09) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v9.5.0...v9.6.0) ##### 🚀 Enhancement - [#&#8203;1000](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1000) Add `catchSafeObjects` and `catchUnsafeObjects` options (default false) to [no-get-with-default](https://togithub.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-get-with-default.md) rule ([`@&#8203;bmish](https://togithub.com/bmish))` ##### 🐛 Bug Fix - [#&#8203;1001](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1001) Fix issues with [no-get](https://togithub.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-get.md) rule autofix with array access in nested path ([`@&#8203;bmish](https://togithub.com/bmish))` ##### Committers: 1 - Bryan Mishkin ([`@&#8203;bmish](https://togithub.com/bmish))` </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 655bf79 + a9dbad7 commit be96d83

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.13.0",
109109
"eslint-config-prettier": "6.15.0",
110-
"eslint-plugin-ember": "9.5.0",
110+
"eslint-plugin-ember": "9.6.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.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==
7397+
eslint-plugin-ember@9.6.0:
7398+
version "9.6.0"
7399+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-9.6.0.tgz#607669732094081922660c3be5fc29f3caa3ee51"
7400+
integrity sha512-MNSXffxPhIiYaVc4eisRPeNoRb19W/2pHWiXwETlhQI9w/2VCyXLKY7c/8gtOCcjuEw4Xd5NiCMqxcNmyq5UzQ==
74017401
dependencies:
74027402
"@ember-data/rfc395-data" "^0.0.4"
74037403
css-tree "^1.0.0-alpha.39"

0 commit comments

Comments
 (0)