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

Build(deps-dev): Bump @babel/core from 7.20.2 to 7.20.5

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/babel/core-7.20.5 into main Nov 29, 2022
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: dependabot[bot]

Bumps @babel/core from 7.20.2 to 7.20.5.

Release notes

Sourced from @​babel/core's releases.

v7.20.5 (2022-11-28)

Thanks @​davydof and @​SuperSodaSea for your first PRs!

👓 Spec Compliance

  • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-traverse
    • #15183 Improve array destructuring spec compliance (@​SuperSodaSea)
  • babel-cli, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-runtime, babel-preset-env
    • #15182 fix: apply toPropertyKey when defining class members (@​JLHwung)
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #15133 fix: validate rhs of in when transpiling #p in C (@​JLHwung)

🐛 Bug Fix

  • babel-parser
    • #15225 Parse using[foo] as computed member expression (@​JLHwung)
    • #15207 Export ParseResult type (@​davydof)
    • #15198 fix: parse import module, ... (@​JLHwung)
  • babel-helper-wrap-function, babel-preset-env, babel-traverse
    • #15181 fix: Edge cases for async functions and noNewArrow assumption (@​liuxingbaoyu)
  • babel-plugin-transform-arrow-functions, babel-plugin-transform-parameters, babel-traverse
    • #15163 fix: Throw error when compiling super() in arrow functions with default / rest parameters (@​SuperSodaSea)
  • babel-helpers, babel-node, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #15194 fix: Bump regenerator and add tests (@​SuperSodaSea)
  • babel-helper-create-regexp-features-plugin
    • #15192 fix: Update regjsparser for @babel/standalone (@​liuxingbaoyu)
  • babel-parser, babel-types
    • #15109 fix: Babel 8 types (@​liuxingbaoyu)
  • babel-generator
    • #15143 Don't print inner comments as leading when wrapping in (``) (@​nicolo-ribaudo)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #15167 Register switch's discriminant in the outer scope (@​nicolo-ribaudo)

💅 Polish

  • babel-generator
    • #15173 Improve generator behavior when comments:false (@​liuxingbaoyu)
  • babel-plugin-transform-block-scoping
    • #15164 Only extract IDs for TDZ checks in assign when necessary (@​nicolo-ribaudo)

🏠 Internal

  • babel-core, babel-parser
    • #15202 Bump typescript to 4.9.3 (@​JLHwung)

Committers: 6

  • Alexander Davydov (@​davydof)
  • Babel Bot (@​babel-bot)
  • Huáng Jùnliàng (@​JLHwung)
  • Nicolò Ribaudo (@​nicolo-ribaudo)
  • Tianlan Zhou (@​SuperSodaSea)
  • @​liuxingbaoyu

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.20.5 (2022-11-28)

👓 Spec Compliance

  • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-traverse
    • #15183 Improve array destructuring spec compliance (@​SuperSodaSea)
  • babel-cli, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-runtime, babel-preset-env
    • #15182 fix: apply toPropertyKey when defining class members (@​JLHwung)
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #15133 fix: validate rhs of in when transpiling #p in C (@​JLHwung)

🐛 Bug Fix

  • babel-parser
    • #15225 Parse using[foo] as computed member expression (@​JLHwung)
    • #15207 Export ParseResult type (@​davydof)
    • #15198 fix: parse import module, ... (@​JLHwung)
  • babel-helper-wrap-function, babel-preset-env, babel-traverse
    • #15181 fix: Edge cases for async functions and noNewArrow assumption (@​liuxingbaoyu)
  • babel-plugin-transform-arrow-functions, babel-plugin-transform-parameters, babel-traverse
    • #15163 fix: Throw error when compiling super() in arrow functions with default / rest parameters (@​SuperSodaSea)
  • babel-helpers, babel-node, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #15194 fix: Bump regenerator and add tests (@​SuperSodaSea)
  • babel-helper-create-regexp-features-plugin
    • #15192 fix: Update regjsparser for @babel/standalone (@​liuxingbaoyu)
  • babel-parser, babel-types
    • #15109 fix: Babel 8 types (@​liuxingbaoyu)
  • babel-generator
    • #15143 Don't print inner comments as leading when wrapping in (``) (@​nicolo-ribaudo)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #15167 Register switch's discriminant in the outer scope (@​nicolo-ribaudo)

💅 Polish

  • babel-generator
    • #15173 Improve generator behavior when comments:false (@​liuxingbaoyu)
  • babel-plugin-transform-block-scoping
    • #15164 Only extract IDs for TDZ checks in assign when necessary (@​nicolo-ribaudo)

🏠 Internal

  • babel-core, babel-parser
    • #15202 Bump typescript to 4.9.3 (@​JLHwung)

v7.20.4 (2022-11-08)

🐛 Bug Fix

  • babel-generator
    • #15160 Fix printing of comments before => (@​nicolo-ribaudo)
  • babel-generator, babel-plugin-transform-typescript
    • #15144 Falback to printing inner comments as trailing (@​nicolo-ribaudo)

v7.20.3 (2022-11-07)

🐛 Bug Fix

  • babel-generator

... (truncated)

Commits
  • 29a97b8 v7.20.5
  • f6546d7 Bump typescript to 4.9.3 (#15202)
  • 5f19f62 Bump babel deps (#15187)
  • 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.20.5