Release notes
*Sourced from [gulp-babel's releases](https://github.com/babel/gulp-babel/releases).*
> ## v8.0.0
> The first official stable release with Babel 7.x support.
>
> * Updated the README for Babel 7 usage
> * Use async transform APIs to keep things as flexible as possible
> * Pass in Babel's `caller` option so that Babel knows the name of the caller
>
> ## v8.0.0-beta.0
>
> - Adds a new peerDep on scoped package `@babel/core` instead of `babel-core` which is a breaking change
Changelog
*Sourced from [gulp-babel's changelog](https://github.com/babel/gulp-babel/blob/master/CHANGELOG.md).*
> # 8.0.0-beta.2 (2018-03-14)
>
> - **[Fix]** Fix for `sourceMapTarget` removal in Babel v7.0.0-beta.41 ([#149](https://github-redirect.dependabot.com/babel/gulp-babel/pull/149))
>
> # 8.0.0-beta.1 (2018-01-26)
>
> - **[Fix]** Drop dependency on deprecated `gulp-util` ([#137](https://github-redirect.dependabot.com/babel/gulp-babel/pull/137))
> - **[Chore]** Update repository: add `CHANGELOG.md`, update `.gitignore`, license year, update dependencies,
> add lock files, add _npm_ badge, mention `gulp-babel@next`.
>
> # 8.0.0-beta.0 (2017-10-30)
>
> - **[Breaking change]** Make `@babel/core` a peer dependency
>
> # 7.0.0 (2017-08-06)
>
> - **[Breaking change]** Make `babel-core` a peer dependency
>
> # 7.0.0-alpha.18 (2017-08-04)
>
> - **[Breaking change]** Update to `babel-core@7.0.0-beta.18` ([#112](https://github-redirect.dependabot.com/babel/gulp-babel/pull/112))
> - **[Chore]** Replace usage of `ES6` by `ES2015`
> - **[Documentation]** Update `README.md`: update samples, fix link to issue tracker
>
> # 6.1.2 (2016-01-31)
>
> - **[Fix]** Do not add `.js` extension to files without extension ([#74](https://github-redirect.dependabot.com/babel/gulp-babel/pull/74))
Commits
- [`297282c`](https://github.com/babel/gulp-babel/commit/297282c8d274084b6f7f8eb7fb144516f3b021bf) 8.0.0
- [`7952cc2`](https://github.com/babel/gulp-babel/commit/7952cc2b0c3976f54b995cf362ff38ac4723b063) Use the async transform API, add caller and drop dependencies on the beta/rc ...
- [`32dee19`](https://github.com/babel/gulp-babel/commit/32dee19cb63ca7b83d2a08459e4ae046236f6e71) Fix typo in readme ([#156](https://github-redirect.dependabot.com/babel/gulp-babel/issues/156))
- [`0983ecf`](https://github.com/babel/gulp-babel/commit/0983ecf0718702b2c647f7c8ffa7ad30c7003a00) update install [skip ci]
- [`432e8c0`](https://github.com/babel/gulp-babel/commit/432e8c0400e3061a653f5a72bd7b1a78fd390b81) update changelog [skip ci]
- [`9d2b52c`](https://github.com/babel/gulp-babel/commit/9d2b52cd7318aa93a555c2685aedfcb83999e197) 8.0.0-beta.2
- [`d73df72`](https://github.com/babel/gulp-babel/commit/d73df722418de75447dc408ef18d9af118d6dc99) update deps, testing
- [`241905b`](https://github.com/babel/gulp-babel/commit/241905b1c8f58bf1e4b124527f42ea537cdf101c) Fix for `sourceMapTarget` removal in Babel v7.0.0-beta.41 ([#149](https://github-redirect.dependabot.com/babel/gulp-babel/issues/149))
- [`ba247cc`](https://github.com/babel/gulp-babel/commit/ba247cc20d11b7471c09064a6da9708198a2df73) Update CHANGELOG.md ([#147](https://github-redirect.dependabot.com/babel/gulp-babel/issues/147))
- [`28cc2f3`](https://github.com/babel/gulp-babel/commit/28cc2f393adab195f5eb84a9ca32e8a2eda53e75) v8.0.0-beta.1
- Additional commits viewable in [compare view](https://github.com/babel/gulp-babel/compare/v7.0.1...v8.0.0)
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.
Bumps gulp-babel from 7.0.1 to 8.0.0.
Release notes
*Sourced from [gulp-babel's releases](https://github.com/babel/gulp-babel/releases).* > ## v8.0.0 > The first official stable release with Babel 7.x support. > > * Updated the README for Babel 7 usage > * Use async transform APIs to keep things as flexible as possible > * Pass in Babel's `caller` option so that Babel knows the name of the caller > > ## v8.0.0-beta.0 > > - Adds a new peerDep on scoped package `@babel/core` instead of `babel-core` which is a breaking changeChangelog
*Sourced from [gulp-babel's changelog](https://github.com/babel/gulp-babel/blob/master/CHANGELOG.md).* > # 8.0.0-beta.2 (2018-03-14) > > - **[Fix]** Fix for `sourceMapTarget` removal in Babel v7.0.0-beta.41 ([#149](https://github-redirect.dependabot.com/babel/gulp-babel/pull/149)) > > # 8.0.0-beta.1 (2018-01-26) > > - **[Fix]** Drop dependency on deprecated `gulp-util` ([#137](https://github-redirect.dependabot.com/babel/gulp-babel/pull/137)) > - **[Chore]** Update repository: add `CHANGELOG.md`, update `.gitignore`, license year, update dependencies, > add lock files, add _npm_ badge, mention `gulp-babel@next`. > > # 8.0.0-beta.0 (2017-10-30) > > - **[Breaking change]** Make `@babel/core` a peer dependency > > # 7.0.0 (2017-08-06) > > - **[Breaking change]** Make `babel-core` a peer dependency > > # 7.0.0-alpha.18 (2017-08-04) > > - **[Breaking change]** Update to `babel-core@7.0.0-beta.18` ([#112](https://github-redirect.dependabot.com/babel/gulp-babel/pull/112)) > - **[Chore]** Replace usage of `ES6` by `ES2015` > - **[Documentation]** Update `README.md`: update samples, fix link to issue tracker > > # 6.1.2 (2016-01-31) > > - **[Fix]** Do not add `.js` extension to files without extension ([#74](https://github-redirect.dependabot.com/babel/gulp-babel/pull/74))Commits
- [`297282c`](https://github.com/babel/gulp-babel/commit/297282c8d274084b6f7f8eb7fb144516f3b021bf) 8.0.0 - [`7952cc2`](https://github.com/babel/gulp-babel/commit/7952cc2b0c3976f54b995cf362ff38ac4723b063) Use the async transform API, add caller and drop dependencies on the beta/rc ... - [`32dee19`](https://github.com/babel/gulp-babel/commit/32dee19cb63ca7b83d2a08459e4ae046236f6e71) Fix typo in readme ([#156](https://github-redirect.dependabot.com/babel/gulp-babel/issues/156)) - [`0983ecf`](https://github.com/babel/gulp-babel/commit/0983ecf0718702b2c647f7c8ffa7ad30c7003a00) update install [skip ci] - [`432e8c0`](https://github.com/babel/gulp-babel/commit/432e8c0400e3061a653f5a72bd7b1a78fd390b81) update changelog [skip ci] - [`9d2b52c`](https://github.com/babel/gulp-babel/commit/9d2b52cd7318aa93a555c2685aedfcb83999e197) 8.0.0-beta.2 - [`d73df72`](https://github.com/babel/gulp-babel/commit/d73df722418de75447dc408ef18d9af118d6dc99) update deps, testing - [`241905b`](https://github.com/babel/gulp-babel/commit/241905b1c8f58bf1e4b124527f42ea537cdf101c) Fix for `sourceMapTarget` removal in Babel v7.0.0-beta.41 ([#149](https://github-redirect.dependabot.com/babel/gulp-babel/issues/149)) - [`ba247cc`](https://github.com/babel/gulp-babel/commit/ba247cc20d11b7471c09064a6da9708198a2df73) Update CHANGELOG.md ([#147](https://github-redirect.dependabot.com/babel/gulp-babel/issues/147)) - [`28cc2f3`](https://github.com/babel/gulp-babel/commit/28cc2f393adab195f5eb84a9ca32e8a2eda53e75) v8.0.0-beta.1 - Additional commits viewable in [compare view](https://github.com/babel/gulp-babel/compare/v7.0.1...v8.0.0)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.