Skip to content

Commit eeb6830

Browse files
committed
Auto merge of #3809 - rust-lang:renovate/ember-concurrency-2.x, r=Turbo87
Update dependency ember-concurrency to v2.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 | |---|---|---|---|---|---| | [ember-concurrency](https://togithub.com/machty/ember-concurrency) | [`2.1.0` -> `2.1.2`](https://renovatebot.com/diffs/npm/ember-concurrency/2.1.0/2.1.2) | [![age](https://badges.renovateapi.com/packages/npm/ember-concurrency/2.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-concurrency/2.1.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-concurrency/2.1.2/compatibility-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-concurrency/2.1.2/confidence-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>machty/ember-concurrency</summary> ### [`v2.1.2`](https://togithub.com/machty/ember-concurrency/blob/master/CHANGELOG.md#&#8203;212) [Compare Source](https://togithub.com/machty/ember-concurrency/compare/9455938d46c884e378bc11c58d094591a5f33395...2.1.2) - Same as 2.1.1, but with the changes actually published. ### [`v2.1.1`](https://togithub.com/machty/ember-concurrency/blob/master/CHANGELOG.md#&#8203;211) [Compare Source](https://togithub.com/machty/ember-concurrency/compare/2.1.0...9455938d46c884e378bc11c58d094591a5f33395) - Expose `TaskInstance` state inside encapsulated tasks ([#&#8203;434](https://togithub.com/machty/ember-concurrency/issues/434)) - \[dev] use prettier to format code ([#&#8203;415](https://togithub.com/machty/ember-concurrency/issues/415), thanks [`@&#8203;alexlafroscia](https://togithub.com/alexlafroscia)!)` - \[dev] test against embroider scenarios ([#&#8203;430](https://togithub.com/machty/ember-concurrency/issues/430), thanks [`@&#8203;alexlafroscia](https://togithub.com/alexlafroscia)!)` </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, 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 d17c84f + be7eed3 commit eeb6830

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
@@ -81,7 +81,7 @@
8181
"ember-cli-sri": "2.1.1",
8282
"ember-cli-terser": "4.0.2",
8383
"ember-click-outside": "2.0.0",
84-
"ember-concurrency": "2.1.0",
84+
"ember-concurrency": "2.1.2",
8585
"ember-css-modules": "1.5.0",
8686
"ember-data": "3.27.1",
8787
"ember-disable-prototype-extensions": "1.1.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6891,10 +6891,10 @@ ember-compatibility-helpers@^1.1.1, ember-compatibility-helpers@^1.1.2, ember-co
68916891
fs-extra "^9.1.0"
68926892
semver "^5.4.1"
68936893

6894-
ember-concurrency@2.1.0:
6895-
version "2.1.0"
6896-
resolved "https://registry.yarnpkg.com/ember-concurrency/-/ember-concurrency-2.1.0.tgz#5e55c19f43fb245c4fbe0628cbf26cc6561af40c"
6897-
integrity sha512-NIJfphS9NvO3Fin+QPQkTvhD8rFDc9ydpy+my+VFLcCfC5F+yI6sr5tHVSgSVBh8UutloHvIbGvdfKuoY6Abyg==
6894+
ember-concurrency@2.1.2:
6895+
version "2.1.2"
6896+
resolved "https://registry.yarnpkg.com/ember-concurrency/-/ember-concurrency-2.1.2.tgz#a27178fb24951933fa72dd7cf1dca852693cc5c1"
6897+
integrity sha512-xC6L/SKuM08e9TK5igkSEwbAtkX2sqrj9Xap9G3zYSYdAIO7fcS6ZNEaD5e+dVXwPqH3tOIq41ZT7fqQ7mQ0KQ==
68986898
dependencies:
68996899
"@glimmer/tracking" "^1.0.2"
69006900
ember-cli-babel "^7.22.1"

0 commit comments

Comments
 (0)