scalvert / ember-cli-checkup

An Ember CLI addon that provides health check information about your application, engine, or addon.
MIT License
7 stars 1 forks source link

build(deps-dev): bump ember-cli from 3.12.0 to 3.13.0 #70

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ember-cli from 3.12.0 to 3.13.0.

Release notes *Sourced from [ember-cli's releases](https://github.com/ember-cli/ember-cli/releases).* > ## 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) > > #### Community Contributions > > - [#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) Close [#8589](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8589) addon templates were detected, but no template compilers … [@​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/feat](https://github.com/pzuraq/feat) > > Thank you to all who took the time to contribute! >
Changelog *Sourced from [ember-cli's changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md).* > # ember-cli Changelog > > #### 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) > > > - [#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!
Commits - [`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)) - [`1ad6354`](https://github.com/ember-cli/ember-cli/commit/1ad6354977c0c84c83d8a0c9449be39980ed3b98) Update ember-resolver to 5.3.0. - [`a5723c7`](https://github.com/ember-cli/ember-cli/commit/a5723c79ba81db56517c6fcbfb058d47f69d7656) Update Ember ecosystem packages to latest version. ([#8851](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8851)) - [`765ff01`](https://github.com/ember-cli/ember-cli/commit/765ff0107f5b75b40fc67f80d79372de1475b34d) Update Ember ecosystem packages to latest version. - [`987928a`](https://github.com/ember-cli/ember-cli/commit/987928a61e3b95ae33be3ccfe543163a8a463866) Update broccoli dependencies/devDependencies to latest. ([#8850](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8850)) - [`0fe5313`](https://github.com/ember-cli/ember-cli/commit/0fe5313507cb97de164a5ffd678ea643c79c3b01) Update broccoli dependencies/devDependencies to latest. - [`fd7268b`](https://github.com/ember-cli/ember-cli/commit/fd7268b59ddcddca849762a4923c14655da47188) Update watch-detector to 1.0.0. - [`29ce693`](https://github.com/ember-cli/ember-cli/commit/29ce69326804213340ce92c46dd703ffba0b5aed) Ensure addon tree is scoped to addon name before compiling temp… ([#8834](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8834)) - Additional commits viewable in [compare view](https://github.com/ember-cli/ember-cli/compare/v3.12.0...v3.13.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 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 5 years ago

Superseded by #74.