Skip to content

Commit cd425a3

Browse files
committed
Auto merge of #3172 - rust-lang:renovate/eslint-plugin-ember-10.x, r=Turbo87
Update dependency eslint-plugin-ember to v10.1.2 [![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.1.1` -> `10.1.2`](https://renovatebot.com/diffs/npm/eslint-plugin-ember/10.1.1/10.1.2) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.1.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.1.2/compatibility-slim/10.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-ember/10.1.2/confidence-slim/10.1.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-cli/eslint-plugin-ember</summary> ### [`v10.1.2`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md#v1012-2021-01-11) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v10.1.1...v10.1.2) ##### 🐛 Bug Fix - [#&#8203;1063](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1063) Improve detection of globals and catch additional jQuery function calls in `no-jquery` rule ([`@&#8203;BarryThePenguin](https://togithub.com/BarryThePenguin))` - [#&#8203;1066](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1066) Improve detection of globals in `no-global-jquery` rule ([`@&#8203;bmish](https://togithub.com/bmish))` ##### 🏠 Internal - [#&#8203;1069](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1069) Improve tests for `jquery-ember-run` rule ([`@&#8203;bmish](https://togithub.com/bmish))` ##### Committers: 2 - Bryan Mishkin ([`@&#8203;bmish](https://togithub.com/bmish))` - Jonathan Haines ([`@&#8203;BarryThePenguin](https://togithub.com/BarryThePenguin))` </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 d97fbcf + 10b2c14 commit cd425a3

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
@@ -108,7 +108,7 @@
108108
"ember-window-mock": "0.7.1",
109109
"eslint": "7.17.0",
110110
"eslint-config-prettier": "7.1.0",
111-
"eslint-plugin-ember": "10.1.1",
111+
"eslint-plugin-ember": "10.1.2",
112112
"eslint-plugin-ember-concurrency": "0.3.1",
113113
"eslint-plugin-import-helpers": "1.1.0",
114114
"eslint-plugin-prettier": "3.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7401,10 +7401,10 @@ eslint-plugin-ember-concurrency@0.3.1:
74017401
resolved "https://registry.yarnpkg.com/eslint-plugin-ember-concurrency/-/eslint-plugin-ember-concurrency-0.3.1.tgz#7d6a929488ce94d6c4224b5b6e464b01e5163aff"
74027402
integrity sha512-ihhW9cTv4WU4j3a458gwVIsQQ3FdEJKgwBgNRvUC3pMJzSCqizpbMGO5KJihT2JLWaHtCuibvGaO1ZTJEwwBUQ==
74037403

7404-
eslint-plugin-ember@10.1.1:
7405-
version "10.1.1"
7406-
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.1.1.tgz#27c2dbff2e4236434823b793721a5a9ef0c52e95"
7407-
integrity sha512-slQIfUS0C9C8uYdud/7EvrD1TX5nPPRFTQ1bXUiIhgfWTr60b4qDF1TUCwUT3fwi57Hwe1tJfNL4dqK7omQsqA==
7404+
eslint-plugin-ember@10.1.2:
7405+
version "10.1.2"
7406+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.1.2.tgz#213910b642ba74c999d1ea01b846e3c85c0c0b1e"
7407+
integrity sha512-1dImhjajeuMf0Isc5FK8it+zL//NJO6ZXorsgNB2dLLc+Mb5ECD5E6f7B1lYuuD68Oh1Wsbw+V4JLIgCjw5X2g==
74087408
dependencies:
74097409
"@ember-data/rfc395-data" "^0.0.4"
74107410
css-tree "^1.0.0-alpha.39"

0 commit comments

Comments
 (0)