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
  • !29648

Bump @babel/core from 7.6.4 to 7.7.2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/babel/core-7.7.2 into master Nov 07, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: dependabot-preview[bot]

Bumps @babel/core from 7.6.4 to 7.7.2.

Release notes

Sourced from @babel/core's releases.

v7.7.2 (2019-11-07)

Thanks to @​leonid-shevtsov, @​maksimr, @​njlr and @​tajo for their first PR!

🐛 Bug Fix

  • babel-parser
    • #10669 Parse arrows with params annotations in conditional expressions (@​nicolo-ribaudo)
  • babel-plugin-transform-typescript
    • #10658 fix: remove accessibility of constructor (@​JLHwung)
  • babel-traverse
    • #10656 fix: add inList setter for compatibility with babel-minify (@​JLHwung)

Committers: 4

  • Huáng Jùnliàng (@​JLHwung)
  • Leonid Shevtsov (@​leonid-shevtsov)
  • Nicolò Ribaudo (@​nicolo-ribaudo)
  • Vojtech Miksu (@​tajo)

v7.7.1 (2019-11-05)

This release fixes two regression introduced in v7.7.0: facebook/react-native#27120 and https://github-redirect.dependabot.com/babel/babel/issues/10646.

Thanks Archer (@​love2me) for their first PR!

🐛 Bug Fix

  • babel-types
    • #10650 Revert "throw a TypeError if identifier validation fails (#10621)" (@​nicolo-ribaudo)
  • babel-preset-env
    • #10649 Fix(babel-preset-env): check api.caller is a function to avoid to thr… (@​love2me)

Committers: 2

  • Archer (@​love2me)
  • Nicolò Ribaudo (@​nicolo-ribaudo)

v7.7.0 (2019-11-05)

👓 Spec Compliance

  • babel-types
    • #10621 throw a TypeError if identifier validation fails. (@​dentrado)
  • babel-parser
    • #10559 fix: Exclude catch clause from let identifier error. (@​gonzarodriguezt)
    • #10567 [parser] Exception to 8 and 9 in tagged template. (@​pnowak)
    • #10532 Allow duplicate __proto__ keys in patterns, simple case (#6705). (@​alejo90)

🚀 New Feature

  • babel-generator, babel-helper-create-class-features-plugin, babel-parser, babel-plugin-transform-typescript, babel-preset-typescript, babel-types
    • #10545 Add support for TS declare modifier on fields. (@​nicolo-ribaudo)
  • babel-core, babel-parser, babel-preset-typescript
    • #10363 @babel/parser error recovery. (@​nicolo-ribaudo)
... (truncated)
Changelog

Sourced from @babel/core's changelog.

v7.7.2 (2019-11-07)

🐛 Bug Fix

  • babel-parser
    • #10669 Parse arrows with params annotations in conditional expressions (@​nicolo-ribaudo)
  • babel-plugin-transform-typescript
    • #10658 fix: remove accessibility of constructor (@​JLHwung)
  • babel-traverse
    • #10656 fix: add inList setter for compatibility with babel-minify (@​JLHwung)

v7.7.1 (2019-11-05)

🐛 Bug Fix

  • babel-types
    • #10650 Revert "throw a TypeError if identifier validation fails (#10621)" (@​nicolo-ribaudo)
  • babel-preset-env
    • #10649 Fix(babel-preset-env): check api.caller is a function to avoid to thr… (@​love2me)

v7.7.0 (2019-11-05)

👓 Spec Compliance

  • babel-types
    • #10621 throw a TypeError if identifier validation fails. (@​dentrado)
  • babel-parser
    • #10559 fix: Exclude catch clause from let identifier error. (@​gonzarodriguezt)
    • #10567 [parser] Exception to 8 and 9 in tagged template. (@​pnowak)
    • #10532 Allow duplicate proto keys in patterns, simple case (#6705). (@​alejo90)

🚀 New Feature

  • babel-generator, babel-helper-create-class-features-plugin, babel-parser, babel-plugin-transform-typescript, babel-preset-typescript, babel-types
    • #10545 Add support for TS declare modifier on fields. (@​nicolo-ribaudo)
  • babel-core, babel-parser, babel-preset-typescript
    • #10363 @babel/parser error recovery. (@​nicolo-ribaudo)
  • babel-core
    • #10599 Add support for .cjs config files. (@​nicolo-ribaudo)
    • #10501 Add support for babel.config.json. (@​devongovett)
    • #10361 feat: if code frame error is on a single line, highlight the whole path. (@​SimenB)
  • babel-plugin-syntax-top-level-await, babel-preset-env
    • #10573 Create @babel/plugin-syntax-top-level-await. (@​nicolo-ribaudo)
  • babel-helper-builder-react-jsx, babel-plugin-transform-react-jsx, babel-preset-react
    • #10572 [transform-react-jsx] Add useSpread option to transform JSX. (@​ivandevp)
  • babel-generator, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-flow, babel-types
    • #10344 Flow enums parsing. (@​gkz)
  • babel-plugin-transform-function-name, babel-plugin-transform-modules-umd, babel-preset-env
    • #10477 Changes UMD callsite to be more likely to pass in the intended object.. (@​MicahZoltu)
  • babel-parser
    • #10449 Create parser plugin "topLevelAwait". (@​nicolo-ribaudo)
    • #10521 [parser] Enable "exportNamespaceFrom" by default. (@​nicolo-ribaudo)
    • #10483 [parser] Add support for private fields in TypeScript. (@​nicolo-ribaudo)
  • babel-generator, babel-parser, babel-types
    • #10543 add assertions signature for TypeScript. (@​tanhauhau)
... (truncated)
Commits
  • 35f4d12 v7.7.2
  • 9082e68 Parse arrows with params annotations in conditional expressions (#10669)
  • bdb4318 chore: update convert-source-map dep (#10667)
  • 3ab035b fix: Use the recommended property to specify repository URL (#10665) [ci-skip]
  • 2cd5ad0 fix typo: identifer -> identifier (#10647)
  • 2640e5a fix: remove accessibility of constructor (#10658)
  • 0f94999 fix: add inList setter for compatibility with babel-minify (#10656)
  • f544753 code style: consistent spacing (#10643) [ci-skip]
  • d3db02d Add v7.7.1 to CHANGELOG.md [skip ci]
  • 42c8e0f v7.7.1
  • 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 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.7.2