csvalpha / amber-ui

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

chore(deps): update dependency ember-cli-mirage to v3 #815

Open renovate[bot] opened 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-cli-mirage ^2.4.0 -> ^3.0.3 age adoption passing confidence

Release Notes

miragejs/ember-cli-mirage (ember-cli-mirage) ### [`v3.0.3`](https://togithub.com/miragejs/ember-cli-mirage/blob/HEAD/CHANGELOG.md#v303-2024-02-26) [Compare Source](https://togithub.com/miragejs/ember-cli-mirage/compare/v3.0.2...v3.0.3) ##### :bug: Bug Fix - `ember-cli-mirage` - [#​2569](https://togithub.com/miragejs/ember-cli-mirage/pull/2569) Filter out `ShimModelClass` instances when running `discoverEmberDataModels` ([@​gilest](https://togithub.com/gilest)) ##### :house: Internal - [#​2575](https://togithub.com/miragejs/ember-cli-mirage/pull/2575) use pnpm node version selection instead of volta ([@​mansona](https://togithub.com/mansona)) ##### Committers: 2 - Chris Manson ([@​mansona](https://togithub.com/mansona)) - Giles Thompson ([@​gilest](https://togithub.com/gilest)) ### [`v3.0.2`](https://togithub.com/miragejs/ember-cli-mirage/blob/HEAD/CHANGELOG.md#v302-2023-10-18) [Compare Source](https://togithub.com/miragejs/ember-cli-mirage/compare/v3.0.1...v3.0.2) ##### :bug: Bug Fix - `ember-cli-mirage` - [#​2562](https://togithub.com/miragejs/ember-cli-mirage/pull/2562) Fix usingProxy() on Windows ([@​ijlee2](https://togithub.com/ijlee2)) ##### Committers: 1 - Isaac Lee ([@​ijlee2](https://togithub.com/ijlee2)) ### [`v3.0.1`](https://togithub.com/miragejs/ember-cli-mirage/blob/HEAD/CHANGELOG.md#v301-2023-10-13) [Compare Source](https://togithub.com/miragejs/ember-cli-mirage/compare/v3.0.0...v3.0.1) ##### :bug: Bug Fix - `ember-cli-mirage` - [#​2559](https://togithub.com/miragejs/ember-cli-mirage/pull/2559) Restore usingProxy config ([@​SergeAstapov](https://togithub.com/SergeAstapov)) ##### :memo: Documentation - `ember-cli-mirage-docs` - [#​2552](https://togithub.com/miragejs/ember-cli-mirage/pull/2552) Use markdown links format ([@​SergeAstapov](https://togithub.com/SergeAstapov)) ##### :house: Internal - `ember-cli-mirage` - [#​2560](https://togithub.com/miragejs/ember-cli-mirage/pull/2560) Update .npmignore ([@​SergeAstapov](https://togithub.com/SergeAstapov)) ##### Committers: 1 - Sergey Astapov ([@​SergeAstapov](https://togithub.com/SergeAstapov)) ### [`v3.0.0`](https://togithub.com/miragejs/ember-cli-mirage/releases/tag/v3.0.0): Release 3.0.0 [Compare Source](https://togithub.com/miragejs/ember-cli-mirage/compare/v2.4.0...v3.0.0) Upgrade guide was published at https://www.ember-cli-mirage.com/docs/getting-started/upgrade-guide#3-0-upgrade-guide ##### :boom: Breaking Change - `ember-cli-mirage-docs`, `ember-cli-mirage` - [#​2417](https://togithub.com/miragejs/ember-cli-mirage/pull/2417) Make MirageJS peer dependency ([@​cah-brian-gantzler](https://togithub.com/cah-brian-gantzler)) - [#​2495](https://togithub.com/miragejs/ember-cli-mirage/pull/2495) run `npx ember-cli-update --to=4.11.0` and drop support for Ember.js < 3.28 ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - [#​2504](https://togithub.com/miragejs/ember-cli-mirage/pull/2504) Drop support Node.js versions 14 and 17 ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - [#​2341](https://togithub.com/miragejs/ember-cli-mirage/pull/2341) Removed the ember-li-mirage Server. Must use MirageJS createServer from the mirage/config.js ([@​cah-brian-gantzler](https://togithub.com/cah-brian-gantzler)) - Other - [#​2393](https://togithub.com/miragejs/ember-cli-mirage/pull/2393) Drop support for Node.js 12 ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - [#​2375](https://togithub.com/miragejs/ember-cli-mirage/pull/2375) Remove deprecated for trackRequests, testConfig and baseConfig ([@​cah-brian-gantzler](https://togithub.com/cah-brian-gantzler)) - [#​2314](https://togithub.com/miragejs/ember-cli-mirage/pull/2314) Remove deprecated `miragejs` re-exports ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - [#​2312](https://togithub.com/miragejs/ember-cli-mirage/pull/2312) Drop support for legacy Node.js versions 10, 11, 13, 15 ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - [#​2311](https://togithub.com/miragejs/ember-cli-mirage/pull/2311) Bump ember-auto-import from 1.12.0 to 2.2.4 ([@​SergeAstapov](https://togithub.com/SergeAstapov)) ##### :rocket: Enhancement - [#​2542](https://togithub.com/miragejs/ember-cli-mirage/pull/2542) Ember Data v5 compatibility - access Ember Data models via Store service ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - [#​2355](https://togithub.com/miragejs/ember-cli-mirage/pull/2355) Detect [@​ember-data/model](https://togithub.com/ember-data/model) instead of ember-data meta-package ([@​jrjohnson](https://togithub.com/jrjohnson)) - [#​2421](https://togithub.com/miragejs/ember-cli-mirage/pull/2421) ➖ Remove `lodash` dependency ([@​bartocc](https://togithub.com/bartocc)) - [#​2371](https://togithub.com/miragejs/ember-cli-mirage/pull/2371) Allow for setupMirage to pass options to startMirage ([@​cah-brian-gantzler](https://togithub.com/cah-brian-gantzler)) - [#​2366](https://togithub.com/miragejs/ember-cli-mirage/pull/2366) Add TS declaration for `setupMirage` ([@​dfreeman](https://togithub.com/dfreeman)) - [#​2346](https://togithub.com/miragejs/ember-cli-mirage/pull/2346) Remove Ember 1.13 support code ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - [#​2313](https://togithub.com/miragejs/ember-cli-mirage/pull/2313) Widen `ember-get-config` dependency requirement (include v1.0.0) ([@​SergeAstapov](https://togithub.com/SergeAstapov)) ##### :bug: Bug Fix - `ember-cli-mirage-docs`, `ember-cli-mirage` - [#​2457](https://togithub.com/miragejs/ember-cli-mirage/pull/2457) Updated blueprint and guide for missing import ([@​cah-brian-gantzler](https://togithub.com/cah-brian-gantzler)) ##### :memo: Documentation - `ember-cli-mirage-docs` - [#​2546](https://togithub.com/miragejs/ember-cli-mirage/pull/2546) Update v3 upgrade guide ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - [#​1948](https://togithub.com/miragejs/ember-cli-mirage/pull/1948) Use native setters in documentation examples ([@​allthesignals](https://togithub.com/allthesignals)) - [#​2334](https://togithub.com/miragejs/ember-cli-mirage/pull/2334) Export default in server docs ([@​jrjohnson](https://togithub.com/jrjohnson)) - `ember-cli-mirage-docs`, `ember-cli-mirage` - [#​2417](https://togithub.com/miragejs/ember-cli-mirage/pull/2417) Make MirageJS peer dependency ([@​cah-brian-gantzler](https://togithub.com/cah-brian-gantzler)) - [#​2344](https://togithub.com/miragejs/ember-cli-mirage/pull/2344) Add usage notes for Embroider to documentation ([@​jelhan](https://togithub.com/jelhan)) ##### :house: Internal - `ember-cli-mirage-docs`, `ember-cli-mirage` - [#​2407](https://togithub.com/miragejs/ember-cli-mirage/pull/2407) Extract docs into separate app ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - `ember-cli-mirage` - [#​2395](https://togithub.com/miragejs/ember-cli-mirage/pull/2395) Restructure into monorepo ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - Other - [#​2394](https://togithub.com/miragejs/ember-cli-mirage/pull/2394) Restructure docs from pods to classic structure ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - [#​2315](https://togithub.com/miragejs/ember-cli-mirage/pull/2315) Run `npx ember-cli-update --to=4.1.0` to sync with the latest blueprint ([@​SergeAstapov](https://togithub.com/SergeAstapov)) - [#​2309](https://togithub.com/miragejs/ember-cli-mirage/pull/2309) Added docs deploy as github action ([@​SergeAstapov](https://togithub.com/SergeAstapov)) ##### Committers: 7 - Brian Gantzler ([@​cah-brian-gantzler](https://togithub.com/cah-brian-gantzler)) - Jon Johnson ([@​jrjohnson](https://togithub.com/jrjohnson)) - Julien Palmas ([@​bartocc](https://togithub.com/bartocc)) - Matt Gardner ([@​allthesignals](https://togithub.com/allthesignals)) - Dan Freeman ([@​dfreeman](https://togithub.com/dfreeman)) - Jeldrik Hanschke ([@​jelhan](https://togithub.com/jelhan)) - Sergey Astapov ([@​SergeAstapov](https://togithub.com/SergeAstapov))

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.25.2/node_modules/corepack/dist/lib/corepack.cjs:23627:21)
    at loadSpec (/opt/containerbase/tools/corepack/0.25.2/node_modules/corepack/dist/lib/corepack.cjs:23704:11)
    at async findProjectSpec (/opt/containerbase/tools/corepack/0.25.2/node_modules/corepack/dist/lib/corepack.cjs:23649:20)
    at async executePackageManagerRequest (/opt/containerbase/tools/corepack/0.25.2/node_modules/corepack/dist/lib/corepack.cjs:24223:18)
    at async BinaryCommand.validateAndExecute (/opt/containerbase/tools/corepack/0.25.2/node_modules/corepack/dist/lib/corepack.cjs:21173:22)
    at async _Cli.run (/opt/containerbase/tools/corepack/0.25.2/node_modules/corepack/dist/lib/corepack.cjs:22148:18)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.25.2/node_modules/corepack/dist/lib/corepack.cjs:24279:12)