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.13.1 #120

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ember-cli from 3.1.4 to 3.13.1.

Release notes *Sourced from [ember-cli's releases](https://github.com/ember-cli/ember-cli/releases).* > ## Schiaparelli > #### Blueprint Changes > > - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.12.0...v3.13.0) > - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.12.0...v3.13.0) > > ### Changelog > > - [#8797](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8797) Update heimdalljs-fs-monitor to 0.2.3. [@​rwjblue](https://github.com/rwjblue) > - [#8798](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8798) Update blueprint reference for ember-source to 3.13.0-beta.2. [@​rwjblue](https://github.com/rwjblue) > - [#8814](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8814) Drop Node 11 from CI. [@​rwjblue](https://github.com/rwjblue) > - [#8816](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8816) Update app and addon blueprints to latest version of packages. [@​rwjblue](https://github.com/rwjblue) > - [#8834](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8834) Ensure addon tree is scoped to addon name before compiling templates. [@​rwjblue](https://github.com/rwjblue) > - [fd7268b59ddcddca849762a4923c14655da47188](https://github.com/ember-cli/ember-cli/commit/fd7268b59ddcddca849762a4923c14655da47188) Update watch-detector to 1.0.0. [@​rwjblue](https://github.com/rwjblue) > - [#8850](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8850) Update broccoli dependencies/devDependencies to latest. [@​rwjblue](https://github.com/rwjblue) > - [#8851](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8851) Update Ember ecosystem packages to latest version. [@​rwjblue](https://github.com/rwjblue) > - [#8853](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8853) Update ember-resolver to 5.3.0. [@​rwjblue](https://github.com/rwjblue) > - [#8642](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8642) Use system temp for ember test [@​ef4](https://github.com/ef4) > - [#8650](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8650) [BUGFIX] reset resolve-package-path caches in PackageInfoCache._clear() [@​jamescdavis](https://github.com/jamescdavis) > - [#8633](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8633) Refactor template build pipeline to enable co-located templates. [@​rwjblue](https://github.com/rwjblue) > - [#8616](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8616) [ENHANCEMENT] Gather hardware information when creating instrumentation summaries [@​benblank](https://github.com/benblank) > - [#8676](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8676) Track the time taken to collect hardware metrics [@​benblank](https://github.com/benblank) > - [#8678](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8678) give ember-cli a progress indicator [@​stefanpenner](https://github.com/stefanpenner) > - [#8588](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8588) [dx] Detail app / addon creation messages [@​dcyriller](https://github.com/dcyriller) > - [#8687](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8687) Add .git directory to npmignore [@​rwwagner90](https://github.com/rwwagner90) > - [#8701](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8701) Add ember-cli-htmlbars to default addon dependencies [@​haochuan](https://github.com/haochuan) > - [#8747](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8747) Update Windows documentation link [@​loganrosen](https://github.com/loganrosen) > - [#8772](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8772) fix typos :) [@​aspala](https://github.com/aspala) > - [#8564](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8564) Adds babel-eslint as the default ESlint parser [@​pzuraq](https://github.com/pzuraq) > > Thank you to all who took the time to contribute! > > ## Liverpool Street > ## Setup > > `npm install -g ember-cli@3.13.0-beta.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.13.0-beta.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.12.0...v3.13.0-beta.1) > - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.12.0...v3.13.0-beta.1) > ... (truncated)
Changelog *Sourced from [ember-cli's changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md).* > ## v3.13.1 > > #### Blueprint Changes > > - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.13.0...v3.13.1) > - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.13.0...v3.13.1) > > > - [#8857](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8857) Tweaks to release scripts. [@​rwjblue](https://github.com/rwjblue) > - [#8862](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8862) Adjust message for when a new app is created [@​dcyriller](https://github.com/dcyriller) > > Thank you to all who took the time to contribute! > > ## v3.13.0 > > #### Blueprint Changes > > - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.12.0...v3.13.0) > - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.12.0...v3.13.0) > > #### Changelog > > - [#8797](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8797) Update heimdalljs-fs-monitor to 0.2.3. [@​rwjblue](https://github.com/rwjblue) > - [#8798](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8798) Update blueprint reference for ember-source to 3.13.0-beta.2. [@​rwjblue](https://github.com/rwjblue) > - [#8814](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8814) Drop Node 11 from CI. [@​rwjblue](https://github.com/rwjblue) > - [#8816](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8816) Update app and addon blueprints to latest version of packages. [@​rwjblue](https://github.com/rwjblue) > - [#8834](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8834) Ensure addon tree is scoped to addon name before compiling templates. [@​rwjblue](https://github.com/rwjblue) > - [fd7268b59ddcddca849762a4923c14655da47188](https://github.com/ember-cli/ember-cli/commit/fd7268b59ddcddca849762a4923c14655da47188) Update watch-detector to 1.0.0. [@​rwjblue](https://github.com/rwjblue) > - [#8850](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8850) Update broccoli dependencies/devDependencies to latest. [@​rwjblue](https://github.com/rwjblue) > - [#8851](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8851) Update Ember ecosystem packages to latest version. [@​rwjblue](https://github.com/rwjblue) > - [#8853](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8853) Update ember-resolver to 5.3.0. [@​rwjblue](https://github.com/rwjblue) > - [#8642](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8642) Use system temp for ember test [@​ef4](https://github.com/ef4) > - [#8650](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8650) [BUGFIX] reset resolve-package-path caches in PackageInfoCache._clear() [@​jamescdavis](https://github.com/jamescdavis) > - [#8633](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8633) Refactor template build pipeline to enable co-located templates. [@​rwjblue](https://github.com/rwjblue) > - [#8616](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8616) [ENHANCEMENT] Gather hardware information when creating instrumentation summaries [@​benblank](https://github.com/benblank) > - [#8676](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8676) Track the time taken to collect hardware metrics [@​benblank](https://github.com/benblank) > - [#8678](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8678) give ember-cli a progress indicator [@​stefanpenner](https://github.com/stefanpenner) > - [#8588](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8588) [dx] Detail app / addon creation messages [@​dcyriller](https://github.com/dcyriller) > - [#8687](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8687) Add .git directory to npmignore [@​rwwagner90](https://github.com/rwwagner90) > - [#8701](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8701) Add ember-cli-htmlbars to default addon dependencies [@​haochuan](https://github.com/haochuan) > - [#8747](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8747) Update Windows documentation link [@​loganrosen](https://github.com/loganrosen) > - [#8772](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8772) fix typos :) [@​aspala](https://github.com/aspala) > - [#8564](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8564) Adds babel-eslint as the default ESlint parser [@​pzuraq](https://github.com/pzuraq) > > Thank you to all who took the time to contribute! > > > ## v3.12.0 > > #### Blueprint Changes > ... (truncated)
Commits - [`40171d6`](https://github.com/ember-cli/ember-cli/commit/40171d6c15ccb73606506d8394de5d592a12b950) Release v3.13.1 - [`639a5b8`](https://github.com/ember-cli/ember-cli/commit/639a5b83bf1516ccdcea7d87d92267251abff961) Add v3.13.1 to CHANGELOG.md. - [`b4b1659`](https://github.com/ember-cli/ember-cli/commit/b4b1659fedd9500b638fa73508bbd3d933f4de96) Tweaks to release scripts. ([#8857](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8857)) - [`4c60403`](https://github.com/ember-cli/ember-cli/commit/4c6040369fc5182afadad62d815761cb927fe3dd) Adjust message for when a new app is created ([#8862](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8862)) - [`16e9e68`](https://github.com/ember-cli/ember-cli/commit/16e9e684b41c9637b8e158c4740f2cce3457264a) Adjust message when a new app is created - [`c5e6483`](https://github.com/ember-cli/ember-cli/commit/c5e6483e1e832835c4cb2ab1bd0201f05952b6c9) Write output repo update as JavaScript (Bash 🤕). - [`80c68ff`](https://github.com/ember-cli/ember-cli/commit/80c68ff175fe5797b8b22dad9221cd77c87bbaa4) Update changelog generation. - [`debf83c`](https://github.com/ember-cli/ember-cli/commit/debf83cd8f81bc9c91aea69a027cd38bf9ae78ef) Release v3.13.0. - [`0fbfd3f`](https://github.com/ember-cli/ember-cli/commit/0fbfd3fb4e617d938f6523e5d43a8fb51b64624b) Add 3.13.0 to CHANGELOG. - [`a21e1bb`](https://github.com/ember-cli/ember-cli/commit/a21e1bba18de77e714f207030223a38303eea6c4) Update ember-resolver to 5.3.0. ([#8853](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8853)) - Additional commits viewable in [compare view](https://github.com/ember-cli/ember-cli/compare/v3.1.4...v3.13.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 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 4 years ago

Superseded by #129.