csvalpha / amber-ui

https://csvalpha.nl
MIT License
4 stars 4 forks source link

chore(deps): update dependency ember-concurrency to v4 #829

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

machty/ember-concurrency (ember-concurrency) ### [`v4.0.2`](https://togithub.com/machty/ember-concurrency/blob/HEAD/CHANGELOG.md#402) [Compare Source](https://togithub.com/machty/ember-concurrency/compare/4.0.1...4.0.2) - Make glint template an optional peer dependency ([#​572](https://togithub.com/machty/ember-concurrency/issues/572)) ### [`v4.0.1`](https://togithub.com/machty/ember-concurrency/blob/HEAD/CHANGELOG.md#401) [Compare Source](https://togithub.com/machty/ember-concurrency/compare/4.0.0...4.0.1) - Update assert in task-public-api.js to include note about required Babel transform for arrow functions ([#​569](https://togithub.com/machty/ember-concurrency/issues/569)) ### [`v4.0.0`](https://togithub.com/machty/ember-concurrency/blob/HEAD/CHANGELOG.md#400) [Compare Source](https://togithub.com/machty/ember-concurrency/compare/3.1.1...4.0.0) - Ember Concurrency is now a V2 Embroider Addon ([#​551](https://togithub.com/machty/ember-concurrency/issues/551)) - BREAKING CHANGE: you must now register the Babel transform used by Ember Concurrency within consuming apps and addons - See upgrade docs: https://ember-concurrency.com/docs/v4-upgrade - 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. ### [`v3.1.1`](https://togithub.com/machty/ember-concurrency/blob/HEAD/CHANGELOG.md#311) [Compare Source](https://togithub.com/machty/ember-concurrency/compare/3.1.0...3.1.1) - Add ember 5 as peerDependencies ([#​542](https://togithub.com/machty/ember-concurrency/issues/542)) ### [`v3.1.0`](https://togithub.com/machty/ember-concurrency/blob/HEAD/CHANGELOG.md#310) [Compare Source](https://togithub.com/machty/ember-concurrency/compare/3.0.0...3.1.0) - Support waitFor()-type modifiers in async arrow transform ([#​536](https://togithub.com/machty/ember-concurrency/issues/536)) - Drop now-unneeded dependency on polyfill for unsupported Ember versions - \[docs] Fix broken code block rendering for examples ([#​522](https://togithub.com/machty/ember-concurrency/issues/522), [#​524](https://togithub.com/machty/ember-concurrency/issues/524))

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 4 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: yarn.lock
Type Error: URL.canParse is not a function
    at parseSpec (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23359:21)
    at loadSpec (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23422:11)
    at async Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23606:22)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23660:20)
    at async BinaryCommand.validateAndExecute (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:21164:22)
    at async _Cli.run (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22139:18)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:24371:12)