mydea / ember-indexeddb

Utilities & adapter to work with IndexedDB in ember & ember-data
https://mydea.github.io/ember-indexeddb/docs/
MIT License
17 stars 5 forks source link

Bump ember-concurrency from 1.0.0 to 1.1.2 #59

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ember-concurrency from 1.0.0 to 1.1.2.

Release notes *Sourced from [ember-concurrency's releases](https://github.com/machty/ember-concurrency/releases).* > ## 1.1.2 > ### Bugfixes > > * Fixes remaining issue using task groups w/ ES native classes/Glimmer components (thanks [@​jrjohnson](https://github.com/jrjohnson), [#324](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/324)) > > ### Miscellaneous > > * Add some test coverage for use with ES native classes and stage 1 decorators > > ## 1.1.1 > ### Bugfixes > - Fix use of task groups with ES native class components ([#321](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/321), thanks [@​jrjohnson](https://github.com/jrjohnson)) > > ### Enhancements / docs > - Document and export `rawTimeout` helper in top-level `ember-concurrency` module. ([#310](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/310), thanks [@​Turbo87](https://github.com/Turbo87)) > > ## 1.1.0 > ### Enhancements > * Babel 7 ([#317](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/317)) > * Assert argument is an `Array` for Promise helpers (`race`, `all`, `allSettled`) ([#313](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/313), thanks [@​buschtoens](https://github.com/buschtoens)!) > * Throw an error in `waitForQueue` when queue does not exist ([#314](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/314), [@​mydea](https://github.com/mydea)!) > > ### Bugfixes > * Resolve warning about colliding `ember-maybe-import-regenerator` versions ([#316](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/316), thanks [@​jherdman](https://github.com/jherdman)!) > * Fix service injection on nested encapsulated tasks on Ember 3.13+ ([#318](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/318)) > * Use `clearTimeout()` instead of `clearInterval()` on timer set with `setTimeout` ([#309](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/309), thanks [@​Turbo87](https://github.com/Turbo87)!) > > ### Docs > * Document options for `cancelAll()` ([#305](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/305), thanks [@​ggayowsky](https://github.com/ggayowsky)!) > > ### Other > * [dev] Upgrade Ember-CLI to 3.12 ([#317](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/317)) > * [dev] Upgrade ember-cli-sass to enable use on Node 12 ([#299](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/299), thanks [@​buschtoens](https://github.com/buschtoens)!)
Changelog *Sourced from [ember-concurrency's changelog](https://github.com/machty/ember-concurrency/blob/master/CHANGELOG.md).* > ### 1.1.2 > - _Totally_ fix use of task groups with ES native class/Glimmer components ([#324](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/324), thanks [@​jrjohnson](https://github.com/jrjohnson)) > - [dev] Add test coverage for tasks on ES native class/Glimmer components > > ### 1.1.1 > - Fix use of task groups with ES native class components ([#321](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/321), thanks [@​jrjohnson](https://github.com/jrjohnson)) > - Document and export `rawTimeout` helper in top-level `ember-concurrency` module. ([#310](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/310), thanks [@​Turbo87](https://github.com/Turbo87)) > > ### 1.1.0 > - Babel 7 ([#317](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/317)) > - Assert argument is an `Array` for Promise helpers (`race`, `all`, `allSettled`) ([#313](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/313), thanks [@​buschtoens](https://github.com/buschtoens)!) > - Throw an error in `waitForQueue` when queue does not exist ([#314](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/314), [@​mydea](https://github.com/mydea)!) > - Resolve warning about colliding `ember-maybe-import-regenerator` versions ([#316](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/316), thanks [@​jherdman](https://github.com/jherdman)!) > - Fix service injection on nested encapsulated tasks on Ember 3.13+ ([#318](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/318)) > - Use `clearTimeout()` instead of `clearInterval()` on timer set with `setTimeout` ([#309](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/309), thanks [@​Turbo87](https://github.com/Turbo87)!) > - Document options for `cancelAll()` ([#305](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/305), thanks [@​ggayowsky](https://github.com/ggayowsky)!) > - [dev] Upgrade Ember-CLI to 3.12 ([#317](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/317)) > - [dev] Upgrade ember-cli-sass to enable use on Node 12 ([#299](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/299), thanks [@​buschtoens](https://github.com/buschtoens)!)
Commits - [`3d96d84`](https://github.com/machty/ember-concurrency/commit/3d96d8490c13220b23f105e3d535ccbd55d7534c) Release 1.1.2 - [`45851f8`](https://github.com/machty/ember-concurrency/commit/45851f87d33c41ccce02247dce0f040b41bdb9bf) Add changelog entry for 1.1.2 - [`592da65`](https://github.com/machty/ember-concurrency/commit/592da6510f04617886ec4ec86439af8a526e711c) Merge pull request [#325](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/325) from machty/mf-tests_for_es_classes - [`24878ae`](https://github.com/machty/ember-concurrency/commit/24878aebe8a842da0f5bce536296500db289eabe) Add tests for use with non-EmberObject native classes (e.g. GlimmerComponent) - [`e73fe42`](https://github.com/machty/ember-concurrency/commit/e73fe42e273ef4303bd0064366b0f60b7da766c6) Switch to babel-eslint parser to set stage for decorator tests - [`69e964d`](https://github.com/machty/ember-concurrency/commit/69e964dc5b8ae2fb9dfadd95b242e544e4be2b29) Merge pull request [#324](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/324) from jrjohnson/task-state-get - [`78219f3`](https://github.com/machty/ember-concurrency/commit/78219f399cb5226991c899316e96c0a50c4a4818) Use ember get - [`9ad7ace`](https://github.com/machty/ember-concurrency/commit/9ad7aceab11c8d81f41bea77a73b257e81d58ba3) Release 1.1.1 - [`f345671`](https://github.com/machty/ember-concurrency/commit/f345671633cb932aecf31a0cd85621b8069c4813) Add changelog entry for 1.1.1 - [`5b4035e`](https://github.com/machty/ember-concurrency/commit/5b4035e8e27067d948c5c9dab6be01141d4daa17) Merge pull request [#310](https://github-redirect.dependabot.com/machty/ember-concurrency/issues/310) from Turbo87/patch-1 - Additional commits viewable in [compare view](https://github.com/machty/ember-concurrency/compare/1.0.0...1.1.2)
Maintainer changes This version was pushed to npm by [m4xm4n](https://www.npmjs.com/~m4xm4n), a new releaser for ember-concurrency since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #62.