Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2025

This PR contains the following updates:

Package Change Age Confidence
ember-concurrency 4.0.6 -> 5.1.0 age confidence

Release Notes

machty/ember-concurrency (ember-concurrency)

v5.1.0

Compare Source

  • The EC Babel async arrow function transformer now prunes imports that become unused after applying the transform so that Rollup doesn't complain about unused imports. (#​595)

v5.0.1

Compare Source

  • Reverted required Node.js version requirements
  • Removed internal references to ember/object get() and computed

v5.0.0

Compare Source

  • Breaking Changes
    • Removed a number of features that were overloaded, dependent on Ember Object, TypeScript-unfriendly, and/or otherwise likely to cause problems with future/Polaris Ember
    • Some of these features were already explicitly or soft-deprecated (removed from docs or otherwise discouraged)
    • Removed features include:
      • Removed lifecycle events, e.g. firing taskName:started, taskName:errored
      • Removed Task Groups
      • Removed support for any Task construction other than via async arrow fn
        • e.g. task(function * () {}) not supported
      • Removed all decorator-based APIs, e.g. @task * foo() { ... }
      • Removed encapsulated tasks
      • Removed Ember.ENV.DEBUG_TASKS
        • This may be reinstated by some other means if there is interest. In the meantime you can continue to use {debug:true} for debugging logging on specific tasks of interest

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ember-concurrency-5.x branch 3 times, most recently from 90dacd5 to 3fc681d Compare August 19, 2025 19:52
@renovate renovate bot force-pushed the renovate/ember-concurrency-5.x branch 2 times, most recently from 6a5343b to 375cd49 Compare August 23, 2025 14:06
@renovate renovate bot force-pushed the renovate/ember-concurrency-5.x branch from 375cd49 to fac5535 Compare August 27, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant