CrowdStrike / ember-browser-services

Services for interacting with browser APIs so that you can have fine-grained control in tests.
MIT License
47 stars 12 forks source link

chore(deps): update dependency ember-cli to ~4.10.0 #367

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

ember-cli/ember-cli ### [`v4.10.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4100) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v4.9.2...v4.10.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v4.9.2...v4.10.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v4.9.2...v4.10.0) ##### Changelog - [#​10048](https://togithub.com/ember-cli/ember-cli/pull/10048) Make addAddonsToProject support creating a new project with custom target directory [@​simonihmig](https://togithub.com/simonihmig) - [#​10054](https://togithub.com/ember-cli/ember-cli/pull/10054) \[ENHANCEMENT] Conditionally apply ESLint parser options in `app` and `addon` blueprints [@​Windvis](https://togithub.com/Windvis) - [#​10060](https://togithub.com/ember-cli/ember-cli/pull/10060) \[ENHANCEMENT] Replace `eslint-plugin-node` with `eslint-plugin-n` in blueprints [@​Windvis](https://togithub.com/Windvis) - [#​10062](https://togithub.com/ember-cli/ember-cli/pull/10062) \[ENHANCEMENT] Update Prettier config in blueprints to only use single quotes for `.js` and `.ts` files [@​Windvis](https://togithub.com/Windvis) - [#​10132](https://togithub.com/ember-cli/ember-cli/pull/10132) Add [@​ember/string](https://togithub.com/ember/string) as a dependency of projects [@​kategengler](https://togithub.com/kategengler) Thank you to all who took the time to contribute! ### [`v4.9.2`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v492) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v4.9.1...v4.9.2) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v4.9.1...v4.9.2) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v4.9.1...v4.9.2) ##### Changelog - [#​10108](https://togithub.com/ember-cli/ember-cli/pull/10108) \[BUGFIX release] Correctly instantiate server watcher [@​bertdeblock](https://togithub.com/bertdeblock) ### [`v4.9.1`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v491) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v4.9.0...v4.9.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v4.9.0...v4.9.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v4.9.0...v4.9.1) ##### Changelog - [#​10101](https://togithub.com/ember-cli/ember-cli/pull/10101) \[BUGFIX release] Correctly instantiate `Watcher` instance when running `ember test --serve` [@​bertdeblock](https://togithub.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v4.9.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v490) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v4.8.0...v4.9.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v4.8.0...v4.9.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v4.8.0...v4.9.0) ##### Changelog - [#​10015](https://togithub.com/ember-cli/ember-cli/pull/10015) Update `glob` to v8 [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10016](https://togithub.com/ember-cli/ember-cli/pull/10016) Fix indentation in `.ember-cli` file in `app` blueprint [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10017](https://togithub.com/ember-cli/ember-cli/pull/10017) \[ENHANCEMENT] Disable prototype extensions by default in `app` blueprint [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10018](https://togithub.com/ember-cli/ember-cli/pull/10018) Trap unhandled failures [@​ef4](https://togithub.com/ef4) - [#​10020](https://togithub.com/ember-cli/ember-cli/pull/10020) \[INTERNAL] Fix typos in `serve` command test [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10021](https://togithub.com/ember-cli/ember-cli/pull/10021) \[CLEANUP] Drop support for using `usePods: true` and the `--pod` flag simultaneously [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10022](https://togithub.com/ember-cli/ember-cli/pull/10022) \[ENHANCEMENT] Use `concurrently` instead of `npm-run-all` in `app` blueprint [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10024](https://togithub.com/ember-cli/ember-cli/pull/10024) \[ENHANCEMENT] Add `ember-source` to `peerDependencies` in `addon` blueprint [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10025](https://togithub.com/ember-cli/ember-cli/pull/10025) \[ENHANCEMENT] Update NPM version constraints [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10026](https://togithub.com/ember-cli/ember-cli/pull/10026) \[ENHANCEMENT] Display info message when running the `lint:fix` script post blueprint generation [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10038](https://togithub.com/ember-cli/ember-cli/pull/10038) Update `filesize` to v10 [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10041](https://togithub.com/ember-cli/ember-cli/pull/10041) \[INTERNAL] Remove end year from copyright notice [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10049](https://togithub.com/ember-cli/ember-cli/pull/10049) \[ENHANCEMENT] Remove the `config/environment.js` file from the `addon` blueprint [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10050](https://togithub.com/ember-cli/ember-cli/pull/10050) \[ENHANCEMENT] Remove `vendor` folder from `app` blueprint [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10051](https://togithub.com/ember-cli/ember-cli/pull/10051) \[ENHANCEMENT] Move `ember-try.js` config file to `tests/dummy/config/ember-try.js` for addons [@​bertdeblock](https://togithub.com/bertdeblock) - [#​10053](https://togithub.com/ember-cli/ember-cli/pull/10053) Add support for node ESM addons [@​hjdivad](https://togithub.com/hjdivad) - [#​9824](https://togithub.com/ember-cli/ember-cli/pull/9824) \[RFC 638] Interactive way to create new Ember apps and addons [@​bertdeblock](https://togithub.com/bertdeblock) - [#​9972](https://togithub.com/ember-cli/ember-cli/pull/9972) \[ENHANCEMENT] Add support for `--typescript` flag to `app` and `addon` blueprints [@​simonihmig](https://togithub.com/simonihmig) Thank you to all who took the time to contribute! ### [`v4.8.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v480) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v4.7.0...v4.8.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v4.7.0...v4.8.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v4.7.0...v4.8.0) ##### Changelog - [#​10014](https://togithub.com/ember-cli/ember-cli/pull/10014) \[BUGFIX release] Make sure newly installed addons are discovered when running `ember install` [@​bertdeblock](https://togithub.com/bertdeblock) - [#​9920](https://togithub.com/ember-cli/ember-cli/pull/9920) \[BUGFIX] Make sure a blueprint’s options object and project instance are always available for all public hooks [@​bertdeblock](https://togithub.com/bertdeblock) - [#​9945](https://togithub.com/ember-cli/ember-cli/pull/9945) \[ENHANCEMENT/BREAKING] Add Node v18 to `engines` in `app` and `addon` blueprint (removes support for Node v17) [@​bertdeblock](https://togithub.com/bertdeblock) - [#​9946](https://togithub.com/ember-cli/ember-cli/pull/9946) \[INTERNAL] Unskip `package-info-cache` tests [@​bertdeblock](https://togithub.com/bertdeblock) - [#​9951](https://togithub.com/ember-cli/ember-cli/pull/9951) Update `js-yaml` to v4 [@​bertdeblock](https://togithub.com/bertdeblock) - [#​9952](https://togithub.com/ember-cli/ember-cli/pull/9952) Update `walk-sync` to v3 [@​bertdeblock](https://togithub.com/bertdeblock) - [#​9971](https://togithub.com/ember-cli/ember-cli/pull/9971) Add Ember 4.4 LTS to addon blueprint, remove 3.24 [@​simonihmig](https://togithub.com/simonihmig) - [#​9975](https://togithub.com/ember-cli/ember-cli/pull/9975) \[ENHANCEMENT] Fix `prefer-const` lint violations in `app` and `addon` blueprints [@​bmish](https://togithub.com/bmish) - [#​9987](https://togithub.com/ember-cli/ember-cli/pull/9987) \[BUGFIX] Handle rebuild failures without exiting [@​bendemboski](https://togithub.com/bendemboski) - [#​9988](https://togithub.com/ember-cli/ember-cli/pull/9988) \[BUGFIX] - Address npm-run-all and Yarn 3 conflict & Removed warning [@​christianarty](https://togithub.com/christianarty) Thank you to all who took the time to contribute! ### [`v4.7.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v470) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v4.6.0...v4.7.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v4.6.0...v4.7.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v4.6.0...v4.7.0) ##### Changelog - [#​10009](https://togithub.com/ember-cli/ember-cli/pull/10009) \[BUGFIX] Handle rebuild failures without exiting [@​bendemboski](https://togithub.com/bendemboski) Thank you to all who took the time to contribute!

Configuration

📅 Schedule: Branch creation - "after 9pm 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.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: f2414c0c5748e9401ba9e3f1e811d3540bc2c9d5

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