NullVoxPopuli / ember-query-params-service

Do you have controllers that _only_ parse query params? now you can get rid of them :)
MIT License
57 stars 9 forks source link

Update dependency ember-cli to ~5.5.0 - autoclosed #500

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-cli (source) ~5.1.0 -> ~5.5.0 age adoption passing confidence

Release Notes

ember-cli/ember-cli (ember-cli) ### [`v5.5.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v550) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v5.4.1...v5.5.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v5.4.1...v5.5.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v5.4.1...v5.5.0) ##### Changelog - [#​10332](https://togithub.com/ember-cli/ember-cli/pull/10332) \[ENHANCEMENT] Support converting gts files in blueprint [@​IgnaceMaes](https://togithub.com/IgnaceMaes) - [#​10350](https://togithub.com/ember-cli/ember-cli/pull/10350) \[ENHANCEMENT] Deprecate Travis CI support [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10370](https://togithub.com/ember-cli/ember-cli/pull/10370) When generating a new app with --embroider use all optimisation flags [@​mansona](https://togithub.com/mansona) - [#​10393](https://togithub.com/ember-cli/ember-cli/pull/10393) \[ENHANCEMENT] feat: add skip-install alias to skip-npm [@​IgnaceMaes](https://togithub.com/IgnaceMaes) - [#​10403](https://togithub.com/ember-cli/ember-cli/pull/10403) Fix some docs that were showing up weirdly in generated api docs [@​kategengler](https://togithub.com/kategengler) - [#​9514](https://togithub.com/ember-cli/ember-cli/pull/9514) \[ENHANCEMENT] Use packager commands in `CONTRIBUTING.md` and `README.md` files in `app` and `addon` blueprints [@​elwayman02](https://togithub.com/elwayman02) Thank you to all who took the time to contribute! ### [`v5.4.1`](https://togithub.com/ember-cli/ember-cli/releases/tag/v5.4.1): Release 5.4.1 [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v5.4.0...v5.4.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v5.4.0...v5.4.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v5.4.0...v5.4.1) ##### Changelog - [#​10402](https://togithub.com/ember-cli/ember-cli/pull/10402) \[BUGFIX release] use import type in helpers/index.ts :: typechecking in new apps otherwise fails [@​NullVoxPopuli](https://togithub.com/NullVoxPopuli) Thank you to all who took the time to contribute! ### [`v5.4.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v540) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v5.3.0...v5.4.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v5.3.0...v5.4.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v5.3.0...v5.4.0) ##### Changelog - [#​10388](https://togithub.com/ember-cli/ember-cli/pull/10388) \[CLEANUP] Drop support for Node v16 [@​Shishouille](https://togithub.com/Shishouille) - [#​10345](https://togithub.com/ember-cli/ember-cli/pull/10345) \[BUGFIX beta] App blueprint may not have explicit-any in ember-data types [@​NullVoxPopuli](https://togithub.com/NullVoxPopuli) - [#​10351](https://togithub.com/ember-cli/ember-cli/pull/10351) \[ENHANCEMENT] Remove `ember-lts-4.4` scenario from `addon` blueprint [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10352](https://togithub.com/ember-cli/ember-cli/pull/10352) \[ENHANCEMENT] Add official support for Node.js v20 [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10353](https://togithub.com/ember-cli/ember-cli/pull/10353) \[ENHANCEMENT] Remove all telemetry [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10354](https://togithub.com/ember-cli/ember-cli/pull/10354) \[INTERNAL] Remove `@babel/core` as a dependency [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10368](https://togithub.com/ember-cli/ember-cli/pull/10368) \[ENHANCEMENT] Streamline package-manager CLI options [@​bertdeblock](https://togithub.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v5.3.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v530) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v5.2.1...v5.3.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v5.2.0...v5.3.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v5.2.0...v5.3.0) ##### Changelog - [#​10346](https://togithub.com/ember-cli/ember-cli/pull/10346) \[BUGFIX release] App blueprint may not have explicit-any in ember-data types [@​NullVoxPopuli](https://togithub.com/NullVoxPopuli) - [#​10349](https://togithub.com/ember-cli/ember-cli/pull/10349) \[BUGFIX release] Add `@babel/core` to `app` and `addon` blueprints [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10162](https://togithub.com/ember-cli/ember-cli/pull/10162) \[ENHANCEMENT] Deprecate `outputPaths` build option [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10187](https://togithub.com/ember-cli/ember-cli/pull/10187) \[ENHANCEMENT] Remove Node version checking [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10249](https://togithub.com/ember-cli/ember-cli/pull/10249) Serve app on root url without trailing slash [@​mmun](https://togithub.com/mmun) - [#​10311](https://togithub.com/ember-cli/ember-cli/pull/10311) \[ENHANCEMENT] Add v4.12 LTS scenario to `addon` blueprint [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10316](https://togithub.com/ember-cli/ember-cli/pull/10316) \[BUGFIX] Remove `auto` as a possible value for `locationType` in `config` declaration [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10319](https://togithub.com/ember-cli/ember-cli/pull/10319) Use pnpm-action from org [@​NullVoxPopuli](https://togithub.com/NullVoxPopuli) - [#​10331](https://togithub.com/ember-cli/ember-cli/pull/10331) \[ENHANCEMENT] Exclude `@ember/string` from `addon` blueprint [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10335](https://togithub.com/ember-cli/ember-cli/pull/10335) Update ci.yml to trigger on merge queue [@​locks](https://togithub.com/locks) - [#​10337](https://togithub.com/ember-cli/ember-cli/pull/10337) remove EMBER_CLI_PNPM [@​NullVoxPopuli](https://togithub.com/NullVoxPopuli) - [#​10338](https://togithub.com/ember-cli/ember-cli/pull/10338) \[INTERNAL] Remove `PNPM` experiment from CI matrix [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10341](https://togithub.com/ember-cli/ember-cli/pull/10341) \[ENHANCEMENT] Remove reference to `ember-mocha` in `app` blueprint [@​bertdeblock](https://togithub.com/bertdeblock) - [#​8578](https://togithub.com/ember-cli/ember-cli/pull/8578) By default make ember test to pick ports automatically [@​SparshithNR](https://togithub.com/SparshithNR) Thank you to all who took the time to contribute! ### [`v5.2.1`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v521) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v5.2.0...v5.2.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v5.2.0...v5.2.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v5.2.0...v5.2.1) ##### Changelog - [#​10346](https://togithub.com/ember-cli/ember-cli/pull/10346) \[BUGFIX release] App blueprint may not have explicit-any in ember-data types [@​NullVoxPopuli](https://togithub.com/NullVoxPopuli) - [#​10349](https://togithub.com/ember-cli/ember-cli/pull/10349) \[BUGFIX release] Add `@babel/core` to `app` and `addon` blueprints [@​bertdeblock](https://togithub.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v5.2.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v520) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v5.1.0...v5.2.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v5.1.0...v5.2.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v5.1.0...v5.2.0) ##### Changelog - [#​10283](https://togithub.com/ember-cli/ember-cli/pull/10283) Refactor `--typescript` support in blueprints [@​simonihmig](https://togithub.com/simonihmig) Thank you to all who took the time to contribute!

Configuration

📅 Schedule: Branch creation - "after 11pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

stackblitz[bot] commented 11 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

changeset-bot[bot] commented 11 months ago

⚠️ No Changeset found

Latest commit: e5ffafa4f4681d439b1d30676593a95d3cc4b465

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR