Skip to content

Bump ember-concurrency from 2.3.4 to 4.0.2 in /ui#12

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ui/ember-concurrency-4.0.2
Closed

Bump ember-concurrency from 2.3.4 to 4.0.2 in /ui#12
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ui/ember-concurrency-4.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps ember-concurrency from 2.3.4 to 4.0.2.

Release notes

Sourced from ember-concurrency's releases.

4.0.1

  • Update assert in task-public-api.js to include note about required Babel transform for arrow functions (#569)

4.0.0

Enhancements

  • Ember Concurrency has been converted to a V2 Embroider Addon (#551)
  • Added a Glint template registry
  • (Not really an enhancement, but) users are encouraged to directly use a task's bound .perform method (and curry with fn helper if needed) rather than to use the classic perform helper, which doesn't really add much value anymore
  • That said, all 3 of Ember's helpers, including perform are now directly importable within .gts/.gjs files.

Breaking Changes

  • Ember Concurrency's Babel transform needs to be manually registered as a Babel plugin. See upgrade docs

4.0.0-beta.1

Enhancements

  • Convert to V2 Addon (#551)

Breaking Changes

  • Ember Concurrency's Babel transform needs to be manually registered as a Babel plugin. See upgrade docs

3.1.1

Enhancements

Documentation

3.0.0

  • Drop support for Node versions below version 16 (#520)
  • Add support and tests for Ember 4 (#515)
    • Minimum supported Ember version is now 3.28+ (but still likely to work for lower versions)
  • TypeScript: use the types published directly from Ember.js (#512)
Changelog

Sourced from ember-concurrency's changelog.

4.0.2

  • Make glint template an optional peer dependency (#572)

4.0.1

  • Update assert in task-public-api.js to include note about required Babel transform for arrow functions (#569)

4.0.0

  • Ember Concurrency is now a V2 Embroider Addon (#551)
  • The guides have been updated to reflect modern/best practices:
    • Instead of using the (perform) helper, it is now recommended that the bound .perform() method on each Task be directly invoked in the template, e.g. {{on "click" this.myTask.perform}}, or, when arguments are present, {{on "click" (fn this.myTask.perform 123 'foo')}}
  • Glint template registry has been provided for EC's 3 helpers.

3.1.1

  • Add ember 5 as peerDependencies (#542)

3.1.0

  • Support waitFor()-type modifiers in async arrow transform (#536)
  • Drop now-unneeded dependency on polyfill for unsupported Ember versions
  • [docs] Fix broken code block rendering for examples (#522, #524)

3.0.0

  • Drop support for Node versions below version 16 (#520)
  • Add support and tests for Ember 4 (#515)
    • Minimum supported Ember version is now 3.28+ (but still likely to work for lower versions)
  • TypeScript: use the types published directly from Ember.js (#512)

2.3.7

  • Mention native class requirement in un-transpiled task() error (#494)

2.3.6

  • Additional fix for Babel transpiler conflict with ember-cli-code-coverage / istanbul (#492)

2.3.5

  • Fix Babel transpiler conflict with ember-cli-code-coverage (#490)
Commits
  • 4d6bee3 Release 4.0.2
  • 5d1759c 4.0.2 changelog
  • 719b275 Make glint template an optional peer dependency (#572)
  • 400f72b Release 4.0.1
  • d903873 4.0.1 changelog
  • 9504e55 Update task-public-api.js to include note about required Babel transform for ...
  • 9bab039 add migration section for ember-engines (#568)
  • aed2ae1 Simplify ts snippets by using the same import statements for `import Componen...
  • 2583190 Update basic-example.ts to use public import location (#566)
  • 8e0c037 Added required config to readme (#563)
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [ember-concurrency](https://github.com/machty/ember-concurrency) from 2.3.4 to 4.0.2.
- [Release notes](https://github.com/machty/ember-concurrency/releases)
- [Changelog](https://github.com/machty/ember-concurrency/blob/master/CHANGELOG.md)
- [Commits](machty/ember-concurrency@2.3.4...4.0.2)

---
updated-dependencies:
- dependency-name: ember-concurrency
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 27, 2025 11:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2025

The following labels could not be found: javascript, ui.

@cipherboy cipherboy closed this Feb 5, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/ember-concurrency-4.0.2 branch February 5, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant