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

Bump @babel/cli from 7.12.8 to 7.12.10

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/babel/cli-7.12.10 into main Dec 11, 2020
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: dependabot[bot]

Bumps @babel/cli from 7.12.8 to 7.12.10.

Release notes

Sourced from @babel/cli's releases.

v7.12.10 (2020-12-09)

Thanks @AndrewSouthpaw for your first PR!

👓 Spec Compliance

  • babel-parser
    • #12443 Make sure estree test should not throw if babel parser does not throw (@JLHwung)
    • #12375 Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (@JLHwung)

🐛 Bug Fix

  • babel-generator
    • #12424 Fix printing BigIntLiterals/DecimalLiterals with compact option (@existentialism)
  • babel-types
    • #12418 babel-types update OptionalCallExpression to support ArgumentPlaceholder (@zxbodya)
    • #12395 Fix t.isReferenced() for named re-exports (@nicolo-ribaudo)
  • babel-traverse
    • #12394 Set correct path.context un push/unshiftContainer (@nicolo-ribaudo)

💅 Polish

  • babel-preset-env
    • #12402 Clarify warning source about underspecified corejs option in preset-env. (@AndrewSouthpaw)

📝 Documentation

  • babel-parser
    • #12449 Add StaticBlock to Table of Contents in AST spec (@sosukesuzuki)

🏠 Internal

  • Other
    • #12450 Use new CircleCI images (@nicolo-ribaudo)
    • #12453 Use Yarn 2.4.0 (@nicolo-ribaudo)
    • #12430 chore: remove travis-ci badge (@JLHwung)
    • #12397 chore: bump chokidar in glob-watcher to ^3.4.0 (@JLHwung)
  • babel-cli, babel-node, babel-plugin-transform-runtime, babel-register
    • #12458 Use native Node.js functions when available (@nicolo-ribaudo)
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-react
    • #12253 Stop using old JSX transform (@Andarist)
  • babel-helper-fixtures, babel-types
    • #12440 Prepare codebase for inline Babel 8 breaking changes (@nicolo-ribaudo)
  • babel-core, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol
    • #12439 Use require.resolve instead of the resolve package (@nicolo-ribaudo)
  • babel-parser
    • #12398 refactor: simplify isAwaitAllowed (@JLHwung)

Committers: 7

  • Andrew Smith (@AndrewSouthpaw)
  • Bogdan Savluk (@zxbodya)
  • Brian Ng (@existentialism)
  • Huáng Jùnliàng (@JLHwung)
  • Mateusz Burzyński (@Andarist)
  • Nicolò Ribaudo (@nicolo-ribaudo)

... (truncated)

Changelog

Sourced from @babel/cli's changelog.

v7.12.10 (2020-12-09)

👓 Spec Compliance

  • babel-parser
    • #12443 Make sure estree test should not throw if babel parser does not throw (@JLHwung)
    • #12375 Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (@JLHwung)

🐛 Bug Fix

  • babel-generator
    • #12424 Fix printing BigIntLiterals/DecimalLiterals with compact option (@existentialism)
  • babel-types
    • #12418 babel-types update OptionalCallExpression to support ArgumentPlaceholder (@zxbodya)
    • #12395 Fix t.isReferenced() for named re-exports (@nicolo-ribaudo)
  • babel-traverse
    • #12394 Set correct path.context un push/unshiftContainer (@nicolo-ribaudo)

💅 Polish

  • babel-preset-env
    • #12402 Clarify warning source about underspecified corejs option in preset-env. (@AndrewSouthpaw)

📝 Documentation

  • babel-parser
    • #12449 Add StaticBlock to Table of Contents in AST spec (@sosukesuzuki)

🏠 Internal

  • Other
    • #12450 Use new CircleCI images (@nicolo-ribaudo)
    • #12453 Use Yarn 2.4.0 (@nicolo-ribaudo)
    • #12430 chore: remove travis-ci badge (@JLHwung)
    • #12397 chore: bump chokidar in glob-watcher to ^3.4.0 (@JLHwung)
  • babel-cli, babel-node, babel-plugin-transform-runtime, babel-register
    • #12458 Use native Node.js functions when available (@nicolo-ribaudo)
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-react
    • #12253 Stop using old JSX transform (@Andarist)
  • babel-helper-fixtures, babel-types
    • #12440 Prepare codebase for inline Babel 8 breaking changes (@nicolo-ribaudo)
  • babel-core, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol
    • #12439 Use require.resolve instead of the resolve package (@nicolo-ribaudo)
  • babel-parser
    • #12398 refactor: simplify isAwaitAllowed (@JLHwung)

v7.12.9 (2020-11-24)

🐛 Bug Fix

  • babel-plugin-transform-typescript, babel-traverse
    • #12391 Update pathCache in NodePath#_replaceWith (@JLHwung)
Commits
  • e901454 v7.12.10
  • 98aa72c Use native Node.js functions when available (#12458)
  • See full diff 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)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/npm_and_yarn/babel/cli-7.12.10