alexlafroscia / ember-steps

Declaratively create wizards, tabbed UIs, and more
https://alexlafroscia.github.io/ember-steps
MIT License
90 stars 23 forks source link

chore(deps-dev): bump ember-concurrency from 2.1.2 to 2.2.0 #605

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ember-concurrency from 2.1.2 to 2.2.0.

Release notes

Sourced from ember-concurrency's releases.

2.2.0

New Features

  • Implemented a public API for Task Modifiers, providing a way for users to define additional modifiers and behavior in application code. (#441) Please consider the TaskProperty prototype extension method of implementing task modifiers to be deprecated in favor of the registerModifier API.
  • Add onError parameter to perform helper to allow UI-triggered tasks to specify alternative or null error handlers (#443, fixes #435. Thanks @​lolmaus for the discussion)

Bugfixes

Changelog

Sourced from ember-concurrency's changelog.

2.2.0

  • Implemented a public API for Task Modifiers, providing a way for users to define additional modifiers and behavior in application code. (#441) Please consider the TaskProperty prototype extension method of implementing task modifiers to be deprecated in favor of the registerModifier API.
  • Add onError parameter to perform helper to allow UI-triggered tasks to specify alternative or null error handlers (#443, fixes #435. Thanks @​lolmaus for the discussion)
  • Fix inefficent use of run.once (#442, fixes #437. Thanks @​stefanpenner for the heads up!)
Commits
  • 2bf4db2 Release 2.2.0
  • 06671db Merge pull request #446 from machty/mf-prep_2.2.0
  • 7346eae Add changelog entry for 2.2.0
  • 9eff68c Merge pull request #441 from machty/mf-rfc_task_factory
  • a6b2ecb Add docs page for defining Task Modifiers
  • 3b6e08b Move advanced docs topics to new advanced docs section
  • 10ca52e Add Task Modifier API section to API docs
  • 536f4f5 Add API docs for Task Modifiers and public pieces of TaskFactory
  • 2b21ea5 Fix some missing docs
  • 506c4b6 Remove unused lastStarted
  • Additional commits viewable in compare view


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 will merge this PR once CI passes on it, as requested by @alexlafroscia.


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)