Bump @babel/core from 7.5.5 to 7.6.0 in /webapp
Created by: Tirokk
Authored by dependabot-preview[bot] Merged
Bumps @babel/core from 7.5.5 to 7.6.0.
Release notes
Sourced from @babel/core's releases.
v7.6.0 (2019-09-06)
👓 Spec Compliance
babel-generator
,babel-parser
- #10269 Fix parenthesis for nullish coalescing (@vivek12345)
babel-helpers
,babel-plugin-transform-block-scoping
,babel-traverse
- #9498 Fix tdz checks in transform-block-scoping plugin (@nicolo-ribaudo)
🚀 New Feature
babel-core
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-private-methods
babel-generator
,babel-parser
,babel-types
babel-preset-typescript
- #10382 Allow setting 'allowNamespaces' in typescript preset (@dsgkirkby)
babel-parser
- #10352 Do not register ambient classes to the TS scope (@nicolo-ribaudo)
babel-types
- #10248 Add static to class property builder (@yuri-karadzhov)
🐛 Bug Fix... (truncated)
babel-helpers
,babel-plugin-transform-destructuring
,babel-plugin-transform-modules-commonjs
,babel-preset-env
babel-plugin-transform-runtime
babel-preset-env
- #10397 Don't polyfill when evaluation is not confident (@rhyzx)
- #10218 [preset-env] Include / exclude module plugins properly (@AdamRamberg)
- #10284 Replace es.string.reverse with es.array.reverse (@epicfaace)
babel-plugin-transform-named-capturing-groups-regex
babel-types
- #10098 fix typescript for babel-types (@tanhauhau)
- #10319 Add a builder definition including name for tsTypeParameter (@deificx)
babel-parser
babel-parser
,babel-types
- #10366 Don't allow JSXNamespacedName to chain (@jridgewell)
babel-generator
,babel-plugin-transform-typescript
,babel-types
- #10341 Add TSBigIntKeyword to @babel/types (@nicolo-ribaudo)
babel-core
,babel-types
- #9960 Do not delete "fake" source map comments from strings (@nicolo-ribaudo)
babel-plugin-transform-flow-comments
- #10329 Fix flow comments plugin issues (@zaygraveyard)
babel-helpers
,babel-plugin-transform-react-constant-elements
Changelog
Sourced from @babel/core's changelog.
v7.6.0 (2019-09-06)
👓 Spec Compliance
babel-generator
,babel-parser
- #10269 Fix parenthesis for nullish coalescing (@vivek12345)
babel-helpers
,babel-plugin-transform-block-scoping
,babel-traverse
- #9498 Fix tdz checks in transform-block-scoping plugin (@nicolo-ribaudo)
🚀 New Feature
babel-core
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-private-methods
babel-generator
,babel-parser
,babel-types
babel-preset-typescript
- #10382 Allow setting 'allowNamespaces' in typescript preset (@dsgkirkby)
babel-parser
- #10352 Do not register ambient classes to the TS scope (@nicolo-ribaudo)
babel-types
- #10248 Add static to class property builder (@yuri-karadzhov)
🐛 Bug Fix... (truncated)
babel-helpers
,babel-plugin-transform-destructuring
,babel-plugin-transform-modules-commonjs
,babel-preset-env
babel-plugin-transform-runtime
babel-preset-env
- #10397 Don't polyfill when evaluation is not confident (@rhyzx)
- #10218 [preset-env] Include / exclude module plugins properly (@AdamRamberg)
- #10284 Replace es.string.reverse with es.array.reverse (@epicfaace)
babel-plugin-transform-named-capturing-groups-regex
babel-types
- #10098 fix typescript for babel-types (@tanhauhau)
- #10319 Add a builder definition including name for tsTypeParameter (@deificx)
babel-parser
babel-parser
,babel-types
- #10366 Don't allow JSXNamespacedName to chain (@jridgewell)
babel-generator
,babel-plugin-transform-typescript
,babel-types
- #10341 Add TSBigIntKeyword to @babel/types (@nicolo-ribaudo)
babel-core
,babel-types
- #9960 Do not delete "fake" source map comments from strings (@nicolo-ribaudo)
babel-plugin-transform-flow-comments
- #10329 Fix flow comments plugin issues (@zaygraveyard)
babel-helpers
,babel-plugin-transform-react-constant-elements
Commits
-
cbd5a26
v7.6.0 -
42e5974
Remove old uglify option -
735abc0
Update lerna -
aa7678f
Remove core-js from @babel/register. (#9847) -
b64cb9a
fix: early return when instance is not iterable (#10396) -
8da9d8b
feat(errors): validate preset when filename is absent (#10181) -
3e4889d
Class Private Static Accessors (#10217) -
da0af5f
V8intrinsic syntax plugin (#10148) -
b02e35c
Fix parenthesis for nullish coalescing (#10269) -
3e8a5c5
Use "validateLogs" for preset-env's debug fixtures (#10401) - 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)
Finally, you can contact us by mentioning @dependabot.