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.11.0 #111

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ember-cli from 3.1.4 to 3.11.0.

Release notes *Sourced from [ember-cli's releases](https://github.com/ember-cli/ember-cli/releases).* > ## 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) > - [#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.11.0-beta.3 > ## Setup > > `npm install -g ember-cli@3.11.0-beta.3` -- 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-beta.3` -- 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. > > ... (truncated)
Changelog *Sourced from [ember-cli's changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md).* > ## 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 > > #### Blueprint Changes > > - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.9.0...v3.10.0) > - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.9.0...v3.10.0) > > #### Community Contributions > > - [#8631](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8631) Add CI testing for Node 12. [@​rwjblue](https://github.com/rwjblue) > - [#8563](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8563) Drop Node 6 support [@​Turbo87](https://github.com/Turbo87) > - [#8566](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8566) Modernize `build-watch.js` and `build-watch-test.js` [@​xg-wang](https://github.com/xg-wang) > - [#8569](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8569) Modernize `bower-install-test.js` [@​RichardOtvos](https://github.com/RichardOtvos) > ... (truncated)
Commits - [`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)) - [`5915118`](https://github.com/ember-cli/ember-cli/commit/5915118d0beb1813d41994010cdf1ba511471aa6) Bumping broccoli to 3.1 - [`78ec818`](https://github.com/ember-cli/ember-cli/commit/78ec8183b46f7dfcf296da3a2c54d171687012e7) fix: allow use of prettier on index.html ([#8692](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8692)) - [`7c794e5`](https://github.com/ember-cli/ember-cli/commit/7c794e575ad9da9351f2f72a2f1ff4df733b02b0) fix: allow use of prettier on index.html - [`b66466c`](https://github.com/ember-cli/ember-cli/commit/b66466cee8d3559da965f6dbdffa46881b68b718) fixup failed beta.2 release - [`607c3a9`](https://github.com/ember-cli/ember-cli/commit/607c3a9e85c9ed286d3ce1f478d28c18dc2f01fc) release v3.11.0-beta.2 🎉 - [`fe89d30`](https://github.com/ember-cli/ember-cli/commit/fe89d30749a294c41676f5fb52a324be0b777944) update changelog - Additional commits viewable in [compare view](https://github.com/ember-cli/ember-cli/compare/v3.1.4...v3.11.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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 #113.