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.1 #54

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

Changelog *Sourced from [ember-cli-babel's changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md).* > ## 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 > * [#256](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/256) Move `baseDir` definition into `relative-module-paths` module ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > * [#255](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/255) Update `amd-name-resolver` to v1.2.1 ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > > #### :house: Internal > * [#254](https://github-redirect.dependabot.com/babel/ember-cli-babel/pull/254) TravisCI: Remove deprecated `sudo: false` option ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > > #### Committers: 1 > - Tobias Bieniek ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > > ... (truncated)
Commits - [`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. - [`6a40015`](https://github.com/babel/ember-cli-babel/commit/6a4001510fb5ff795663d9d430ba63ca28a5fa88) Only blacklist jQuery module when parent depends on @ember/jquery itself - [`3130c24`](https://github.com/babel/ember-cli-babel/commit/3130c246b053f173ab3707779625ca6e02da736f) Adjust Changelog - [`c38cfc9`](https://github.com/babel/ember-cli-babel/commit/c38cfc9bc0dfb5a218fdcb59d7eccc8b661d4814) v7.4.0 - [`58ddec8`](https://github.com/babel/ember-cli-babel/commit/58ddec8e76e2be29594469bf4abb95b17a41da94) Add v7.4.0 to CHANGELOG.md. - [`3c67b5d`](https://github.com/babel/ember-cli-babel/commit/3c67b5d7109bd89252b610f96a680b4fae4b997a) Merge pull request [#261](https://github-redirect.dependabot.com/babel/ember-cli-babel/issues/261) from simonihmig/blacklist-jquery - [`5213b29`](https://github.com/babel/ember-cli-babel/commit/5213b298101555bec93565c98aa3679e1c6d5618) Blacklist jquery if @ember/jquery is present - Additional commits viewable in [compare view](https://github.com/babel/ember-cli-babel/compare/v6.14.1...v7.4.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 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 #59.