-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit 8d62571
Bump ember-cli from 2.15.1 to 3.5.0 (#364)
Bumps [ember-cli](https://github.com/ember-cli/ember-cli) from 2.15.1 to 3.5.0.
<details>
<summary>Release notes</summary>
*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:
>
></table> ... (truncated)
</details>
<details>
<summary>Changelog</summary>
*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](ember-cli/ember-new-output@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](ember-cli/ember-addon-output@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](ember-cli/ember-new-output@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](ember-cli/ember-addon-output@v3.4.0...v3.5.0-beta.2)
> + No changes required
> - Core Contributors
> + No changes required
>
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>
- [`184b78b`](ember-cli/ember-cli@184b78b) Release v3.5.0
- [`c2a72aa`](ember-cli/ember-cli@c2a72aa) Update `ember-source` and `ember-data` to v3.5.x
- [`bab4630`](ember-cli/ember-cli@bab4630) Merge pull request [#8117](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8117) from Gaurav0/eslint_dotfiles_release
- [`1d7e030`](ember-cli/ember-cli@1d7e030) Merge pull request [#8116](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8116) from rwjblue/fix-beta-again
- [`f6e5030`](ember-cli/ember-cli@f6e5030) Only assert on fallback messaging when BROCCOLI_2 enabled.
- [`5f894d7`](ember-cli/ember-cli@5f894d7) [BUGFIX RELEASE] [BUGFIX LTS] Do not ignore dotfiles in ESLint
- [`e3fb343`](ember-cli/ember-cli@e3fb343) Fix linting errors in beta.
- [`0d173ae`](ember-cli/ember-cli@0d173ae) Merge pull request [#8083](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8083) from oligriffiths/broccoli-2-node-error
- [`e74edd7`](ember-cli/ember-cli@e74edd7) Merge pull request [#8106](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8106) from rwjblue/fix-ci
- [`83a5d97`](ember-cli/ember-cli@83a5d97) Migrate test to `runCommand` to work around test state leakage.
- Additional commits viewable in [compare view](ember-cli/ember-cli@v2.15.1...v3.5.0)
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=ember-cli&package-manager=npm_and_yarn&previous-version=2.15.1&new-version=3.5.0)
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 an out-of-range update to a development dependency.
---
**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
<details>
<summary>Dependabot commands and options</summary>
<br />
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.
</details>1 parent 7083d30 commit 8d62571Copy full SHA for 8d62571
2 files changed
+1044
-655
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
0 commit comments