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.10.1 #94

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ember-cli from 3.1.4 to 3.10.1.

Release notes *Sourced from [ember-cli's releases](https://github.com/ember-cli/ember-cli/releases).* > ## Dragon > ## Setup > > `npm install -g ember-cli@3.10.1` -- 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.10.1` -- 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.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) > > ## Decorative Arts > ## Setup > > `npm install -g ember-cli@3.10.0` -- Install new global ember-cli > > ## Project Update > > 1. Run `npx ember-cli-update --to 3.10.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. > 2. Run `npx 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.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](https://github.com/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) > - [#8565](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8565) Modernize `git-init.js` and `git-init-test.js` [[@​xg](https://github.com/xg)-wang](https://github.com/xg-wang) > - [#8572](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8572) Use eslint-plugin-node v8 in blueprints [@​kellyselden](https://github.com/kellyselden) > - [#8205](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8205) Run eslint-plugin-node on apps [@​kellyselden](https://github.com/kellyselden) > ... (truncated)
Changelog *Sourced from [ember-cli's changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md).* > ## 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](https://github.com/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) > - [#8565](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8565) Modernize `git-init.js` and `git-init-test.js` [[@​xg](https://github.com/xg)-wang](https://github.com/xg-wang) > - [#8572](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8572) Use eslint-plugin-node v8 in blueprints [@​kellyselden](https://github.com/kellyselden) > - [#8205](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8205) Run eslint-plugin-node on apps [@​kellyselden](https://github.com/kellyselden) > - [#8606](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8606) Modernize `models/instrumentation-test.js` [[@​Semeia](https://github.com/Semeia)-io](https://github.com/Semeia-io) > - [#8607](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8607) Modernize `models/addon-test.js` [[@​Semeia](https://github.com/Semeia)-io](https://github.com/Semeia-io) > - [#8462](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8462) blueprints: Update `ember-cli-eslint` to v5.1.0 [@​Turbo87](https://github.com/Turbo87) > - [#8461](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8461) blueprints: Update `ember-welcome-page` to v4.0.0 [@​Turbo87](https://github.com/Turbo87) > - [#8460](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8460) blueprints: Update `ember-qunit` to v4.4.1 [@​Turbo87](https://github.com/Turbo87) > - [#8396](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8396) blueprints: Update dependencies [@​mistahenry](https://github.com/mistahenry) > - [#8470](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8470) Remove obsolete `BROCCOLI_2` experiment [@​Turbo87](https://github.com/Turbo87) > - [#8469](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8469) Move all package related path resolution to `resolve-package-path` [@​stefanpenner](https://github.com/stefanpenner) > - [#8515](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8515) Corrected tiny typo in JSDoc [@​rbarbey](https://github.com/rbarbey) > - [#8517](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8517) Add `--output-path` to test command [@​step2yeung](https://github.com/step2yeung) > - [#8528](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8528) Ensure packager respects source map config when concatting [@​stefanpenner](https://github.com/stefanpenner) > - [#8540](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8540) Fixed broken npm link documentation link [@​yohanmishkin](https://github.com/yohanmishkin) > > Thank you to all who took the time to contribute! > > > ## v3.9.0 > > #### Blueprint Changes > > - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.8.2...v3.9.0) > - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.8.2...v3.9.0) > ... (truncated)
Commits - [`80c1e50`](https://github.com/ember-cli/ember-cli/commit/80c1e50df66442fd00a9030805f8274dbadef84e) Release v3.10.1 - [`998f4df`](https://github.com/ember-cli/ember-cli/commit/998f4df7f4c12d6d460a61d81ef9c9b4230d9952) Merge remote-tracking branch 'origin/lts-3-8' into release - [`537ed87`](https://github.com/ember-cli/ember-cli/commit/537ed8747e692364c1ab29d5525f1faccbb7c37c) Release v3.8.3. - [`92096fd`](https://github.com/ember-cli/ember-cli/commit/92096fd037faa083cae8fff12469c19ce9dd3a60) use all things node 8 in blueprints ([#8645](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8645)) - [`950a33d`](https://github.com/ember-cli/ember-cli/commit/950a33d195616b0cc5ef070990fa6a52757ef8db) use all things node 8 in blueprints - [`f3110c9`](https://github.com/ember-cli/ember-cli/commit/f3110c91d788386011057503abb64e1e686e49bd) Merge remote-tracking branch 'origin/lts-3-8' into release - [`489057e`](https://github.com/ember-cli/ember-cli/commit/489057ed0648c1e41f2bd020f93b1de0b4ddee86) attempt AppVeyor node 12 fix ([#8648](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8648)) - [`a1d6263`](https://github.com/ember-cli/ember-cli/commit/a1d62639596330d3733e639f3af8226f5ac73adc) attempt AppVeyor node 12 fix - [`8dbdca5`](https://github.com/ember-cli/ember-cli/commit/8dbdca510cb52726f49de7461ce64a8b6bf66c8d) Release v3.10.0 - [`f0feb1b`](https://github.com/ember-cli/ember-cli/commit/f0feb1b9f01e8e6c0118f9fcf05ad9ecdbdca30b) Merge pull request [#8627](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8627) from Turbo87/update-babel - Additional commits viewable in [compare view](https://github.com/ember-cli/ember-cli/compare/v3.1.4...v3.10.1)


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