Release notes
*Sourced from [@babel/register's releases](https://github.com/babel/babel/releases).*
> ## v7.7.4 (2019-11-23)
>
> Thanks [@chrishinrichs](https://github.com/chrishinrichs), [@khoumani](https://github.com/khoumani), [@m-ahmadi](https://github.com/m-ahmadi), [@BBlackwo](https://github.com/BBlackwo), [@SakibulMowla](https://github.com/SakibulMowla), [@4geru](https://github.com/4geru), [@Shriram-Balaji](https://github.com/Shriram-Balaji), [@ZYSzys](https://github.com/ZYSzys) and [@arku](https://github.com/arku) for their first PRs!
>
> #### :bug: Bug Fix
> * `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
> * [#10748](https://github-redirect.dependabot.com/babel/babel/pull/10748) Add support for native esm to @babel/runtime. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-preset-env`
> * [#10742](https://github-redirect.dependabot.com/babel/babel/pull/10742) Update preset-env mappings. ([@existentialism](https://github.com/existentialism))
> * `babel-parser`
> * [#10737](https://github-redirect.dependabot.com/babel/babel/pull/10737) Flow enums: fix enum body location. ([@gkz](https://github.com/gkz))
> * [#10657](https://github-redirect.dependabot.com/babel/babel/pull/10657) Fix some incorrect typeof parsing in flow. ([@existentialism](https://github.com/existentialism))
> * [#10582](https://github-redirect.dependabot.com/babel/babel/pull/10582) [parser] Allow optional async methods. ([@gonzarodriguezt](https://github.com/gonzarodriguezt))
> * [#10710](https://github-redirect.dependabot.com/babel/babel/pull/10710) register import equals specifier. ([@JLHwung](https://github.com/JLHwung))
> * [#10592](https://github-redirect.dependabot.com/babel/babel/pull/10592) Allow TypeScript type assertions in array destructuring. ([@SakibulMowla](https://github.com/SakibulMowla))
> * `babel-preset-env-standalone`
> * [#10732](https://github-redirect.dependabot.com/babel/babel/pull/10732) fix: add missing available plugins to babel-preset-env-standalone. ([@JLHwung](https://github.com/JLHwung))
> * `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-umd`, `babel-preset-env`
> * [#10701](https://github-redirect.dependabot.com/babel/babel/pull/10701) Circumvent typeof transform for umd build template. ([@JLHwung](https://github.com/JLHwung))
> * `babel-cli`
> * [#10698](https://github-redirect.dependabot.com/babel/babel/pull/10698) Babel should not silently remove unknown options after commander arguments. ([@JLHwung](https://github.com/JLHwung))
> * `babel-plugin-proposal-optional-chaining`
> * [#10694](https://github-redirect.dependabot.com/babel/babel/pull/10694) Fix optional method chaining in derived classes. ([@Shriram-Balaji](https://github.com/Shriram-Balaji))
> * `babel-parser`, `babel-types`
> * [#10677](https://github-redirect.dependabot.com/babel/babel/pull/10677) Add `asserts this [is type]` parsing support. ([@JLHwung](https://github.com/JLHwung))
> * `babel-traverse`
> * [#10598](https://github-redirect.dependabot.com/babel/babel/pull/10598) Fix parentheses on replaceWithMultiple for JSX. ([@khoumani](https://github.com/khoumani))
> * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env`
> * [#10683](https://github-redirect.dependabot.com/babel/babel/pull/10683) Fix: Don't call Object.keys on non-objects (babel#10482). ([@chrishinrichs](https://github.com/chrishinrichs))
>
> #### :nail_care: Polish
> * `babel-plugin-proposal-nullish-coalescing-operator`
> * [#10720](https://github-redirect.dependabot.com/babel/babel/pull/10720) polish: skip creating extra reference for safely re-used node. ([@JLHwung](https://github.com/JLHwung))
>
> #### :house: Internal
> * Other
> * [#10731](https://github-redirect.dependabot.com/babel/babel/pull/10731) Removed duplicate key in package.json. ([@rajasekarm](https://github.com/rajasekarm))
> * [#10718](https://github-redirect.dependabot.com/babel/babel/pull/10718) chore: use loose mode of transform. ([@JLHwung](https://github.com/JLHwung))
> * [#10579](https://github-redirect.dependabot.com/babel/babel/pull/10579) Implement PR workflow for running test262 on babel PRs. ([@jbhoosreddy](https://github.com/jbhoosreddy))
> * [#10648](https://github-redirect.dependabot.com/babel/babel/pull/10648) bump @babel/* dev dependencies. ([@JLHwung](https://github.com/JLHwung))
> * [#10569](https://github-redirect.dependabot.com/babel/babel/pull/10569) E2E test Babel with itself before publishing. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-core`
> * [#10668](https://github-redirect.dependabot.com/babel/babel/pull/10668) Reduce standalone build size. ([@JLHwung](https://github.com/JLHwung))
> * `babel-plugin-transform-literals`, `babel-preset-env-standalone`
> * [#10725](https://github-redirect.dependabot.com/babel/babel/pull/10725) fix typo [ci-skip]. ([@JLHwung](https://github.com/JLHwung))
> * `babel-cli`
> * [#10692](https://github-redirect.dependabot.com/babel/babel/pull/10692) Add missing flow type to babel-cli for consistency. ([@ZYSzys](https://github.com/ZYSzys))
>
> #### Committers: 15
>
> ... (truncated)
Changelog
*Sourced from [@babel/register's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*
> ## v7.7.4 (2019-11-23)
>
> #### :bug: Bug Fix
> * `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
> * [#10748](https://github-redirect.dependabot.com/babel/babel/pull/10748) Add support for native esm to @babel/runtime. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-preset-env`
> * [#10742](https://github-redirect.dependabot.com/babel/babel/pull/10742) Update preset-env mappings. ([@existentialism](https://github.com/existentialism))
> * `babel-parser`
> * [#10737](https://github-redirect.dependabot.com/babel/babel/pull/10737) Flow enums: fix enum body location. ([@gkz](https://github.com/gkz))
> * [#10657](https://github-redirect.dependabot.com/babel/babel/pull/10657) Fix some incorrect typeof parsing in flow. ([@existentialism](https://github.com/existentialism))
> * [#10582](https://github-redirect.dependabot.com/babel/babel/pull/10582) [parser] Allow optional async methods. ([@gonzarodriguezt](https://github.com/gonzarodriguezt))
> * [#10710](https://github-redirect.dependabot.com/babel/babel/pull/10710) register import equals specifier. ([@JLHwung](https://github.com/JLHwung))
> * [#10592](https://github-redirect.dependabot.com/babel/babel/pull/10592) Allow TypeScript type assertions in array destructuring. ([@SakibulMowla](https://github.com/SakibulMowla))
> * `babel-preset-env-standalone`
> * [#10732](https://github-redirect.dependabot.com/babel/babel/pull/10732) fix: add missing available plugins to babel-preset-env-standalone. ([@JLHwung](https://github.com/JLHwung))
> * `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-umd`, `babel-preset-env`
> * [#10701](https://github-redirect.dependabot.com/babel/babel/pull/10701) Circumvent typeof transform for umd build template. ([@JLHwung](https://github.com/JLHwung))
> * `babel-cli`
> * [#10698](https://github-redirect.dependabot.com/babel/babel/pull/10698) Babel should not silently remove unknown options after commander arguments. ([@JLHwung](https://github.com/JLHwung))
> * `babel-plugin-proposal-optional-chaining`
> * [#10694](https://github-redirect.dependabot.com/babel/babel/pull/10694) Fix optional method chaining in derived classes. ([@Shriram-Balaji](https://github.com/Shriram-Balaji))
> * `babel-parser`, `babel-types`
> * [#10677](https://github-redirect.dependabot.com/babel/babel/pull/10677) Add `asserts this [is type]` parsing support. ([@JLHwung](https://github.com/JLHwung))
> * `babel-traverse`
> * [#10598](https://github-redirect.dependabot.com/babel/babel/pull/10598) Fix parentheses on replaceWithMultiple for JSX. ([@khoumani](https://github.com/khoumani))
> * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env`
> * [#10683](https://github-redirect.dependabot.com/babel/babel/pull/10683) Fix: Don't call Object.keys on non-objects (babel#10482). ([@chrishinrichs](https://github.com/chrishinrichs))
>
> #### :nail_care: Polish
> * `babel-plugin-proposal-nullish-coalescing-operator`
> * [#10720](https://github-redirect.dependabot.com/babel/babel/pull/10720) polish: skip creating extra reference for safely re-used node. ([@JLHwung](https://github.com/JLHwung))
>
> #### :house: Internal
> * Other
> * [#10731](https://github-redirect.dependabot.com/babel/babel/pull/10731) Removed duplicate key in package.json. ([@rajasekarm](https://github.com/rajasekarm))
> * [#10718](https://github-redirect.dependabot.com/babel/babel/pull/10718) chore: use loose mode of transform. ([@JLHwung](https://github.com/JLHwung))
> * [#10579](https://github-redirect.dependabot.com/babel/babel/pull/10579) Implement PR workflow for running test262 on babel PRs. ([@jbhoosreddy](https://github.com/jbhoosreddy))
> * [#10648](https://github-redirect.dependabot.com/babel/babel/pull/10648) bump @babel/* dev dependencies. ([@JLHwung](https://github.com/JLHwung))
> * [#10569](https://github-redirect.dependabot.com/babel/babel/pull/10569) E2E test Babel with itself before publishing. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-core`
> * [#10668](https://github-redirect.dependabot.com/babel/babel/pull/10668) Reduce standalone build size. ([@JLHwung](https://github.com/JLHwung))
> * `babel-plugin-transform-literals`, `babel-preset-env-standalone`
> * [#10725](https://github-redirect.dependabot.com/babel/babel/pull/10725) fix typo [ci-skip]. ([@JLHwung](https://github.com/JLHwung))
> * `babel-cli`
> * [#10692](https://github-redirect.dependabot.com/babel/babel/pull/10692) Add missing flow type to babel-cli for consistency. ([@ZYSzys](https://github.com/ZYSzys))
>
> ## v7.7.3 (2019-11-08)
>
> #### :bug: Bug Fix
> * `babel-parser`
> ... (truncated)
Commits
- [`75767d8`](https://github.com/babel/babel/commit/75767d87cb147709b9bd9b99bf44daa6688874a9) v7.7.4
- [`1b4cfc2`](https://github.com/babel/babel/commit/1b4cfc21d9a3b59e74f7d578d2c2c78c302f9fee) Add support for native esm to @babel/runtime ([#10748](https://github-redirect.dependabot.com/babel/babel/issues/10748))
- [`2dfc06e`](https://github.com/babel/babel/commit/2dfc06e83ba7649fd10cc1985f3419bbb969a3f2) Merge pull request [#10744](https://github-redirect.dependabot.com/babel/babel/issues/10744) from kaicataldo/@babel/eslint-config-internal
- [`2c40b8c`](https://github.com/babel/babel/commit/2c40b8c70656f734ffe5cda6aedba2a95a244747) Fix failing tests
- [`ca88cf1`](https://github.com/babel/babel/commit/ca88cf106039cc76105e6acd52de0d7d30d482fc) Incorporate feedback
- [`74e2c2c`](https://github.com/babel/babel/commit/74e2c2cd78928c7948f36458ca5d90777a1eccd9) Update eslint/babel-eslint-config-internal/package.json
- [`2516990`](https://github.com/babel/babel/commit/25169901de920de00051826d8298e8f2e07aaa5d) Rename babel-eslint-config-internal -> @babel/eslint-config-internal
- [`74fb914`](https://github.com/babel/babel/commit/74fb914fe38e4d9d62d598aa747c488e9b94735c) Use the local version of babel in test262 job ([#10749](https://github-redirect.dependabot.com/babel/babel/issues/10749))
- [`683adcb`](https://github.com/babel/babel/commit/683adcbb7060546975a7295118c804496e020cf6) Reduce standalone build size ([#10668](https://github-redirect.dependabot.com/babel/babel/issues/10668))
- [`cc51f2a`](https://github.com/babel/babel/commit/cc51f2a1f2b1e86e0d0a476a60e82fb14e58d297) Update lerna ([#10733](https://github-redirect.dependabot.com/babel/babel/issues/10733))
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.7.0...v7.7.4)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps @babel/register from 7.7.0 to 7.7.4.
Release notes
*Sourced from [@babel/register's releases](https://github.com/babel/babel/releases).* > ## v7.7.4 (2019-11-23) > > Thanks [@chrishinrichs](https://github.com/chrishinrichs), [@khoumani](https://github.com/khoumani), [@m-ahmadi](https://github.com/m-ahmadi), [@BBlackwo](https://github.com/BBlackwo), [@SakibulMowla](https://github.com/SakibulMowla), [@4geru](https://github.com/4geru), [@Shriram-Balaji](https://github.com/Shriram-Balaji), [@ZYSzys](https://github.com/ZYSzys) and [@arku](https://github.com/arku) for their first PRs! > > #### :bug: Bug Fix > * `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` > * [#10748](https://github-redirect.dependabot.com/babel/babel/pull/10748) Add support for native esm to @babel/runtime. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-preset-env` > * [#10742](https://github-redirect.dependabot.com/babel/babel/pull/10742) Update preset-env mappings. ([@existentialism](https://github.com/existentialism)) > * `babel-parser` > * [#10737](https://github-redirect.dependabot.com/babel/babel/pull/10737) Flow enums: fix enum body location. ([@gkz](https://github.com/gkz)) > * [#10657](https://github-redirect.dependabot.com/babel/babel/pull/10657) Fix some incorrect typeof parsing in flow. ([@existentialism](https://github.com/existentialism)) > * [#10582](https://github-redirect.dependabot.com/babel/babel/pull/10582) [parser] Allow optional async methods. ([@gonzarodriguezt](https://github.com/gonzarodriguezt)) > * [#10710](https://github-redirect.dependabot.com/babel/babel/pull/10710) register import equals specifier. ([@JLHwung](https://github.com/JLHwung)) > * [#10592](https://github-redirect.dependabot.com/babel/babel/pull/10592) Allow TypeScript type assertions in array destructuring. ([@SakibulMowla](https://github.com/SakibulMowla)) > * `babel-preset-env-standalone` > * [#10732](https://github-redirect.dependabot.com/babel/babel/pull/10732) fix: add missing available plugins to babel-preset-env-standalone. ([@JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-umd`, `babel-preset-env` > * [#10701](https://github-redirect.dependabot.com/babel/babel/pull/10701) Circumvent typeof transform for umd build template. ([@JLHwung](https://github.com/JLHwung)) > * `babel-cli` > * [#10698](https://github-redirect.dependabot.com/babel/babel/pull/10698) Babel should not silently remove unknown options after commander arguments. ([@JLHwung](https://github.com/JLHwung)) > * `babel-plugin-proposal-optional-chaining` > * [#10694](https://github-redirect.dependabot.com/babel/babel/pull/10694) Fix optional method chaining in derived classes. ([@Shriram-Balaji](https://github.com/Shriram-Balaji)) > * `babel-parser`, `babel-types` > * [#10677](https://github-redirect.dependabot.com/babel/babel/pull/10677) Add `asserts this [is type]` parsing support. ([@JLHwung](https://github.com/JLHwung)) > * `babel-traverse` > * [#10598](https://github-redirect.dependabot.com/babel/babel/pull/10598) Fix parentheses on replaceWithMultiple for JSX. ([@khoumani](https://github.com/khoumani)) > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10683](https://github-redirect.dependabot.com/babel/babel/pull/10683) Fix: Don't call Object.keys on non-objects (babel#10482). ([@chrishinrichs](https://github.com/chrishinrichs)) > > #### :nail_care: Polish > * `babel-plugin-proposal-nullish-coalescing-operator` > * [#10720](https://github-redirect.dependabot.com/babel/babel/pull/10720) polish: skip creating extra reference for safely re-used node. ([@JLHwung](https://github.com/JLHwung)) > > #### :house: Internal > * Other > * [#10731](https://github-redirect.dependabot.com/babel/babel/pull/10731) Removed duplicate key in package.json. ([@rajasekarm](https://github.com/rajasekarm)) > * [#10718](https://github-redirect.dependabot.com/babel/babel/pull/10718) chore: use loose mode of transform. ([@JLHwung](https://github.com/JLHwung)) > * [#10579](https://github-redirect.dependabot.com/babel/babel/pull/10579) Implement PR workflow for running test262 on babel PRs. ([@jbhoosreddy](https://github.com/jbhoosreddy)) > * [#10648](https://github-redirect.dependabot.com/babel/babel/pull/10648) bump @babel/* dev dependencies. ([@JLHwung](https://github.com/JLHwung)) > * [#10569](https://github-redirect.dependabot.com/babel/babel/pull/10569) E2E test Babel with itself before publishing. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-core` > * [#10668](https://github-redirect.dependabot.com/babel/babel/pull/10668) Reduce standalone build size. ([@JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-literals`, `babel-preset-env-standalone` > * [#10725](https://github-redirect.dependabot.com/babel/babel/pull/10725) fix typo [ci-skip]. ([@JLHwung](https://github.com/JLHwung)) > * `babel-cli` > * [#10692](https://github-redirect.dependabot.com/babel/babel/pull/10692) Add missing flow type to babel-cli for consistency. ([@ZYSzys](https://github.com/ZYSzys)) > > #### Committers: 15 > > ... (truncated)Changelog
*Sourced from [@babel/register's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.7.4 (2019-11-23) > > #### :bug: Bug Fix > * `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` > * [#10748](https://github-redirect.dependabot.com/babel/babel/pull/10748) Add support for native esm to @babel/runtime. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-preset-env` > * [#10742](https://github-redirect.dependabot.com/babel/babel/pull/10742) Update preset-env mappings. ([@existentialism](https://github.com/existentialism)) > * `babel-parser` > * [#10737](https://github-redirect.dependabot.com/babel/babel/pull/10737) Flow enums: fix enum body location. ([@gkz](https://github.com/gkz)) > * [#10657](https://github-redirect.dependabot.com/babel/babel/pull/10657) Fix some incorrect typeof parsing in flow. ([@existentialism](https://github.com/existentialism)) > * [#10582](https://github-redirect.dependabot.com/babel/babel/pull/10582) [parser] Allow optional async methods. ([@gonzarodriguezt](https://github.com/gonzarodriguezt)) > * [#10710](https://github-redirect.dependabot.com/babel/babel/pull/10710) register import equals specifier. ([@JLHwung](https://github.com/JLHwung)) > * [#10592](https://github-redirect.dependabot.com/babel/babel/pull/10592) Allow TypeScript type assertions in array destructuring. ([@SakibulMowla](https://github.com/SakibulMowla)) > * `babel-preset-env-standalone` > * [#10732](https://github-redirect.dependabot.com/babel/babel/pull/10732) fix: add missing available plugins to babel-preset-env-standalone. ([@JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-umd`, `babel-preset-env` > * [#10701](https://github-redirect.dependabot.com/babel/babel/pull/10701) Circumvent typeof transform for umd build template. ([@JLHwung](https://github.com/JLHwung)) > * `babel-cli` > * [#10698](https://github-redirect.dependabot.com/babel/babel/pull/10698) Babel should not silently remove unknown options after commander arguments. ([@JLHwung](https://github.com/JLHwung)) > * `babel-plugin-proposal-optional-chaining` > * [#10694](https://github-redirect.dependabot.com/babel/babel/pull/10694) Fix optional method chaining in derived classes. ([@Shriram-Balaji](https://github.com/Shriram-Balaji)) > * `babel-parser`, `babel-types` > * [#10677](https://github-redirect.dependabot.com/babel/babel/pull/10677) Add `asserts this [is type]` parsing support. ([@JLHwung](https://github.com/JLHwung)) > * `babel-traverse` > * [#10598](https://github-redirect.dependabot.com/babel/babel/pull/10598) Fix parentheses on replaceWithMultiple for JSX. ([@khoumani](https://github.com/khoumani)) > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10683](https://github-redirect.dependabot.com/babel/babel/pull/10683) Fix: Don't call Object.keys on non-objects (babel#10482). ([@chrishinrichs](https://github.com/chrishinrichs)) > > #### :nail_care: Polish > * `babel-plugin-proposal-nullish-coalescing-operator` > * [#10720](https://github-redirect.dependabot.com/babel/babel/pull/10720) polish: skip creating extra reference for safely re-used node. ([@JLHwung](https://github.com/JLHwung)) > > #### :house: Internal > * Other > * [#10731](https://github-redirect.dependabot.com/babel/babel/pull/10731) Removed duplicate key in package.json. ([@rajasekarm](https://github.com/rajasekarm)) > * [#10718](https://github-redirect.dependabot.com/babel/babel/pull/10718) chore: use loose mode of transform. ([@JLHwung](https://github.com/JLHwung)) > * [#10579](https://github-redirect.dependabot.com/babel/babel/pull/10579) Implement PR workflow for running test262 on babel PRs. ([@jbhoosreddy](https://github.com/jbhoosreddy)) > * [#10648](https://github-redirect.dependabot.com/babel/babel/pull/10648) bump @babel/* dev dependencies. ([@JLHwung](https://github.com/JLHwung)) > * [#10569](https://github-redirect.dependabot.com/babel/babel/pull/10569) E2E test Babel with itself before publishing. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-core` > * [#10668](https://github-redirect.dependabot.com/babel/babel/pull/10668) Reduce standalone build size. ([@JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-literals`, `babel-preset-env-standalone` > * [#10725](https://github-redirect.dependabot.com/babel/babel/pull/10725) fix typo [ci-skip]. ([@JLHwung](https://github.com/JLHwung)) > * `babel-cli` > * [#10692](https://github-redirect.dependabot.com/babel/babel/pull/10692) Add missing flow type to babel-cli for consistency. ([@ZYSzys](https://github.com/ZYSzys)) > > ## v7.7.3 (2019-11-08) > > #### :bug: Bug Fix > * `babel-parser` > ... (truncated)Commits
- [`75767d8`](https://github.com/babel/babel/commit/75767d87cb147709b9bd9b99bf44daa6688874a9) v7.7.4 - [`1b4cfc2`](https://github.com/babel/babel/commit/1b4cfc21d9a3b59e74f7d578d2c2c78c302f9fee) Add support for native esm to @babel/runtime ([#10748](https://github-redirect.dependabot.com/babel/babel/issues/10748)) - [`2dfc06e`](https://github.com/babel/babel/commit/2dfc06e83ba7649fd10cc1985f3419bbb969a3f2) Merge pull request [#10744](https://github-redirect.dependabot.com/babel/babel/issues/10744) from kaicataldo/@babel/eslint-config-internal - [`2c40b8c`](https://github.com/babel/babel/commit/2c40b8c70656f734ffe5cda6aedba2a95a244747) Fix failing tests - [`ca88cf1`](https://github.com/babel/babel/commit/ca88cf106039cc76105e6acd52de0d7d30d482fc) Incorporate feedback - [`74e2c2c`](https://github.com/babel/babel/commit/74e2c2cd78928c7948f36458ca5d90777a1eccd9) Update eslint/babel-eslint-config-internal/package.json - [`2516990`](https://github.com/babel/babel/commit/25169901de920de00051826d8298e8f2e07aaa5d) Rename babel-eslint-config-internal -> @babel/eslint-config-internal - [`74fb914`](https://github.com/babel/babel/commit/74fb914fe38e4d9d62d598aa747c488e9b94735c) Use the local version of babel in test262 job ([#10749](https://github-redirect.dependabot.com/babel/babel/issues/10749)) - [`683adcb`](https://github.com/babel/babel/commit/683adcbb7060546975a7295118c804496e020cf6) Reduce standalone build size ([#10668](https://github-redirect.dependabot.com/babel/babel/issues/10668)) - [`cc51f2a`](https://github.com/babel/babel/commit/cc51f2a1f2b1e86e0d0a476a60e82fb14e58d297) Update lerna ([#10733](https://github-redirect.dependabot.com/babel/babel/issues/10733)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.7.0...v7.7.4)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
.If all status checks pass Dependabot will automatically merge this pull request.
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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)