lennyburdette / ember-addon-broccoli-test-helper

Helpers for testing the broccoli build aspects of Ember Addons
Other
1 stars 1 forks source link

build(deps-dev): bump ember-cli from 3.1.4 to 3.12.0 #113

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ember-cli from 3.1.4 to 3.12.0.

Release notes *Sourced from [ember-cli's releases](https://github.com/ember-cli/ember-cli/releases).* > ## Monument Station > ## Setup > > `npm install -g ember-cli@3.12.0` -- Install new global ember-cli > > ## Project Update > > 1. `rm -rf node_modules dist tmp` -- Delete temporary development folders. > 2. `npm install -g ember-cli-update` -- Install Ember CLI update tool globally. > 3. Run `ember-cli-update --to 3.12.0` -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow. > 4. Run `ember-cli-update --run-codemods` -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features. > > ## Changelog > > #### Blueprint Changes > > - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.11.0...v3.12.0) > - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.11.0...v3.12.0) > > #### Community Contributions > > - [#8753](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8753) Quote empty strings in printCommand [@​chancancode](https://github.com/chancancode) > - [#8774](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8774) Remove --disable-gpu flag when starting headless chrome [@​stefanpenner](https://github.com/stefanpenner) > > ## I am the rebel spy! > ## Setup > > `npm install -g ember-cli@3.11.0` -- Install new global ember-cli > > ## Project Update > > 1. `rm -rf node_modules dist tmp` -- Delete temporary development folders. > 2. `npm install -g ember-cli-update` -- Install Ember CLI update tool globally. > 3. Run `ember-cli-update --to 3.11.0` -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow. > 4. Run `ember-cli-update --run-codemods` -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features. > > ## Changelog > > #### Blueprint Changes > > - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.10.0...v3.11.0) > - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.10.0...v3.11.0) > > #### Community Contributions > > - [#8659](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8659) ecmaVersion 2015 is out of date [@​kellyselden](https://github.com/kellyselden) > - [#8660](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8660) start testing ember-lts-3.8 in ember-try [@​kellyselden](https://github.com/kellyselden) > - [#8662](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8662) use async/await in ember-try config [@​kellyselden](https://github.com/kellyselden) > - [#8664](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8664) fix README ember min version [@​kellyselden](https://github.com/kellyselden) > - [#8674](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8674) ensure we use Promise.prototype.finally polyfil for node 8 compat [@​stefanpenner](https://github.com/stefanpenner) > ... (truncated)
Changelog *Sourced from [ember-cli's changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md).* > ## v3.12.0 > > #### Blueprint Changes > > - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.11.0...v3.12.0) > - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.11.0...v3.12.0) > > #### Community Contributions > > - [#8753](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8753) Quote empty strings in printCommand [@​chancancode](https://github.com/chancancode) > - [#8774](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8774) Remove --disable-gpu flag when starting headless chrome [@​stefanpenner](https://github.com/stefanpenner) > > ## v3.11.0 > > #### Blueprint Changes > > - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.10.0...v3.11.0) > - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.10.0...v3.11.0) > > #### Community Contributions > > - [#8659](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8659) ecmaVersion 2015 is out of date [@​kellyselden](https://github.com/kellyselden) > - [#8660](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8660) start testing ember-lts-3.8 in ember-try [@​kellyselden](https://github.com/kellyselden) > - [#8662](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8662) use async/await in ember-try config [@​kellyselden](https://github.com/kellyselden) > - [#8664](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8664) fix README ember min version [@​kellyselden](https://github.com/kellyselden) > - [#8674](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8674) ensure we use Promise.prototype.finally polyfil for node 8 compat [@​stefanpenner](https://github.com/stefanpenner) > - [#8675](https://github-redirect.dependabot.com/stefanpenner/stefanpenner/pull/8675) [beta] Gather hardware information when creating instrumentation summaries. [@​stefanpenner](https://github.com/stefanpenner) > - [#8679](https://github-redirect.dependabot.com/stefanpenner/stefanpenner/pull/8679) Adding change logging for backwards compatibility [@​thoov](https://github.com/thoov) > - [#8680](https://github-redirect.dependabot.com/stefanpenner/stefanpenner/pull/8680) [Fixes [#8677](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8677)] ensure watcher parity [@​stefanpenner](https://github.com/stefanpenner) > - [#8595](https://github-redirect.dependabot.com/stefanpenner/stefanpenner/pull/8595) `Project#config` should use `EMBER_ENV` as default environment when none is passed in [@​nlfurniss](https://github.com/nlfurniss) > - [#8604](https://github-redirect.dependabot.com/stefanpenner/ember-cli/pull/8604) CONTRIBUTING: Clarify the way to start working on the repo. [@​MonsieurDart](https://github.com/MonsieurDart) > - [#8621](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8621) project.findAddonByName was intended to be public [@​stefanpenner](https://github.com/stefanpenner) > - [#8697](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8697) Update to Broccoli 3.1. [@​thoov](https://github.com/thoov) > - [#8692](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8692) Allow `prettier` usage on `app/index.html` [@​lougreenwood](https://github.com/lougreenwood) > > Thank you to all who took the time to contribute! > > ## v3.10.1 > > #### Blueprint Changes > > - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.10.0...v3.10.1) > - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.10.0...v3.10.1) > > #### Community Contributions > > - [#8645](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8645) Update addon and application blueprints to account for Node 6 support being removed. [@​kellyselden](https://github.com/kellyselden) > - [#8631](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8631) Add CI testing for Node 12. [@​rwjblue](https://github.com/rwjblue) > > ## v3.10.0 > ... (truncated)
Commits - [`6e570de`](https://github.com/ember-cli/ember-cli/commit/6e570dea9bd1c57980f59355560b5d2bfae74a93) Release v3.12.0 - [`b590386`](https://github.com/ember-cli/ember-cli/commit/b59038652b2471832299dafe48e1e83006f23547) Merge pull request [#8774](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8774) from ember-cli/disable-gpu - [`1305bb8`](https://github.com/ember-cli/ember-cli/commit/1305bb84c618496b5740e0762b954419adfb1d88) Remove --disable-gpu flag when starting headless chrome - [`ecab153`](https://github.com/ember-cli/ember-cli/commit/ecab153de95e08082bd6e4f69d7bdd45ec28d1d0) Merge pull request [#8753](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8753) from ember-cli/quote-empty-strings - [`4f59a8d`](https://github.com/ember-cli/ember-cli/commit/4f59a8d9164fa8a678cb17b70b9ca7c71e95cb09) Quote empty strings in printCommand - [`cc7ddb1`](https://github.com/ember-cli/ember-cli/commit/cc7ddb1abf62c8489eaa920558efe2e1b8769ac0) Bump ember-source and ember-data versions ([#8754](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8754)) - [`6089882`](https://github.com/ember-cli/ember-cli/commit/6089882d7934016ead1b34a80b2b0654ec1b5e32) Release 3.11.0 - [`04e8472`](https://github.com/ember-cli/ember-cli/commit/04e8472f0bc5d784a9fd493c2e0d37da4aca6761) Add v3.11.0 to CHANGELOG. - [`b157b43`](https://github.com/ember-cli/ember-cli/commit/b157b43b72dc677668d14f9f3f2403370960785b) Update ember-source to 3.11.1. - [`9b92dd5`](https://github.com/ember-cli/ember-cli/commit/9b92dd5e2b90818c8ec7d679fe0da4449e1e97b8) Bumping broccoli to 3.1 ([#8697](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8697)) - Additional commits viewable in [compare view](https://github.com/ember-cli/ember-cli/compare/v3.1.4...v3.12.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #120.