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): bump ember-cli-babel from 6.14.1 to 7.8.0 #101

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ember-cli-babel from 6.14.1 to 7.8.0.

Release notes *Sourced from [ember-cli-babel's releases](https://github.com/babel/ember-cli-babel/releases).* > ## Release 7.8.0 > ## v7.8.0 (2019-06-17) > > #### :rocket: Enhancement > * [#286](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/286) Ensure `@ember/application/deprecations` is stripped in addition to `@ember/debug`. ([@​bekzod](https://github.com/bekzod)) > * [#277](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/277) Update modules-api-polyfill package to latest ([@​jordpo](https://github.com/jordpo)) > > #### :memo: Documentation > * [#279](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/279) Add table of contents to README.md. ([@​vasind](https://github.com/vasind)) > > #### :house: Internal > * [#285](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/285) Refactor CI to use stages. ([@​rwjblue](https://github.com/rwjblue)) > * [#284](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/284) Use default targets configuration for transpilation tests. ([@​rwjblue](https://github.com/rwjblue)) > > #### Committers: 4 > - Jordan Morano ([@​jordpo](https://github.com/jordpo)) > - Robert Jackson ([@​rwjblue](https://github.com/rwjblue)) > - Vasanth ([@​vasind](https://github.com/vasind)) > - bek ([@​bekzod](https://github.com/bekzod)) > > ## v7.6.0 > #### :rocket: Enhancement > * [#272](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/272) Update babel-plugin-ember-modules-api-polyfill to add [@​action](https://github.com/action) ([@​rwjblue](https://github.com/rwjblue)) > > #### :memo: Documentation > * [#271](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/271) chore: adds homepage field to pkg.json ([@​jasonmit](https://github.com/jasonmit)) > > #### Committers: 2 > - Jason Mitchell ([@​jasonmit](https://github.com/jasonmit)) > - Robert Jackson ([@​rwjblue](https://github.com/rwjblue)) > > ## v7.5.0 > #### :rocket: Enhancement > * [#270](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/270) Update Ember modules API to include @glimmer/tracked. ([@​rwjblue](https://github.com/rwjblue)) > > #### Committers: 1 > - Robert Jackson ([@​rwjblue](https://github.com/rwjblue)) > > ## v7.4.3 > #### :bug: Bug Fix > * [#265](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/265) Fix `@ember/string` detection ([@​locks](https://github.com/locks)) > > #### :house: Internal > * [#268](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/268) Update babel-plugin-debug-macros ([@​jrjohnson](https://github.com/jrjohnson)) > > #### Committers: 2 > - Jonathan Johnson ([@​jrjohnson](https://github.com/jrjohnson)) > - Ricardo Mendes ([@​locks](https://github.com/locks)) > > ## v7.4.2 > ... (truncated)
Changelog *Sourced from [ember-cli-babel's changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md).* > ## v7.8.0 (2019-06-17) > > #### :rocket: Enhancement > * [#286](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/286) Ensure `@ember/application/deprecations` is stripped in addition to `@ember/debug`. ([@​bekzod](https://github.com/bekzod)) > * [#277](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/277) Update modules-api-polyfill package to latest ([@​jordpo](https://github.com/jordpo)) > > #### :memo: Documentation > * [#279](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/279) Add table of contents to README.md. ([@​vasind](https://github.com/vasind)) > > #### :house: Internal > * [#285](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/285) Refactor CI to use stages. ([@​rwjblue](https://github.com/rwjblue)) > * [#284](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/284) Use default targets configuration for transpilation tests. ([@​rwjblue](https://github.com/rwjblue)) > > #### Committers: 4 > - Jordan Morano ([@​jordpo](https://github.com/jordpo)) > - Robert Jackson ([@​rwjblue](https://github.com/rwjblue)) > - Vasanth ([@​vasind](https://github.com/vasind)) > - bek ([@​bekzod](https://github.com/bekzod)) > > ## v7.7.3 (2019-03-28) > > #### :bug: Bug Fix > * [4b9207aa3](https://github.com/babel/ember-cli-babel/commit/4b9207aa3) Fix errors when babel-plugin-filter-imports is present ([@​rwjblue](https://github.com/rwjblue)) > > #### Committers: 1 > - Robert Jackson ([@​rwjblue](https://github.com/rwjblue)) > > ## v7.7.2 (2019-03-28) > > #### :bug: Bug Fix > * [#276](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/276) Ensure class properties/decorator plugins are added in correct order ([@​pzuraq](https://github.com/pzuraq)) > > #### Committers: 1 > - Chris Garrett ([@​pzuraq](https://github.com/pzuraq)) > > ## v7.7.1 (2019-03-28) > > #### :bug: Bug Fix > * [#275](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/275) Avoid interop issues with babel-plugin-filter-imports RE: decorators syntax ([@​pzuraq](https://github.com/pzuraq)) > > #### Committers: 1 > - Chris Garrett ([@​pzuraq](https://github.com/pzuraq)) > > ## v7.7.0 (2019-03-27) > > #### :rocket: Enhancement > * [#274](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/274) [FEAT] Decorator and Class Field Support ([@​pzuraq](https://github.com/pzuraq)) > > #### Committers: 2 > - Chris Garrett ([@​pzuraq](https://github.com/pzuraq)) > ... (truncated)
Commits - [`f950f44`](https://github.com/babel/ember-cli-babel/commit/f950f44b72c038d3c16a28cedb01dc7966f12f01) Release 7.8.0 - [`903df47`](https://github.com/babel/ember-cli-babel/commit/903df47d78b24d3d63aa77302f2745968fe854ef) Add v7.8.0 to CHANGELOG.md. - [`61f65e7`](https://github.com/babel/ember-cli-babel/commit/61f65e70d57b7561fdfd7b2780817b3a7cecd457) Ensure `@ember/application/deprecations` is stripped in addition to `@ember/d... - [`f74305f`](https://github.com/babel/ember-cli-babel/commit/f74305f7c59aae93bbac2f4f3c571c3f4b90d02b) Add test confirming @ember/application/deprecations is transpiled properly. - [`9ac404d`](https://github.com/babel/ember-cli-babel/commit/9ac404d52a394d9499444a8776ef91e11424301e) Ensure @ember/applications/deprecations deprecate is not transpiled to globals. - [`0017ade`](https://github.com/babel/ember-cli-babel/commit/0017ade804464deffd590515c5f73b70061ca81e) Inline configuration of babel-plugin-debug-macros. - [`ada1733`](https://github.com/babel/ember-cli-babel/commit/ada1733095fe13bdf1144df8e7cddd2bbeebfc32) Update index.js - [`a6337d4`](https://github.com/babel/ember-cli-babel/commit/a6337d42197c9ff11c2535ad9c5f09c8fd98862f) Update index.js - [`828de36`](https://github.com/babel/ember-cli-babel/commit/828de36cc6c6e7fc37cf8516ddadb9b1ec8bfd5e) remove deprecated import path - [`47a72eb`](https://github.com/babel/ember-cli-babel/commit/47a72eba9e5e5f4f341cfc9d8bdc0d0c65e10953) Refactor CI to use stages. ([#285](https://github-redirect.dependabot.com/babel/ember-cli-babel/issues/285)) - Additional commits viewable in [compare view](https://github.com/babel/ember-cli-babel/compare/v6.14.1...v7.8.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 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 #115.