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

Bump @babel/core from 7.12.17 to 7.13.1

  • Review changes

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

Created by: dependabot[bot]

Bumps @babel/core from 7.12.17 to 7.13.1.

Release notes

Sourced from @​babel/core's releases.

v7.13.1 (2021-02-23)

This releases fixes a regression that makes gatsby builds fail (#12854, #12851)

🐛 Bug Fix

  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #12855 Rename index.mjs to _index.mjs in @babel/runtime (@​nicolo-ribaudo)
  • babel-core
    • #12852 Export function versions of createConfigItem (@​nicolo-ribaudo)

Committers: 1

  • Nicolò Ribaudo (@​nicolo-ribaudo)

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

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.13.1 (2021-02-23)

🐛 Bug Fix

  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #12855 Rename index.mjs to _index.mjs in @babel/runtime (@​nicolo-ribaudo)
  • babel-core
    • #12852 Export function versions of createConfigItem (@​nicolo-ribaudo)

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

... (truncated)

Commits
  • 103b187 v7.13.1
  • 5861704 Export function versions of createConfigItem (#12852)
  • c827193 v7.13.0
  • ba4ac7d chore: bump semver to 7.0.0 (#12015)
  • d1d6ee6 Add cjs as a default extension (#11498)
  • 6ef7b51 Implement assumptions defined in the babel/rfcs#5 RFC
  • 7965c15 Add @babel/core support for the new assumptions option (#12219)
  • cb404e4 Add targets and browserslist* options to @babel/core (#12189)
  • 31ca15e Support .mjs plugins/presets and async factories (#12266)
  • 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/core-7.13.1