Release notes
*Sourced from [@babel/preset-env's releases](https://github.com/babel/babel/releases).*
> ## v7.4.3 (2019-04-02)
>
> #### :eyeglasses: Spec Compliance
> * `babel-parser`
> * [#9769](https://github-redirect.dependabot.com/babel/babel/pull/9769) Don't accept '\08' or '\09' in strict mode. ([@danez](https://github.com/danez))
> * [#9768](https://github-redirect.dependabot.com/babel/babel/pull/9768) Correctly check for-in and for-of loop for invalid left-hand side. ([@danez](https://github.com/danez))
> * [#9767](https://github-redirect.dependabot.com/babel/babel/pull/9767) Parse right-hand-side of for/of as an assignment expression. ([@danez](https://github.com/danez))
> * [#9748](https://github-redirect.dependabot.com/babel/babel/pull/9748) [typescript] parsing template literal as type . ([@tanhauhau](https://github.com/tanhauhau))
>
> #### :rocket: New Feature
> * `babel-plugin-transform-runtime`
> * [#9754](https://github-redirect.dependabot.com/babel/babel/pull/9754) [runtime-corejs3] Only polyfill instance methods when it might be needed. ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :bug: Bug Fix
> * `babel-polyfill`
> * [#9780](https://github-redirect.dependabot.com/babel/babel/pull/9780) Closes [#9232](https://github-redirect.dependabot.com/babel/babel/issues/9232), add some missed modules to `@babel/polyfill/noConflict`. ([@zloirock](https://github.com/zloirock))
> * `babel-cli`
> * [#9807](https://github-redirect.dependabot.com/babel/babel/pull/9807) Upgrade lodash to 4.17.11. ([@danez](https://github.com/danez))
> * `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs`
> * [#9802](https://github-redirect.dependabot.com/babel/babel/pull/9802) Fix lazy option of babel-plugin-transform-modules-commonjs. ([@AndreasCag](https://github.com/AndreasCag))
> * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods`
> * [#9801](https://github-redirect.dependabot.com/babel/babel/pull/9801) Fix super method call in private instance method calling overridden method. ([@MattiasBuelens](https://github.com/MattiasBuelens))
> * `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-destructuring`
> * [#9416](https://github-redirect.dependabot.com/babel/babel/pull/9416) Destructuring: Fix handling of impure computed keys with object rest. ([@motiz88](https://github.com/motiz88))
> * `babel-plugin-transform-destructuring`
> * [#9412](https://github-redirect.dependabot.com/babel/babel/pull/9412) Destructuring: Fix array unpacking assignments with holes on RHS. ([@motiz88](https://github.com/motiz88))
> * `babel-traverse`
> * [#9415](https://github-redirect.dependabot.com/babel/babel/pull/9415) @babel/traverse: Fix NodePath.getData. ([@71](https://github.com/71))
> * `babel-parser`
> * [#9760](https://github-redirect.dependabot.com/babel/babel/pull/9760) Allow HTML comments on first line. ([@danez](https://github.com/danez))
> * [#9700](https://github-redirect.dependabot.com/babel/babel/pull/9700) Fix compatibility between estree and TS plugin. ([@danez](https://github.com/danez))
> * `babel-helpers`
> * [#9756](https://github-redirect.dependabot.com/babel/babel/pull/9756) Allow coreJS Symbol to be type object. ([@conartist6](https://github.com/conartist6))
> * `babel-preset-env`
> * [#9752](https://github-redirect.dependabot.com/babel/babel/pull/9752) Normalize `core-js` entry points. ([@zloirock](https://github.com/zloirock))
>
> #### :nail_care: Polish
> * `babel-parser`
> * [#9762](https://github-redirect.dependabot.com/babel/babel/pull/9762) Optimize parseBindingAtom code to get better error messages. ([@danez](https://github.com/danez))
> * `babel-core`, `babel-plugin-transform-for-of`
> * [#9698](https://github-redirect.dependabot.com/babel/babel/pull/9698) Move array reference into `for` head initializer. ([@danez](https://github.com/danez))
>
> #### :house: Internal
> * Other
> * [#9806](https://github-redirect.dependabot.com/babel/babel/pull/9806) Update test262. ([@danez](https://github.com/danez))
> * `babel-parser`, `babel-preset-typescript`
> * [#9761](https://github-redirect.dependabot.com/babel/babel/pull/9761) Explicit labels for tokenTypes. ([@danez](https://github.com/danez))
>
> #### Committers: 12
> - Andrew Anikin ([AndreasCag](https://github.com/AndreasCag))
> ... (truncated)
Changelog
*Sourced from [@babel/preset-env's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*
> ## v7.4.3 (2019-04-02)
>
> #### :eyeglasses: Spec Compliance
> * `babel-parser`
> * [#9769](https://github-redirect.dependabot.com/babel/babel/pull/9769) Don't accept '\08' or '\09' in strict mode. ([@danez](https://github.com/danez))
> * [#9768](https://github-redirect.dependabot.com/babel/babel/pull/9768) Correctly check for-in and for-of loop for invalid left-hand side. ([@danez](https://github.com/danez))
> * [#9767](https://github-redirect.dependabot.com/babel/babel/pull/9767) Parse right-hand-side of for/of as an assignment expression. ([@danez](https://github.com/danez))
> * [#9748](https://github-redirect.dependabot.com/babel/babel/pull/9748) [typescript] parsing template literal as type . ([@tanhauhau](https://github.com/tanhauhau))
>
> #### :rocket: New Feature
> * `babel-plugin-transform-runtime`
> * [#9754](https://github-redirect.dependabot.com/babel/babel/pull/9754) [runtime-corejs3] Only polyfill instance methods when it might be needed. ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :bug: Bug Fix
> * `babel-polyfill`
> * [#9780](https://github-redirect.dependabot.com/babel/babel/pull/9780) Closes [#9232](https://github-redirect.dependabot.com/babel/babel/issues/9232), add some missed modules to `@babel/polyfill/noConflict`. ([@zloirock](https://github.com/zloirock))
> * `babel-cli`
> * [#9807](https://github-redirect.dependabot.com/babel/babel/pull/9807) Upgrade lodash to 4.17.11. ([@danez](https://github.com/danez))
> * `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs`
> * [#9802](https://github-redirect.dependabot.com/babel/babel/pull/9802) Fix lazy option of babel-plugin-transform-modules-commonjs. ([@AndreasCag](https://github.com/AndreasCag))
> * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods`
> * [#9801](https://github-redirect.dependabot.com/babel/babel/pull/9801) Fix super method call in private instance method calling overridden method. ([@MattiasBuelens](https://github.com/MattiasBuelens))
> * `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-destructuring`
> * [#9416](https://github-redirect.dependabot.com/babel/babel/pull/9416) Destructuring: Fix handling of impure computed keys with object rest. ([@motiz88](https://github.com/motiz88))
> * `babel-plugin-transform-destructuring`
> * [#9412](https://github-redirect.dependabot.com/babel/babel/pull/9412) Destructuring: Fix array unpacking assignments with holes on RHS. ([@motiz88](https://github.com/motiz88))
> * `babel-traverse`
> * [#9415](https://github-redirect.dependabot.com/babel/babel/pull/9415) @babel/traverse: Fix NodePath.getData. ([@71](https://github.com/71))
> * `babel-parser`
> * [#9760](https://github-redirect.dependabot.com/babel/babel/pull/9760) Allow HTML comments on first line. ([@danez](https://github.com/danez))
> * [#9700](https://github-redirect.dependabot.com/babel/babel/pull/9700) Fix compatibility between estree and TS plugin. ([@danez](https://github.com/danez))
> * `babel-helpers`
> * [#9756](https://github-redirect.dependabot.com/babel/babel/pull/9756) Allow coreJS Symbol to be type object. ([@conartist6](https://github.com/conartist6))
> * `babel-preset-env`
> * [#9752](https://github-redirect.dependabot.com/babel/babel/pull/9752) Normalize `core-js` entry points. ([@zloirock](https://github.com/zloirock))
>
> #### :nail_care: Polish
> * `babel-parser`
> * [#9762](https://github-redirect.dependabot.com/babel/babel/pull/9762) Optimize parseBindingAtom code to get better error messages. ([@danez](https://github.com/danez))
> * `babel-core`, `babel-plugin-transform-for-of`
> * [#9698](https://github-redirect.dependabot.com/babel/babel/pull/9698) Move array reference into `for` head initializer. ([@danez](https://github.com/danez))
>
> #### :house: Internal
> * Other
> * [#9806](https://github-redirect.dependabot.com/babel/babel/pull/9806) Update test262. ([@danez](https://github.com/danez))
> * `babel-parser`, `babel-preset-typescript`
> * [#9761](https://github-redirect.dependabot.com/babel/babel/pull/9761) Explicit labels for tokenTypes. ([@danez](https://github.com/danez))
Commits
- [`3edd4e1`](https://github.com/babel/babel/commit/3edd4e1a8212ba9a0112d981a1a6bd47aaa6b42d) Update CHANGELOG.md [skip ci]
- [`f994d6f`](https://github.com/babel/babel/commit/f994d6f3aec51c083daa08e60dcc2c4b59320b1a) Add v7.4.3 to CHANGELOG.md [skip ci]
- [`508fde4`](https://github.com/babel/babel/commit/508fde4009f31883f318b9e6546459ac1b086a91) v7.4.3
- [`e82169d`](https://github.com/babel/babel/commit/e82169dcabcef79e4706775478d7bc2b05a896bd) Enforce publish of previously missed packages ([#9811](https://github-redirect.dependabot.com/babel/babel/issues/9811))
- [`00cae77`](https://github.com/babel/babel/commit/00cae77ec78b683bdf37caacd3f0fbd61d6d3b78) fix [#9232](https://github-redirect.dependabot.com/babel/babel/issues/9232), add some missed modules to `noConflict` ([#9780](https://github-redirect.dependabot.com/babel/babel/issues/9780))
- [`e03eb17`](https://github.com/babel/babel/commit/e03eb17c0884e2674ca998013ef0266ba60ca702) [runtime-corejs3] Only polyfill instance methods when it might be needed ([#9754](https://github-redirect.dependabot.com/babel/babel/issues/9754))
- [`9a8a731`](https://github.com/babel/babel/commit/9a8a7316ae31ca4cf77a21f0e343f4f1bcbaf1d1) Do not ignore package.json
- [`557a8af`](https://github.com/babel/babel/commit/557a8af3bcd9abc2f05e7bd96e4d7297ef02b2bd) Fix versions of packages which haven’t been released.
- [`53e0622`](https://github.com/babel/babel/commit/53e0622b54e23fa042176906b4908f08831d4dfb) Merge pull request [#9808](https://github-redirect.dependabot.com/babel/babel/issues/9808) from babel/fix-noconflict-babel-polyfill
- [`17e1050`](https://github.com/babel/babel/commit/17e10509c0a0b19fe0119631e2a22c40ec87ede8) refactor: unify polyfill with noConflict mode
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.4.2...v7.4.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 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 @babel/preset-env from 7.4.2 to 7.4.3.
Release notes
*Sourced from [@babel/preset-env's releases](https://github.com/babel/babel/releases).* > ## v7.4.3 (2019-04-02) > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#9769](https://github-redirect.dependabot.com/babel/babel/pull/9769) Don't accept '\08' or '\09' in strict mode. ([@danez](https://github.com/danez)) > * [#9768](https://github-redirect.dependabot.com/babel/babel/pull/9768) Correctly check for-in and for-of loop for invalid left-hand side. ([@danez](https://github.com/danez)) > * [#9767](https://github-redirect.dependabot.com/babel/babel/pull/9767) Parse right-hand-side of for/of as an assignment expression. ([@danez](https://github.com/danez)) > * [#9748](https://github-redirect.dependabot.com/babel/babel/pull/9748) [typescript] parsing template literal as type . ([@tanhauhau](https://github.com/tanhauhau)) > > #### :rocket: New Feature > * `babel-plugin-transform-runtime` > * [#9754](https://github-redirect.dependabot.com/babel/babel/pull/9754) [runtime-corejs3] Only polyfill instance methods when it might be needed. ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :bug: Bug Fix > * `babel-polyfill` > * [#9780](https://github-redirect.dependabot.com/babel/babel/pull/9780) Closes [#9232](https://github-redirect.dependabot.com/babel/babel/issues/9232), add some missed modules to `@babel/polyfill/noConflict`. ([@zloirock](https://github.com/zloirock)) > * `babel-cli` > * [#9807](https://github-redirect.dependabot.com/babel/babel/pull/9807) Upgrade lodash to 4.17.11. ([@danez](https://github.com/danez)) > * `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` > * [#9802](https://github-redirect.dependabot.com/babel/babel/pull/9802) Fix lazy option of babel-plugin-transform-modules-commonjs. ([@AndreasCag](https://github.com/AndreasCag)) > * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` > * [#9801](https://github-redirect.dependabot.com/babel/babel/pull/9801) Fix super method call in private instance method calling overridden method. ([@MattiasBuelens](https://github.com/MattiasBuelens)) > * `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-destructuring` > * [#9416](https://github-redirect.dependabot.com/babel/babel/pull/9416) Destructuring: Fix handling of impure computed keys with object rest. ([@motiz88](https://github.com/motiz88)) > * `babel-plugin-transform-destructuring` > * [#9412](https://github-redirect.dependabot.com/babel/babel/pull/9412) Destructuring: Fix array unpacking assignments with holes on RHS. ([@motiz88](https://github.com/motiz88)) > * `babel-traverse` > * [#9415](https://github-redirect.dependabot.com/babel/babel/pull/9415) @babel/traverse: Fix NodePath.getData. ([@71](https://github.com/71)) > * `babel-parser` > * [#9760](https://github-redirect.dependabot.com/babel/babel/pull/9760) Allow HTML comments on first line. ([@danez](https://github.com/danez)) > * [#9700](https://github-redirect.dependabot.com/babel/babel/pull/9700) Fix compatibility between estree and TS plugin. ([@danez](https://github.com/danez)) > * `babel-helpers` > * [#9756](https://github-redirect.dependabot.com/babel/babel/pull/9756) Allow coreJS Symbol to be type object. ([@conartist6](https://github.com/conartist6)) > * `babel-preset-env` > * [#9752](https://github-redirect.dependabot.com/babel/babel/pull/9752) Normalize `core-js` entry points. ([@zloirock](https://github.com/zloirock)) > > #### :nail_care: Polish > * `babel-parser` > * [#9762](https://github-redirect.dependabot.com/babel/babel/pull/9762) Optimize parseBindingAtom code to get better error messages. ([@danez](https://github.com/danez)) > * `babel-core`, `babel-plugin-transform-for-of` > * [#9698](https://github-redirect.dependabot.com/babel/babel/pull/9698) Move array reference into `for` head initializer. ([@danez](https://github.com/danez)) > > #### :house: Internal > * Other > * [#9806](https://github-redirect.dependabot.com/babel/babel/pull/9806) Update test262. ([@danez](https://github.com/danez)) > * `babel-parser`, `babel-preset-typescript` > * [#9761](https://github-redirect.dependabot.com/babel/babel/pull/9761) Explicit labels for tokenTypes. ([@danez](https://github.com/danez)) > > #### Committers: 12 > - Andrew Anikin ([AndreasCag](https://github.com/AndreasCag)) > ... (truncated)Changelog
*Sourced from [@babel/preset-env's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.4.3 (2019-04-02) > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#9769](https://github-redirect.dependabot.com/babel/babel/pull/9769) Don't accept '\08' or '\09' in strict mode. ([@danez](https://github.com/danez)) > * [#9768](https://github-redirect.dependabot.com/babel/babel/pull/9768) Correctly check for-in and for-of loop for invalid left-hand side. ([@danez](https://github.com/danez)) > * [#9767](https://github-redirect.dependabot.com/babel/babel/pull/9767) Parse right-hand-side of for/of as an assignment expression. ([@danez](https://github.com/danez)) > * [#9748](https://github-redirect.dependabot.com/babel/babel/pull/9748) [typescript] parsing template literal as type . ([@tanhauhau](https://github.com/tanhauhau)) > > #### :rocket: New Feature > * `babel-plugin-transform-runtime` > * [#9754](https://github-redirect.dependabot.com/babel/babel/pull/9754) [runtime-corejs3] Only polyfill instance methods when it might be needed. ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :bug: Bug Fix > * `babel-polyfill` > * [#9780](https://github-redirect.dependabot.com/babel/babel/pull/9780) Closes [#9232](https://github-redirect.dependabot.com/babel/babel/issues/9232), add some missed modules to `@babel/polyfill/noConflict`. ([@zloirock](https://github.com/zloirock)) > * `babel-cli` > * [#9807](https://github-redirect.dependabot.com/babel/babel/pull/9807) Upgrade lodash to 4.17.11. ([@danez](https://github.com/danez)) > * `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` > * [#9802](https://github-redirect.dependabot.com/babel/babel/pull/9802) Fix lazy option of babel-plugin-transform-modules-commonjs. ([@AndreasCag](https://github.com/AndreasCag)) > * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` > * [#9801](https://github-redirect.dependabot.com/babel/babel/pull/9801) Fix super method call in private instance method calling overridden method. ([@MattiasBuelens](https://github.com/MattiasBuelens)) > * `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-destructuring` > * [#9416](https://github-redirect.dependabot.com/babel/babel/pull/9416) Destructuring: Fix handling of impure computed keys with object rest. ([@motiz88](https://github.com/motiz88)) > * `babel-plugin-transform-destructuring` > * [#9412](https://github-redirect.dependabot.com/babel/babel/pull/9412) Destructuring: Fix array unpacking assignments with holes on RHS. ([@motiz88](https://github.com/motiz88)) > * `babel-traverse` > * [#9415](https://github-redirect.dependabot.com/babel/babel/pull/9415) @babel/traverse: Fix NodePath.getData. ([@71](https://github.com/71)) > * `babel-parser` > * [#9760](https://github-redirect.dependabot.com/babel/babel/pull/9760) Allow HTML comments on first line. ([@danez](https://github.com/danez)) > * [#9700](https://github-redirect.dependabot.com/babel/babel/pull/9700) Fix compatibility between estree and TS plugin. ([@danez](https://github.com/danez)) > * `babel-helpers` > * [#9756](https://github-redirect.dependabot.com/babel/babel/pull/9756) Allow coreJS Symbol to be type object. ([@conartist6](https://github.com/conartist6)) > * `babel-preset-env` > * [#9752](https://github-redirect.dependabot.com/babel/babel/pull/9752) Normalize `core-js` entry points. ([@zloirock](https://github.com/zloirock)) > > #### :nail_care: Polish > * `babel-parser` > * [#9762](https://github-redirect.dependabot.com/babel/babel/pull/9762) Optimize parseBindingAtom code to get better error messages. ([@danez](https://github.com/danez)) > * `babel-core`, `babel-plugin-transform-for-of` > * [#9698](https://github-redirect.dependabot.com/babel/babel/pull/9698) Move array reference into `for` head initializer. ([@danez](https://github.com/danez)) > > #### :house: Internal > * Other > * [#9806](https://github-redirect.dependabot.com/babel/babel/pull/9806) Update test262. ([@danez](https://github.com/danez)) > * `babel-parser`, `babel-preset-typescript` > * [#9761](https://github-redirect.dependabot.com/babel/babel/pull/9761) Explicit labels for tokenTypes. ([@danez](https://github.com/danez))Commits
- [`3edd4e1`](https://github.com/babel/babel/commit/3edd4e1a8212ba9a0112d981a1a6bd47aaa6b42d) Update CHANGELOG.md [skip ci] - [`f994d6f`](https://github.com/babel/babel/commit/f994d6f3aec51c083daa08e60dcc2c4b59320b1a) Add v7.4.3 to CHANGELOG.md [skip ci] - [`508fde4`](https://github.com/babel/babel/commit/508fde4009f31883f318b9e6546459ac1b086a91) v7.4.3 - [`e82169d`](https://github.com/babel/babel/commit/e82169dcabcef79e4706775478d7bc2b05a896bd) Enforce publish of previously missed packages ([#9811](https://github-redirect.dependabot.com/babel/babel/issues/9811)) - [`00cae77`](https://github.com/babel/babel/commit/00cae77ec78b683bdf37caacd3f0fbd61d6d3b78) fix [#9232](https://github-redirect.dependabot.com/babel/babel/issues/9232), add some missed modules to `noConflict` ([#9780](https://github-redirect.dependabot.com/babel/babel/issues/9780)) - [`e03eb17`](https://github.com/babel/babel/commit/e03eb17c0884e2674ca998013ef0266ba60ca702) [runtime-corejs3] Only polyfill instance methods when it might be needed ([#9754](https://github-redirect.dependabot.com/babel/babel/issues/9754)) - [`9a8a731`](https://github.com/babel/babel/commit/9a8a7316ae31ca4cf77a21f0e343f4f1bcbaf1d1) Do not ignore package.json - [`557a8af`](https://github.com/babel/babel/commit/557a8af3bcd9abc2f05e7bd96e4d7297ef02b2bd) Fix versions of packages which haven’t been released. - [`53e0622`](https://github.com/babel/babel/commit/53e0622b54e23fa042176906b4908f08831d4dfb) Merge pull request [#9808](https://github-redirect.dependabot.com/babel/babel/issues/9808) from babel/fix-noconflict-babel-polyfill - [`17e1050`](https://github.com/babel/babel/commit/17e10509c0a0b19fe0119631e2a22c40ec87ede8) refactor: unify polyfill with noConflict mode - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.4.2...v7.4.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 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.