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.4.2 #59

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.4.2.

Release notes *Sourced from [ember-cli-babel's releases](https://github.com/babel/ember-cli-babel/releases).* > ## v7.4.2 > #### :bug: Bug Fix > * [#267](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/267) Ensure external helpers are not used when modules are not transpiled. ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue)) > * [#266](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/266) Update to broccoli-babel-transpiler@7.1.2. ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue)) > > #### Committers: 1 > - Robert Jackson ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue))
Changelog *Sourced from [ember-cli-babel's changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md).* > ## v7.4.2 (2019-02-12) > > #### :bug: Bug Fix > * [#267](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/267) Ensure external helpers are not used when modules are not transpiled. ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue)) > * [#266](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/266) Update to broccoli-babel-transpiler@7.1.2. ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue)) > > #### Committers: 1 > - Robert Jackson ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue)) > > ## v7.4.1 (2019-01-29) > > #### :bug: Bug Fix > * [#264](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/264) Only blacklist jQuery module when parent depends on @ember/jquery itself ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue)) > > #### Committers: 1 > - Robert Jackson ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue)) > > ## v7.4.0 (2019-01-22) > > #### :rocket: Enhancement > * [#261](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/261) Avoid transpiling jquery module to Ember.$ if @ember/jquery is present ([[**simonihmig**](https://github.com/simonihmig)](https://github.com/simonihmig)) > > #### Committers: 1 > - Simon Ihmig ([[**simonihmig**](https://github.com/simonihmig)](https://github.com/simonihmig)) > > ## v7.3.0 (2019-01-22) > > #### :rocket: Enhancement > * [#251](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/251) Add ability to deduplicate babel helpers. ([[**pzuraq**](https://github.com/pzuraq)](https://github.com/pzuraq)) > > #### :bug: Bug Fix > * [#260](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/260) Update `@ember/string` detection to work on itself ([[**locks**](https://github.com/locks)](https://github.com/locks)) > > #### Committers: 2 > - Chris Garrett ([[**pzuraq**](https://github.com/pzuraq)](https://github.com/pzuraq)) > - Ricardo Mendes ([[**locks**](https://github.com/locks)](https://github.com/locks)) > > > ## v7.2.0 (2018-12-12) > > #### :rocket: Enhancement > * [#257](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/257) Update babel-plugin-ember-modules-api-polyfill to 2.6.0. ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue)) > > #### Committers: 1 > - Robert Jackson ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue)) > > > ## v7.1.4 (2018-12-06) > > #### :rocket: Enhancement > ... (truncated)
Commits - [`d3a45b9`](https://github.com/babel/ember-cli-babel/commit/d3a45b9e77120395bc836c6b117aa81462c50fb1) v7.4.2 - [`bb8550f`](https://github.com/babel/ember-cli-babel/commit/bb8550f67528c598b842e3a4d1380d179f8a8881) Add v7.4.2 to CHANGELOG.md. - [`3a448df`](https://github.com/babel/ember-cli-babel/commit/3a448df19b2b2d33b2878af0bb4db2ca8a48dcdd) Merge pull request [#267](https://github-redirect.dependabot.com/babel/ember-cli-babel/issues/267) from rwjblue/tweak-should-include-external-helpers - [`cada0c1`](https://github.com/babel/ember-cli-babel/commit/cada0c1cd6ba0994da4ddb0d3c42619ce7b3e0ec) Ensure external helpers are not used when modules are not transpiled. - [`a2c2adb`](https://github.com/babel/ember-cli-babel/commit/a2c2adb0ba760137161e91ea55fc30e1646b878a) Merge pull request [#266](https://github-redirect.dependabot.com/babel/ember-cli-babel/issues/266) from rwjblue/update-min-broccoli-babel-transpiler - [`4d025ce`](https://github.com/babel/ember-cli-babel/commit/4d025ce57e1e832ae1835dee8845f1037e5dd031) Update to broccoli-babel-transpiler@7.1.2. - [`ce06287`](https://github.com/babel/ember-cli-babel/commit/ce06287746563d679325f59071bea8042dfaab38) v7.4.1 - [`d109bb7`](https://github.com/babel/ember-cli-babel/commit/d109bb7fb2b980ed4a46a462e07a7c566cd44f74) Add v7.4.1 to CHANGELOG.md. - [`ea9b9ab`](https://github.com/babel/ember-cli-babel/commit/ea9b9ab3d18fc16692c13b48f179bd523f325153) Merge pull request [#264](https://github-redirect.dependabot.com/babel/ember-cli-babel/issues/264) from rwjblue/only-blacklist-jquery-when-parent-depend... - [`22b1c26`](https://github.com/babel/ember-cli-babel/commit/22b1c2690ff67390e62d55adaa39eb542904fe75) Allow either this.parent OR this.project to provide @ember/jquery. - Additional commits viewable in [compare view](https://github.com/babel/ember-cli-babel/compare/v6.14.1...v7.4.2)


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 - `@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 #65.