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

Bump @babel/cli from 7.12.17 to 7.13.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/babel/cli-7.13.0 into main Feb 23, 2021
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: dependabot[bot]

Bumps @babel/cli from 7.12.17 to 7.13.0.

Release notes

Sourced from @​babel/cli's releases.

v7.13.0 (2021-02-22)

You can read the release post at https://babeljs.io/blog/2021/02/22/7.13.0!

Thanks @​dsainati1, @​immitsu, and @​perrin4869 for your first PRs!

🚀 New Feature

  • babel-parser
    • #12370 Implement class features in estree (@​JLHwung)
  • babel-generator, babel-parser, babel-plugin-syntax-module-blocks, babel-standalone, babel-traverse, babel-types
    • #12469 Parse JS Module Blocks proposal (@​sosukesuzuki)
  • babel-generator, babel-parser, babel-types
    • #12628 Support TypeScript 4.2 abstract constructor signatures (@​sosukesuzuki)
    • #12193 Flow Enums with unknown members support (@​gkz)
  • babel-core, babel-register
    • #11498 Add cjs as a default extension (@​perrin4869)
  • babel-traverse
    • #12603 feat(referencesImport): support named exports accessed via namespace imports (@​jeysal)
  • babel-plugin-transform-typescript, babel-preset-typescript
    • #12765 Enable allowNamespaces in transform-typescript by default (@​JLHwung)
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-plugin-transform-parameters, babel-types
    • #12234 Support Flow this parameter annotations (@​dsainati1)
  • babel-plugin-proposal-record-and-tuple
    • #12145 Implement "Records and Tuples" transform (@​rickbutton)
  • babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #12632 Use conditional exports in @babel/runtime for CJS/ESM (@​nicolo-ribaudo)
  • babel-core, babel-helper-plugin-utils, babel-preset-env
    • #12219 Add @babel/core support for the new assumptions option (@​nicolo-ribaudo)
  • babel-core, babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
    • #12189 Add targets and browserslist* options to @babel/core (@​nicolo-ribaudo)
  • babel-core
    • #12266 Support .mjs plugins/presets and async factories (@​nicolo-ribaudo)

🐛 Bug Fix

  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
    • #8461 Fix _isNativeReflectConstruct helper (@​nicolo-ribaudo)
  • babel-cli
    • #12846 [babel-cli] Don't fail when chmod throws an error (@​immitsu)
  • babel-node
    • #12836 fix: create IPC channel for spawned babel-node process (@​JLHwung)
  • babel-standalone
    • #12819 fix: add regenerate-unicode-properties to dynamicRequireTargets (@​JLHwung)
  • babel-plugin-proposal-optional-chaining, babel-traverse
    • #12812 Fix scope of computed method keys (@​overlookmotel)

🏠 Internal

  • babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
    • #12845 Use the babel-plugin-polyfill-* packages in transform-runtime (@​nicolo-ribaudo)
  • babel-plugin-transform-runtime
    • #12842 Don't use useESModules in @babel/runtime build script (@​nicolo-ribaudo)

... (truncated)

Changelog

Sourced from @​babel/cli's changelog.

v7.13.0 (2021-02-22)

🚀 New Feature

  • babel-parser
    • #12370 Implement class features in estree (@​JLHwung)
  • babel-generator, babel-parser, babel-plugin-syntax-module-blocks, babel-standalone, babel-traverse, babel-types
    • #12469 Parse JS Module Blocks proposal (@​sosukesuzuki)
  • babel-generator, babel-parser, babel-types
    • #12628 Support TypeScript 4.2 abstract constructor signatures (@​sosukesuzuki)
    • #12193 Flow Enums with unknown members support (@​gkz)
  • babel-core, babel-register
    • #11498 Add cjs as a default extension (@​perrin4869)
  • babel-traverse
    • #12603 feat(referencesImport): support named exports accessed via namespace imports (@​jeysal)
  • babel-plugin-transform-typescript, babel-preset-typescript
    • #12765 Enable allowNamespaces in transform-typescript by default (@​JLHwung)
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-plugin-transform-parameters, babel-types
    • #12234 Support Flow this parameter annotations (@​dsainati1)
  • babel-plugin-proposal-record-and-tuple
    • #12145 Implement "Records and Tuples" transform (@​rickbutton)
  • babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #12632 Use conditional exports in @babel/runtime for CJS/ESM (@​nicolo-ribaudo)
  • babel-core, babel-helper-plugin-utils, babel-preset-env
    • #12219 Add @babel/core support for the new assumptions option (@​nicolo-ribaudo)
  • babel-core, babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
    • #12189 Add targets and browserslist* options to @babel/core (@​nicolo-ribaudo)
  • babel-core
    • #12266 Support .mjs plugins/presets and async factories (@​nicolo-ribaudo)

🐛 Bug Fix

  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
    • #8461 Fix _isNativeReflectConstruct helper (@​nicolo-ribaudo)
  • babel-cli
    • #12846 [babel-cli] Don't fail when chmod throws an error (@​immitsu)
  • babel-node
    • #12836 fix: create IPC channel for spawned babel-node process (@​JLHwung)
  • babel-standalone
    • #12819 fix: add regenerate-unicode-properties to dynamicRequireTargets (@​JLHwung)
  • babel-plugin-proposal-optional-chaining, babel-traverse
    • #12812 Fix scope of computed method keys (@​overlookmotel)

🏠 Internal

  • babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
    • #12845 Use the babel-plugin-polyfill-* packages in transform-runtime (@​nicolo-ribaudo)
  • babel-plugin-transform-runtime
    • #12842 Don't use useESModules in @babel/runtime build script (@​nicolo-ribaudo)
  • babel-standalone
    • #12839 Make sure that Rollup's dynamicRequireTargets are included (@​nicolo-ribaudo)
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators, babel-preset-env
    • #12583 Use the babel-plugin-polyfill-* packages in preset-env (@​nicolo-ribaudo)

... (truncated)

Commits
  • c827193 v7.13.0
  • 5bec993 [babel-cli] Don't fail when chmod throws an error (#12846)
  • 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.13.0