Release notes
*Sourced from [babel-core's releases](https://github.com/babel/babel/releases).*
> ## v6.26.3
> ### Summary
>
> * Fixed a small regression from the backport of [#7761](https://github-redirect.dependabot.com/babel/babel/issues/7761) from [#7812](https://github-redirect.dependabot.com/babel/babel/issues/7812) if the output file contains no JS content
>
> ## v6.26.2
> ### Summary
>
> * Landed [#7812](https://github-redirect.dependabot.com/babel/babel/issues/7812) which backported several fixes to make sourcemaps behave better
> * [#7312](https://github-redirect.dependabot.com/babel/babel/issues/7312) - Include better mappings for arrow-transformed 'this' and 'arguments'
> * [#7378](https://github-redirect.dependabot.com/babel/babel/issues/7378) - Include better mappings for import bindings transformed to member expressions
> * [#7761](https://github-redirect.dependabot.com/babel/babel/issues/7761) - Re-implement inputSourceMap merging logic to more accurately reflect mappings
>
> ## v6.26.1
>
> https://github-redirect.dependabot.com/babel/babel/pull/7205#issuecomment-362818338
>
> ## Fix
> - [#7205](https://github-redirect.dependabot.com/babel/babel/pull/7205)
Commits
- [`d8be710`](https://github.com/babel/babel/commit/d8be710dc7590faf718181230ce2800c48e7d22e) v6.26.3
- [`a8ddf5e`](https://github.com/babel/babel/commit/a8ddf5e7802ce6bf13239e008e6d621b143277a3) Only convert input mappings if we get mappings from Babel
- [`280cfed`](https://github.com/babel/babel/commit/280cfed41589d37df635fb8d442b5e930d6286cb) v6.26.2
- [`6fa027e`](https://github.com/babel/babel/commit/6fa027e81e4314045d31911b71232a0b710bb938) Merge pull request [#7812](https://github-redirect.dependabot.com/babel/babel/issues/7812) from loganfsmyth/backported-sourcemap-changes
- [`c8b4c28`](https://github.com/babel/babel/commit/c8b4c2864355e5c9bd160961fd97a4b9acab05ee) Implement minNodeVersion for babel-cli tests too.
- [`753c2af`](https://github.com/babel/babel/commit/753c2af506d636879c25fa8a769ec4f2458a23be) Disable 2 tests on Node 0.10
- [`ae43e06`](https://github.com/babel/babel/commit/ae43e064018e239316428e9cdc61cf4fb983cb23) Backport minNodeVersion test option from [#5765](https://github-redirect.dependabot.com/babel/babel/issues/5765) for 6.x
- [`e72cf66`](https://github.com/babel/babel/commit/e72cf66b4c6f418c9b64b713c733e4cc8b9f2e92) Fix Babel 6 builds on Node 0.10
- [`80f433a`](https://github.com/babel/babel/commit/80f433a18712465505164a8254bb49ba31f68c35) Backport [#7761](https://github-redirect.dependabot.com/babel/babel/issues/7761) for 6.x
- [`7360a30`](https://github.com/babel/babel/commit/7360a30385b236143b918b1903e3bc42657c1bcb) Backport [#7312](https://github-redirect.dependabot.com/babel/babel/issues/7312) for 6.x
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v6.26.0...v6.26.3)
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- 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 babel-core from 6.26.0 to 6.26.3.
Release notes
*Sourced from [babel-core's releases](https://github.com/babel/babel/releases).* > ## v6.26.3 > ### Summary > > * Fixed a small regression from the backport of [#7761](https://github-redirect.dependabot.com/babel/babel/issues/7761) from [#7812](https://github-redirect.dependabot.com/babel/babel/issues/7812) if the output file contains no JS content > > ## v6.26.2 > ### Summary > > * Landed [#7812](https://github-redirect.dependabot.com/babel/babel/issues/7812) which backported several fixes to make sourcemaps behave better > * [#7312](https://github-redirect.dependabot.com/babel/babel/issues/7312) - Include better mappings for arrow-transformed 'this' and 'arguments' > * [#7378](https://github-redirect.dependabot.com/babel/babel/issues/7378) - Include better mappings for import bindings transformed to member expressions > * [#7761](https://github-redirect.dependabot.com/babel/babel/issues/7761) - Re-implement inputSourceMap merging logic to more accurately reflect mappings > > ## v6.26.1 > > https://github-redirect.dependabot.com/babel/babel/pull/7205#issuecomment-362818338 > > ## Fix > - [#7205](https://github-redirect.dependabot.com/babel/babel/pull/7205)Commits
- [`d8be710`](https://github.com/babel/babel/commit/d8be710dc7590faf718181230ce2800c48e7d22e) v6.26.3 - [`a8ddf5e`](https://github.com/babel/babel/commit/a8ddf5e7802ce6bf13239e008e6d621b143277a3) Only convert input mappings if we get mappings from Babel - [`280cfed`](https://github.com/babel/babel/commit/280cfed41589d37df635fb8d442b5e930d6286cb) v6.26.2 - [`6fa027e`](https://github.com/babel/babel/commit/6fa027e81e4314045d31911b71232a0b710bb938) Merge pull request [#7812](https://github-redirect.dependabot.com/babel/babel/issues/7812) from loganfsmyth/backported-sourcemap-changes - [`c8b4c28`](https://github.com/babel/babel/commit/c8b4c2864355e5c9bd160961fd97a4b9acab05ee) Implement minNodeVersion for babel-cli tests too. - [`753c2af`](https://github.com/babel/babel/commit/753c2af506d636879c25fa8a769ec4f2458a23be) Disable 2 tests on Node 0.10 - [`ae43e06`](https://github.com/babel/babel/commit/ae43e064018e239316428e9cdc61cf4fb983cb23) Backport minNodeVersion test option from [#5765](https://github-redirect.dependabot.com/babel/babel/issues/5765) for 6.x - [`e72cf66`](https://github.com/babel/babel/commit/e72cf66b4c6f418c9b64b713c733e4cc8b9f2e92) Fix Babel 6 builds on Node 0.10 - [`80f433a`](https://github.com/babel/babel/commit/80f433a18712465505164a8254bb49ba31f68c35) Backport [#7761](https://github-redirect.dependabot.com/babel/babel/issues/7761) for 6.x - [`7360a30`](https://github.com/babel/babel/commit/7360a30385b236143b918b1903e3bc42657c1bcb) Backport [#7312](https://github-redirect.dependabot.com/babel/babel/issues/7312) for 6.x - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v6.26.0...v6.26.3)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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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.