build(deps-dev): bump @babel/cli from 7.6.2 to 7.6.3 in /backend
Created by: Tirokk
Authored by dependabot-preview[bot] Merged
Bumps @babel/cli from 7.6.2 to 7.6.3.
Release notes
Sourced from @babel/cli's releases.
v7.6.3 (2019-10-08)
Thanks to @hjdivad, @Basaingeal and @todofixthis for their first PRs!
👓 Spec Compliance
babel-parser
- #10469 Disallow await inside async arrow params (@nicolo-ribaudo)
- #10493 [parser] Disallow numeric separators in legacy octal like integers (@gonzarodriguezt)
🚀 New Feature
babel-types
- #10504 Add declarations for more of @babel/types exports (@Jessidhia)
🐛 Bug Fix
babel-plugin-transform-block-scoping
babel-parser
- #10119 add scope to TSModuleDeclaration (@tanhauhau)
- #10332 Do not allow member expressions to start async arrows (@nicolo-ribaudo)
- #10490 [parser] Don't crash on comment after trailing comma after elision (@nicolo-ribaudo)
babel-plugin-transform-react-constant-elements
,babel-traverse
- #10529 Do not hoist jsx referencing a mutable binding (@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
💅 Polish
babel-core
🏠 Internal
- Other
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 Add windows to travis (@nicolo-ribaudo)
:running_woman: Performance
babel-parser
- Other
Committers: 10
... (truncated)
- Brian Ng (@existentialism)
- Corey Farrell (@coreyfarrell)
- David J. Hamilton (@hjdivad)
- Gonzalo Rodríguez (@gonzarodriguezt)
- Henry Zhu (@hzoo)
Changelog
Sourced from @babel/cli's changelog.
v7.6.3 (2019-10-08)
👓 Spec Compliance
babel-parser
- #10469 Disallow await inside async arrow params (@nicolo-ribaudo)
- #10493 [parser] Disallow numeric separators in legacy octal like integers (@gonzarodriguezt)
🚀 New Feature
babel-types
- #10504 Add declarations for more of @babel/types exports (@Jessidhia)
🐛 Bug Fix
babel-plugin-transform-block-scoping
babel-parser
- #10119 add scope to TSModuleDeclaration (@tanhauhau)
- #10332 Do not allow member expressions to start async arrows (@nicolo-ribaudo)
- #10490 [parser] Don't crash on comment after trailing comma after elision (@nicolo-ribaudo)
babel-plugin-transform-react-constant-elements
,babel-traverse
- #10529 Do not hoist jsx referencing a mutable binding (@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
💅 Polish
babel-core
🏠 Internal
- Other
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 Add windows to travis (@nicolo-ribaudo)
:running_woman: Performance
Commits
-
d329156
v7.6.3 -
25b3526
Update test262 [skip ci] -
563874c
Do not remove let bindings even they are wrapped in closure (#10343) -
b0acfb2
add scope to TSModuleDeclaration (#10119) -
599d2ff
Update yarn.lock [skip ci] -
0856618
perf: replace lookahead by lookaheadCharCode (#10371) -
bc0966a
Add declarations for more of @babel/types exports (#10504) -
3498195
Do not hoist jsx referencing a mutable binding (#10529) -
fbf3cb0
Misc: also lock old PRs [skip ci] (#10524) -
e6264a0
Bump jest@24.9.0 (#10520) - 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)