Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).*
> ## v7.6.4 (2019-10-10)
>
> #### :eyeglasses: Spec Compliance
> * `babel-parser`
> * [#10491](https://github-redirect.dependabot.com/babel/babel/pull/10491) Trailing comma after rest - The final fix ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :bug: Bug Fix
> * `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner`
> * [#10536](https://github-redirect.dependabot.com/babel/babel/pull/10536) Revert "chore: Upgrade source-map to 0.6.1 ([#10446](https://github-redirect.dependabot.com/babel/babel/issues/10446))" ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### Committers: 2
> - Huáng Jùnliàng ([@JLHwung](https://github.com/JLHwung))
> - Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
>
> ## v7.6.3 (2019-10-08)
>
> Thanks to [@hjdivad](https://github.com/hjdivad), [@Basaingeal](https://github.com/Basaingeal) and [@todofixthis](https://github.com/todofixthis) for their first PRs!
>
> #### :eyeglasses: Spec Compliance
> * `babel-parser`
> * [#10469](https://github-redirect.dependabot.com/babel/babel/pull/10469) Disallow await inside async arrow params ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * [#10493](https://github-redirect.dependabot.com/babel/babel/pull/10493) [parser] Disallow numeric separators in legacy octal like integers ([@gonzarodriguezt](https://github.com/gonzarodriguezt))
>
> #### :rocket: New Feature
> * `babel-types`
> * [#10504](https://github-redirect.dependabot.com/babel/babel/pull/10504) Add declarations for more of @babel/types exports ([@Jessidhia](https://github.com/Jessidhia))
>
> #### :bug: Bug Fix
> * `babel-plugin-transform-block-scoping`
> * [#10343](https://github-redirect.dependabot.com/babel/babel/pull/10343) Do not remove let bindings even they are wrapped in closure ([@JLHwung](https://github.com/JLHwung))
> * `babel-parser`
> * [#10119](https://github-redirect.dependabot.com/babel/babel/pull/10119) add scope to TSModuleDeclaration ([@tanhauhau](https://github.com/tanhauhau))
> * [#10332](https://github-redirect.dependabot.com/babel/babel/pull/10332) Do not allow member expressions to start async arrows ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * [#10490](https://github-redirect.dependabot.com/babel/babel/pull/10490) [parser] Don't crash on comment after trailing comma after elision ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-plugin-transform-react-constant-elements`, `babel-traverse`
> * [#10529](https://github-redirect.dependabot.com/babel/babel/pull/10529) Do not hoist jsx referencing a mutable binding ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-generator`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-typescript`
> * [#10220](https://github-redirect.dependabot.com/babel/babel/pull/10220) Flow: interface identifier should be declared in the scope ([@JLHwung](https://github.com/JLHwung))
>
> #### :nail_care: Polish
> * `babel-core`
> * [#10419](https://github-redirect.dependabot.com/babel/babel/pull/10419) assertNoDuplicates throw with more context ([@hjdivad](https://github.com/hjdivad))
> * [#10511](https://github-redirect.dependabot.com/babel/babel/pull/10511) Add filename to transform error ([@JLHwung](https://github.com/JLHwung))
>
> #### :house: Internal
> * Other
> * [#10506](https://github-redirect.dependabot.com/babel/babel/pull/10506) Use `make -j` for parallel build ([@JLHwung](https://github.com/JLHwung))
> * [#10443](https://github-redirect.dependabot.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@JLHwung](https://github.com/JLHwung))
> * [#10494](https://github-redirect.dependabot.com/babel/babel/pull/10494) Enable optional chaining and nullish coalescing plugins ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-preset-react`
> ... (truncated)
Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*
> ## v7.6.4 (2019-10-10)
>
> #### :eyeglasses: Spec Compliance
> * `babel-parser`
> * [#10491](https://github-redirect.dependabot.com/babel/babel/pull/10491) Trailing comma after rest - The final fix ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :bug: Bug Fix
> * `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner`
> * [#10536](https://github-redirect.dependabot.com/babel/babel/pull/10536) Revert "chore: Upgrade source-map to 0.6.1 ([#10446](https://github-redirect.dependabot.com/babel/babel/issues/10446))" ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> ## v7.6.3 (2019-10-08)
>
> #### :eyeglasses: Spec Compliance
> * `babel-parser`
> * [#10469](https://github-redirect.dependabot.com/babel/babel/pull/10469) Disallow await inside async arrow params ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * [#10493](https://github-redirect.dependabot.com/babel/babel/pull/10493) [parser] Disallow numeric separators in legacy octal like integers ([@gonzarodriguezt](https://github.com/gonzarodriguezt))
>
> #### :rocket: New Feature
> * `babel-types`
> * [#10504](https://github-redirect.dependabot.com/babel/babel/pull/10504) Add declarations for more of @babel/types exports ([@Jessidhia](https://github.com/Jessidhia))
>
> #### :bug: Bug Fix
> * `babel-plugin-transform-block-scoping`
> * [#10343](https://github-redirect.dependabot.com/babel/babel/pull/10343) Do not remove let bindings even they are wrapped in closure ([@JLHwung](https://github.com/JLHwung))
> * `babel-parser`
> * [#10119](https://github-redirect.dependabot.com/babel/babel/pull/10119) add scope to TSModuleDeclaration ([@tanhauhau](https://github.com/tanhauhau))
> * [#10332](https://github-redirect.dependabot.com/babel/babel/pull/10332) Do not allow member expressions to start async arrows ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * [#10490](https://github-redirect.dependabot.com/babel/babel/pull/10490) [parser] Don't crash on comment after trailing comma after elision ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-plugin-transform-react-constant-elements`, `babel-traverse`
> * [#10529](https://github-redirect.dependabot.com/babel/babel/pull/10529) Do not hoist jsx referencing a mutable binding ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-generator`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-typescript`
> * [#10220](https://github-redirect.dependabot.com/babel/babel/pull/10220) Flow: interface identifier should be declared in the scope ([@JLHwung](https://github.com/JLHwung))
>
> #### :nail_care: Polish
> * `babel-core`
> * [#10419](https://github-redirect.dependabot.com/babel/babel/pull/10419) assertNoDuplicates throw with more context ([@hjdivad](https://github.com/hjdivad))
> * [#10511](https://github-redirect.dependabot.com/babel/babel/pull/10511) Add filename to transform error ([@JLHwung](https://github.com/JLHwung))
>
> #### :house: Internal
> * Other
> * [#10506](https://github-redirect.dependabot.com/babel/babel/pull/10506) Use `make -j` for parallel build ([@JLHwung](https://github.com/JLHwung))
> * [#10443](https://github-redirect.dependabot.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@JLHwung](https://github.com/JLHwung))
> * [#10494](https://github-redirect.dependabot.com/babel/babel/pull/10494) Enable optional chaining and nullish coalescing plugins ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-preset-react`
> * [#10249](https://github-redirect.dependabot.com/babel/babel/pull/10249) Add windows to travis ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :running_woman: Performance
> * `babel-parser`
> * [#10371](https://github-redirect.dependabot.com/babel/babel/pull/10371) perf: replace lookahead by lookaheadCharCode ([@JLHwung](https://github.com/JLHwung))
> * Other
> * [#10443](https://github-redirect.dependabot.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@JLHwung](https://github.com/JLHwung))
> ... (truncated)
Commits
- [`a422ea6`](https://github.com/babel/babel/commit/a422ea64ee2208a55dda33f990a422e14b917f5b) v7.6.4
- [`34d30e2`](https://github.com/babel/babel/commit/34d30e28d64603660214e96494f92d199385d3d2) Revert "chore: Upgrade source-map to 0.6.1 ([#10446](https://github-redirect.dependabot.com/babel/babel/issues/10446))" ([#10536](https://github-redirect.dependabot.com/babel/babel/issues/10536))
- [`3ad4c70`](https://github.com/babel/babel/commit/3ad4c70d3a0b391f16decf7b87a87165b0e39c54) fix prepublish-build ([#10530](https://github-redirect.dependabot.com/babel/babel/issues/10530))
- [`34937f1`](https://github.com/babel/babel/commit/34937f13d52f4dffcf74d10b10ac96cbeadb987d) Trailing comma after rest - The final fix ([#10491](https://github-redirect.dependabot.com/babel/babel/issues/10491))
- [`c7add11`](https://github.com/babel/babel/commit/c7add11fdcc4be26e3ef94d1bba7ba303a15c312) Add v7.6.3 to CHANGELOG.md [skip ci]
- [`d329156`](https://github.com/babel/babel/commit/d329156ebc17da01382acb83e212cb4328534ebc) v7.6.3
- [`25b3526`](https://github.com/babel/babel/commit/25b35261ca9c75bbf1b2d91bcc28bd00b9290496) Update test262 [skip ci]
- [`563874c`](https://github.com/babel/babel/commit/563874c06cb03708a235e6d1710c42fab6cf6018) Do not remove let bindings even they are wrapped in closure ([#10343](https://github-redirect.dependabot.com/babel/babel/issues/10343))
- [`b0acfb2`](https://github.com/babel/babel/commit/b0acfb24dd8d982da0a6c0f19620693268684c0b) add scope to TSModuleDeclaration ([#10119](https://github-redirect.dependabot.com/babel/babel/issues/10119))
- [`599d2ff`](https://github.com/babel/babel/commit/599d2ff324f6abc45100f665537154c8f9a0c750) Update yarn.lock [skip ci]
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.4.5...v7.6.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.
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)
Bumps @babel/core from 7.4.5 to 7.6.4.
Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.6.4 (2019-10-10) > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#10491](https://github-redirect.dependabot.com/babel/babel/pull/10491) Trailing comma after rest - The final fix ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :bug: Bug Fix > * `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` > * [#10536](https://github-redirect.dependabot.com/babel/babel/pull/10536) Revert "chore: Upgrade source-map to 0.6.1 ([#10446](https://github-redirect.dependabot.com/babel/babel/issues/10446))" ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### Committers: 2 > - Huáng Jùnliàng ([@JLHwung](https://github.com/JLHwung)) > - Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > ## v7.6.3 (2019-10-08) > > Thanks to [@hjdivad](https://github.com/hjdivad), [@Basaingeal](https://github.com/Basaingeal) and [@todofixthis](https://github.com/todofixthis) for their first PRs! > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#10469](https://github-redirect.dependabot.com/babel/babel/pull/10469) Disallow await inside async arrow params ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * [#10493](https://github-redirect.dependabot.com/babel/babel/pull/10493) [parser] Disallow numeric separators in legacy octal like integers ([@gonzarodriguezt](https://github.com/gonzarodriguezt)) > > #### :rocket: New Feature > * `babel-types` > * [#10504](https://github-redirect.dependabot.com/babel/babel/pull/10504) Add declarations for more of @babel/types exports ([@Jessidhia](https://github.com/Jessidhia)) > > #### :bug: Bug Fix > * `babel-plugin-transform-block-scoping` > * [#10343](https://github-redirect.dependabot.com/babel/babel/pull/10343) Do not remove let bindings even they are wrapped in closure ([@JLHwung](https://github.com/JLHwung)) > * `babel-parser` > * [#10119](https://github-redirect.dependabot.com/babel/babel/pull/10119) add scope to TSModuleDeclaration ([@tanhauhau](https://github.com/tanhauhau)) > * [#10332](https://github-redirect.dependabot.com/babel/babel/pull/10332) Do not allow member expressions to start async arrows ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * [#10490](https://github-redirect.dependabot.com/babel/babel/pull/10490) [parser] Don't crash on comment after trailing comma after elision ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-transform-react-constant-elements`, `babel-traverse` > * [#10529](https://github-redirect.dependabot.com/babel/babel/pull/10529) Do not hoist jsx referencing a mutable binding ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-generator`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-typescript` > * [#10220](https://github-redirect.dependabot.com/babel/babel/pull/10220) Flow: interface identifier should be declared in the scope ([@JLHwung](https://github.com/JLHwung)) > > #### :nail_care: Polish > * `babel-core` > * [#10419](https://github-redirect.dependabot.com/babel/babel/pull/10419) assertNoDuplicates throw with more context ([@hjdivad](https://github.com/hjdivad)) > * [#10511](https://github-redirect.dependabot.com/babel/babel/pull/10511) Add filename to transform error ([@JLHwung](https://github.com/JLHwung)) > > #### :house: Internal > * Other > * [#10506](https://github-redirect.dependabot.com/babel/babel/pull/10506) Use `make -j` for parallel build ([@JLHwung](https://github.com/JLHwung)) > * [#10443](https://github-redirect.dependabot.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@JLHwung](https://github.com/JLHwung)) > * [#10494](https://github-redirect.dependabot.com/babel/babel/pull/10494) Enable optional chaining and nullish coalescing plugins ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-preset-react` > ... (truncated)Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.6.4 (2019-10-10) > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#10491](https://github-redirect.dependabot.com/babel/babel/pull/10491) Trailing comma after rest - The final fix ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :bug: Bug Fix > * `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` > * [#10536](https://github-redirect.dependabot.com/babel/babel/pull/10536) Revert "chore: Upgrade source-map to 0.6.1 ([#10446](https://github-redirect.dependabot.com/babel/babel/issues/10446))" ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > ## v7.6.3 (2019-10-08) > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#10469](https://github-redirect.dependabot.com/babel/babel/pull/10469) Disallow await inside async arrow params ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * [#10493](https://github-redirect.dependabot.com/babel/babel/pull/10493) [parser] Disallow numeric separators in legacy octal like integers ([@gonzarodriguezt](https://github.com/gonzarodriguezt)) > > #### :rocket: New Feature > * `babel-types` > * [#10504](https://github-redirect.dependabot.com/babel/babel/pull/10504) Add declarations for more of @babel/types exports ([@Jessidhia](https://github.com/Jessidhia)) > > #### :bug: Bug Fix > * `babel-plugin-transform-block-scoping` > * [#10343](https://github-redirect.dependabot.com/babel/babel/pull/10343) Do not remove let bindings even they are wrapped in closure ([@JLHwung](https://github.com/JLHwung)) > * `babel-parser` > * [#10119](https://github-redirect.dependabot.com/babel/babel/pull/10119) add scope to TSModuleDeclaration ([@tanhauhau](https://github.com/tanhauhau)) > * [#10332](https://github-redirect.dependabot.com/babel/babel/pull/10332) Do not allow member expressions to start async arrows ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * [#10490](https://github-redirect.dependabot.com/babel/babel/pull/10490) [parser] Don't crash on comment after trailing comma after elision ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-transform-react-constant-elements`, `babel-traverse` > * [#10529](https://github-redirect.dependabot.com/babel/babel/pull/10529) Do not hoist jsx referencing a mutable binding ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-generator`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-typescript` > * [#10220](https://github-redirect.dependabot.com/babel/babel/pull/10220) Flow: interface identifier should be declared in the scope ([@JLHwung](https://github.com/JLHwung)) > > #### :nail_care: Polish > * `babel-core` > * [#10419](https://github-redirect.dependabot.com/babel/babel/pull/10419) assertNoDuplicates throw with more context ([@hjdivad](https://github.com/hjdivad)) > * [#10511](https://github-redirect.dependabot.com/babel/babel/pull/10511) Add filename to transform error ([@JLHwung](https://github.com/JLHwung)) > > #### :house: Internal > * Other > * [#10506](https://github-redirect.dependabot.com/babel/babel/pull/10506) Use `make -j` for parallel build ([@JLHwung](https://github.com/JLHwung)) > * [#10443](https://github-redirect.dependabot.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@JLHwung](https://github.com/JLHwung)) > * [#10494](https://github-redirect.dependabot.com/babel/babel/pull/10494) Enable optional chaining and nullish coalescing plugins ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-preset-react` > * [#10249](https://github-redirect.dependabot.com/babel/babel/pull/10249) Add windows to travis ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :running_woman: Performance > * `babel-parser` > * [#10371](https://github-redirect.dependabot.com/babel/babel/pull/10371) perf: replace lookahead by lookaheadCharCode ([@JLHwung](https://github.com/JLHwung)) > * Other > * [#10443](https://github-redirect.dependabot.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@JLHwung](https://github.com/JLHwung)) > ... (truncated)Commits
- [`a422ea6`](https://github.com/babel/babel/commit/a422ea64ee2208a55dda33f990a422e14b917f5b) v7.6.4 - [`34d30e2`](https://github.com/babel/babel/commit/34d30e28d64603660214e96494f92d199385d3d2) Revert "chore: Upgrade source-map to 0.6.1 ([#10446](https://github-redirect.dependabot.com/babel/babel/issues/10446))" ([#10536](https://github-redirect.dependabot.com/babel/babel/issues/10536)) - [`3ad4c70`](https://github.com/babel/babel/commit/3ad4c70d3a0b391f16decf7b87a87165b0e39c54) fix prepublish-build ([#10530](https://github-redirect.dependabot.com/babel/babel/issues/10530)) - [`34937f1`](https://github.com/babel/babel/commit/34937f13d52f4dffcf74d10b10ac96cbeadb987d) Trailing comma after rest - The final fix ([#10491](https://github-redirect.dependabot.com/babel/babel/issues/10491)) - [`c7add11`](https://github.com/babel/babel/commit/c7add11fdcc4be26e3ef94d1bba7ba303a15c312) Add v7.6.3 to CHANGELOG.md [skip ci] - [`d329156`](https://github.com/babel/babel/commit/d329156ebc17da01382acb83e212cb4328534ebc) v7.6.3 - [`25b3526`](https://github.com/babel/babel/commit/25b35261ca9c75bbf1b2d91bcc28bd00b9290496) Update test262 [skip ci] - [`563874c`](https://github.com/babel/babel/commit/563874c06cb03708a235e6d1710c42fab6cf6018) Do not remove let bindings even they are wrapped in closure ([#10343](https://github-redirect.dependabot.com/babel/babel/issues/10343)) - [`b0acfb2`](https://github.com/babel/babel/commit/b0acfb24dd8d982da0a6c0f19620693268684c0b) add scope to TSModuleDeclaration ([#10119](https://github-redirect.dependabot.com/babel/babel/issues/10119)) - [`599d2ff`](https://github.com/babel/babel/commit/599d2ff324f6abc45100f665537154c8f9a0c750) Update yarn.lock [skip ci] - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.4.5...v7.6.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
.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)