Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ember-concurrency to v4 #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-concurrency ^3.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

machty/ember-concurrency (ember-concurrency)

v4.0.2

Compare Source

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

v4.0.1

Compare Source

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

v4.0.0

Compare Source

  • Ember Concurrency is now a V2 Embroider Addon (#​551)
    • BREAKING CHANGE: you must now register the Babel transform used by Ember Concurrency within consuming apps and addons
    • 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.

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-4.x branch 7 times, most recently from 63adfc3 to df07ca2 Compare February 23, 2024 17:40
@renovate renovate bot force-pushed the renovate/ember-concurrency-4.x branch 3 times, most recently from d2f30a6 to f362486 Compare March 11, 2024 03:42
@renovate renovate bot force-pushed the renovate/ember-concurrency-4.x branch 2 times, most recently from 2c0a3a7 to cf1b571 Compare March 25, 2024 04:28
@renovate renovate bot force-pushed the renovate/ember-concurrency-4.x branch from cf1b571 to 91449da Compare April 8, 2024 03:43
@renovate renovate bot force-pushed the renovate/ember-concurrency-4.x branch from 91449da to 1343f5c Compare April 16, 2024 02:27
@renovate renovate bot force-pushed the renovate/ember-concurrency-4.x branch from 1343f5c to 1fc3bf7 Compare May 6, 2024 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants