ember-cli / ember-cli-mocha

Mocha and Chai tests for ember-cli applications
Apache License 2.0
147 stars 54 forks source link

Bump ember-cli from 2.16.2 to 3.5.0 #294

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps ember-cli from 2.16.2 to 3.5.0.

Release notes *Sourced from [ember-cli's releases](https://github.com/ember-cli/ember-cli/releases).* > ## Hamsterdam > ## Setup > > `npm install -g ember-cli@3.5.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` - 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 > > - [#8079](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8079) add .template-lintrc.js to npmignore [[**kellyselden**](https://github.com/kellyselden)](https://github.com/kellyselden) > - [#8083](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8083) Catch InvalidNodeError for Broccoli 2.0 and fallback to broccoli-builder [[**oligriffiths**](https://github.com/oligriffiths)](https://github.com/oligriffiths) > - [#8117](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8117) Do not ignore dotfiles in ESLint [[**Gaurav0**](https://github.com/Gaurav0)](https://github.com/Gaurav0) > - [#7365](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7365) Migrate from ember-cli-qunit to ember-qunit. [[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue) > - [#8062](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8062) Add `yarn.lock` to `.npmignore` [[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87) > - [#8064](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8064) Update `qunit-dom` to v0.8.0 [[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87) > - [#8067](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8067) Less restrictive blueprints - change how addons are identified [[**scalvert**](https://github.com/scalvert)](https://github.com/scalvert) > - [#8068](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8068) Enable BROCCOLI_2 and SYSTEM_TEMP experiments by default. [[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue) > - [#8069](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8069) Adding back feature to customization of serveURL [[**SparshithNR**](https://github.com/SparshithNR)](https://github.com/SparshithNR) > - [#7798](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7798) Add Broccoli 2.0 support [[**oligriffiths**](https://github.com/oligriffiths)](https://github.com/oligriffiths) > - [#7916](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7916) Support node-http-proxy timeout options [[**jboler**](https://github.com/jboler)](https://github.com/jboler) > - [#7937](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7937) Update fallback default browser targets from IE9 -> IE11. [[**arthirm**](https://github.com/arthirm)](https://github.com/arthirm) > - [#7984](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7984) Reject when command args validation fails [[**zonkyio**](https://github.com/zonkyio)](https://github.com/zonkyio) > - [#7946](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7946) upgrade ember-cli-htmlbars to 3.x [[**stefanpenner**](https://github.com/stefanpenner)](https://github.com/stefanpenner) > - [#8000](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8000) Adding `--in` option to `ember generate` and `ember destroy` to allow blueprint generation for in repo addons in custom paths. [[**scalvert**](https://github.com/scalvert)](https://github.com/scalvert) > - [#8028](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8028) Add `public` to the list of disallowed application names [[**twokul**](https://github.com/twokul)](https://github.com/twokul) > > Thank you to all who took the time to contribute! > > ## Life before death. > ## Setup > > `npm install -g ember-cli@3.5.0-beta.2` -- 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` - 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 > > The following changes are required if you are upgrading from the previous > version: > > ... (truncated)
Changelog *Sourced from [ember-cli's changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md).* > ## v3.5.0 > > The following changes are required if you are upgrading from the previous > version: > > - Users > + [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.4.3...v3.5.0) > + Upgrade your project's ember-cli version - [docs](https://ember-cli.com/user-guide/#upgrading) > - Addon Developers > + [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.4.3...v3.5.0) > + No changes required > - Core Contributors > + No changes required > > #### Community Contributions > > - [#8079](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8079) add .template-lintrc.js to npmignore [[**kellyselden**](https://github.com/kellyselden)](https://github.com/kellyselden) > - [#8083](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8083) Catch InvalidNodeError for Broccoli 2.0 and fallback to broccoli-builder [[**oligriffiths**](https://github.com/oligriffiths)](https://github.com/oligriffiths) > - [#8117](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8117) Do not ignore dotfiles in ESLint [[**Gaurav0**](https://github.com/Gaurav0)](https://github.com/Gaurav0) > - [#7365](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7365) Migrate from ember-cli-qunit to ember-qunit. [[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue) > - [#8062](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8062) Add `yarn.lock` to `.npmignore` [[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87) > - [#8064](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8064) Update `qunit-dom` to v0.8.0 [[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87) > - [#8067](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8067) Less restrictive blueprints - change how addons are identified [[**scalvert**](https://github.com/scalvert)](https://github.com/scalvert) > - [#8068](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8068) Enable BROCCOLI_2 and SYSTEM_TEMP experiments by default. [[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue) > - [#8069](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8069) Adding back feature to customization of serveURL [[**SparshithNR**](https://github.com/SparshithNR)](https://github.com/SparshithNR) > - [#7798](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7798) Add Broccoli 2.0 support [[**oligriffiths**](https://github.com/oligriffiths)](https://github.com/oligriffiths) > - [#7916](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7916) Support node-http-proxy timeout options [[**jboler**](https://github.com/jboler)](https://github.com/jboler) > - [#7937](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7937) Update fallback default browser targets from IE9 -> IE11. [[**arthirm**](https://github.com/arthirm)](https://github.com/arthirm) > - [#7984](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7984) Reject when command args validation fails [[**zonkyio**](https://github.com/zonkyio)](https://github.com/zonkyio) > - [#7946](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/7946) upgrade ember-cli-htmlbars to 3.x [[**stefanpenner**](https://github.com/stefanpenner)](https://github.com/stefanpenner) > - [#8000](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8000) Adding `--in` option to `ember generate` and `ember destroy` to allow blueprint generation for in repo addons in custom paths. [[**scalvert**](https://github.com/scalvert)](https://github.com/scalvert) > - [#8028](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8028) Add `public` to the list of disallowed application names [[**twokul**](https://github.com/twokul)](https://github.com/twokul) > > Thank you to all who took the time to contribute! > > > ## v3.5.0-beta.2 > > The following changes are required if you are upgrading from the previous > version: > > - Users > + [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.4.0...v3.5.0-beta.2) > + Upgrade your project's ember-cli version - [docs](https://ember-cli.com/user-guide/#upgrading) > - Addon Developers > + [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.4.0...v3.5.0-beta.2) > + No changes required > - Core Contributors > + No changes required > > ... (truncated)
Commits - [`184b78b`](https://github.com/ember-cli/ember-cli/commit/184b78b33a142293c690da7fc6e317d2ee6ade6e) Release v3.5.0 - [`c2a72aa`](https://github.com/ember-cli/ember-cli/commit/c2a72aa3f8a7845ce4fa27eb1e2f5327f20117e2) Update `ember-source` and `ember-data` to v3.5.x - [`bab4630`](https://github.com/ember-cli/ember-cli/commit/bab46303d301b9f26def65bac28c845e1a74927e) Merge pull request [#8117](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8117) from Gaurav0/eslint_dotfiles_release - [`1d7e030`](https://github.com/ember-cli/ember-cli/commit/1d7e03038b8aa68e00dd9c8bc79557be295a8c04) Merge pull request [#8116](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8116) from rwjblue/fix-beta-again - [`f6e5030`](https://github.com/ember-cli/ember-cli/commit/f6e50302a59f6c1fc32e268b3fbc42cf8c1bdf12) Only assert on fallback messaging when BROCCOLI_2 enabled. - [`5f894d7`](https://github.com/ember-cli/ember-cli/commit/5f894d752b3f4eb86eca28f342af9dc38be5f871) [BUGFIX RELEASE] [BUGFIX LTS] Do not ignore dotfiles in ESLint - [`e3fb343`](https://github.com/ember-cli/ember-cli/commit/e3fb343edd71de404b8c98b3e8e9afa77e48dc0a) Fix linting errors in beta. - [`0d173ae`](https://github.com/ember-cli/ember-cli/commit/0d173ae38ec8809c7196133b1a8b82195771a4f0) Merge pull request [#8083](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8083) from oligriffiths/broccoli-2-node-error - [`e74edd7`](https://github.com/ember-cli/ember-cli/commit/e74edd705653f8895edc9345a767969df8e19a0d) Merge pull request [#8106](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8106) from rwjblue/fix-ci - [`83a5d97`](https://github.com/ember-cli/ember-cli/commit/83a5d97dcba2fd213dafbc5385b8f83bbafc0ad4) Migrate test to `runCommand` to work around test state leakage. - Additional commits viewable in [compare view](https://github.com/ember-cli/ember-cli/compare/v2.16.2...v3.5.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 will not automatically merge this PR because it includes a major update to a development dependency.


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 cancel merge` will cancel a previously requested merge - `@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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.