Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).*
> ## v7.6.2 (2019-09-23)
>
> Thanks to [@FND](https://github.com/FND), [@guywaldman](https://github.com/guywaldman), [@vivek12345](https://github.com/vivek12345), [@TomerAberbach](https://github.com/TomerAberbach), [@ivandevp](https://github.com/ivandevp) and [@gonzarodriguezt](https://github.com/gonzarodriguezt) for their first PRs!
>
> #### :eyeglasses: Spec Compliance
> * `babel-parser`
> * [#10472](https://github-redirect.dependabot.com/babel/babel/pull/10472) added check to disallow super.private variable access and test case added. ([@vivek12345](https://github.com/vivek12345))
> * [#10468](https://github-redirect.dependabot.com/babel/babel/pull/10468) [parser] Disallow numeric separator in unicode scape sequences. ([@ivandevp](https://github.com/ivandevp))
> * [#10467](https://github-redirect.dependabot.com/babel/babel/pull/10467) [parser] Invalid NonOctal Decimal. ([@gonzarodriguezt](https://github.com/gonzarodriguezt))
> * [#10461](https://github-redirect.dependabot.com/babel/babel/pull/10461) [parser] Disallow static fields named `constructor`. ([@guywaldman](https://github.com/guywaldman))
> * [#10455](https://github-redirect.dependabot.com/babel/babel/pull/10455) [parser] Report escapes in kws only if they won't be used as identifiers. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :bug: Bug Fix
> * `babel-parser`
> * [#10445](https://github-redirect.dependabot.com/babel/babel/pull/10445) Leave trailing comments after handling a possible trailing comma. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-cli`
> * [#10400](https://github-redirect.dependabot.com/babel/babel/pull/10400) fix: allow the process to exit naturally. ([@JLHwung](https://github.com/JLHwung))
> * `babel-core`
> * [#10402](https://github-redirect.dependabot.com/babel/babel/pull/10402) fix: pass optionLoc when validating plugin object. ([@JLHwung](https://github.com/JLHwung))
> * `babel-plugin-transform-block-scoping`, `babel-plugin-transform-spread`, `babel-traverse`
> * [#10417](https://github-redirect.dependabot.com/babel/babel/pull/10417) Do not guess relative execution status for exported fns. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-plugin-proposal-object-rest-spread`, `babel-preset-env`
> * [#10275](https://github-redirect.dependabot.com/babel/babel/pull/10275) fix object rest in array pattern. ([@tanhauhau](https://github.com/tanhauhau))
>
> #### :house: Internal
> * `babel-plugin-transform-named-capturing-groups-regex`
> * [#10430](https://github-redirect.dependabot.com/babel/babel/pull/10430) refactor: replace regexp-tree by regexpu. ([@JLHwung](https://github.com/JLHwung))
> * Other
> * [#10441](https://github-redirect.dependabot.com/babel/babel/pull/10441) Update GitHub actions to v2. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * [#10427](https://github-redirect.dependabot.com/babel/babel/pull/10427) chore: add lint-ts rule. ([@JLHwung](https://github.com/JLHwung))
> * `babel-helper-fixtures`
> * [#10428](https://github-redirect.dependabot.com/babel/babel/pull/10428) chore: remove tryResolve dependency. ([@JLHwung](https://github.com/JLHwung))
> * `babel-node`
> * [#10429](https://github-redirect.dependabot.com/babel/babel/pull/10429) Remove babel polyfill dependency of babel-node. ([@bdwain](https://github.com/bdwain))
> * `babel-generator`, `babel-helper-fixtures`
> * [#10420](https://github-redirect.dependabot.com/babel/babel/pull/10420) chore: remove trim-right dependency. ([@JLHwung](https://github.com/JLHwung))
> * `babel-core`, `babel-plugin-transform-runtime`, `babel-register`
> * [#10405](https://github-redirect.dependabot.com/babel/babel/pull/10405) Remove circular dependency. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :running_woman: Performance
> * `babel-parser`
> * [#10421](https://github-redirect.dependabot.com/babel/babel/pull/10421) Miscellaneous perf tweak. ([@JLHwung](https://github.com/JLHwung))
>
> #### Committers: 8
> - Bryan Wain ([bdwain](https://github.com/bdwain))
> - Gonzalo Rodríguez ([gonzarodriguezt](https://github.com/gonzarodriguezt))
> - Guy Waldman ([guywaldman](https://github.com/guywaldman))
> - Huáng Jùnliàng ([JLHwung](https://github.com/JLHwung))
> - Ivan Medina ([ivandevp](https://github.com/ivandevp))
> - Nicolò Ribaudo ([nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> ... (truncated)
Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*
> ## v7.6.2 (2019-09-23)
>
> #### :eyeglasses: Spec Compliance
> * `babel-parser`
> * [#10472](https://github-redirect.dependabot.com/babel/babel/pull/10472) added check to disallow super.private variable access and test case added. ([@vivek12345](https://github.com/vivek12345))
> * [#10468](https://github-redirect.dependabot.com/babel/babel/pull/10468) [parser] Disallow numeric separator in unicode scape sequences. ([@ivandevp](https://github.com/ivandevp))
> * [#10467](https://github-redirect.dependabot.com/babel/babel/pull/10467) [parser] Invalid NonOctal Decimal. ([@gonzarodriguezt](https://github.com/gonzarodriguezt))
> * [#10461](https://github-redirect.dependabot.com/babel/babel/pull/10461) [parser] Disallow static fields named `constructor`. ([@guywaldman](https://github.com/guywaldman))
> * [#10455](https://github-redirect.dependabot.com/babel/babel/pull/10455) [parser] Report escapes in kws only if they won't be used as identifiers. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :bug: Bug Fix
> * `babel-parser`
> * [#10445](https://github-redirect.dependabot.com/babel/babel/pull/10445) Leave trailing comments after handling a possible trailing comma. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-cli`
> * [#10400](https://github-redirect.dependabot.com/babel/babel/pull/10400) fix: allow the process to exit naturally. ([@JLHwung](https://github.com/JLHwung))
> * `babel-core`
> * [#10402](https://github-redirect.dependabot.com/babel/babel/pull/10402) fix: pass optionLoc when validating plugin object. ([@JLHwung](https://github.com/JLHwung))
> * `babel-plugin-transform-block-scoping`, `babel-plugin-transform-spread`, `babel-traverse`
> * [#10417](https://github-redirect.dependabot.com/babel/babel/pull/10417) Do not guess relative execution status for exported fns. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-plugin-proposal-object-rest-spread`, `babel-preset-env`
> * [#10275](https://github-redirect.dependabot.com/babel/babel/pull/10275) fix object rest in array pattern. ([@tanhauhau](https://github.com/tanhauhau))
>
> #### :house: Internal
> * `babel-plugin-transform-named-capturing-groups-regex`
> * [#10430](https://github-redirect.dependabot.com/babel/babel/pull/10430) refactor: replace regexp-tree by regexpu. ([@JLHwung](https://github.com/JLHwung))
> * Other
> * [#10441](https://github-redirect.dependabot.com/babel/babel/pull/10441) Update GitHub actions to v2. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * [#10427](https://github-redirect.dependabot.com/babel/babel/pull/10427) chore: add lint-ts rule. ([@JLHwung](https://github.com/JLHwung))
> * `babel-helper-fixtures`
> * [#10428](https://github-redirect.dependabot.com/babel/babel/pull/10428) chore: remove tryResolve dependency. ([@JLHwung](https://github.com/JLHwung))
> * `babel-node`
> * [#10429](https://github-redirect.dependabot.com/babel/babel/pull/10429) Remove babel polyfill dependency of babel-node. ([@bdwain](https://github.com/bdwain))
> * `babel-generator`, `babel-helper-fixtures`
> * [#10420](https://github-redirect.dependabot.com/babel/babel/pull/10420) chore: remove trim-right dependency. ([@JLHwung](https://github.com/JLHwung))
> * `babel-core`, `babel-plugin-transform-runtime`, `babel-register`
> * [#10405](https://github-redirect.dependabot.com/babel/babel/pull/10405) Remove circular dependency. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :running_woman: Performance
> * `babel-parser`
> * [#10421](https://github-redirect.dependabot.com/babel/babel/pull/10421) Miscellaneous perf tweak. ([@JLHwung](https://github.com/JLHwung))
>
> ## v7.6.1 (2019-09-06)
>
> #### :bug: Bug Fix
> * `babel-types`
> * [#10404](https://github-redirect.dependabot.com/babel/babel/pull/10404) fix(types): correct typescript function headers ([@forstermatth](https://github.com/forstermatth))
> * `babel-node`
> * [#9758](https://github-redirect.dependabot.com/babel/babel/pull/9758) Remove process.exit(1) from babel-node ([@dword-design](https://github.com/dword-design))
Commits
- [`b9cb4af`](https://github.com/babel/babel/commit/b9cb4af953afb1a5aeed9b18526192ab15bb45c1) v7.6.2
- [`69d00dc`](https://github.com/babel/babel/commit/69d00dc5b035eede17d24cc7211166e3d5bc600c) [parser] Invalid NonOctal Decimal ([#10467](https://github-redirect.dependabot.com/babel/babel/issues/10467))
- [`f339d2d`](https://github.com/babel/babel/commit/f339d2d034aadb01f4f0ccca74e0e99fed1f79b9) [parser] Disallow numeric separator in unicode scape sequences ([#10468](https://github-redirect.dependabot.com/babel/babel/issues/10468))
- [`3069747`](https://github.com/babel/babel/commit/3069747a81e232fccfd521376036ee9c4d585fc8) Leave trailing comments after handling a possible trailing com… ([#10445](https://github-redirect.dependabot.com/babel/babel/issues/10445))
- [`962015f`](https://github.com/babel/babel/commit/962015f7e73a4ffcec4f77fa670b47682edf53b0) docs: updates docs of `findParent` and `find` ([#10479](https://github-redirect.dependabot.com/babel/babel/issues/10479)) [skip ci]
- [`b7333ea`](https://github.com/babel/babel/commit/b7333ea97ae50a2b5f2aa747c485579b28082f26) added check to disallow super.private variable access and test case added ([#1](https://github-redirect.dependabot.com/babel/babel/issues/1)...
- [`46c70ad`](https://github.com/babel/babel/commit/46c70ad73460606eeb93371776e112f54d2f156a) Update PULL_REQUEST_TEMPLATE.md ([#10473](https://github-redirect.dependabot.com/babel/babel/issues/10473)) [skip ci]
- [`3a7b6e1`](https://github.com/babel/babel/commit/3a7b6e1c22bd844f5e16bffd56938fec93762d5e) Force update of test262-stream
- [`9c1ad0a`](https://github.com/babel/babel/commit/9c1ad0a9f7f8c57e02a20e9f151fce8076d80725) [parser] Disallow static fields named `constructor` ([#10461](https://github-redirect.dependabot.com/babel/babel/issues/10461))
- [`87dc201`](https://github.com/babel/babel/commit/87dc201411c75254f99097102385b7a59ff9a334) refactor: replace regexp-tree by regexpu ([#10430](https://github-redirect.dependabot.com/babel/babel/issues/10430))
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.6.0...v7.6.2)
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)
- 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)
Finally, you can contact us by mentioning @dependabot.
Bumps @babel/core from 7.6.0 to 7.6.2.
Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.6.2 (2019-09-23) > > Thanks to [@FND](https://github.com/FND), [@guywaldman](https://github.com/guywaldman), [@vivek12345](https://github.com/vivek12345), [@TomerAberbach](https://github.com/TomerAberbach), [@ivandevp](https://github.com/ivandevp) and [@gonzarodriguezt](https://github.com/gonzarodriguezt) for their first PRs! > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#10472](https://github-redirect.dependabot.com/babel/babel/pull/10472) added check to disallow super.private variable access and test case added. ([@vivek12345](https://github.com/vivek12345)) > * [#10468](https://github-redirect.dependabot.com/babel/babel/pull/10468) [parser] Disallow numeric separator in unicode scape sequences. ([@ivandevp](https://github.com/ivandevp)) > * [#10467](https://github-redirect.dependabot.com/babel/babel/pull/10467) [parser] Invalid NonOctal Decimal. ([@gonzarodriguezt](https://github.com/gonzarodriguezt)) > * [#10461](https://github-redirect.dependabot.com/babel/babel/pull/10461) [parser] Disallow static fields named `constructor`. ([@guywaldman](https://github.com/guywaldman)) > * [#10455](https://github-redirect.dependabot.com/babel/babel/pull/10455) [parser] Report escapes in kws only if they won't be used as identifiers. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :bug: Bug Fix > * `babel-parser` > * [#10445](https://github-redirect.dependabot.com/babel/babel/pull/10445) Leave trailing comments after handling a possible trailing comma. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-cli` > * [#10400](https://github-redirect.dependabot.com/babel/babel/pull/10400) fix: allow the process to exit naturally. ([@JLHwung](https://github.com/JLHwung)) > * `babel-core` > * [#10402](https://github-redirect.dependabot.com/babel/babel/pull/10402) fix: pass optionLoc when validating plugin object. ([@JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-block-scoping`, `babel-plugin-transform-spread`, `babel-traverse` > * [#10417](https://github-redirect.dependabot.com/babel/babel/pull/10417) Do not guess relative execution status for exported fns. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10275](https://github-redirect.dependabot.com/babel/babel/pull/10275) fix object rest in array pattern. ([@tanhauhau](https://github.com/tanhauhau)) > > #### :house: Internal > * `babel-plugin-transform-named-capturing-groups-regex` > * [#10430](https://github-redirect.dependabot.com/babel/babel/pull/10430) refactor: replace regexp-tree by regexpu. ([@JLHwung](https://github.com/JLHwung)) > * Other > * [#10441](https://github-redirect.dependabot.com/babel/babel/pull/10441) Update GitHub actions to v2. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * [#10427](https://github-redirect.dependabot.com/babel/babel/pull/10427) chore: add lint-ts rule. ([@JLHwung](https://github.com/JLHwung)) > * `babel-helper-fixtures` > * [#10428](https://github-redirect.dependabot.com/babel/babel/pull/10428) chore: remove tryResolve dependency. ([@JLHwung](https://github.com/JLHwung)) > * `babel-node` > * [#10429](https://github-redirect.dependabot.com/babel/babel/pull/10429) Remove babel polyfill dependency of babel-node. ([@bdwain](https://github.com/bdwain)) > * `babel-generator`, `babel-helper-fixtures` > * [#10420](https://github-redirect.dependabot.com/babel/babel/pull/10420) chore: remove trim-right dependency. ([@JLHwung](https://github.com/JLHwung)) > * `babel-core`, `babel-plugin-transform-runtime`, `babel-register` > * [#10405](https://github-redirect.dependabot.com/babel/babel/pull/10405) Remove circular dependency. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :running_woman: Performance > * `babel-parser` > * [#10421](https://github-redirect.dependabot.com/babel/babel/pull/10421) Miscellaneous perf tweak. ([@JLHwung](https://github.com/JLHwung)) > > #### Committers: 8 > - Bryan Wain ([bdwain](https://github.com/bdwain)) > - Gonzalo Rodríguez ([gonzarodriguezt](https://github.com/gonzarodriguezt)) > - Guy Waldman ([guywaldman](https://github.com/guywaldman)) > - Huáng Jùnliàng ([JLHwung](https://github.com/JLHwung)) > - Ivan Medina ([ivandevp](https://github.com/ivandevp)) > - Nicolò Ribaudo ([nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > ... (truncated)Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.6.2 (2019-09-23) > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#10472](https://github-redirect.dependabot.com/babel/babel/pull/10472) added check to disallow super.private variable access and test case added. ([@vivek12345](https://github.com/vivek12345)) > * [#10468](https://github-redirect.dependabot.com/babel/babel/pull/10468) [parser] Disallow numeric separator in unicode scape sequences. ([@ivandevp](https://github.com/ivandevp)) > * [#10467](https://github-redirect.dependabot.com/babel/babel/pull/10467) [parser] Invalid NonOctal Decimal. ([@gonzarodriguezt](https://github.com/gonzarodriguezt)) > * [#10461](https://github-redirect.dependabot.com/babel/babel/pull/10461) [parser] Disallow static fields named `constructor`. ([@guywaldman](https://github.com/guywaldman)) > * [#10455](https://github-redirect.dependabot.com/babel/babel/pull/10455) [parser] Report escapes in kws only if they won't be used as identifiers. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :bug: Bug Fix > * `babel-parser` > * [#10445](https://github-redirect.dependabot.com/babel/babel/pull/10445) Leave trailing comments after handling a possible trailing comma. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-cli` > * [#10400](https://github-redirect.dependabot.com/babel/babel/pull/10400) fix: allow the process to exit naturally. ([@JLHwung](https://github.com/JLHwung)) > * `babel-core` > * [#10402](https://github-redirect.dependabot.com/babel/babel/pull/10402) fix: pass optionLoc when validating plugin object. ([@JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-block-scoping`, `babel-plugin-transform-spread`, `babel-traverse` > * [#10417](https://github-redirect.dependabot.com/babel/babel/pull/10417) Do not guess relative execution status for exported fns. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10275](https://github-redirect.dependabot.com/babel/babel/pull/10275) fix object rest in array pattern. ([@tanhauhau](https://github.com/tanhauhau)) > > #### :house: Internal > * `babel-plugin-transform-named-capturing-groups-regex` > * [#10430](https://github-redirect.dependabot.com/babel/babel/pull/10430) refactor: replace regexp-tree by regexpu. ([@JLHwung](https://github.com/JLHwung)) > * Other > * [#10441](https://github-redirect.dependabot.com/babel/babel/pull/10441) Update GitHub actions to v2. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * [#10427](https://github-redirect.dependabot.com/babel/babel/pull/10427) chore: add lint-ts rule. ([@JLHwung](https://github.com/JLHwung)) > * `babel-helper-fixtures` > * [#10428](https://github-redirect.dependabot.com/babel/babel/pull/10428) chore: remove tryResolve dependency. ([@JLHwung](https://github.com/JLHwung)) > * `babel-node` > * [#10429](https://github-redirect.dependabot.com/babel/babel/pull/10429) Remove babel polyfill dependency of babel-node. ([@bdwain](https://github.com/bdwain)) > * `babel-generator`, `babel-helper-fixtures` > * [#10420](https://github-redirect.dependabot.com/babel/babel/pull/10420) chore: remove trim-right dependency. ([@JLHwung](https://github.com/JLHwung)) > * `babel-core`, `babel-plugin-transform-runtime`, `babel-register` > * [#10405](https://github-redirect.dependabot.com/babel/babel/pull/10405) Remove circular dependency. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :running_woman: Performance > * `babel-parser` > * [#10421](https://github-redirect.dependabot.com/babel/babel/pull/10421) Miscellaneous perf tweak. ([@JLHwung](https://github.com/JLHwung)) > > ## v7.6.1 (2019-09-06) > > #### :bug: Bug Fix > * `babel-types` > * [#10404](https://github-redirect.dependabot.com/babel/babel/pull/10404) fix(types): correct typescript function headers ([@forstermatth](https://github.com/forstermatth)) > * `babel-node` > * [#9758](https://github-redirect.dependabot.com/babel/babel/pull/9758) Remove process.exit(1) from babel-node ([@dword-design](https://github.com/dword-design))Commits
- [`b9cb4af`](https://github.com/babel/babel/commit/b9cb4af953afb1a5aeed9b18526192ab15bb45c1) v7.6.2 - [`69d00dc`](https://github.com/babel/babel/commit/69d00dc5b035eede17d24cc7211166e3d5bc600c) [parser] Invalid NonOctal Decimal ([#10467](https://github-redirect.dependabot.com/babel/babel/issues/10467)) - [`f339d2d`](https://github.com/babel/babel/commit/f339d2d034aadb01f4f0ccca74e0e99fed1f79b9) [parser] Disallow numeric separator in unicode scape sequences ([#10468](https://github-redirect.dependabot.com/babel/babel/issues/10468)) - [`3069747`](https://github.com/babel/babel/commit/3069747a81e232fccfd521376036ee9c4d585fc8) Leave trailing comments after handling a possible trailing com… ([#10445](https://github-redirect.dependabot.com/babel/babel/issues/10445)) - [`962015f`](https://github.com/babel/babel/commit/962015f7e73a4ffcec4f77fa670b47682edf53b0) docs: updates docs of `findParent` and `find` ([#10479](https://github-redirect.dependabot.com/babel/babel/issues/10479)) [skip ci] - [`b7333ea`](https://github.com/babel/babel/commit/b7333ea97ae50a2b5f2aa747c485579b28082f26) added check to disallow super.private variable access and test case added ([#1](https://github-redirect.dependabot.com/babel/babel/issues/1)... - [`46c70ad`](https://github.com/babel/babel/commit/46c70ad73460606eeb93371776e112f54d2f156a) Update PULL_REQUEST_TEMPLATE.md ([#10473](https://github-redirect.dependabot.com/babel/babel/issues/10473)) [skip ci] - [`3a7b6e1`](https://github.com/babel/babel/commit/3a7b6e1c22bd844f5e16bffd56938fec93762d5e) Force update of test262-stream - [`9c1ad0a`](https://github.com/babel/babel/commit/9c1ad0a9f7f8c57e02a20e9f151fce8076d80725) [parser] Disallow static fields named `constructor` ([#10461](https://github-redirect.dependabot.com/babel/babel/issues/10461)) - [`87dc201`](https://github.com/babel/babel/commit/87dc201411c75254f99097102385b7a59ff9a334) refactor: replace regexp-tree by regexpu ([#10430](https://github-redirect.dependabot.com/babel/babel/issues/10430)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.6.0...v7.6.2)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) - 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) Finally, you can contact us by mentioning @dependabot.