Bump @babel/core from 7.6.0 to 7.6.2 in /backend
Created by: Tirokk
Authored by dependabot-preview[bot] Merged
Bumps @babel/core from 7.6.0 to 7.6.2.
Release notes
Sourced from @babel/core's releases.
v7.6.2 (2019-09-23)
Thanks to @FND, @guywaldman, @vivek12345, @TomerAberbach, @ivandevp and @gonzarodriguezt for their first PRs!
👓 Spec Compliance
babel-parser
- #10472 added check to disallow super.private variable access and test case added. (@vivek12345)
- #10468 [parser] Disallow numeric separator in unicode scape sequences. (@ivandevp)
- #10467 [parser] Invalid NonOctal Decimal. (@gonzarodriguezt)
- #10461 [parser] Disallow static fields named
constructor
. (@guywaldman)- #10455 [parser] Report escapes in kws only if they won't be used as identifiers. (@nicolo-ribaudo)
🐛 Bug Fix
babel-parser
- #10445 Leave trailing comments after handling a possible trailing comma. (@nicolo-ribaudo)
babel-cli
babel-core
babel-plugin-transform-block-scoping
,babel-plugin-transform-spread
,babel-traverse
- #10417 Do not guess relative execution status for exported fns. (@nicolo-ribaudo)
babel-plugin-proposal-object-rest-spread
,babel-preset-env
- #10275 fix object rest in array pattern. (@tanhauhau)
🏠 Internal
babel-plugin-transform-named-capturing-groups-regex
- Other
- #10441 Update GitHub actions to v2. (@nicolo-ribaudo)
- #10427 chore: add lint-ts rule. (@JLHwung)
babel-helper-fixtures
babel-node
babel-generator
,babel-helper-fixtures
babel-core
,babel-plugin-transform-runtime
,babel-register
- #10405 Remove circular dependency. (@nicolo-ribaudo)
:running_woman: Performance
Committers: 8
... (truncated)
- Bryan Wain (bdwain)
- Gonzalo Rodríguez (gonzarodriguezt)
- Guy Waldman (guywaldman)
- Huáng Jùnliàng (JLHwung)
- Ivan Medina (ivandevp)
- Nicolò Ribaudo (nicolo-ribaudo)
Changelog
Sourced from @babel/core's changelog.
v7.6.2 (2019-09-23)
👓 Spec Compliance
babel-parser
- #10472 added check to disallow super.private variable access and test case added. (@vivek12345)
- #10468 [parser] Disallow numeric separator in unicode scape sequences. (@ivandevp)
- #10467 [parser] Invalid NonOctal Decimal. (@gonzarodriguezt)
- #10461 [parser] Disallow static fields named
constructor
. (@guywaldman)- #10455 [parser] Report escapes in kws only if they won't be used as identifiers. (@nicolo-ribaudo)
🐛 Bug Fix
babel-parser
- #10445 Leave trailing comments after handling a possible trailing comma. (@nicolo-ribaudo)
babel-cli
babel-core
babel-plugin-transform-block-scoping
,babel-plugin-transform-spread
,babel-traverse
- #10417 Do not guess relative execution status for exported fns. (@nicolo-ribaudo)
babel-plugin-proposal-object-rest-spread
,babel-preset-env
- #10275 fix object rest in array pattern. (@tanhauhau)
🏠 Internal
babel-plugin-transform-named-capturing-groups-regex
- Other
- #10441 Update GitHub actions to v2. (@nicolo-ribaudo)
- #10427 chore: add lint-ts rule. (@JLHwung)
babel-helper-fixtures
babel-node
babel-generator
,babel-helper-fixtures
babel-core
,babel-plugin-transform-runtime
,babel-register
- #10405 Remove circular dependency. (@nicolo-ribaudo)
:running_woman: Performance
v7.6.1 (2019-09-06)
🐛 Bug Fix
babel-types
- #10404 fix(types): correct typescript function headers (@forstermatth)
babel-node
- #9758 Remove process.exit(1) from babel-node (@dword-design)
Commits
-
b9cb4af
v7.6.2 -
69d00dc
[parser] Invalid NonOctal Decimal (#10467) -
f339d2d
[parser] Disallow numeric separator in unicode scape sequences (#10468) -
3069747
Leave trailing comments after handling a possible trailing com… (#10445) -
962015f
docs: updates docs offindParent
andfind
(#10479) [skip ci] -
b7333ea
added check to disallow super.private variable access and test case added (#1... -
46c70ad
Update PULL_REQUEST_TEMPLATE.md (#10473) [skip ci] -
3a7b6e1
Force update of test262-stream -
9c1ad0a
[parser] Disallow static fields namedconstructor
(#10461) -
87dc201
refactor: replace regexp-tree by regexpu (#10430) - Additional commits viewable in compare view
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:
- 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.