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.5.0 #66

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

Release notes *Sourced from [ember-cli-babel's releases](https://github.com/babel/ember-cli-babel/releases).* > ## 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 > #### :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)) > * [#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)) > > #### Committers: 1 > - Robert Jackson ([@​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.5.0 (2019-02-22) > > #### :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 (2019-02-19) > > #### :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 (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)) > * [#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)) > > #### Committers: 1 > - Robert Jackson ([@​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)) > > #### Committers: 1 > - Robert Jackson ([@​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)) > > #### Committers: 1 > - Simon Ihmig ([@​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)) > > ... (truncated)
Commits - [`00c5cf9`](https://github.com/babel/ember-cli-babel/commit/00c5cf9e08007a4a9106a1303bd39758b514947b) v7.5.0 - [`e44c276`](https://github.com/babel/ember-cli-babel/commit/e44c276aa91fa9c17561f5bbb37e6562d8a9ff4d) Add v7.5.0 to CHANGELOG.md. - [`7b9c2e5`](https://github.com/babel/ember-cli-babel/commit/7b9c2e5675acc9fe987885d011d1c5afa62954f8) Merge pull request [#270](https://github-redirect.dependabot.com/babel/ember-cli-babel/issues/270) from rwjblue/update-modules-api - [`1d7c6ef`](https://github.com/babel/ember-cli-babel/commit/1d7c6ef7afab00c095c02ebcbb710a978070784d) Update Ember modules API to include @glimmer/tracked. - [`806849e`](https://github.com/babel/ember-cli-babel/commit/806849e4dc8170bf51f7a9a564e96171a1060959) v7.4.3 - [`b14036b`](https://github.com/babel/ember-cli-babel/commit/b14036bf66383dfac913f56b63fb656f96759f66) Add v7.4.3 to CHANGELOG.md. - [`ddf8af1`](https://github.com/babel/ember-cli-babel/commit/ddf8af1ba4185210da4ff7a2fcf9bb6365890083) Merge pull request [#265](https://github-redirect.dependabot.com/babel/ember-cli-babel/issues/265) from locks/ember-string-detection - [`7b5524b`](https://github.com/babel/ember-cli-babel/commit/7b5524b433512e4f7ba7b7a236d09263762b87f4) Merge pull request [#268](https://github-redirect.dependabot.com/babel/ember-cli-babel/issues/268) from jrjohnson/update-debug-macros - [`deeb6f8`](https://github.com/babel/ember-cli-babel/commit/deeb6f8bb0aa39862e90409066c88c38f0f13006) Update babel-plugin-debug-macros - [`d3a45b9`](https://github.com/babel/ember-cli-babel/commit/d3a45b9e77120395bc836c6b117aa81462c50fb1) v7.4.2 - Additional commits viewable in [compare view](https://github.com/babel/ember-cli-babel/compare/v6.14.1...v7.5.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 - `@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 #81.