Skip to content

Commit 6bc62b7

Browse files
committed
Auto merge of #3672 - rust-lang:renovate/ember-concurrency-2.x, r=Turbo87
Update dependency ember-concurrency to v2.1.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 | |---|---|---|---|---|---| | [ember-concurrency](https://github.com/machty/ember-concurrency) | [`2.0.3` -> `2.1.0`](https://renovatebot.com/diffs/npm/ember-concurrency/2.0.3/2.1.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-concurrency/2.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-concurrency/2.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-concurrency/2.1.0/compatibility-slim/2.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-concurrency/2.1.0/confidence-slim/2.0.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>machty/ember-concurrency</summary> ### [`v2.1.0`](https://github.com/machty/ember-concurrency/blob/master/CHANGELOG.md#&#8203;210) [Compare Source](https://github.com/machty/ember-concurrency/compare/2.0.3...2.1.0) - Implemented a public API for [Yieldables](https://ember-concurrency.com/docs/yieldables), a new way to instrument TaskInstances by providing a safe mechanism to implement custom waiters, hooks, introspection, and other operations from application code. ([#&#8203;413](https://github.com/machty/ember-concurrency/issues/413)) - Avoid applying task state updates out of order ([#&#8203;423](https://github.com/machty/ember-concurrency/issues/423), [#&#8203;426](https://github.com/machty/ember-concurrency/issues/426), fixes [#&#8203;422](https://github.com/machty/ember-concurrency/issues/422)) - \[docs] Document that ``@lastValue`` does not support chained property access ([#&#8203;429](https://github.com/machty/ember-concurrency/issues/429)) </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 a7dc968 + 180f317 commit 6bc62b7

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.0.3",
84+
"ember-concurrency": "2.1.0",
8585
"ember-css-modules": "1.4.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
@@ -6942,10 +6942,10 @@ ember-compatibility-helpers@^1.1.1, ember-compatibility-helpers@^1.1.2, ember-co
69426942
fs-extra "^9.1.0"
69436943
semver "^5.4.1"
69446944

6945-
ember-concurrency@2.0.3:
6946-
version "2.0.3"
6947-
resolved "https://registry.yarnpkg.com/ember-concurrency/-/ember-concurrency-2.0.3.tgz#d8ac917fdf013a277bfc7b26e417937ee0638455"
6948-
integrity sha512-+fOOFt32odnunDL3Du0LqMgnRzDDNKnzo1ry9ppICpvLXekJzYFwU1RniVivfJ+9nbpHMJZQUlZJAm1ZAnTExw==
6945+
ember-concurrency@2.1.0:
6946+
version "2.1.0"
6947+
resolved "https://registry.yarnpkg.com/ember-concurrency/-/ember-concurrency-2.1.0.tgz#5e55c19f43fb245c4fbe0628cbf26cc6561af40c"
6948+
integrity sha512-NIJfphS9NvO3Fin+QPQkTvhD8rFDc9ydpy+my+VFLcCfC5F+yI6sr5tHVSgSVBh8UutloHvIbGvdfKuoY6Abyg==
69496949
dependencies:
69506950
"@glimmer/tracking" "^1.0.2"
69516951
ember-cli-babel "^7.22.1"

0 commit comments

Comments
 (0)