Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !30736

Bump @babel/core from 7.9.0 to 7.9.6

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/babel/core-7.9.6 into master May 05, 2020
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: dependabot-preview[bot]

Bumps @babel/core from 7.9.0 to 7.9.6.

Release notes

Sourced from @babel/core's releases.

v7.9.6 (2020-04-29)

Thanks to @Beraliv, @ChintanAcharya, @dosentmatter, @jdreesen and @johannes-z for their first PRs!

👓 Spec Compliance

  • babel-plugin-proposal-object-rest-spread
    • #11471 Fix evaluation order with object spread, 2 (@jridgewell)
    • #11412 Fix evaluation order with object spread (@Zzzen)
  • babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
    • #11480 Super property eval order (@jridgewell)

🚀 New Feature

  • babel-traverse, babel-types
    • #11448 Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change (@Beraliv)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
    • #11495 Fix helpers.unsupportedIterableToArray for Map and Set (@ChintanAcharya)
  • babel-traverse
    • #11482 handle objectMethod in scope.isPure (@Zzzen)
  • babel-plugin-transform-typescript
    • #11410 Throw error for TypeScript declare const enum (@dosentmatter)
  • babel-compat-data
    • #11462 chore: add node.js 14 support data (@JLHwung)
  • babel-parser
    • #11449 Set exprAllowed to false for star token (@existentialism)
    • #11355 fix: disallow expression after binding identifier of (@JLHwung)
    • #11417 fix: report missing plugins on type exports (@JLHwung)
    • #11388 fix: do not push new token context when function is following dot/questionDot (@JLHwung)
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
    • #11424 Fix redeclaring private in nested class's superClass (@jridgewell)
    • #11405 Fix nested classes reference private fields (@jridgewell)
  • babel-traverse, babel-types
    • #11378 transform-spread: create TS types (not Flow) when using TS (@Beraliv)
  • babel-standalone
    • #11395 chore: update stage preset in babel-standalone (@JLHwung)
  • babel-plugin-transform-runtime
    • #11366 fix: replace backslashes with forward slashes from resolved path for … (@johannes-z)
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-to-generator
    • #11382 Unify parens printing for postfix-like expressions (@nicolo-ribaudo)

💅 Polish

  • babel-parser
    • #11478 Add some parser missing plugins errors (@JLHwung)
    • #11417 fix: report missing plugins on type exports (@JLHwung)
  • babel-core
    • #11421 polish: recommend preset for js extensions (@JLHwung)
    • #11397 fix: add classPrivateProperties and classPrivateMethods to missing plugin helper (@JLHwung)

📝 Documentation

... (truncated)
Changelog

Sourced from @babel/core's changelog.

v7.9.6 (2020-04-29)

👓 Spec Compliance

  • babel-plugin-proposal-object-rest-spread
    • #11471 Fix evaluation order with object spread, 2 (@jridgewell)
    • #11412 Fix evaluation order with object spread (@Zzzen)
  • babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
    • #11480 Super property eval order (@jridgewell)

🚀 New Feature

  • babel-traverse, babel-types
    • #11448 Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change (@Beraliv)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
    • #11495 Fix helpers.unsupportedIterableToArray for Map and Set (@ChintanAcharya)
  • babel-traverse
    • #11482 handle objectMethod in scope.isPure (@Zzzen)
  • babel-plugin-transform-typescript
    • #11410 Throw error for TypeScript declare const enum (@dosentmatter)
  • babel-compat-data
    • #11462 chore: add node.js 14 support data (@JLHwung)
  • babel-parser
    • #11449 Set exprAllowed to false for star token (@existentialism)
    • #11355 fix: disallow expression after binding identifier of (@JLHwung)
    • #11417 fix: report missing plugins on type exports (@JLHwung)
    • #11388 fix: do not push new token context when function is following dot/questionDot (@JLHwung)
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
    • #11424 Fix redeclaring private in nested class's superClass (@jridgewell)
    • #11405 Fix nested classes reference private fields (@jridgewell)
  • babel-traverse, babel-types
    • #11378 transform-spread: create TS types (not Flow) when using TS (@Beraliv)
  • babel-standalone
    • #11395 chore: update stage preset in babel-standalone (@JLHwung)
  • babel-plugin-transform-runtime
    • #11366 fix: replace backslashes with forward slashes from resolved path for … (@johannes-z)
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-to-generator
    • #11382 Unify parens printing for postfix-like expressions (@nicolo-ribaudo)

💅 Polish

  • babel-parser
    • #11478 Add some parser missing plugins errors (@JLHwung)
    • #11417 fix: report missing plugins on type exports (@JLHwung)
  • babel-core
    • #11421 polish: recommend preset for js extensions (@JLHwung)
    • #11397 fix: add classPrivateProperties and classPrivateMethods to missing plugin helper (@JLHwung)

📝 Documentation

  • babel-parser
    • #11492 docs: update AST spec (@JLHwung)
... (truncated)
Commits
  • 9c2846b v7.9.6
  • 7c80ed9 Update compat table script (#11496)
  • fa98a0a docs: update AST spec (#11492)
  • 2d8edf7 Add note about experimental nature of @babel/eslint-* packages (#11493)
  • 93429f8 Fix helpers.unsupportedIterableToArray for Map and Set (#11495)
  • 1b777f5 Update preset-env fixtures (#11486)
  • c1d65d8 Fix evaluation order with object spread, 2 (#11471)
  • 83d365a handle objectMethod in scope.isPure (#11482)
  • 0bbf2da Super property eval order (#11480)
  • 2e4f18a Add some parser missing plugins errors (#11478)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/npm_and_yarn/babel/core-7.9.6