๐Ÿšจ [security] Update gatsby 2.32.13 โ†’ 5.14.4 (major)


๐Ÿšจ Your current dependencies have known security vulnerabilities ๐Ÿšจ

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

โœณ๏ธ gatsby (2.32.13 โ†’ 5.14.4) ยท Repo ยท Changelog

Security Advisories ๐Ÿšจ

๐Ÿšจ Gatsby develop server has Local File Inclusion vulnerability

Impact

The Gatsby framework prior to versions 4.25.7 and 5.9.1 contain a Local File Inclusion vulnerability in the __file-code-frame and __original-stack-frame paths, exposed when running the Gatsby develop server (gatsby develop).

The following steps can be used to reproduce the vulnerability:

# Create a new Gatsby project
$ npm init gatsby
$ cd my-gatsby-site

# Start the Gatsby develop server
$ gatsby develop

# Execute the Local File Inclusion vulnerability in __file-code-frame
$ curl "http://127.0.0.1:8000/__file-code-frame?filePath=/etc/passwd&lineNumber=1"

# Execute the Local File Inclusion vulnerability in __original-stack-frame
$ curl "http://127.0.0.1:8000/__original-stack-frame?moduleId=/etc/hosts&lineNumber=1&skipSourceMap=1"

It should be noted that by default gatsby develop is only accessible via the localhost 127.0.0.1, and one would need to intentionally expose the server to other interfaces to exploit this vulnerability by using server options such as --host 0.0.0.0, -H 0.0.0.0, or the GATSBY_HOST=0.0.0.0 environment variable.

Patches

A patch has been introduced in gatsby@5.9.1 and gatsby@4.25.7 which mitigates the issue.

Workarounds

As stated above, by default gatsby develop is only exposed to the localhost 127.0.0.1. For those using the develop server in the default configuration no risk is posed. If other ranges are required, preventing the develop server from being exposed to untrusted interfaces or IP address ranges would mitigate the risk from this vulnerability.

We encourage projects to upgrade to the latest major release branch for all Gatsby plugins to ensure the latest security updates and bug fixes are received in a timely manner.

Credits

We would like to thank Maxwell Garrett of Assetnote for bringing the __file-code-frame issue to our attention.

For more information

Email us at security@gatsbyjs.com.

๐Ÿšจ Gatsby develop server has Local File Inclusion vulnerability

Impact

The Gatsby framework prior to versions 4.25.7 and 5.9.1 contain a Local File Inclusion vulnerability in the __file-code-frame and __original-stack-frame paths, exposed when running the Gatsby develop server (gatsby develop).

The following steps can be used to reproduce the vulnerability:

# Create a new Gatsby project
$ npm init gatsby
$ cd my-gatsby-site

# Start the Gatsby develop server
$ gatsby develop

# Execute the Local File Inclusion vulnerability in __file-code-frame
$ curl "http://127.0.0.1:8000/__file-code-frame?filePath=/etc/passwd&lineNumber=1"

# Execute the Local File Inclusion vulnerability in __original-stack-frame
$ curl "http://127.0.0.1:8000/__original-stack-frame?moduleId=/etc/hosts&lineNumber=1&skipSourceMap=1"

It should be noted that by default gatsby develop is only accessible via the localhost 127.0.0.1, and one would need to intentionally expose the server to other interfaces to exploit this vulnerability by using server options such as --host 0.0.0.0, -H 0.0.0.0, or the GATSBY_HOST=0.0.0.0 environment variable.

Patches

A patch has been introduced in gatsby@5.9.1 and gatsby@4.25.7 which mitigates the issue.

Workarounds

As stated above, by default gatsby develop is only exposed to the localhost 127.0.0.1. For those using the develop server in the default configuration no risk is posed. If other ranges are required, preventing the develop server from being exposed to untrusted interfaces or IP address ranges would mitigate the risk from this vulnerability.

We encourage projects to upgrade to the latest major release branch for all Gatsby plugins to ensure the latest security updates and bug fixes are received in a timely manner.

Credits

We would like to thank Maxwell Garrett of Assetnote for bringing the __file-code-frame issue to our attention.

For more information

Email us at security@gatsbyjs.com.

โ†—๏ธ @โ€‹babel/helper-annotate-as-pure (indirect, 7.18.6 โ†’ 7.27.3) ยท Repo ยท Changelog

Release Notes

7.27.3

v7.27.3 (2025-05-27)

๐Ÿ› Bug Fix

  • babel-generator
    • #17324 Improve multiline comments handling in yield/await expression (@JLHwung)
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
    • #17321 fix(converter): Remove abstract modifiers in class declaration to expression conversion (@magic-akari)
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #17257 Preserve class id when transforming using declarations with exported class (@JLHwung)
  • babel-parser
  • babel-generator, babel-parser

Committers: 7

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

โ†—๏ธ @โ€‹babel/helper-create-regexp-features-plugin (indirect, 7.20.5 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/helper-member-expression-to-functions (indirect, 7.18.9 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/helper-optimise-call-expression (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/helper-plugin-utils (indirect, 7.20.2 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.26.5

v7.26.5 (2025-01-10)

๐Ÿ‘“ Spec Compliance

  • babel-parser

๐Ÿ› Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types
  • babel-compat-data, babel-preset-env
  • babel-generator, babel-parser, babel-types

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-nullish-coalescing-operator

Committers: 5

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.8

v7.24.8 (2024-07-11)

Thanks @H0onnn, @jkup and @SreeXD for your first pull requests!

๐Ÿ‘“ Spec Compliance

๐Ÿ› Bug Fix

๐Ÿ’… Polish

Committers: 9

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.5

v7.24.5 (2024-04-29)

Thanks @romgrk and @sossost for your first PRs!

๐Ÿ› Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

๐Ÿ’… Polish

  • babel-parser

๐Ÿ  Internal

  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
    • #16357 Performance: improve objectWithoutPropertiesLoose on V8 (@romgrk)

Committers: 6

7.24.0

v7.24.0 (2024-02-28)

Thanks @ajihyf for your first PR!

Release post with summary and highlights: https://babeljs.io/7.24.0

๐Ÿš€ New Feature

  • babel-standalone
    • #11696 Export babel tooling packages in @babel/standalone (@ajihyf)
  • babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-preset-flow
  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-standalone
  • babel-plugin-transform-runtime
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env
  • babel-helpers
  • babel-helpers, babel-plugin-proposal-decorators

๐Ÿ’… Polish

  • babel-core, babel-helper-create-class-features-plugin, babel-preset-env

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner

๐Ÿ”ฌ Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-private-methods
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-proposal-decorators

Committers: 7

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

7.21.5

v7.21.5 (2023-04-28)

๐Ÿ‘“ Spec Compliance

  • babel-generator, babel-parser, babel-types
    • #15539 fix: Remove mixins and implements for DeclareInterface and InterfaceDeclaration (@liuxingbaoyu)

๐Ÿ› Bug Fix

  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/helper-remap-async-to-generator (indirect, 7.18.9 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.25.0

v7.25.0 (2024-07-26)

Thanks @davidtaylorhq and @slatereax for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.

๐Ÿ‘“ Spec Compliance

  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
  • babel-plugin-transform-typescript
    • #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@liuxingbaoyu)

๐Ÿš€ New Feature

  • babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types
  • babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse
  • babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types
  • babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse
  • babel-core, babel-parser
  • babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env
  • babel-plugin-transform-block-scoping, babel-traverse, babel-types
  • babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules
  • babel-helper-transform-fixture-test-runner, babel-node
  • babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone
    • #16445 Add duplicate-named-capturing-groups-regex to preset-env (@JLHwung)

๐Ÿ› Bug Fix

๐Ÿ  Internal

  • Other
  • babel-generator
  • babel-helper-function-name, babel-plugin-transform-arrow-functions, babel-plugin-transform-function-name, babel-preset-env, babel-traverse

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-plugin-proposal-pipeline-operator

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-classes
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-object-super, babel-plugin-transform-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes

Committers: 6

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.22.20

v7.22.20 (2023-09-16)

๐Ÿ  Internal

  • babel-helper-validator-identifier
  • babel-plugin-transform-dotall-regex

โ†ฉ๏ธ Revert

  • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-function-sent, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env

Committers: 3

7.22.17

v7.22.17 (2023-09-08)

Thanks @jordanbtucker for your first PR!

๐Ÿ› Bug Fix

  • babel-core
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
  • babel-types

๐Ÿ”ฌ Output optimization

  • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-function-sent, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env

Committers: 3

7.22.9

v7.22.9 (2023-07-12)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-helper-module-transforms, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function

๐Ÿ’… Polish

๐Ÿ  Internal

Committers: 5

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/helper-replace-supers (indirect, 7.19.1 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/helper-wrap-function (indirect, 7.20.5 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.25.0

v7.25.0 (2024-07-26)

Thanks @davidtaylorhq and @slatereax for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.

๐Ÿ‘“ Spec Compliance

  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
  • babel-plugin-transform-typescript
    • #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@liuxingbaoyu)

๐Ÿš€ New Feature

  • babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types
  • babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse
  • babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types
  • babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse
  • babel-core, babel-parser
  • babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env
  • babel-plugin-transform-block-scoping, babel-traverse, babel-types
  • babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules
  • babel-helper-transform-fixture-test-runner, babel-node
  • babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone
    • #16445 Add duplicate-named-capturing-groups-regex to preset-env (@JLHwung)

๐Ÿ› Bug Fix

๐Ÿ  Internal

  • Other
  • babel-generator
  • babel-helper-function-name, babel-plugin-transform-arrow-functions, babel-plugin-transform-function-name, babel-preset-env, babel-traverse

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-plugin-proposal-pipeline-operator

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-classes
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-object-super, babel-plugin-transform-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes

Committers: 6

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.5

v7.24.5 (2024-04-29)

Thanks @romgrk and @sossost for your first PRs!

๐Ÿ› Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

๐Ÿ’… Polish

  • babel-parser

๐Ÿ  Internal

  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
    • #16357 Performance: improve objectWithoutPropertiesLoose on V8 (@romgrk)

Committers: 6

7.22.20

v7.22.20 (2023-09-16)

๐Ÿ  Internal

  • babel-helper-validator-identifier
  • babel-plugin-transform-dotall-regex

โ†ฉ๏ธ Revert

  • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-function-sent, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env

Committers: 3

7.22.17

v7.22.17 (2023-09-08)

Thanks @jordanbtucker for your first PR!

๐Ÿ› Bug Fix

  • babel-core
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
  • babel-types

๐Ÿ”ฌ Output optimization

  • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-function-sent, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env

Committers: 3

7.22.10

v7.22.10 (2023-08-07)

Thanks @DimitriPapadopoulos, @FabianWarnecke, @JoshuaKGoldberg, and @YYvanYang for your first pull requests!

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-private-methods, babel-preset-env
    • #15701 Memoize class binding when compiling private methods and static elements (@JLHwung)

๐Ÿ’… Polish

  • babel-cli
  • babel-traverse, babel-types
  • babel-generator, babel-types

๐Ÿ  Internal

  • Other
  • babel-cli, babel-core, babel-generator, babel-helper-builder-react-jsx, babel-preset-env, babel-standalone
    • #15794 Enable @typescript-eslint/no-redundant-type-constituents rule (@JLHwung)
  • babel-helper-compilation-targets
  • babel-parser
  • babel-plugin-transform-runtime, babel-traverse, babel-types

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-block-scoping, babel-plugin-transform-parameters, babel-plugin-transform-regenerator

Committers: 9

7.22.9

v7.22.9 (2023-07-12)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-helper-module-transforms, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function

๐Ÿ’… Polish

๐Ÿ  Internal

Committers: 5

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-proposal-object-rest-spread (indirect, 7.20.2 โ†’ 7.20.7) ยท Repo ยท Changelog

Release Notes

7.20.7

v7.20.7 (2022-12-22)

Thanks @wsypower for your first PR!

๐Ÿ‘“ Spec Compliance

  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super

๐Ÿ› Bug Fix

  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-transform-block-scoping
  • babel-plugin-proposal-async-generator-functions, babel-preset-env
  • babel-generator, babel-plugin-proposal-optional-chaining
  • babel-plugin-transform-react-jsx, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-computed-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-transform-block-scoping, babel-traverse

๐Ÿ  Internal

  • babel-helper-define-map, babel-plugin-transform-property-mutators
  • babel-core, babel-plugin-proposal-class-properties, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-parameters, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-traverse

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 6

Does any of this look wrong? Please let us know.

โ†—๏ธ @โ€‹babel/plugin-proposal-optional-chaining (indirect, 7.18.9 โ†’ 7.21.0) ยท Repo ยท Changelog

Release Notes

7.21.0

v7.21.0 (2023-02-20)

Thanks @azizghuloum, @ehoogeveen-medweb, @fwienber, and @Lioness100 for your first PRs!

๐Ÿš€ New Feature

  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
    • #15435 feat: Implement privateFieldsAsSymbols assumption for classes (@fwienber)
  • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
  • babel-parser, babel-types
  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-core
  • babel-generator, babel-parser, babel-plugin-transform-typescript

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-core
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
    • #15406 Preserve class elements comments in class transform (@JLHwung)
  • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types

๐Ÿ’… Polish

  • babel-parser
    • #15400 polish: improve "await as identifier" error in modules (@JLHwung)

๐Ÿ  Internal

๐Ÿ”ฌ Output optimization

Committers: 11

7.20.7

v7.20.7 (2022-12-22)

Thanks @wsypower for your first PR!

๐Ÿ‘“ Spec Compliance

  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super

๐Ÿ› Bug Fix

  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-transform-block-scoping
  • babel-plugin-proposal-async-generator-functions, babel-preset-env
  • babel-generator, babel-plugin-proposal-optional-chaining
  • babel-plugin-transform-react-jsx, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-computed-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-transform-block-scoping, babel-traverse

๐Ÿ  Internal

  • babel-helper-define-map, babel-plugin-transform-property-mutators
  • babel-core, babel-plugin-proposal-class-properties, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-parameters, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-traverse

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 6

Does any of this look wrong? Please let us know.

โ†—๏ธ @โ€‹babel/plugin-proposal-private-property-in-object (indirect, 7.20.5 โ†’ 7.21.0-placeholder-for-preset-env.2) ยท Repo ยท Changelog

โ†—๏ธ @โ€‹babel/plugin-syntax-import-assertions (indirect, 7.20.0 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.26.0

v7.26.0 (2024-10-25)

Thanks @timofei-iatsenko for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/10/25/7.26.0.

๐Ÿš€ New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

๐Ÿ› Bug Fix

๐Ÿ’… Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-generator, babel-parser, babel-types

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

Committers: 5

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.25.6

v7.25.6 (2024-08-29)

Thanks @j4k0xb for your first PR!

๐Ÿ› Bug Fix

  • babel-generator
  • babel-traverse
  • babel-parser
  • babel-helpers, babel-plugin-transform-optional-chaining, babel-runtime-corejs3

๐Ÿ’… Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

๐Ÿ  Internal

Committers: 5

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-syntax-jsx (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

7.21.4

v7.21.4 (2023-03-31)

๐Ÿ› Bug Fix

  • babel-core, babel-helper-module-imports, babel-preset-typescript
  • babel-generator
    • #15496 Fix compact printing of non-null assertion operators (@rtsao)

๐Ÿ’… Polish

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-transform-typescript, babel-traverse

๐Ÿ  Internal

  • Other
  • babel-parser
  • babel-code-frame, babel-highlight

Committers: 6

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-syntax-typescript (indirect, 7.20.0 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.25.4

v7.25.4 (2024-08-22)

๐Ÿ› Bug Fix

  • babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-types
  • babel-generator

๐Ÿ’… Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread

๐Ÿ”ฌ Output optimization

Committers: 4

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

7.21.4

v7.21.4 (2023-03-31)

๐Ÿ› Bug Fix

  • babel-core, babel-helper-module-imports, babel-preset-typescript
  • babel-generator
    • #15496 Fix compact printing of non-null assertion operators (@rtsao)

๐Ÿ’… Polish

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-transform-typescript, babel-traverse

๐Ÿ  Internal

  • Other
  • babel-parser
  • babel-code-frame, babel-highlight

Committers: 6

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-arrow-functions (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

7.21.5

v7.21.5 (2023-04-28)

๐Ÿ‘“ Spec Compliance

  • babel-generator, babel-parser, babel-types
    • #15539 fix: Remove mixins and implements for DeclareInterface and InterfaceDeclaration (@liuxingbaoyu)

๐Ÿ› Bug Fix

  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

Committers: 4

7.20.7

v7.20.7 (2022-12-22)

Thanks @wsypower for your first PR!

๐Ÿ‘“ Spec Compliance

  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super

๐Ÿ› Bug Fix

  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-transform-block-scoping
  • babel-plugin-proposal-async-generator-functions, babel-preset-env
  • babel-generator, babel-plugin-proposal-optional-chaining
  • babel-plugin-transform-react-jsx, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-computed-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-transform-block-scoping, babel-traverse

๐Ÿ  Internal

  • babel-helper-define-map, babel-plugin-transform-property-mutators
  • babel-core, babel-plugin-proposal-class-properties, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-parameters, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-traverse

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 6

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-async-to-generator (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

7.20.7

v7.20.7 (2022-12-22)

Thanks @wsypower for your first PR!

๐Ÿ‘“ Spec Compliance

  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super

๐Ÿ› Bug Fix

  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-transform-block-scoping
  • babel-plugin-proposal-async-generator-functions, babel-preset-env
  • babel-generator, babel-plugin-proposal-optional-chaining
  • babel-plugin-transform-react-jsx, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-computed-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-transform-block-scoping, babel-traverse

๐Ÿ  Internal

  • babel-helper-define-map, babel-plugin-transform-property-mutators
  • babel-core, babel-plugin-proposal-class-properties, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-parameters, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-traverse

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 6

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-block-scoped-functions (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.26.5

v7.26.5 (2025-01-10)

๐Ÿ‘“ Spec Compliance

  • babel-parser

๐Ÿ› Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types
  • babel-compat-data, babel-preset-env
  • babel-generator, babel-parser, babel-types

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-nullish-coalescing-operator

Committers: 5

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-block-scoping (indirect, 7.20.5 โ†’ 7.27.5) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 12 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-classes (indirect, 7.20.2 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-computed-properties (indirect, 7.18.9 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

7.21.5

v7.21.5 (2023-04-28)

๐Ÿ‘“ Spec Compliance

  • babel-generator, babel-parser, babel-types
    • #15539 fix: Remove mixins and implements for DeclareInterface and InterfaceDeclaration (@liuxingbaoyu)

๐Ÿ› Bug Fix

  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

Committers: 4

7.20.7

v7.20.7 (2022-12-22)

Thanks @wsypower for your first PR!

๐Ÿ‘“ Spec Compliance

  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super

๐Ÿ› Bug Fix

  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-transform-block-scoping
  • babel-plugin-proposal-async-generator-functions, babel-preset-env
  • babel-generator, babel-plugin-proposal-optional-chaining
  • babel-plugin-transform-react-jsx, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-computed-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-transform-block-scoping, babel-traverse

๐Ÿ  Internal

  • babel-helper-define-map, babel-plugin-transform-property-mutators
  • babel-core, babel-plugin-proposal-class-properties, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-parameters, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-traverse

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 6

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-destructuring (indirect, 7.20.2 โ†’ 7.27.3) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 22 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-dotall-regex (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-duplicate-keys (indirect, 7.18.9 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-exponentiation-operator (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.26.3

v7.26.3 (2024-12-04)

๐Ÿ› Bug Fix

๐Ÿ  Internal

  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 4

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-for-of (indirect, 7.18.8 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-function-name (indirect, 7.18.9 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.25.1

v7.25.1 (2024-07-28)

๐Ÿ› Bug Fix

  • babel-plugin-transform-function-name
  • babel-plugin-transform-react-constant-elements
    • #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@keiseiTi)
  • babel-traverse

๐Ÿ  Internal

Committers: 4

7.25.0

v7.25.0 (2024-07-26)

Thanks @davidtaylorhq and @slatereax for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.

๐Ÿ‘“ Spec Compliance

  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
  • babel-plugin-transform-typescript
    • #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@liuxingbaoyu)

๐Ÿš€ New Feature

  • babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types
  • babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse
  • babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types
  • babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse
  • babel-core, babel-parser
  • babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env
  • babel-plugin-transform-block-scoping, babel-traverse, babel-types
  • babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules
  • babel-helper-transform-fixture-test-runner, babel-node
  • babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone
    • #16445 Add duplicate-named-capturing-groups-regex to preset-env (@JLHwung)

๐Ÿ› Bug Fix

๐Ÿ  Internal

  • Other
  • babel-generator
  • babel-helper-function-name, babel-plugin-transform-arrow-functions, babel-plugin-transform-function-name, babel-preset-env, babel-traverse

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-plugin-proposal-pipeline-operator

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-classes
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-object-super, babel-plugin-transform-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes

Committers: 6

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-literals (indirect, 7.18.9 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.25.2

v7.25.2 (2024-07-30)

๐Ÿ› Bug Fix

  • babel-core, babel-traverse

Committers: 2

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-member-expression-literals (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-modules-amd (indirect, 7.19.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.23.0

v7.23.0 (2023-09-25)

Thanks @lorenzoferre and @RajShukla1 for your first PRs!

๐Ÿš€ New Feature

  • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
  • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-generator, babel-parser, babel-types
  • babel-generator, babel-helper-module-transforms, babel-parser, babel-plugin-transform-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-traverse, babel-types
  • babel-standalone
    • #15671 Pass through nonce to the transformed script element (@JLHwung)
  • babel-helper-function-name, babel-helper-member-expression-to-functions, babel-helpers, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-syntax-optional-chaining-assign, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-traverse, babel-types
  • babel-preset-typescript
  • babel-parser

๐Ÿ› Bug Fix

  • babel-plugin-transform-block-scoping
    • #15962 fix: transform-block-scoping captures the variables of the method in the loop (@liuxingbaoyu)

๐Ÿ’… Polish

  • babel-traverse
  • babel-plugin-proposal-explicit-resource-management

๐Ÿ”ฌ Output optimization

  • babel-core, babel-helper-module-transforms, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes, babel-plugin-transform-dynamic-import, babel-plugin-transform-function-name, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-inline-elements, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env

Committers: 7

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

7.20.11

v7.20.11 (2022-12-23)

๐Ÿ‘“ Spec Compliance

  • babel-helper-module-transforms, babel-plugin-proposal-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs

๐Ÿ› Bug Fix

  • babel-plugin-transform-block-scoping

Committers: 2

7.20.7

v7.20.7 (2022-12-22)

Thanks @wsypower for your first PR!

๐Ÿ‘“ Spec Compliance

  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super

๐Ÿ› Bug Fix

  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-transform-block-scoping
  • babel-plugin-proposal-async-generator-functions, babel-preset-env
  • babel-generator, babel-plugin-proposal-optional-chaining
  • babel-plugin-transform-react-jsx, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-computed-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-transform-block-scoping, babel-traverse

๐Ÿ  Internal

  • babel-helper-define-map, babel-plugin-transform-property-mutators
  • babel-core, babel-plugin-proposal-class-properties, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-parameters, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-traverse

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 6

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-modules-commonjs (indirect, 7.19.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-modules-systemjs (indirect, 7.19.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-modules-umd (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-new-target (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

7.22.3

v7.22.3 (2023-05-27)

  • Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a package.json file containing "type": "script" instead of "type": "commonjs" (#15664).

7.22.0

v7.22.0 (2023-05-26)

๐Ÿš€ New Feature

  • babel-parser, babel-plugin-transform-typescript
  • babel-compat-data, babel-core, babel-plugin-proposal-unicode-sets-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-standalone
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-plugin-proposal-import-attributes-to-assertions
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-generator, babel-parser, babel-traverse, babel-types
  • babel-core, babel-helper-create-regexp-features-plugin, babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

๐Ÿ’… Polish

  • babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-traverse, babel-types

๐Ÿ  Internal

  • babel-parser
  • babel-compat-data, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-proposal-decorators, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-async-generator-functions, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-export-namespace-from, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-nullish-coalescing-operator, babel-plugin-proposal-numeric-separator, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-catch-binding, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-unicode-property-regex, babel-preset-env, babel-standalone

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-object-super (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-parameters (indirect, 7.20.5 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-property-literals (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-react-display-name (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-react-jsx (indirect, 7.19.0 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-react-jsx-development (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-react-pure-annotations (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-regenerator (indirect, 7.20.5 โ†’ 7.27.5) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 12 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-runtime (indirect, 7.19.6 โ†’ 7.27.4) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 16 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-shorthand-properties (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-spread (indirect, 7.19.0 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

7.20.7

v7.20.7 (2022-12-22)

Thanks @wsypower for your first PR!

๐Ÿ‘“ Spec Compliance

  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super

๐Ÿ› Bug Fix

  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-transform-block-scoping
  • babel-plugin-proposal-async-generator-functions, babel-preset-env
  • babel-generator, babel-plugin-proposal-optional-chaining
  • babel-plugin-transform-react-jsx, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-computed-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-transform-block-scoping, babel-traverse

๐Ÿ  Internal

  • babel-helper-define-map, babel-plugin-transform-property-mutators
  • babel-core, babel-plugin-proposal-class-properties, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-parameters, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-traverse

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 6

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-sticky-regex (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-template-literals (indirect, 7.18.9 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.26.8

v7.26.8 (2025-02-08)

๐Ÿ  Internal

  • babel-preset-env
    • #17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-typeof-symbol (indirect, 7.18.9 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.27.0

v7.27.0 (2025-03-24)

Thanks @ishchhabra and @vovkasm for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-generator, babel-parser

๐Ÿš€ New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@JLHwung)
  • babel-generator
    • #17100 fix(babel-generator): add named export of generate function (@vovkasm)
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • babel-parser
  • babel-types
    • #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@ishchhabra)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #17118 Fix: align behaviour to tsc rewriteRelativeImportExtensions (@JLHwung)
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-types
  • babel-helper-create-regexp-features-plugin

Committers: 5

7.26.7

v7.26.7 (2025-01-24)

Thanks @branchseer and @tquetano-netflix for your first PRs!

๐Ÿ› Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
    • #17050 fix: correctly resolve references to non-constant enum members (@branchseer)
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.8

v7.24.8 (2024-07-11)

Thanks @H0onnn, @jkup and @SreeXD for your first pull requests!

๐Ÿ‘“ Spec Compliance

๐Ÿ› Bug Fix

๐Ÿ’… Polish

Committers: 9

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.5

v7.24.5 (2024-04-29)

Thanks @romgrk and @sossost for your first PRs!

๐Ÿ› Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

๐Ÿ’… Polish

  • babel-parser

๐Ÿ  Internal

  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
    • #16357 Performance: improve objectWithoutPropertiesLoose on V8 (@romgrk)

Committers: 6

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-typescript (indirect, 7.20.2 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/plugin-transform-unicode-regex (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/preset-env (indirect, 7.20.2 โ†’ 7.27.2) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 10 commits:

โ†—๏ธ @โ€‹babel/preset-modules (indirect, 0.1.5 โ†’ 0.1.6-no-external-plugins) ยท Repo ยท Changelog

โ†—๏ธ @โ€‹babel/preset-react (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

7.27.1

v7.27.1 (2025-04-30)

Thanks @kermanx and @woaitsAryan for your first PRs!

๐Ÿ‘“ Spec Compliance

  • babel-parser
  • babel-parser, babel-types

๐Ÿ› Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@JLHwung)
    • #17080 Fix start of TSParameterProperty (@JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@liuxingbaoyu)
  • babel-generator

๐Ÿ’… Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

๐Ÿ  Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

๐Ÿ”ฌ Output optimization

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 9

7.26.3

v7.26.3 (2024-12-04)

๐Ÿ› Bug Fix

๐Ÿ  Internal

  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 4

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

๐Ÿ› Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

๐Ÿ  Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

๐Ÿƒโ€โ™€๏ธ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

๐Ÿ› Bug Fix

๐Ÿ’… Polish

๐Ÿ  Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

๐Ÿƒโ€โ™€๏ธ Performance

Committers: 8

7.24.7

v7.24.7 (2024-06-05)

๐Ÿ› Bug Fix

  • babel-node
  • babel-traverse
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management

๐Ÿ  Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

7.24.6

v7.24.6 (2024-05-24)

Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript

๐Ÿ  Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

7.24.1

v7.24.1 (2024-03-19)

๐Ÿ› Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

๐Ÿ“ Documentation

๐Ÿ  Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

๐Ÿ”ฌ Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

7.23.3

v7.23.3 (2023-11-09)

๐Ÿ› Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

๐Ÿ“ Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

๐Ÿ  Internal

  • babel-core, babel-preset-env

๐Ÿƒโ€โ™€๏ธ Performance

๐Ÿ”ฌ Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

7.22.15

v7.22.15 (2023-09-04)

๐Ÿ› Bug Fix

๐Ÿ  Internal

Committers: 4

7.22.5

v7.22.5 (2023-06-08)

๐Ÿ› Bug Fix

  • babel-preset-env, babel-standalone

๐Ÿ’… Polish

Committers: 4

7.22.3

v7.22.3 (2023-05-27)

  • Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a package.json file containing "type": "script" instead of "type": "commonjs" (#15664).

7.22.0

v7.22.0 (2023-05-26)

๐Ÿš€ New Feature

  • babel-parser, babel-plugin-transform-typescript
  • babel-compat-data, babel-core, babel-plugin-proposal-unicode-sets-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-standalone
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-plugin-proposal-import-attributes-to-assertions
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-generator, babel-parser, babel-traverse, babel-types
  • babel-core, babel-helper-create-regexp-features-plugin, babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

๐Ÿ’… Polish

  • babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-traverse, babel-types

๐Ÿ  Internal

  • babel-parser
  • babel-compat-data, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-proposal-decorators, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-async-generator-functions, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-export-namespace-from, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-nullish-coalescing-operator, babel-plugin-proposal-numeric-separator, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-catch-binding, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-unicode-property-regex, babel-preset-env, babel-standalone

Committers: 4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹babel/preset-typescript (indirect, 7.18.6 โ†’ 7.27.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 63 commits:

โ†—๏ธ @โ€‹graphql-tools/load (indirect, 6.2.8 โ†’ 7.8.14) ยท Repo ยท Changelog

โ†—๏ธ @โ€‹graphql-tools/merge (indirect, 6.2.14 โ†’ 8.4.2) ยท Repo ยท Changelog

โ†—๏ธ @โ€‹graphql-tools/schema (indirect, 7.1.5 โ†’ 9.0.19) ยท Repo ยท Changelog

โ†—๏ธ @โ€‹graphql-tools/utils (indirect, 7.10.0 โ†’ 9.2.1) ยท Repo ยท Changelog

โ†—๏ธ @โ€‹pmmmwh/react-refresh-webpack-plugin (indirect, 0.4.3 โ†’ 0.5.16) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ @โ€‹types/common-tags (indirect, 1.8.1 โ†’ 1.8.4) ยท Repo

Sorry, we couldnโ€™t find anything useful about this release.

โ†—๏ธ @โ€‹types/cors (indirect, 2.8.13 โ†’ 2.8.19) ยท Repo

Sorry, we couldnโ€™t find anything useful about this release.

โ†—๏ธ @โ€‹types/estree (indirect, 1.0.0 โ†’ 1.0.8) ยท Repo

Sorry, we couldnโ€™t find anything useful about this release.

โ†—๏ธ @โ€‹types/http-proxy (indirect, 1.17.9 โ†’ 1.17.16) ยท Repo

Sorry, we couldnโ€™t find anything useful about this release.

โ†—๏ธ @โ€‹types/lodash (indirect, 4.14.191 โ†’ 4.17.17) ยท Repo

Sorry, we couldnโ€™t find anything useful about this release.

โ†—๏ธ @โ€‹types/parse-json (indirect, 4.0.0 โ†’ 4.0.2) ยท Repo

Sorry, we couldnโ€™t find anything useful about this release.

โ†—๏ธ @โ€‹typescript-eslint/eslint-plugin (indirect, 2.34.0 โ†’ 5.62.0) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

โ†—๏ธ @โ€‹typescript-eslint/parser (indirect, 2.34.0 โ†’ 5.62.0) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

โ†—๏ธ @โ€‹typescript-eslint/typescript-estree (indirect, 2.34.0 โ†’ 5.62.0) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

โ†—๏ธ address (indirect, 1.1.2 โ†’ 1.2.2) ยท Repo ยท Changelog

Release Notes

1.2.2

1.2.2 (2022-12-17)

Bug Fixes


This release is also available on:

1.2.1 (from changelog)

fixes

others

1.2.0 (from changelog)

features

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 8 commits:

โ†—๏ธ anser (indirect, 2.1.1 โ†’ 2.3.2) ยท Repo

Release Notes

2.3.2

2.3.0

Fix linkify to only match valid URI characters -- thanks @perlpunk! ๐Ÿฐ /cc #75

2.2.0

Fix linkify to only match valid URI characters /cc #75 -- thanks @perlpunk! ๐Ÿฐ

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 12 commits:

โ†—๏ธ ansi-colors (indirect, 3.2.4 โ†’ 4.1.3) ยท Repo

Commits

See the full diff on Github. The new version differs by 2 commits:

โ†—๏ธ babel-plugin-macros (indirect, 2.8.0 โ†’ 3.1.0) ยท Repo ยท Changelog

Release Notes

3.1.0

3.1.0 (2021-05-05)

Features

  • support more extensions that babel macros can be written in (#175) (856e5f4)

3.0.1

3.0.1 (2020-12-17)

Bug Fixes

3.0.0

3.0.0 (2020-11-26)

Bug Fixes

Features

BREAKING CHANGES

  • node: Requires Node 10+

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 25 commits:

โ†—๏ธ babel-plugin-remove-graphql-queries (indirect, 2.16.1 โ†’ 5.14.0) ยท Repo ยท Changelog

โ†—๏ธ babel-preset-gatsby (indirect, 0.12.3 โ†’ 3.14.0) ยท Repo ยท Changelog

Release Notes

1.4.0

Added

  • Implement gatsby-plugin-jss #1431 @wizardzloy
  • Add gatsby-plugin-feed to www #1569 @nicholaswyoung
  • gatsby-transformer-sharp: Added the option to use the original image #1556 @chiedo

Fixed

1.3.0

Added

Fixed

1.2.0

A few more days, another minor release ๐Ÿ˜Ž

Highlight of this release is @felixjung adding support for hot reloading changes to site's html.js during development in #1473

Beyond that, lots of bug fixes and small feature additions from the community!

Added

Fixed

1.1.0

Continuing our blistering development pace, in the five days since our initial 1.0.0 release there's been 44 merged PRs by 20 different authors. Thanks everyone!

Added

Fixed

Does any of this look wrong? Please let us know.

โ†—๏ธ boxen (indirect, 4.2.0 โ†’ 5.1.2) ยท Repo

Release Notes

5.1.2

  • Don't trim whitespace in input text needlessly (#63) 760e247

v5.1.1...v5.1.2

5.1.1

v5.1.0...v5.1.1

5.1.0

  • Add title and titleAlignment options (#59) c50dad6

v5.0.1...v5.1.0

5.0.1

  • Fix crashes when wrapping text containing colorized content (#52) ab25c46

v5.0.0...v5.0.1

5.0.0

Breaking

  • Require Node.js 10 0985f4d
  • Drop the TypeScript BorderStyle enum 3ff99bd
    Just use a string literal instead, like in JavaScript.

Improvements

v4.2.0...v5.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 18 commits:

โ†—๏ธ clipboardy (indirect, 2.3.0 โ†’ 4.0.0) ยท Repo

Release Notes

4.0.0

Breaking

v3.0.0...v4.0.0

3.0.0

Breaking

v2.3.0...v3.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 9 commits:

โ‰๏ธ cliui (downgrade, 7.0.4 โ†’ 6.0.0) ยท Repo ยท Changelog

Release Notes

7.0.4

Bug Fixes

  • deno: import UIOptions from definitions (#97) (f04f343)

7.0.3

Bug Fixes

  • exports: node 13.0 and 13.1 require the dotted object form with a string fallback (#93) (eca16fc)

7.0.2

Bug Fixes

  • exports: node 13.0-13.6 require a string fallback (#91) (b529d7e)

7.0.1

Bug Fixes

  • build: main should be build/index.cjs (dc29a3c)

7.0.0

โš  BREAKING CHANGES

  • tsc/ESM/Deno support (#82)
  • modernize deps and build (#80)

Build System

Code Refactoring

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ compression (indirect, 1.7.4 โ†’ 1.8.0) ยท Repo ยท Changelog

Release Notes

1.8.0

What's Changed

New Contributors

Full Changelog: 1.7.5...v1.8.0

1.7.5

What's Changed

New Contributors

Full Changelog: 1.7.4...1.7.5

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ core-js-compat (indirect, 3.26.1 โ†’ 3.42.0) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ cosmiconfig (indirect, 6.0.0 โ†’ 7.1.0) ยท Repo ยท Changelog

Release Notes

7.1.0 (from changelog)

  • Added: additional default searchPlaces within a .config subdirectory (without leading dot in the file name)

7.0.1 (from changelog)

  • Fixed: If there was a directory that had the same name as a search place (e.g. "package.json"), we would try to read it as a file, which would cause an exception.

7.0.0 (from changelog)

  • Breaking change: Add ${moduleName}rc.cjs and ${moduleName}.config.cjs to the default searchPlaces, to support users of "type": "module" in recent versions of Node.
  • Breaking change: Drop support for Node 8. Now requires Node 10+.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 29 commits:

โ†—๏ธ create-gatsby (indirect, 0.5.1 โ†’ 3.14.0) ยท Repo ยท Changelog

โ†—๏ธ cross-fetch (indirect, 3.1.4 โ†’ 3.2.0) ยท Repo ยท Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ css-declaration-sorter (indirect, 4.0.1 โ†’ 6.4.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ css-loader (indirect, 1.0.1 โ†’ 5.2.7) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ css-tree (indirect, 1.0.0-alpha.37 โ†’ 1.1.3) ยท Repo ยท Changelog

Release Notes

1.1.3

  • Fixed matching on CSS wide keywords for at-rule's prelude and descriptors
  • Added fit-content to width property patch as browsers are supported it as a keyword (nonstandard), but spec defines it as a function
  • Fixed parsing a value contains parentheses or brackets and parseValue option is set to false, in that case !important was included into a value but must not (#155)

1.1.2

  • Rolled back to use spread syntax in object literals since it not supported by nodejs < 8.3 (#145)

1.1.0

  • Bumped mdn-data to 2.0.14
  • Extended fork() method to allow append syntax instead of overriding for types, properties and atrules, e.g. csstree.fork({ types: { color: '| foo | bar' } })
  • Extended lexer API for validation
    • Added Lexer#checkAtruleName(atruleName), Lexer#checkAtrulePrelude(atruleName, prelude), Lexer#checkAtruleDescriptorName(atruleName, descriptorName) and Lexer#checkPropertyName(propertyName)
    • Added Lexer#getAtrule(atruleName, fallbackBasename) method
    • Extended Lexer#getAtrulePrelude() and Lexer#getProperty() methods to take fallbackBasename parameter
    • Improved SyntaxMatchError location details
    • Changed error messages

1.0.1

  • Fixed edge cases for parsing of custom property value with a single whitespace when parseCustomProperty:true

1.0.0

  • Added onComment option to parser config
  • Added support for break and skip values in walk() to control traversal
  • Added List#reduce() and List#reduceRight() methods
  • Bumped mdn-data to 2.0.12
  • Exposed version of the lib (i.e. import { version } from 'css-tree')
  • Renamed HexColor node type into Hash
  • Removed element() specific parsing rules
  • Removed dist/default-syntax.json from package
  • Fixed Lexer#dump() to dump atrules syntaxes as well
  • Fixed matching comma separated <urange> list (#135)

1.0.0-alpha.39

  • Fixed walker with visit: "Declaration" to iterate DeclarationList (#114)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

โ†—๏ธ cssnano (indirect, 4.1.11 โ†’ 5.1.15) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

โ†—๏ธ cssnano-preset-default (indirect, 4.0.8 โ†’ 5.2.14) ยท Repo ยท Changelog

โ†—๏ธ d (indirect, 1.0.1 โ†’ 1.0.2) ยท Repo ยท Changelog

Release Notes

1.0.2

Maintenance Improvements


Comparison since last release

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 25 commits:

โ†—๏ธ date-fns (indirect, 2.29.3 โ†’ 2.30.0) ยท Repo ยท Changelog

Release Notes

2.30.0

Kudos to @kossnocorp and @Andarist for working on the release.

Changes

  • Fixed increased build size after enabling compatibility with older browsers in the previous release. This was done by adding @babel/runtime as a dependency. See more details.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 11 commits:

โ†—๏ธ detect-port (indirect, 1.5.1 โ†’ 1.6.1) ยท Repo ยท Changelog

Release Notes

1.6.1

1.6.1 (2024-05-08)

Reverts


This release is also available on:

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

โ†—๏ธ engine.io (indirect, 4.1.2 โ†’ 6.5.5) ยท Repo ยท Changelog

Security Advisories ๐Ÿšจ

๐Ÿšจ engine.io Uncaught Exception vulnerability

Impact

A specially crafted HTTP request can trigger an uncaught exception on the Engine.IO server, thus killing the Node.js process.

TypeError: Cannot read properties of undefined (reading 'handlesUpgrades')
    at Server.onWebSocket (build/server.js:515:67)

This impacts all the users of the engine.io package, including those who uses depending packages like socket.io.

Patches

A fix has been released today (2023/05/02): 6.4.2

This bug was introduced in version 5.1.0 and included in version 4.1.0 of the socket.io parent package. Older versions are not impacted.

For socket.io users:

Version range engine.io version Needs minor update?
socket.io@4.6.x ~6.4.0 npm audit fix should be sufficient
socket.io@4.5.x ~6.2.0 Please upgrade to socket.io@4.6.x
socket.io@4.4.x ~6.1.0 Please upgrade to socket.io@4.6.x
socket.io@4.3.x ~6.0.0 Please upgrade to socket.io@4.6.x
socket.io@4.2.x ~5.2.0 Please upgrade to socket.io@4.6.x
socket.io@4.1.x ~5.1.1 Please upgrade to socket.io@4.6.x
socket.io@4.0.x ~5.0.0 Not impacted
socket.io@3.1.x ~4.1.0 Not impacted
socket.io@3.0.x ~4.0.0 Not impacted
socket.io@2.5.0 ~3.6.0 Not impacted
socket.io@2.4.x and below ~3.5.0 Not impacted

Workarounds

There is no known workaround except upgrading to a safe version.

For more information

If you have any questions or comments about this advisory:

Thanks to Thomas Rinsma from Codean for the responsible disclosure.

๐Ÿšจ Uncaught exception in engine.io

Impact

A specially crafted HTTP request can trigger an uncaught exception on the Engine.IO server, thus killing the Node.js process.

events.js:292
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
Emitted 'error' event on Socket instance at:
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  errno: -104,
  code: 'ECONNRESET',
  syscall: 'read'
}

This impacts all the users of the engine.io package, including those who uses depending packages like socket.io.

Patches

A fix has been released today (2022/11/20):

Version range Fixed version
engine.io@3.x.y 3.6.1
engine.io@6.x.y 6.2.1

For socket.io users:

Version range engine.io version Needs minor update?
socket.io@4.5.x ~6.2.0 npm audit fix should be sufficient
socket.io@4.4.x ~6.1.0 Please upgrade to socket.io@4.5.x
socket.io@4.3.x ~6.0.0 Please upgrade to socket.io@4.5.x
socket.io@4.2.x ~5.2.0 Please upgrade to socket.io@4.5.x
socket.io@4.1.x ~5.1.1 Please upgrade to socket.io@4.5.x
socket.io@4.0.x ~5.0.0 Please upgrade to socket.io@4.5.x
socket.io@3.1.x ~4.1.0 Please upgrade to socket.io@4.5.x (see here)
socket.io@3.0.x ~4.0.0 Please upgrade to socket.io@4.5.x (see here)
socket.io@2.5.0 ~3.6.0 npm audit fix should be sufficient
socket.io@2.4.x and below ~3.5.0 Please upgrade to socket.io@2.5.0

Workarounds

There is no known workaround except upgrading to a safe version.

For more information

If you have any questions or comments about this advisory:

Thanks to Jonathan Neve for the responsible disclosure.

๐Ÿšจ Uncaught Exception in engine.io

Impact

A specially crafted HTTP request can trigger an uncaught exception on the Engine.IO server, thus killing the Node.js process.

RangeError: Invalid WebSocket frame: RSV2 and RSV3 must be clear
at Receiver.getInfo (/.../node_modules/ws/lib/receiver.js:176:14)
at Receiver.startLoop (/.../node_modules/ws/lib/receiver.js:136:22)
at Receiver._write (/.../node_modules/ws/lib/receiver.js:83:10)
at writeOrBuffer (internal/streams/writable.js:358:12)

This impacts all the users of the engine.io package starting from version 4.0.0, including those who uses depending packages like socket.io.

Patches

A fix has been released for each major branch:

Version range Fixed version
engine.io@4.x.x 4.1.2
engine.io@5.x.x 5.2.1
engine.io@6.x.x 6.1.1

Previous versions (< 4.0.0) are not impacted.

For socket.io users:

Version range engine.io version Needs minor update?
socket.io@4.4.x ~6.1.0 -
socket.io@4.3.x ~6.0.0 Please upgrade to socket.io@4.4.x
socket.io@4.2.x ~5.2.0 -
socket.io@4.1.x ~5.1.1 Please upgrade to socket.io@4.4.x
socket.io@4.0.x ~5.0.0 Please upgrade to socket.io@4.4.x
socket.io@3.1.x ~4.1.0 -
socket.io@3.0.x ~4.0.0 Please upgrade to socket.io@3.1.x or socket.io@4.4.x (see here)

In most cases, running npm audit fix should be sufficient. You can also use npm update engine.io --depth=9999.

Workarounds

There is no known workaround except upgrading to a safe version.

For more information

If you have any questions or comments about this advisory:

Thanks to Marcus Wejderot from Mevisio for the responsible disclosure.

๐Ÿšจ Uncaught Exception in engine.io

Impact

A specially crafted HTTP request can trigger an uncaught exception on the Engine.IO server, thus killing the Node.js process.

RangeError: Invalid WebSocket frame: RSV2 and RSV3 must be clear
at Receiver.getInfo (/.../node_modules/ws/lib/receiver.js:176:14)
at Receiver.startLoop (/.../node_modules/ws/lib/receiver.js:136:22)
at Receiver._write (/.../node_modules/ws/lib/receiver.js:83:10)
at writeOrBuffer (internal/streams/writable.js:358:12)

This impacts all the users of the engine.io package starting from version 4.0.0, including those who uses depending packages like socket.io.

Patches

A fix has been released for each major branch:

Version range Fixed version
engine.io@4.x.x 4.1.2
engine.io@5.x.x 5.2.1
engine.io@6.x.x 6.1.1

Previous versions (< 4.0.0) are not impacted.

For socket.io users:

Version range engine.io version Needs minor update?
socket.io@4.4.x ~6.1.0 -
socket.io@4.3.x ~6.0.0 Please upgrade to socket.io@4.4.x
socket.io@4.2.x ~5.2.0 -
socket.io@4.1.x ~5.1.1 Please upgrade to socket.io@4.4.x
socket.io@4.0.x ~5.0.0 Please upgrade to socket.io@4.4.x
socket.io@3.1.x ~4.1.0 -
socket.io@3.0.x ~4.0.0 Please upgrade to socket.io@3.1.x or socket.io@4.4.x (see here)

In most cases, running npm audit fix should be sufficient. You can also use npm update engine.io --depth=9999.

Workarounds

There is no known workaround except upgrading to a safe version.

For more information

If you have any questions or comments about this advisory:

Thanks to Marcus Wejderot from Mevisio for the responsible disclosure.

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ engine.io-client (indirect, 4.1.4 โ†’ 6.5.4) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ envinfo (indirect, 7.8.1 โ†’ 7.14.0) ยท Repo ยท Changelog

Release Notes

7.14.0

Features

7.13.0

Features

Bug Fixes

  • be more tolerant when detecting Android Studio IDE on OSX (#252) (eb9e5de)

7.12.0

Features

Bug Fixes

7.11.1

Bug Fixes

  • add @playwright/ to playwright preset (#245) (08802a0)

7.11.0

Features

Bug Fixes

7.10.0

Features

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 26 commits:

โ†—๏ธ es5-ext (indirect, 0.10.62 โ†’ 0.10.64) ยท Repo ยท Changelog

Security Advisories ๐Ÿšจ

๐Ÿšจ es5-ext vulnerable to Regular Expression Denial of Service in `function#copy` and `function#toStringTokens`

Impact

Passing functions with very long names or complex default argument names into function#copy orfunction#toStringTokens may put script to stall

Patches

Fixed with 3551cdd and a52e957
Published with v0.10.63

Workarounds

No real workaround aside of refraining from using above utilities.

References

#201

Release Notes

0.10.64

Bug Fixes

  • Revert update to postinstall script meant to fix Powershell issue, as it's a regression for some Linux terminals (c2e2bb9)

Comparison since last release

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 12 commits:

โ†—๏ธ es6-symbol (indirect, 3.1.3 โ†’ 3.1.4) ยท Repo ยท Changelog

Release Notes

3.1.4

Maintenance Improvements


Comparison since last release

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 16 commits:

โ†—๏ธ eslint-config-react-app (indirect, 5.2.1 โ†’ 6.0.0) ยท Repo ยท Changelog

โ†—๏ธ eslint-plugin-flowtype (indirect, 3.13.0 โ†’ 5.10.0) ยท Repo

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 65 commits:

โ†—๏ธ execa (indirect, 4.1.0 โ†’ 5.1.1) ยท Repo

Release Notes

5.1.1

  • Fix error message when user passes a single array argument (#468) 2b9c0e1

v5.1.0...v5.1.1

5.1.0

v5.0.1...v5.1.0

5.0.1

v5.0.0...v5.0.1

5.0.0

Breaking

  • Remove faulty emulated ENOENT error on Windows (#447) bdbd975
    This is only a breaking change if you depend on the exact error message.

Improvements

v4.1.0...v5.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 19 commits:

โ†—๏ธ fast-glob (indirect, 3.2.12 โ†’ 3.3.3) ยท Repo

Release Notes

3.3.3

Full Changelog: 3.3.2...3.3.3

๐Ÿ’ฌ Common

๐Ÿ› Bug fixes

  • Apply absolute negative patterns to full path instead of file path (#441, thanks @webpro)

3.3.2

Full Changelog: 3.3.1...3.3.2

๐Ÿ› Bug fixes

  • Handle square brackets as a special character on Windows in escape functions (#425)
  • Keep escaping after brace expansion (#422)

3.3.1

Full Changelog: 3.3.0...3.3.1

This release fixes a regression for cases where the ignore option is used with a string (#403, #404).

The public interface of this package does not support a string as the value for the ignore option since 2018 year (release).

So, in the next major release, we will reintroduce method implementations that do not involve strings in the ignore option.

3.3.0

Full Changelog: 3.2.12...3.3.0

๐Ÿš€ Improvements

Method aliases

New methods (glob, globSync, globStream) have been added in addition to the current methods (default import, sync, stream), which eliminate the need to rename the method when importing. In addition, an async alias has been added for the default import, which makes it possible to use this packet with ESM.

Method to convert paths to globs

A new method (convertPathToPattern) has been added in this release to convert a path to a pattern. The primary goal is to enable users to avoid processing Windows paths in each location where this package is used by utilities from third-party packages.

See more details in the pull request.

๐Ÿ› Bug fixes

  • In the past, we mishandled patterns that contained slashes when the baseNameMatch option was enabled, which went against the documented behavior. (#312)
  • Several problems with matching patterns that contain brace expansion have been resolved. The primary issue solved is when the pattern has duplicate slashes after it is expanded (#394), or the micromatch package does not correctly generate a regular expression (#365).
  • All negative patterns will now have the dot option enabled when matching paths. Previously, the !**/* patterns did not exclude hidden files (start with a dot). (#343)
  • The issue that led to duplicates in the results when overlapping or duplicate patterns were present among the patterns has been fixed. At the moment, we are only talking about leading dot. Other cases are not included. For example, running with the patterns ['./file.md', 'file.md', '*'] will now only include file.md once in the results. (#190)

๐Ÿ“– Documentation

A clarifying note has been added for the concurrency option, which provides more detailed information about the Thread Pool utilization.

โš™๏ธ Infrastructure

  • The benchmark in CI is now running on Node.js 20.
  • The benchmark now uses the public package bencho instead of an in-house implementation. You may want to try this solution for your packages and provide feedback.

๐Ÿฅ‡ New Contributors

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 58 commits:

โ†—๏ธ file-loader (indirect, 1.1.11 โ†’ 6.2.0) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 60 commits:

โ†—๏ธ filesize (indirect, 3.5.11 โ†’ 8.0.7) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ form-data (indirect, 4.0.0 โ†’ 4.0.3) ยท Repo

Release Notes

4.0.1

Fixes

  • npmignore temporary build files (#532)
  • move util.isArray to Array.isArray (#564)

Tests

  • migrate from travis to GHA

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 48 commits:

โ†—๏ธ gatsby-graphiql-explorer (indirect, 0.11.0 โ†’ 3.14.1) ยท Repo ยท Changelog

โ†—๏ธ gatsby-legacy-polyfills (indirect, 0.7.1 โ†’ 3.14.0) ยท Repo ยท Changelog

โ†—๏ธ gatsby-page-utils (indirect, 0.9.1 โ†’ 3.14.0) ยท Repo ยท Changelog

โ†—๏ธ gatsby-plugin-page-creator (indirect, 2.10.2 โ†’ 5.14.0) ยท Repo ยท Changelog

โ†—๏ธ gatsby-plugin-typescript (indirect, 2.12.1 โ†’ 5.14.0) ยท Repo ยท Changelog

โ†—๏ธ gatsby-react-router-scroll (indirect, 3.7.0 โ†’ 6.14.0) ยท Repo ยท Changelog

โ†—๏ธ global-modules (indirect, 1.0.0 โ†’ 2.0.0) ยท Repo

Commits

See the full diff on Github. The new version differs by 2 commits:

โ†—๏ธ globby (indirect, 10.0.2 โ†’ 11.1.0) ยท Repo

Release Notes

11.1.0

  • Update dependencies to fix some npm audit notices

v11.0.4...v11.1.0

11.0.4

  • Support objectMode option in the TypeScript types (#178) a08264f

v11.0.3...v11.0.4

11.0.3

  • Fix Windows compatibility for gitignore option (#171) f67edfe

v11.0.2...v11.0.3

11.0.2

  • Fix gitignore option compatibility with objectMode option (#157) f9fc476

v11.0.1...v11.0.2

11.0.1

  • Normalize file paths to posix for gitignore calculation (#143) f2bdce6

v11.0.0...v11.0.1

11.0.0

Breaking

  • Require Node.js 10 4a471af
  • Get rid of glob dependency (#135) d4681a4
    If you passed in options to globby.hasMagic(), you need to update to use the new options.

v10.0.2...v11.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 17 commits:

โ†—๏ธ got (indirect, 8.3.2 โ†’ 11.8.6) ยท Repo

Security Advisories ๐Ÿšจ

๐Ÿšจ Got allows a redirect to a UNIX socket

The got package before 11.8.5 and 12.1.0 for Node.js allows a redirect to a UNIX socket.

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 2 commits:

โ†—๏ธ graphql (indirect, 14.7.0 โ†’ 16.11.0) ยท Repo

Security Advisories ๐Ÿšจ

๐Ÿšจ graphql Uncontrolled Resource Consumption vulnerability

Versions of the package graphql from 16.3.0 and before 16.8.1 are vulnerable to Denial of Service (DoS) due to insufficient checks in the OverlappingFieldsCanBeMergedRule.ts file when parsing large queries. This vulnerability allows an attacker to degrade system performance.

Note: It was not proven that this vulnerability can crash the process.

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ graphql-compose (indirect, 6.3.8 โ†’ 9.1.0) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ gzip-size (indirect, 3.0.0 โ†’ 6.0.0) ยท Repo

Release Notes

6.0.0

Breaking

v5.1.1...v6.0.0

5.1.1

  • Add missing TypeScript type for gzipSize.fileSync (#19) 429b6f1

v5.1.0...v5.1.1

5.1.0

v5.0.0...v5.1.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 26 commits:

โ†—๏ธ html-entities (indirect, 1.4.0 โ†’ 2.6.0) ยท Repo ยท Changelog

Release Notes

2.6.0 (from changelog)

Features

2.5.6 (from changelog)

Bug Fixes

  • significantly reduce package size (72c7819)

2.5.5 (from changelog)

Bug Fixes

  • incorrect typescript dependency (adb6176)

2.5.4 (from changelog)

Bug Fixes

2.5.3 (from changelog)

Bug Fixes

  • improve encoding performance (f4d14e2)

2.4.0 (from changelog)

  • Introduce nonAsciiPrintableOnly mode.

2.3.5 (from changelog)

  • Reduce unnecessarily long RegExps.

2.3.4 (from changelog)

  • Fix the problem decoding HTML5 entities those names are part of HTML4 entities.

2.3.2

Minimize data files, remove unnecessary files.

2.3.1

  • Improve performance of encode(), decode() and decodeEntity() by using function inlining.
  • Fix decoding HEX HTML entities in some cases.

2.2.0

A fast decodeEntity() method to decode a single HTML entity.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ human-signals (indirect, 1.1.1 โ†’ 2.1.0) ยท Repo ยท Changelog

Commits

See the full diff on Github. The new version differs by 69 commits:

โ†—๏ธ icss-utils (indirect, 2.1.0 โ†’ 5.1.0) ยท Repo ยท Changelog

Release Notes

5.1.0

[5.1.0] - 2020-11-19

Features

  • feat: support at-rule versions of import/export

5.0.0

[5.0.0] - 2020-10-12

BREAKING CHANGE

  • minimum supported postcss version is ^8.1.0

Fixes

  • minimum supported Node.js version is ^10 || ^12 || >= 14
  • compatibility with PostCSS 8

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 30 commits:

โ†—๏ธ import-from (indirect, 3.0.0 โ†’ 4.0.0) ยท Repo

Release Notes

4.0.0

Breaking

v3.0.0...v4.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 4 commits:

โ‰๏ธ ini (downgrade, 2.0.0 โ†’ 1.3.8) ยท Repo ยท Changelog

Commits

See the full diff on Github. The new version differs by 69 commits:

โ‰๏ธ is-promise (downgrade, 4.0.0 โ†’ 2.2.2) ยท Repo

Release Notes

4.0.0

Breaking Changes

  • Use PromiseLike instead of Promise in TypeScript (#40)

    This is only a breaking change for TypeScript users.

    In the following code:

    function foo(x: PromiseLike`string> | string) {
      if (isPromise(x)) {
        return x;
      } else {
        return Promise.resolve(x);
      }
    }

    TypeScript would previously have incorrectly inferred foo as returning Promisestring>when in fact it returnsPromiseLikestring>. The latest version fixes this. If you instead had the following code, it should work exactly the same as before:

    function foo(x: Promise`string> | string) {
      if (isPromise(x)) {
        return x;
      } else {
        return Promise.resolve(x);
      }
    }

    This update is to reflect the fact that is-promise does "duck" typing, rather than an instanceof check.

3.0.0

Breaking Changes

  • Restricted "exports" in package.json (for node 14+) (#30)

    The only ways to import this are now:

    import isPromise from 'is-promise';

    or

    const isPromise = require('is-promise');

    If you were requiring things like the package.json file within the package, these are not part of the public API, and will no longer be accessible.

  • is-promise now uses "default" exports in ES Modules environments (#30)

    If you were using ES6 style imports via

    import * as isPromise from 'is-promise';

    you will need to update this to

    import isPromise from 'is-promise';

    If you were using CommonJS style require, no change is needed.

  • This package now comes bundled with TypeScript definitions (#31)

    This means you may get new errors that you didn't see before if you are using TypeScript. If you are not using TypeScript, this change will not impact you.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 26 commits:

โ†—๏ธ is-root (indirect, 1.0.0 โ†’ 2.1.0) ยท Repo

Release Notes

2.1.0

v2.0.0...v2.1.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 6 commits:

โ†—๏ธ jest-worker (indirect, 24.9.0 โ†’ 26.6.2) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

โ‰๏ธ kleur (downgrade, 4.1.5 โ†’ 3.0.3) ยท Repo

Release Notes

4.1.5

Patches

  • Add "types" export conditions for Node16 TypeScript module resolution (#57): 06f28e0
    Thank you @calebeby~!
  • Handle undefined process.env with fallback (#54): ec20016
    For browser/vite support. Thank you @farnabaz~!

Full Changelog: v4.1.4...v4.1.5

4.1.4

Chores

  • Replace includes() usage with indexOf to allow support for older browsers (#45): 86a7db8
    No behavioral differences. Simply allows kleur to run in old browsers (eg, IE8-11) without requiring a polyfill.
    Thank you @Krinkle~!

  • Update benchmarks to reflect includes -> indexOf update: 19764d4

4.1.3

Patches

  • Add existence process.stdout check for browser-like polyfills (#42): 01963cc
    Bundlers like parcel, webpack, and browserify polyfill process but don't include a stdout implementation.
    Thank you @tinchoz49~!

4.1.2

Patches

Chores

  • Adds tests to ensure FORCE_COLOR= works as expected (#41): b329629
    Much like NO_COLOR, use of FORCE_COLOR= is expected to be truthy.

4.1.1

Patches

  • (types): Ensure kleur/colors type definitions can be resolved: 06923d0, cc66a6f

4.1.0

Features

Chores

4.0.3

Patches

  • Ensure process is defined before setting process-based values (#36): 303e502
    This allows for kleur to be imported into browsers without any bundle-shimming.

    NOTE: ANSI code support varies between browsers, but typically colors and background-colors work (never modifiers).

4.0.2

Patches

  • Disable colorization if inside a TTY context (#33): 5c7353f
    Thank you @ai~!

    # Before:
    $ npx app.js > log.txt
    #=> The `log.txt` filled with ANSI codes 
    
    # After:
    $ npx app.js > log.txt
    #=> The `log.txt` is plain text
    
    # OVERRIDE:
    $ FORCE_COLOR=1 npx app.js > log.txt
    #=> The `log.txt` filled with ANSI codes; as requested

Chores

  • Add bash tests for ENV detection: 5c7353f
  • Update README with TTY explainer and example: 3a6a272, 3b3742a
  • Update test runner version: 5fd93ba

4.0.1

Patches

  • Revert to Node 6.x minimum support: 8c01d93
    The code works perfectly in that environment, so there's no reason not to.
    Truth be told, it was only bumped to 10.x because of the test runner constraint.

  • (types) fix kleur/colors overloaded definition: f2f33a8
    Original print order assumed that every export returned null, which is not true.

4.0.0

Breaking

The minimum Node.js runtime increased from 6.x to 10.x since 10.x is the oldest active LTS version.
If you need to continue supporting Node 6.x, either continue using kleur@3.x or ignore the "engines" constraint of kleur@4.x โ€“ its CommonJS files will still execute in a Node 6.x environment.

Features

  • Added native ESM support with exports map (for Node 12.18.x, Node 14+) (#30): 2da16a9
    Thank you @kristoferbaxter~!

  • Added module package entry (for bundler and PikaCDN) (#31): 2da16a9

  • Added new kleur/colors entry module: 049c080

These changes allow for import statements with kleur.
It's done in a way such that Node.js environments that natively support import will work. For those that don't and are using webpack/Rollup, the "module" entry is made available so that you can still take advantage of the ESM format.

We took this idea one step further with kleur/colors โ€“ which individually exports each color, modifier, and background function. This allows you to import only the methods you need, and the unused pieces of code are detached from your code. In other words, kleur/colors is 100% treeshakeable, which is a big advantage of the ESM format. Node.js (with native ESM support), Rollup, and webpack benefit from this, which means that your programs only include/load the kleur code you use.

If you're not ready to use ESM yet, require statements still work for both modules in all environments.

See the Individual Colors documentation for more info

import kleur from 'kleur';
import * as colors from 'kleur/colors';

console.log(
  kleur.underline().green('kleur natively supports ESM~!')
);

console.log(
  colors.white(colors.italic(`... so does "${ colors.green('kleur/colors') }"~!`))
);

Chores

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ latest-version (indirect, 5.1.0 โ†’ 7.0.0) ยท Repo

Release Notes

7.0.0

Breaking

v6.0.0...v7.0.0

6.0.0

Breaking

Improvements

v5.1.0...v6.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:

โ†—๏ธ mdn-data (indirect, 2.0.4 โ†’ 2.0.14) ยท Repo ยท Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ memoizee (indirect, 0.4.15 โ†’ 0.4.17) ยท Repo ยท Changelog

Release Notes

0.4.17

Bug Fixes

  • Fix node version declaration (15ece26)

Comparison since last release

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

โ†—๏ธ micromatch (indirect, 4.0.5 โ†’ 4.0.8) ยท Repo ยท Changelog

Security Advisories ๐Ÿšจ

๐Ÿšจ Regular Expression Denial of Service (ReDoS) in micromatch

The NPM package micromatch prior to version 4.0.8 is vulnerable to Regular Expression Denial of Service (ReDoS). The vulnerability occurs in micromatch.braces() in index.js because the pattern .* will greedily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the input while it doesn't find the closing bracket. As the input size increases, the consumption time will also increase until it causes the application to hang or slow down. There was a merged fix but further testing shows the issue persisted prior to #266. This issue should be mitigated by using a safe pattern that won't start backtracking the regular expression due to greedy matching.

Commits

See the full diff on Github. The new version differs by 16 commits:

โ†—๏ธ mini-css-extract-plugin (indirect, 0.11.3 โ†’ 1.6.2) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ moment (indirect, 2.29.4 โ†’ 2.30.1) ยท Repo ยท Changelog

Release Notes

2.30.1 (from changelog)

  • Release Dec 27, 2023
  • Revert #5827, because it's breaking a lot of TS code.

2.30.0 (from changelog)

  • Release Dec 26, 2023

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ node-fetch (indirect, 2.6.1 โ†’ 2.7.0) ยท Repo ยท Changelog

Security Advisories ๐Ÿšจ

๐Ÿšจ node-fetch forwards secure headers to untrusted sites

node-fetch forwards secure headers such as authorization, www-authenticate, cookie, & cookie2 when redirecting to a untrusted site.

Release Notes

2.7.0

2.7.0 (2023-08-23)

Features

2.6.13

2.6.13 (2023-08-18)

Bug Fixes

2.6.9

2.6.9 (2023-01-30)

Bug Fixes

2.6.8

2.6.8 (2023-01-13)

Bug Fixes

2.6.7

Security patch release

Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred

What's Changed

Full Changelog: v2.6.6...v2.6.7

2.6.6

What's Changed

  • fix(URL): prefer built in URL version when available and fallback to whatwg by @jimmywarting in #1352

Full Changelog: v2.6.5...v2.6.6

2.6.2

fixed main path in package.json

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 24 commits:

โ†—๏ธ null-loader (indirect, 3.0.0 โ†’ 4.0.1) ยท Repo ยท Changelog

Release Notes

4.0.1

4.0.1 (2020-10-09)

Chore

  • update schema-utils

4.0.0

4.0.0 (2020-04-15)

Bug Fixes

  • support webpack@5

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

โ†—๏ธ package-json (indirect, 6.5.0 โ†’ 8.1.1) ยท Repo

Release Notes

8.1.1

  • Fix including time metadata for specific versions (#72) baa5fc2

v8.1.0...v8.1.1

8.1.0

v8.0.0...v8.1.0

8.0.0

Breaking

v7.0.0...v8.0.0

7.0.0

Breaking

  • Require Node.js 12 and upgrade dependencies 75c5002

v6.5.0...v7.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 13 commits:

โ†—๏ธ postcss-calc (indirect, 7.0.5 โ†’ 8.2.4) ยท Repo ยท Changelog

Release Notes

8.2.4 (from changelog)

Patch Changes

  • convert source to CommonJS and publish untranspiled code (b55adcb)

8.2.3

Bug Fixes

8.2.2 (from changelog)

Bug Fixes

  • respect CSS var when reducing (99d9fa5)

8.2.1

Bug Fixes

8.2.0

Features

8.1.0

Features

8.0.0

8.0.0

  • Breaking: Updated PostCSS from v7.x to v8.x (#125)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 25 commits:

โ†—๏ธ postcss-discard-comments (indirect, 4.0.2 โ†’ 5.1.2) ยท Repo ยท Changelog

Release Notes

5.1.2 (from changelog)

Patch Changes

  • chore: update TypeScript and improve types

5.1.1 (from changelog)

Patch Changes

  • fix: remove comments with PostCSS 8.4.6 and greater

5.1.0 (from changelog)

Minor Changes

  • feature: add TypeScript type declarations

5.0.3 (from changelog)

Patch Changes

  • Publish untranspiled CommonJS source

5.0.2 (from changelog)

Patch Changes

  • refactor: replace object with map

5.0.1 (from changelog)

Note: Version bump only for package postcss-discard-comments

5.0.0 (from changelog)

Note: Version bump only for package postcss-discard-comments

Does any of this look wrong? Please let us know.

โ†—๏ธ postcss-discard-duplicates (indirect, 4.0.2 โ†’ 5.1.0) ยท Repo ยท Changelog

Release Notes

5.1.0 (from changelog)

Minor Changes

  • feature: add TypeScript type declarations

5.0.3 (from changelog)

Patch Changes

  • Publish untranspiled CommonJS source

5.0.2 (from changelog)

Patch Changes

  • refactor: reduce indirection
  • refactor: remove implicit boolean conversion

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.1 (from changelog)

Note: Version bump only for package postcss-discard-duplicates

5.0.0 (from changelog)

Note: Version bump only for package postcss-discard-duplicates

Does any of this look wrong? Please let us know.

โ†—๏ธ postcss-flexbugs-fixes (indirect, 4.2.1 โ†’ 5.0.2) ยท Repo ยท Changelog

Release Notes

5.0.1 (from changelog)

  • Adding postcss as dependency #74

5.0.0

https://github.com/luisrudge/postcss-flexbugs-fixes/blob/master/CHANGELOG.md

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

โ†—๏ธ postcss-loader (indirect, 3.0.0 โ†’ 5.3.0) ยท Repo ยท Changelog

Release Notes

5.3.0

5.3.0 (2021-05-14)

Features

  • add support for dir-dependency message type (#524) (91dea60)

5.2.0

5.2.0 (2021-03-11)

Features

  • support ecma modules for the 'parser', 'stringifier' and 'syntax' options (#519) (cc69754)

5.1.0

5.1.0 (2021-03-05)

Features

  • added support for registering context, build and missing dependencies (#518) (9ce4972), please read docs

5.0.0

5.0.0 (2021-02-02)

โš  BREAKING CHANGES

  • minimum supported webpack version is 5

4.3.0

4.3.0 (2021-05-14)

Features

  • add support for dir-dependency message type (#525) (554802e)

4.2.0

4.2.0 (2021-01-21)

Features

4.1.0

4.1.0 (2020-11-19)

Features

  • partial compatibility with postcss-cli, added api.env (alias for api.mode) and api.options (contains options from the postcssOptions options), please look at the example for more details (#498) (84a9c46)

4.0.4

4.0.4 (2020-10-09)

Chore

  • update schema-utils

4.0.3

4.0.3 (2020-10-02)

Bug Fixes

4.0.2

4.0.2 (2020-09-15)

Bug Fixes

4.0.1

4.0.1 (2020-09-08)

Bug Fixes

  • source map generation with the map option for postcss (#476) (6babeb1)

4.0.0

โš  BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • minimum supported webpack version is 4
  • postcss was moved to peerDependencies, you need to install postcss
  • PostCSS (plugins/syntax/parser/stringifier) options was moved to the postcssOptions option, please look at docs
  • sourceMap default value depends on the compiler.devtool option
  • the inline value was removed for the sourceMap option, please use { map: { inline: true, annotation: false } } to achieve this
  • source maps contain absolute paths in sources
  • loader output only CSS, so you need to use css-loader/file-loader/raw-loader to inject code inside bundle
  • exec option was renamed to the execute option
  • the config option doesn't support Object type anymore, config.path and config.ctx options were removed
  • argument in the config for Function notation (previously config.ctx) was changed, now it contains { file, mode, webpackLoaderContext }
  • loader context in the config was renamed from webpack to webpackLoaderContext

Features

  • message API for emit assets (#443) (e966ab9)
  • reuse AST from other loaders (#468) (9b75888)
  • allows to use config and loader options together, options from the loader takes precedence over the config, the plugins option from the config and options are merged (0eb5aaf)
  • postcssOptions options can be Function

Bug Fixes

  • compatibility with webpack@5 (#437) (ed50491)
  • default export for plugins (#465) (3d32c35)
  • avoid mutations of loader options and config (#470) (cad6f07)
  • respect the map option from loader options and config (#458) (98441ff)

Notes

  • you don't need ident option for loader
  • Object syntax for the plugin option is soft deprecated, please migrate on Array syntax (plugins: ['postcss-present-env', ['cssnano', options]])

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 74 commits:

โ†—๏ธ postcss-merge-longhand (indirect, 4.0.11 โ†’ 5.1.7) ยท Repo ยท Changelog

Release Notes

5.1.7 (from changelog)

Patch Changes

  • Updated dependencies
    • stylehacks@5.1.1

Does any of this look wrong? Please let us know.

โ†—๏ธ postcss-merge-rules (indirect, 4.0.3 โ†’ 5.1.4) ยท Repo ยท Changelog

โ†—๏ธ postcss-modules-extract-imports (indirect, 1.2.1 โ†’ 3.1.0) ยท Repo ยท Changelog

Release Notes

3.1.0

3.1.0 - 2024-04-03

Features

  • support multiple composes, i.e. .class { composes: a b, c, e d from global, f g from "./file.css"; }

3.0.0

3.0.0 - 2020-10-13

Fixes

  • compatibility with plugins other plugins

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 31 commits:

โ†—๏ธ postcss-modules-local-by-default (indirect, 1.2.0 โ†’ 4.2.0) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 3 commits:

โ†—๏ธ postcss-modules-scope (indirect, 1.1.0 โ†’ 3.2.1) ยท Repo ยท Changelog

Release Notes

3.2.1

3.2.1

Chore

  • update postcss-selector-parser

3.2.0

3.2.0 - 2024-04-03

Features

  • supports multiple composes, i.e. .class { composes: a b, global(c), d e from "./path/file.css" }

3.1.1

3.1.1 - 2024-01-18

Fixes

  • handle @scope at-rule
  • fix CSS nesting logic

3.1.0

3.1.0 - 2023-12-21

Fixes

  • scoped class attribute

Feature

  • pass a node to the generateExportEntry option

3.0.0

3.0.0 - 2020-10-13

Fixes

  • compatibility with plugins other plugins
  • handle animation short name
  • perf

2.2.0

[2.2.0] - 2020-03-19

  • added the exportGlobals option to export global classes and ids

2.1.1

[2.1.1] - 2019-03-05

Fixed

  • add additional space after the escape sequence

2.1.0

[2.1.0] - 2019-03-05

Fixed

  • handles properly selector with escaping characters (like: .\31 a2b3c { color: red })

Feature

  • generateExportEntry option (allow to setup key and value for :export {} rule)

2.0.1

2.0.1 - 2018-11-27

Fixed

  • Conflict class with keyword like constuctor or toString.

2.0.0

2.0.0 - 2018-11-23

Changed

  • Drop support nodejs@4.
  • Update postcss version to 7.

Fixed

  • Handle uppercase keyframe at rules.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 51 commits:

โ†—๏ธ postcss-modules-values (indirect, 1.3.0 โ†’ 4.0.0) ยท Repo ยท Changelog

Release Notes

4.0.0

4.0.0 - 2020-13-08

Fixes

  • compatibility with other plugins

3.0.0

3.0.0 - 2019-05-07

Features

  • values replace in selectors

Changed

  • values replace in selectors

2.0.0

2.0.0 - 2018-11-23

Changed

  • Drop support nodejs@4.
  • Update postcss version to 7.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 19 commits:

โ†—๏ธ postcss-ordered-values (indirect, 4.1.2 โ†’ 5.1.3) ยท Repo ยท Changelog

Release Notes

5.1.3 (from changelog)

Patch Changes

  • fix: recognize 'constant' as a function

5.1.2 (from changelog)

Patch Changes

  • fix: preserve constant values

5.1.1 (from changelog)

Patch Changes

  • fix: correct package.json dependency version specifier

5.1.0 (from changelog)

Minor Changes

  • feature: add TypeScript type declarations

Patch Changes

  • Updated dependencies
    • cssnano-utils@3.1.0

5.0.5 (from changelog)

Patch Changes

  • Publish untranspiled CommonJS source
  • Updated dependencies
    • cssnano-utils@3.0.2

5.0.4 (from changelog)

Patch Changes

  • refactor: remove implicit boolean conversion
  • refactor: replace array with set
  • Updated dependencies
    • cssnano-utils@3.0.1

5.0.3 (from changelog)

Patch Changes

  • refactor: remove getMatch function from cssnano-utils

    The getMatch function allows nested arrays to emulate a map. It is better to replace this function with a regular Map(). It's unlikely this function is used outside of cssnano as it requires a very specific nested array struture.

  • Updated dependencies

    • cssnano-utils@3.0.0

5.0.2 (from changelog)

Bug fixes

postcss-ordered-values: preserve columns count (#1144) (9acd6a2fe3e)

5.0.1 (from changelog)

Note: Version bump only for package postcss-ordered-values

5.0.0 (from changelog)

Note: Version bump only for package postcss-ordered-values

Does any of this look wrong? Please let us know.

โ†—๏ธ postcss-svgo (indirect, 4.0.3 โ†’ 5.1.0) ยท Repo ยท Changelog

Release Notes

5.1.0 (from changelog)

Minor Changes

  • feature: add TypeScript type declarations

5.0.4 (from changelog)

Patch Changes

  • Publish untranspiled CommonJS source

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.3 (from changelog)

Bug fixes

  • postcss-svgo: normalize SVG with escaped quote characters (#1200) (4ef5e41)

Chore

5.0.2 (from changelog)

Bug fixes

  • Prevent crash when input contains relative URL (0ff1716)

5.0.1 (from changelog)

Note: Version bump only for package postcss-svgo

5.0.0 (from changelog)

Note: Version bump only for package postcss-svgo

Does any of this look wrong? Please let us know.

โ†—๏ธ raw-loader (indirect, 0.5.1 โ†’ 4.0.2) ยท Repo ยท Changelog

Release Notes

4.0.2

4.0.2 (2020-10-09)

Chore

  • update schema-utils

4.0.1

4.0.1 (2020-04-15)

Chore

  • update deps

4.0.0

4.0.0 (2019-11-25)

Features

  • new esModules option

BREAKING CHANGES

  • minimum required nodejs version is 10.13.0

3.1.0

3.1.0 (2019-07-18)

Features

  • improved validation error messages (#85) (6cf76b8)

3.0.0

3.0.0 (2019-06-05)

chore

BREAKING CHANGES

  • deps: minimum required nodejs version is 8.9.0

2.0.0

2.0.0 (2019-03-18)

Features

  • use ES Module export instead of CommonJS (#69) (3c7bf2c)

BREAKING CHANGES

  • use ES Module export instead of CommonJS (#69) (3c7bf2c)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 3 commits:

โ†—๏ธ react-dev-utils (indirect, 4.2.3 โ†’ 12.0.1) ยท Repo ยท Changelog

Security Advisories ๐Ÿšจ

๐Ÿšจ react-dev-utils OS Command Injection in function `getProcessForPort`

react-dev-utils prior to v11.0.4 exposes a function, getProcessForPort, where an input argument is concatenated into a command string to be executed. This function is typically used from react-scripts (in Create React App projects), where the usage is safe. Only when this function is manually invoked with user-provided values (ie: by custom code) is there the potential for command injection. If you're consuming it from react-scripts then this issue does not affect you.

๐Ÿšจ react-dev-utils on Windows vulnerable to Remote Code Execution

react-dev-utils on Windows is vulnerable to remote code execution.

Recommendation

Update to one of the following versions, depending on the release line that you are using.

  • 1.0.4
  • 2.0.2
  • 3.1.2
  • 4.2.2
  • 5.0.2
  • 6.0.0-next.a671462c

โ†—๏ธ react-error-overlay (indirect, 3.0.0 โ†’ 6.1.0) ยท Repo ยท Changelog

โ†—๏ธ react-refresh (indirect, 0.8.3 โ†’ 0.14.2) ยท Repo ยท Changelog

Release Notes

0.14.2

React DOM

  • Fixed bug with development build preventing events from firing in some versions of Internet Explorer & Edge
  • Fixed bug with development build when using es5-sham in older versions of Internet Explorer
  • Added support for integrity attribute
  • Fixed bug resulting in children prop being coerced to a string for custom elements, which was not the desired behavior
  • Moved react from dependencies to peerDependencies to match expectations and align with react-addons-* packages

0.14.1

React DOM

  • Fixed bug where events wouldn't fire in old browsers when using React in development mode
  • Fixed bug preventing use of dangerouslySetInnerHTML with Closure Compiler Advanced mode
  • Added support for srcLang, default, and kind attributes for <track> elements
  • Added support for color attribute
  • Ensured legacy .props access on DOM nodes is updated on re-renders

React TestUtils Add-on

  • Fixed scryRenderedDOMComponentsWithClass so it works with SVG

React CSSTransitionGroup Add-on

  • Fix bug preventing 0 to be used as a timeout value

React on Bower

  • Added react-dom.js to main to improve compatibility with tooling

0.14.0

See http://facebook.github.io/react/blog/2015/10/07/react-v0.14.html.

0.13.0

React Core

Breaking Changes

  • Deprecated patterns that warned in 0.12 no longer work: most prominently, calling component classes without using JSX or React.createElement and using non-component functions with JSX or createElement
  • Mutating props after an element is created is deprecated and will cause warnings in development mode; future versions of React will incorporate performance optimizations assuming that props aren't mutated
  • Static methods (defined in statics) are no longer autobound to the component class
  • ref resolution order has changed slightly such that a ref to a component is available immediately after its componentDidMount method is called; this change should be observable only if your component calls a parent component's callback within your componentDidMount, which is an anti-pattern and should be avoided regardless
  • Calls to setState in life-cycle methods are now always batched and therefore asynchronous. Previously the first call on the first mount was synchronous.
  • setState and forceUpdate on an unmounted component now warns instead of throwing. That avoids a possible race condition with Promises.
  • Access to most internal properties has been completely removed, including this._pendingState and this._rootNodeID.

New Features

  • Support for using ES6 classes to build React components; see the v0.13.0 beta 1 notes for details.
  • Added new top-level API React.findDOMNode(component), which should be used in place of component.getDOMNode(). The base class for ES6-based components will not have getDOMNode. This change will enable some more patterns moving forward.
  • Added a new top-level API React.cloneElement(el, props) for making copies of React elements โ€“ see the v0.13 RC2 notes for more details.
  • New ref style, allowing a callback to be used in place of a name: <Photo ref={(c) => this._photo = c} /> allows you to reference the component with this._photo (as opposed to ref="photo" which gives this.refs.photo).
  • this.setState() can now take a function as the first argument for transactional state updates, such as this.setState((state, props) => ({count: state.count + 1})); โ€“ this means that you no longer need to use this._pendingState, which is now gone.
  • Support for iterators and immutable-js sequences as children.

Deprecations

  • ComponentClass.type is deprecated. Just use ComponentClass (usually as element.type === ComponentClass).
  • Some methods that are available on createClass-based components are removed or deprecated from ES6 classes (getDOMNode, replaceState, isMounted, setProps, replaceProps).

React with Add-Ons

New Features

Deprecations

  • React.addons.classSet is now deprecated. This functionality can be replaced with several freely available modules. classnames is one such module.
  • Calls to React.addons.cloneWithProps can be migrated to use React.cloneElement instead โ€“ make sure to merge style and className manually if desired.

React Tools

Breaking Changes

  • When transforming ES6 syntax, class methods are no longer enumerable by default, which requires Object.defineProperty; if you support browsers such as IE8, you can pass --target es3 to mirror the old behavior

New Features

  • --target option is available on the jsx command, allowing users to specify and ECMAScript version to target.
    • es5 is the default.
    • es3 restores the previous default behavior. An additional transform is added here to ensure the use of reserved words as properties is safe (eg this.static will become this['static'] for IE8 compatibility).
  • The transform for the call spread operator has also been enabled.

JSX

Breaking Changes

  • A change was made to how some JSX was parsed, specifically around the use of > or } when inside an element. Previously it would be treated as a string but now it will be treated as a parse error. The jsx_orphaned_brackets_transformer package on npm can be used to find and fix potential issues in your JSX code.

0.12.0

React Core

Breaking Changes

  • key and ref moved off props object, now accessible on the element directly
  • React is now BSD licensed with accompanying Patents grant
  • Default prop resolution has moved to Element creation time instead of mount time, making them effectively static
  • React.__internals is removed - it was exposed for DevTools which no longer needs access
  • Composite Component functions can no longer be called directly - they must be wrapped with React.createFactory first. This is handled for you when using JSX.

New Features

  • Spread operator ({...}) introduced to deprecate this.transferPropsTo
  • Added support for more HTML attributes: acceptCharset, classID, manifest

Deprecations

  • React.renderComponent --> React.render
  • React.renderComponentToString --> React.renderToString
  • React.renderComponentToStaticMarkup --> React.renderToStaticMarkup
  • React.isValidComponent --> React.isValidElement
  • React.PropTypes.component --> React.PropTypes.element
  • React.PropTypes.renderable --> React.PropTypes.node
  • DEPRECATED React.isValidClass
  • DEPRECATED instance.transferPropsTo
  • DEPRECATED Returning false from event handlers to preventDefault
  • DEPRECATED Convenience Constructor usage as function, instead wrap with React.createFactory
  • DEPRECATED use of key={null} to assign implicit keys

Bug Fixes

  • Better handling of events and updates in nested results, fixing value restoration in "layered" controlled components
  • Correctly treat event.getModifierState as case sensitive
  • Improved normalization of event.charCode
  • Better error stacks when involving autobound methods
  • Removed DevTools message when the DevTools are installed
  • Correctly detect required language features across browsers
  • Fixed support for some HTML attributes:
    • list updates correctly now
    • scrollLeft, scrollTop removed, these should not be specified as props
  • Improved error messages

React With Addons

New Features

  • React.addons.batchedUpdates added to API for hooking into update cycle

Breaking Changes

  • React.addons.update uses assign instead of copyProperties which does hasOwnProperty checks. Properties on prototypes will no longer be updated correctly.

Bug Fixes

  • Fixed some issues with CSS Transitions

JSX

Breaking Changes

  • Enforced convention: lower case tag names are always treated as HTML tags, upper case tag names are always treated as composite components
  • JSX no longer transforms to simple function calls

New Features

  • @jsx React.DOM no longer required
  • spread ({...}) operator introduced to allow easier use of props

Bug Fixes

  • JSXTransformer: Make sourcemaps an option when using APIs directly (eg, for react-rails)

0.11.0

React Core

Breaking Changes

  • getDefaultProps() is now called once per class and shared across all instances
  • MyComponent() now returns a descriptor, not an instance
  • React.isValidComponent and React.PropTypes.component validate descriptors, not component instances
  • Custom propType validators should return an Error instead of logging directly

New Features

  • Rendering to null
  • Keyboard events include normalized e.key and e.getModifierState() properties
  • New normalized onBeforeInput event
  • React.Children.count has been added as a helper for counting the number of children

Bug Fixes

  • Re-renders are batched in more cases
  • Events: e.view properly normalized
  • Added Support for more HTML attributes (coords, crossOrigin, download, hrefLang, mediaGroup, muted, scrolling, shape, srcSet, start, useMap)
  • Improved SVG support
    • Changing className on a mounted SVG component now works correctly
    • Added support for elements mask and tspan
    • Added support for attributes dx, dy, fillOpacity, fontFamily, fontSize, markerEnd, markerMid, markerStart, opacity, patternContentUnits, patternUnits, preserveAspectRatio, strokeDasharray, strokeOpacity
  • CSS property names with vendor prefixes (Webkit, ms, Moz, O) are now handled properly
  • Duplicate keys no longer cause a hard error; now a warning is logged (and only one of the children with the same key is shown)
  • img event listeners are now unbound properly, preventing the error "Two valid but unequal nodes with the same data-reactid"
  • Added explicit warning when missing polyfills

React With Addons

  • PureRenderMixin: a mixin which helps optimize "pure" components
  • Perf: a new set of tools to help with performance analysis
  • Update: New $apply command to transform values
  • TransitionGroup bug fixes with null elements, Android

React NPM Module

  • Now includes the pre-built packages under dist/.
  • envify is properly listed as a dependency instead of a peer dependency

JSX

  • Added support for namespaces, eg <Components.Checkbox />
  • JSXTransformer
    • Enable the same harmony features available in the command line with <script type="text/jsx;harmony=true">
    • Scripts are downloaded in parallel for more speed. They are still executed in order (as you would expect with normal script tags)
    • Fixed a bug preventing sourcemaps from working in Firefox

React Tools Module

  • Improved readme with usage and API information
  • Improved ES6 transforms available with --harmony option
  • Added --source-map-inline option to the jsx executable
  • New transformWithDetails API which gives access to the raw sourcemap data

0.10.0

React Core

New Features

  • Added warnings to help migrate towards descriptors
  • Made it possible to server render without React-related markup (data-reactid, data-react-checksum). This DOM will not be mountable by React. Read the docs for React.renderComponentToStaticMarkup
  • Added support for more attributes:
    • srcSet for <img> to specify images at different pixel ratios
    • textAnchor for SVG

Bug Fixes

  • Ensure all void elements donโ€™t insert a closing tag into the markup.
  • Ensure className={false} behaves consistently
  • Ensure this.refs is defined, even if no refs are specified.

Addons

react-tools

  • Added an option argument to transform function. The only option supported is harmony, which behaves the same as jsx --harmony on the command line. This uses the ES6 transforms from jstransform.

0.9.0

Whatโ€™s New?

This version includes better support for normalizing event properties across all supported browsers so that you need to worry even less about cross-browser differences. We've also made many improvements to error messages and have refactored the core to never rethrow errors, so stack traces are more accurate and Chrome's purple break-on-error stop sign now works properly.

We've also added to the add-ons build React.addons.TestUtils, a set of new utilities to help you write unit tests for React components. You can now simulate events on your components, and several helpers are provided to help make assertions about the rendered DOM tree.

We've also made several other improvements and a few breaking changes; the full changelog is provided below.

JSX Whitespace

In addition to the changes to React core listed below, we've made a small change to the way JSX interprets whitespace to make things more consistent. With this release, space between two components on the same line will be preserved, while a newline separating a text node from a tag will be eliminated in the output. Consider the code:

<div>
  Monkeys:
  {listOfMonkeys} {submitButton}
</div>

In v0.8 and below, it was transformed to the following:

React.DOM.div(null,
  " Monkeys: ",
  listOfMonkeys, submitButton
)

In v0.9, it will be transformed to this JS instead:

React.DOM.div(null,
  "Monkeys:",
  listOfMonkeys, " ", submitButton
)

We believe this new behavior is more helpful and elimates cases where unwanted whitespace was previously added.

In cases where you want to preserve the space adjacent to a newline, you can write {'Monkeys: '} or Monkeys:{' '} in your JSX source. We've included a script to do an automated codemod of your JSX source tree that preserves the old whitespace behavior by adding and removing spaces appropriately. You can install jsx_whitespace_transformer from npm and run it over your source tree to modify files in place. The transformed JSX files will preserve your code's existing whitespace behavior.

Changelog

React Core

Breaking Changes

  • The lifecycle methods componentDidMount and componentDidUpdate no longer receive the root node as a parameter; use this.getDOMNode() instead
  • Whenever a prop is equal to undefined, the default value returned by getDefaultProps will now be used instead
  • React.unmountAndReleaseReactRootNode was previously deprecated and has now been removed
  • React.renderComponentToString is now synchronous and returns the generated HTML string
  • Full-page rendering (that is, rendering the <html> tag using React) is now supported only when starting with server-rendered markup
  • On mouse wheel events, deltaY is no longer negated
  • When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, type checks are now skipped for performance)
  • On input, select, and textarea elements, .getValue() is no longer supported; use .getDOMNode().value instead

New Features

  • React now never rethrows errors, so stack traces are more accurate and Chrome's purple break-on-error stop sign now works properly
  • Added support for SVG tags defs, linearGradient, polygon, radialGradient, stop
  • Added support for more attributes:
    • crossOrigin for CORS requests
    • download and hrefLang for <a> tags
    • mediaGroup and muted for <audio> and <video> tags
    • noValidate and formNoValidate for forms
    • property for Open Graph <meta> tags
    • sandbox, seamless, and srcDoc for <iframe> tags
    • scope for screen readers
    • span for <colgroup> tags
  • Added support for defining propTypes in mixins
  • Added any, arrayOf, component, oneOfType, renderable, shape to React.PropTypes
  • Added support for statics on component spec for static component methods
  • On all events, .currentTarget is now properly set
  • On keyboard events, .key is now polyfilled in all browsers for special (non-printable) keys
  • On clipboard events, .clipboardData is now polyfilled in IE
  • On drag events, .dragTransfer is now present
  • Added support for onMouseOver and onMouseOut in addition to the existing onMouseEnter and onMouseLeave events
  • Added support for onLoad and onError on <img> elements
  • Added support for onReset on <form> elements
  • The autoFocus attribute is now polyfilled consistently on input, select, and textarea

Bug Fixes

  • React no longer adds an __owner__ property to each component's props object; passed-in props are now never mutated
  • When nesting top-level components (e.g., calling React.renderComponent within componentDidMount), events now properly bubble to the parent component
  • Fixed a case where nesting top-level components would throw an error when updating
  • Passing an invalid or misspelled propTypes type now throws an error
  • On mouse enter/leave events, .target, .relatedTarget, and .type are now set properly
  • On composition events, .data is now properly normalized in IE9 and IE10
  • CSS property values no longer have px appended for the unitless properties columnCount, flex, flexGrow, flexShrink, lineClamp, order, widows
  • Fixed a memory leak when unmounting children with a componentWillUnmount handler
  • Fixed a memory leak when renderComponentToString would store event handlers
  • Fixed an error that could be thrown when removing form elements during a click handler
  • Boolean attributes such as disabled are rendered without a value (previously disabled="true", now simply disabled)
  • key values containing . are now supported
  • Shortened data-reactid values for performance
  • Components now always remount when the key property changes
  • Event handlers are attached to document only when necessary, improving performance in some cases
  • Events no longer use .returnValue in modern browsers, eliminating a warning in Chrome
  • scrollLeft and scrollTop are no longer accessed on document.body, eliminating a warning in Chrome
  • General performance fixes, memory optimizations, improvements to warnings and error messages

React with Addons

  • React.addons.TestUtils was added to help write unit tests
  • React.addons.TransitionGroup was renamed to React.addons.CSSTransitionGroup
  • React.addons.TransitionGroup was added as a more general animation wrapper
  • React.addons.cloneWithProps was added for cloning components and modifying their props
  • Bug fix for adding back nodes during an exit transition for CSSTransitionGroup
  • Bug fix for changing transitionLeave in CSSTransitionGroup
  • Performance optimizations for CSSTransitionGroup
  • On checkbox <input> elements, checkedLink is now supported for two-way binding

JSX Compiler and react-tools Package

  • Whitespace normalization has changed; now space between two tags on the same line will be preserved, while newlines between two tags will be removed
  • The react-tools npm package no longer includes the React core libraries; use the react package instead.
  • displayName is now added in more cases, improving error messages and names in the React Dev Tools
  • Fixed an issue where an invalid token error was thrown after a JSX closing tag
  • JSXTransformer now uses source maps automatically in modern browsers
  • JSXTransformer error messages now include the filename and problematic line contents when a file fails to parse

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 17 commits:

โ†—๏ธ recursive-readdir (indirect, 2.2.1 โ†’ 2.2.3) ยท Repo ยท Changelog

Release Notes

2.2.3 (from changelog)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 25 commits:

โ†—๏ธ redux (indirect, 4.2.0 โ†’ 4.2.1) ยท Repo ยท Changelog

Release Notes

4.2.1

This bugfix release removes the isMinified internal check to fix a compat issue with Expo. That check has added in early 2016, soon after Redux 3.0 was released, at a time when it was still less common to use bundlers with proper production build settings. Today that check is irrelevant, so we've removed it.

What's Changed

Full Changelog: v4.2.0...v4.2.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 4 commits:

โ†—๏ธ regexpu-core (indirect, 5.2.2 โ†’ 6.2.0) ยท Repo

Release Notes

6.0.0

What's changed

Full Changelog: v5.3.2...v6.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 37 commits:

โ†—๏ธ registry-auth-token (indirect, 4.2.2 โ†’ 5.1.0) ยท Repo ยท Changelog

Release Notes

5.1.0 (from changelog)

Changes

  • Use WHATWG URL instead of legacy APIs, silencing errors in Bun etc (fisker Cheung)

5.0.3 (from changelog)

Changes

  • Make all arguments optional in type definitions (Mattias Leino)

5.0.2 (from changelog)

Changes

  • Prevent crashing on invalid npmrc files (Espen Hovlandsdal)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

โ†—๏ธ registry-url (indirect, 5.1.0 โ†’ 6.0.1) ยท Repo

Release Notes

6.0.1

v6.0.0...v6.0.1

6.0.0

Breaking

v5.1.0...v6.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

โ†—๏ธ regjsparser (indirect, 0.9.1 โ†’ 0.12.0) ยท Repo ยท Changelog

Release Notes

0.12.0

What's Changed

Full Changelog: v0.11.2...v0.12.0

0.11.2

What's Changed

  • fix: allow empty disabling flags by @JLHwung in #147
  • fix: unicode escape sequence within identifier is always in unicode mode by @JLHwung in #148
  • fix: only ยฑlookbehind is quantifiable in annexB by @JLHwung in #149
  • fix: descend ClassStringDisjunction from ClassSetOperand by @JLHwung in #150
  • annex-b: \ can be ClassAtomNoDash if followed by c by @JLHwung in #151

Full Changelog: v0.11.1...v0.11.2

We thank all contributors for making this release happen.

0.11.1

What's Changed

We thank all contributors for making this release happen.

Full Changelog: v0.11.0...v0.11.1

0.11.0

Changes (in chronologically order - oldest change first):

  • Disallow quantifiable anchors in unicode mode (PR #135)
  • Add stricter type for CharacterClassEscape value (#137)
  • Update Unicode to 15.1.0 (PR #136)
  • Update Unicode to 16.0.0 (PR #138)
  • Update to ESLint 9 (PR #139)
  • Fix reference type when named groups enabled (PR #132)
  • Fix modifiers in lookbehind (PR #140)
  • Upgrade jsesc dependency (PR #141)

We thank all contributors for their help in this release.

0.10.0

Fixes optional forward lookahead (issue #130).

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 65 commits:

โ†—๏ธ shell-quote (indirect, 1.6.1 โ†’ 1.8.3) ยท Repo ยท Changelog

Security Advisories ๐Ÿšจ

๐Ÿšจ Improper Neutralization of Special Elements used in a Command in Shell-quote

The shell-quote package before 1.7.3 for Node.js allows command injection. An attacker can inject unescaped shell metacharacters through a regex designed to support Windows drive letters. If the output of this package is passed to a real shell as a quoted argument to a command with exec(), an attacker can inject arbitrary commands. This is because the Windows drive letter regex character class is [A-z] instead of the correct [A-Za-z]. Several shell metacharacters exist in the space between capital letter Z and lower case letter a, such as the backtick character.

Release Notes

1.7.3 (from changelog)

  • Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the quoting rules. (CVE-2021-42740)

1.7.2

  • Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2)

1.7.1

  • Fix $ being removed when not part of an environment variable name. (@Adman in #32)

1.7.0

  • Add support for parsing >> and >& redirection operators. (@forivall in #16)
  • Add support for parsing <( process substitution operator. (@cuonglm in #15)

1.6.3

  • Fix Windows path quoting problems. (@dy in #34)

1.6.2

  • Remove dependencies in favour of native methods. (@zertosh in #21)

Does any of this look wrong? Please let us know.

โ†—๏ธ slugify (indirect, 1.6.5 โ†’ 1.6.6) ยท Repo ยท Changelog

Release Notes

1.6.6 (from changelog)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:

โ†—๏ธ socket.io (indirect, 3.1.1 โ†’ 4.7.1) ยท Repo ยท Changelog

Security Advisories ๐Ÿšจ

๐Ÿšจ socket.io has an unhandled 'error' event

Impact

A specially crafted Socket.IO packet can trigger an uncaught exception on the Socket.IO server, thus killing the Node.js process.

node:events:502
    throw err; // Unhandled 'error' event
    ^

Error [ERR_UNHANDLED_ERROR]: Unhandled error. (undefined)
    at new NodeError (node:internal/errors:405:5)
    at Socket.emit (node:events:500:17)
    at /myapp/node_modules/socket.io/lib/socket.js:531:14
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
  code: 'ERR_UNHANDLED_ERROR',
  context: undefined
}

Affected versions

Version range Needs minor update?
4.6.2...latest Nothing to do
3.0.0...4.6.1 Please upgrade to socket.io@4.6.2 (at least)
2.3.0...2.5.0 Please upgrade to socket.io@2.5.1

Patches

This issue is fixed by 15af22f, included in socket.io@4.6.2 (released in May 2023).

The fix was backported in the 2.x branch today: d30630b

Workarounds

As a workaround for the affected versions of the socket.io package, you can attach a listener for the "error" event:

io.on("connection", (socket) => {
  socket.on("error", () => {
    // ...
  });
});

For more information

If you have any questions or comments about this advisory:

  • Open a discussion here

Thanks a lot to Paul Taylor for the responsible disclosure.

References

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ socket.io-client (indirect, 3.1.1 โ†’ 4.7.1) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ socket.io-parser (indirect, 4.0.5 โ†’ 4.2.4) ยท Repo ยท Changelog

Security Advisories ๐Ÿšจ

๐Ÿšจ Insufficient validation when decoding a Socket.IO packet

Impact

A specially crafted Socket.IO packet can trigger an uncaught exception on the Socket.IO server, thus killing the Node.js process.

TypeError: Cannot convert object to primitive value
       at Socket.emit (node:events:507:25)
       at .../node_modules/socket.io/lib/socket.js:531:14

Patches

A fix has been released today (2023/05/22):

  • 3b78117, included in socket.io-parser@4.2.3
  • 2dc3c92, included in socket.io-parser@3.4.3

Another fix has been released for the 3.3.x branch:

  • ee00660, included in `socket.io-parser@3.3.4
socket.io version socket.io-parser version Needs minor update?
4.5.2...latest ~4.2.0 (ref) npm audit fix should be sufficient
4.1.3...4.5.1 ~4.1.1 (ref) Please upgrade to socket.io@4.6.x
3.0.5...4.1.2 ~4.0.3 (ref) Please upgrade to socket.io@4.6.x
3.0.0...3.0.4 ~4.0.1 (ref) Please upgrade to socket.io@4.6.x
2.3.0...2.5.0 ~3.4.0 (ref) npm audit fix should be sufficient

Workarounds

There is no known workaround except upgrading to a safe version.

For more information

If you have any questions or comments about this advisory:

  • Open a discussion here

Thanks to @rafax00 for the responsible disclosure.

๐Ÿšจ Insufficient validation when decoding a Socket.IO packet

Due to improper type validation in the socket.io-parser library (which is used by the socket.io and socket.io-client packages to encode and decode Socket.IO packets), it is possible to overwrite the _placeholder object which allows an attacker to place references to functions at arbitrary places in the resulting query object.

Example:

const decoder = new Decoder();

decoder.on("decoded", (packet) => {
 console.log(packet.data); // prints [ 'hello', [Function: splice] ]
})

decoder.add('51-["hello",{"_placeholder":true,"num":"splice"}]');
decoder.add(Buffer.from("world"));

This bubbles up in the socket.io package:

io.on("connection", (socket) => {
 socket.on("hello", (val) => {
 // here, "val" could be a function instead of a buffer
 });
});

โš ๏ธ IMPORTANT NOTE โš ๏ธ

You need to make sure that the payload that you received from the client is actually a Buffer object:

io.on("connection", (socket) => {
 socket.on("hello", (val) => {
 if (!Buffer.isBuffer(val)) {
 socket.disconnect();
 return;
 }
 // ...
 });
});

If that's already the case, then you are not impacted by this issue, and there is no way an attacker could make your server crash (or escalate privileges, ...).

Example of values that could be sent by a malicious user:

  • a number that is out of bounds

Sample packet: 451-["hello",{"_placeholder":true,"num":10}]

io.on("connection", (socket) => {
 socket.on("hello", (val) => {
 // val is `undefined`
 });
});
  • a value that is not a number, like undefined

Sample packet: 451-["hello",{"_placeholder":true,"num":undefined}]

io.on("connection", (socket) => {
 socket.on("hello", (val) => {
 // val is `undefined`
 });
});
  • a string that is part of the prototype of Array, like "push"

Sample packet: 451-["hello",{"_placeholder":true,"num":"push"}]

io.on("connection", (socket) => {
 socket.on("hello", (val) => {
 // val is a reference to the "push" function
 });
});
  • a string that is part of the prototype of Object, like "hasOwnProperty"

Sample packet: 451-["hello",{"_placeholder":true,"num":"hasOwnProperty"}]

io.on("connection", (socket) => {
 socket.on("hello", (val) => {
 // val is a reference to the "hasOwnProperty" function
 });
});

This should be fixed by:

  • b5d0cb7, included in socket.io-parser@4.2.1
  • b559f05, included in socket.io-parser@4.0.5
  • 04d23ce, included in socket.io-parser@3.4.2
  • fb21e42, included in socket.io-parser@3.3.3

Dependency analysis for the socket.io package

socket.io version socket.io-parser version Covered?
4.5.2...latest ~4.2.0 (ref) Yes โœ”๏ธ
4.1.3...4.5.1 ~4.0.4 (ref) Yes โœ”๏ธ
3.0.5...4.1.2 ~4.0.3 (ref) Yes โœ”๏ธ
3.0.0...3.0.4 ~4.0.1 (ref) Yes โœ”๏ธ
2.3.0...2.5.0 ~3.4.0 (ref) Yes โœ”๏ธ

Dependency analysis for the socket.io-client package

socket.io-client version socket.io-parser version Covered?
4.5.0...latest ~4.2.0 (ref) Yes โœ”๏ธ
4.3.0...4.4.1 ~4.1.1 (ref) No, but the impact is very limited
3.1.0...4.2.0 ~4.0.4 (ref) Yes โœ”๏ธ
3.0.5 ~4.0.3 (ref) Yes โœ”๏ธ
3.0.0...3.0.4 ~4.0.1 (ref) Yes โœ”๏ธ
2.2.0...2.5.0 ~3.3.0 (ref) Yes โœ”๏ธ
Release Notes

4.2.4 (from changelog)

Bug Fixes

  • ensure reserved events cannot be used as event names (d9db473)
  • properly detect plain objects (b0e6400)

4.2.3

โš ๏ธ This release contains an important security fix โš ๏ธ

A malicious client could send a specially crafted HTTP request, triggering an uncaught exception and killing the Node.js process:

TypeError: Cannot convert object to primitive value
       at Socket.emit (node:events:507:25)
       at .../node_modules/socket.io/lib/socket.js:531:14

Please upgrade as soon as possible.

Bug Fixes

  • check the format of the event name (3b78117)

Links

4.2.2

Bug Fixes

  • calling destroy() should clear all internal state (22c42e3)
  • do not modify the input packet upon encoding (ae8dd88)

Links

4.2.1

Bug Fixes

  • check the format of the index of each attachment (b5d0cb7)

Links

4.2.0

Features

  • allow the usage of custom replacer and reviver (#112) (b08bc1a)

Links

4.1.2

Bug Fixes

  • allow objects with a null prototype in binary packets (#114) (7f6b262)

Links

4.1.1

Links

4.1.0

Features

  • provide an ESM build with and without debug (388c616)

Links

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ style-loader (indirect, 0.23.1 โ†’ 2.0.0) ยท Repo ยท Changelog

Release Notes

2.0.0

โš  BREAKING CHANGES

  • minimum supported Node.js version is 10.13.0
  • the esModule option is true by default, you need to change const locals = require('./styles.css')/require('./styles.css') on import locals from './styles.css'/import './styles.css'' (#489) (727a24d)
  • removed support for loaders returning String instead of Array (#491) (7a0ce4c)

โš  NOTICE

To avoid problems between style-loader and mini-css-extract-plugin because of changing the esModule option to true by default we strongly recommend upgrading mini-css-extract-plugin to 1.0.0 version.

1.3.0

1.3.0 (2020-10-03)

Features

Bug Fixes

1.2.1

1.2.1 (2020-04-28)

Bug Fixes

  • hot module replacement logic for lazy type (#468) (88a5c2b)

1.2.0

1.2.0 (2020-04-24)

Features

  • hot module replacement for css modules (6d14e0a)

1.1.4

1.1.4 (2020-04-15)

Chore

  • update deps

1.1.3

1.1.3 (2020-01-17)

Bug Fixes

1.1.2

1.1.2 (2019-12-25)

Bug Fixes

  • algorithm for importing modules (#449) (91ceaf2)
  • checking that the list of modules is an array (#448) (1138ed7)

1.1.1

1.1.1 (2019-12-20)

Bug Fixes

  • add empty default export for linkTag value (7ee8b04)

1.1.0

Features

Bug Fixes

1.0.2

1.0.2 (2019-12-17)

Bug Fixes

1.0.1

1.0.1 (2019-11-28)

Bug Fixes

  • compatibility linkTag with ES module syntax (#429) (2cdb9c3)

1.0.0

1.0.0 (2019-08-06)

Bug Fixes

Features

  • new injectType option (e2664e9)
  • remove type text/css from style and link element (#399) (b0187d6)

BREAKING CHANGES

  • minimum required Node.js version is 8.9.0
  • minimum require wepback version is 4.0.0
  • the convertToAbsoluteUrls option was removed, you don't need this anymore
  • the attrs option was renamed to the attributes option
  • the transform option was removed without replacement
  • the hmr option was removed, webpack automatically inject HMR code when it is required (when the HotModuleReplacementPlugin plugin was used)
  • the sourceMap option was removed. The loader automatically inject source maps if the previous loader emit them
  • the ref/unref api methods were removed for useable loader, please use the use/unuse api methods
  • the style-loader/url loader was removed in favor injectType option (look the documentation about the injectType option)
  • the style-loader/useable loader was removed in favor injectType option (look the documentation about the injectType option)
  • the singleton option was removed (look documentation about the injectType option)
  • the insertAt option was removed in favor the insert option (look the documentation about the insert option and examples)
  • the insertInto options was removed in favor the insert option (look the documentation about the insert option and examples)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ style-to-object (indirect, 0.3.0 โ†’ 0.4.4) ยท Repo ยท Changelog

Release Notes

0.4.4

0.4.4 (2023-10-15)

Bug Fixes

  • index: export default function and add Comment to index.d.ts (07d7c98)

0.4.3

0.4.3 (2023-10-14)

Build System

  • rollup: generate sourcemap for UMD build (463e4b5)

0.4.2

0.4.2 (2023-08-02)

Bug Fixes

  • do not throw error when loading library as UMD script (24bb01d)

0.4.1

0.4.1 (2023-01-16)

Bug Fixes

  • include types in export (3026691)

0.4.0

0.4.0 (2022-12-03)

Features

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ svgo (indirect, 1.3.2 โ†’ 2.8.0) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ terser-webpack-plugin (indirect, 2.3.8 โ†’ 5.3.14) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ timers-ext (indirect, 0.1.7 โ†’ 0.1.8) ยท Repo ยท Changelog

Release Notes

0.1.8

Maintenance Improvements

  • Bump dependencies (1644a83)
  • Declare minimum Node.js version (2cb991d)

Comparison since last release

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 21 commits:

โ†—๏ธ type (indirect, 1.2.0 โ†’ 2.7.3) ยท Repo ยท Changelog

Release Notes

2.7.3

Maintenance Improvements

  • Add security vulnerability policy (a28cc58)
  • Prettify (aaa9256)
  • Upgrade prettier-elastic to v3 (7f10b2c)

Comparison since last release

2.7.2

Maintenance Improvements


Comparison since last release

2.7.1

Maintenance Improvements

  • TS: Fix support for isOptional in ensure options (#7) (320f89b) (Marco)

Comparison since last release

2.7.0

Features

  • BigInt.coerce and BigInt.ensure (e49ad78)

Comparison since last release

2.6.1

Maintenance Improvements


Comparison since last release

2.6.0

Features

  • constructor validation utils (74b99bb)

Comparison since last release

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ url-loader (indirect, 1.1.2 โ†’ 4.1.1) ยท Repo ยท Changelog

Release Notes

4.1.1

4.1.1 (2020-10-09)

Chore

  • update schema-utils

4.1.0

4.1.0 (2020-04-08)

Features

  • the mimetype option can be Boolean
  • added the encoding option
  • added the generator option

4.0.0

4.0.0 (2020-03-17)

โš  BREAKING CHANGES

  • deps: migrate on mime-types package, some rare types may have other mimetype

3.0.0

3.0.0 (2019-11-26)

BREAKING CHANGES

  • minimum required nodejs version is 10.13.0
  • rename the esModules option to esModule
  • switch to ES modules by default (the option esModule is true by default)

2.3.0

2.3.0 (2019-11-21)

Features

  • new esModules option to output ES modules (0ee2b99)

2.2.0

2.2.0 (2019-10-04)

Features

2.1.0

2.1.0 (2019-07-18)

Features

2.0.1

2.0.1 (2019-06-25)

Bug Fixes

  • allow using limit as string when you use loader with query string (#185) (4842f93)

2.0.0

2.0.0 (2019-06-05)

Bug Fixes

  • rm unnecessary bin field (#163) (b603665)
  • limit should always be a number and 0 value handles as number (#180) (d82e453)
  • fallback loader will be used than limit is equal or greater (#179) (3c24545)

Features

BREAKING CHANGES

  • minimum required nodejs version is 8.9.0
  • limit should always be a number and 0 value handles as number
  • fallback loader will be used than limit is equal or greater (before only when greater)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 34 commits:

โ†—๏ธ v8-compile-cache (indirect, 2.3.0 โ†’ 2.4.0) ยท Repo ยท Changelog

Release Notes

2.4.0 (from changelog)

  • Fix segmentation fault with Rosetta on Apple Silicon #45.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 4 commits:

โ†—๏ธ value-or-promise (indirect, 1.0.6 โ†’ 1.0.12) ยท Repo ยท Changelog

Release Notes

1.0.12 (from changelog)

Patch Changes

  • 298b624: upgrade dev-dependencies
  • 9b25d9f: handle async rejections in the presence of sync errors

Does any of this look wrong? Please let us know.

โ†—๏ธ webpack-dev-middleware (indirect, 3.7.3 โ†’ 5.3.4) ยท Repo ยท Changelog

Security Advisories ๐Ÿšจ

๐Ÿšจ Path traversal in webpack-dev-middleware

Summary

The webpack-dev-middleware middleware does not validate the supplied URL address sufficiently before returning the local file. It is possible to access any file on the developer's machine.

Details

The middleware can either work with the physical filesystem when reading the files or it can use a virtualized in-memory memfs filesystem.
If writeToDisk configuration option is set to true, the physical filesystem is used:

else if (context.options.writeToDisk !== true) {

The getFilenameFromUrl method is used to parse URL and build the local file path.
The public path prefix is stripped from the URL, and the unsecaped path suffix is appended to the outputPath:


As the URL is not unescaped and normalized automatically before calling the midlleware, it is possible to use %2e and %2f sequences to perform path traversal attack.

PoC

A blank project can be created containing the following configuration file webpack.config.js:
module.exports = { devServer: { devMiddleware: { writeToDisk: true } } };

When started, it is possible to access any local file, e.g. /etc/passwd:
$ curl localhost:8080/public/..%2f..%2f..%2f..%2f../etc/passwd

root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
bin:x:2:2:bin:/bin:/usr/sbin/nologin
sys:x:3:3:sys:/dev:/usr/sbin/nologin
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/usr/sbin/nologin

Impact

The developers using webpack-dev-server or webpack-dev-middleware are affected by the issue. When the project is started, an attacker might access any file on the developer's machine and exfiltrate the content (e.g. password, configuration files, private source code, ...).

If the development server is listening on a public IP address (or 0.0.0.0), an attacker on the local network can access the local files without any interaction from the victim (direct connection to the port).

If the server allows access from third-party domains (CORS, Allow-Access-Origin: * ), an attacker can send a malicious link to the victim. When visited, the client side script can connect to the local server and exfiltrate the local files.

Recommendation

The URL should be unescaped and normalized before any further processing.

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ webpack-merge (indirect, 4.2.2 โ†’ 5.10.0) ยท Repo ยท Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ†—๏ธ webpack-stats-plugin (indirect, 0.3.2 โ†’ 1.1.3) ยท Repo ยท Changelog

Release Notes

1.1.3

Patch Changes

  • Provenance Badge to NPM Addition (#101)

1.1.1 (from changelog)

  • Bug: Better inference of RawSource for use with Terser plugin. #91

1.1.0 (from changelog)

  • Feature: Add opts.emit option. #89 #84

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 50 commits:

โ†—๏ธ webpack-virtual-modules (indirect, 0.2.2 โ†’ 0.5.0) ยท Repo

Sorry, we couldnโ€™t find anything useful about this release.

โ‰๏ธ wrap-ansi (downgrade, 7.0.0 โ†’ 6.2.0) ยท Repo

Commits

See the full diff on Github. The new version differs by 58 commits:

โ†—๏ธ ws (indirect, 7.4.5 โ†’ 8.17.1) ยท Repo

Security Advisories ๐Ÿšจ

๐Ÿšจ ws affected by a DoS when handling a request with many HTTP headers

Impact

A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server.

Proof of concept

const http = require('http');
const WebSocket = require('ws');

const wss = new WebSocket.Server({ port: 0 }, function () {
  const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split('');
  const headers = {};
  let count = 0;

  for (let i = 0; i < chars.length; i++) {
    if (count === 2000) break;

    for (let j = 0; j < chars.length; j++) {
      const key = chars[i] + chars[j];
      headers[key] = 'x';

      if (++count === 2000) break;
    }
  }

  headers.Connection = 'Upgrade';
  headers.Upgrade = 'websocket';
  headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ==';
  headers['Sec-WebSocket-Version'] = '13';

  const request = http.request({
    headers: headers,
    host: '127.0.0.1',
    port: wss.address().port
  });

  request.end();
});

Patches

The vulnerability was fixed in ws@8.17.1 (e55e510) and backported to ws@7.5.10 (22c2876), ws@6.2.3 (eeb76d3), and ws@5.2.4 (4abd8f6)

Workarounds

In vulnerable versions of ws, the issue can be mitigated in the following ways:

  1. Reduce the maximum allowed length of the request headers using the --max-http-header-size=size and/or the maxHeaderSize options so that no more headers than the server.maxHeadersCount limit can be sent.
  2. Set server.maxHeadersCount to 0 so that no limit is applied.

Credits

The vulnerability was reported by Ryan LaPointe in #2230.

References

๐Ÿšจ ws affected by a DoS when handling a request with many HTTP headers

Impact

A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server.

Proof of concept

const http = require('http');
const WebSocket = require('ws');

const wss = new WebSocket.Server({ port: 0 }, function () {
  const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split('');
  const headers = {};
  let count = 0;

  for (let i = 0; i < chars.length; i++) {
    if (count === 2000) break;

    for (let j = 0; j < chars.length; j++) {
      const key = chars[i] + chars[j];
      headers[key] = 'x';

      if (++count === 2000) break;
    }
  }

  headers.Connection = 'Upgrade';
  headers.Upgrade = 'websocket';
  headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ==';
  headers['Sec-WebSocket-Version'] = '13';

  const request = http.request({
    headers: headers,
    host: '127.0.0.1',
    port: wss.address().port
  });

  request.end();
});

Patches

The vulnerability was fixed in ws@8.17.1 (e55e510) and backported to ws@7.5.10 (22c2876), ws@6.2.3 (eeb76d3), and ws@5.2.4 (4abd8f6)

Workarounds

In vulnerable versions of ws, the issue can be mitigated in the following ways:

  1. Reduce the maximum allowed length of the request headers using the --max-http-header-size=size and/or the maxHeaderSize options so that no more headers than the server.maxHeadersCount limit can be sent.
  2. Set server.maxHeadersCount to 0 so that no limit is applied.

Credits

The vulnerability was reported by Ryan LaPointe in #2230.

References

๐Ÿšจ ReDoS in Sec-Websocket-Protocol header

Impact

A specially crafted value of the Sec-Websocket-Protocol header can be used to significantly slow down a ws server.

Proof of concept

for (const length of [1000, 2000, 4000, 8000, 16000, 32000]) {
  const value = 'b' + ' '.repeat(length) + 'x';
  const start = process.hrtime.bigint();

  value.trim().split(/ *, */);

  const end = process.hrtime.bigint();

  console.log('length = %d, time = %f ns', length, end - start);
}

Patches

The vulnerability was fixed in ws@7.4.6 (00c425e) and backported to ws@6.2.2 (78c676d) and ws@5.2.3 (76d47c1).

Workarounds

In vulnerable versions of ws, the issue can be mitigated by reducing the maximum allowed length of the request headers using the --max-http-header-size=size and/or the maxHeaderSize options.

Credits

The vulnerability was responsibly disclosed along with a fix in private by Robert McLaughlin from University of California, Santa Barbara.

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by 4 commits:

โ†—๏ธ xmlhttprequest-ssl (indirect, 1.6.3 โ†’ 2.0.0) ยท Repo

Commits

See the full diff on Github. The new version differs by 3 commits:

โ‰๏ธ y18n (downgrade, 5.0.8 โ†’ 4.0.3) ยท Repo ยท Changelog

โ†—๏ธ yaml-loader (indirect, 0.6.0 โ†’ 0.8.1) ยท Repo

Release Notes

0.8.1

  • Fix namespace query handling (#57)

0.8.0

Breaking Changes

  • Require Node.js 12.13 or later

Other Changes

  • Improve error for missing asStream option

0.7.0

Breaking Changes

  • Output JavaScript source by default, rather than JSON (#27)
  • With the update to yaml@2, some of its options change (#44)
  • Require Node.js 10.14.2 or later (d9f769f)

Other Changes

  • Update dependencies

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 25 commits:

โ‰๏ธ yargs (downgrade, 16.2.0 โ†’ 15.4.1) ยท Repo ยท Changelog

Release Notes

16.2.0

Features

  • command() now accepts an array of modules (f415388)

Bug Fixes

16.1.1

Bug Fixes

16.1.0

Features

Bug Fixes

  • deno: update types for deno ^1.4.0 (#1772) (0801752)
  • exports: node 13.0-13.6 require a string fallback (#1776) (b45c43a)
  • modules: module path was incorrect (#1759) (95a4a0a)
  • positional: positional strings no longer drop decimals (#1761) (e1a300f)
  • make positionals in -- count towards validation (#1752) (eb2b29d)

16.0.3

Bug Fixes

  • move yargs.cjs to yargs to fix Node 10 imports (#1747) (5bfb85b)

16.0.2

Bug Fixes

  • typescript: yargs-parser was breaking @types/yargs (#1745) (2253284)

16.0.1

Bug Fixes

16.0.0

โš  BREAKING CHANGES

  • tweaks to ESM/Deno API surface: now exports yargs function by default; getProcessArgvWithoutBin becomes hideBin; types now exported for Deno.
  • find-up replaced with escalade; export map added (limits importable files in Node >= 12); yarser-parser@19.x.x (new decamelize/camelcase implementation).
  • usage: single character aliases are now shown first in help output
  • rebase helper is no longer provided on yargs instance.
  • drop support for EOL Node 8 (#1686)

Features

Bug Fixes

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

โ‰๏ธ yargs-parser (downgrade, 20.2.9 โ†’ 18.1.3)

Sorry, we couldnโ€™t find anything useful about this release.

๐Ÿ†• @โ€‹ardatan/relay-compiler (added, 12.0.0)

๐Ÿ†• @โ€‹babel/eslint-parser (added, 7.27.5)

๐Ÿ†• @โ€‹babel/plugin-bugfix-firefox-class-in-computed-class-key (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-bugfix-safari-class-field-initializer-scope (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-bugfix-v8-static-class-fields-redefine-readonly (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-syntax-flow (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-syntax-import-attributes (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-syntax-unicode-sets-regex (added, 7.18.6)

๐Ÿ†• @โ€‹babel/plugin-transform-async-generator-functions (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-class-properties (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-class-static-block (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-duplicate-named-capturing-groups-regex (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-dynamic-import (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-export-namespace-from (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-flow-strip-types (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-json-strings (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-logical-assignment-operators (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-nullish-coalescing-operator (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-numeric-separator (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-object-rest-spread (added, 7.27.3)

๐Ÿ†• @โ€‹babel/plugin-transform-optional-catch-binding (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-optional-chaining (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-private-methods (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-private-property-in-object (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-regexp-modifiers (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-unicode-property-regex (added, 7.27.1)

๐Ÿ†• @โ€‹babel/plugin-transform-unicode-sets-regex (added, 7.27.1)

๐Ÿ†• @โ€‹builder.io/partytown (added, 0.7.6)

๐Ÿ†• @โ€‹eslint-community/eslint-utils (added, 4.7.0)

๐Ÿ†• @โ€‹eslint-community/regexpp (added, 4.12.1)

๐Ÿ†• @โ€‹gatsbyjs/parcel-namer-relative-to-cwd (added, 2.14.0)

๐Ÿ†• @โ€‹gatsbyjs/reach-router (added, 2.0.1)

๐Ÿ†• @โ€‹gatsbyjs/webpack-hot-middleware (added, 2.25.3)

๐Ÿ†• @โ€‹graphql-codegen/add (added, 3.2.3)

๐Ÿ†• @โ€‹graphql-codegen/core (added, 2.6.8)

๐Ÿ†• @โ€‹graphql-codegen/plugin-helpers (added, 2.7.2)

๐Ÿ†• @โ€‹graphql-codegen/schema-ast (added, 2.6.1)

๐Ÿ†• @โ€‹graphql-codegen/typescript (added, 2.8.8)

๐Ÿ†• @โ€‹graphql-codegen/typescript-operations (added, 2.5.13)

๐Ÿ†• @โ€‹graphql-codegen/visitor-plugin-common (added, 2.13.8)

๐Ÿ†• @โ€‹graphql-tools/code-file-loader (added, 7.3.23)

๐Ÿ†• @โ€‹graphql-tools/graphql-tag-pluck (added, 7.5.2)

๐Ÿ†• @โ€‹graphql-tools/optimize (added, 1.4.0)

๐Ÿ†• @โ€‹graphql-tools/relay-operation-optimizer (added, 6.5.18)

๐Ÿ†• @โ€‹graphql-typed-document-node/core (added, 3.2.0)

๐Ÿ†• @โ€‹jridgewell/source-map (added, 0.3.6)

๐Ÿ†• @โ€‹lezer/common (added, 1.2.3)

๐Ÿ†• @โ€‹lezer/lr (added, 1.4.2)

๐Ÿ†• @โ€‹lmdb/lmdb-darwin-arm64 (added, 2.5.2)

๐Ÿ†• @โ€‹lmdb/lmdb-darwin-x64 (added, 2.5.2)

๐Ÿ†• @โ€‹lmdb/lmdb-linux-arm (added, 2.5.2)

๐Ÿ†• @โ€‹lmdb/lmdb-linux-arm64 (added, 2.5.2)

๐Ÿ†• @โ€‹lmdb/lmdb-linux-x64 (added, 2.5.2)

๐Ÿ†• @โ€‹lmdb/lmdb-win32-x64 (added, 2.5.2)

๐Ÿ†• @โ€‹mischnic/json-sourcemap (added, 0.1.1)

๐Ÿ†• @โ€‹msgpackr-extract/msgpackr-extract-darwin-arm64 (added, 3.0.3)

๐Ÿ†• @โ€‹msgpackr-extract/msgpackr-extract-darwin-x64 (added, 3.0.3)

๐Ÿ†• @โ€‹msgpackr-extract/msgpackr-extract-linux-arm (added, 3.0.3)

๐Ÿ†• @โ€‹msgpackr-extract/msgpackr-extract-linux-arm64 (added, 3.0.3)

๐Ÿ†• @โ€‹msgpackr-extract/msgpackr-extract-linux-x64 (added, 3.0.3)

๐Ÿ†• @โ€‹msgpackr-extract/msgpackr-extract-win32-x64 (added, 3.0.3)

๐Ÿ†• @โ€‹nicolo-ribaudo/eslint-scope-5-internals (added, 5.1.1-v1)

๐Ÿ†• @โ€‹parcel/bundler-default (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/cache (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/codeframe (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/compressor-raw (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/core (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/diagnostic (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/events (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/fs (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/fs-search (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/graph (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/hash (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/logger (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/markdown-ansi (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/namer-default (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/node-resolver-core (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/optimizer-terser (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/package-manager (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/packager-js (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/packager-raw (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/plugin (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/reporter-dev-server (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/resolver-default (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/runtime-js (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/source-map (added, 2.1.1)

๐Ÿ†• @โ€‹parcel/transformer-js (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/transformer-json (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/types (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/utils (added, 2.8.3)

๐Ÿ†• @โ€‹parcel/watcher (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-android-arm64 (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-darwin-arm64 (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-darwin-x64 (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-freebsd-x64 (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-linux-arm-glibc (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-linux-arm-musl (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-linux-arm64-glibc (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-linux-arm64-musl (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-linux-x64-glibc (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-linux-x64-musl (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-win32-arm64 (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-win32-ia32 (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/watcher-win32-x64 (added, 2.5.1)

๐Ÿ†• @โ€‹parcel/workers (added, 2.8.3)

๐Ÿ†• @โ€‹pnpm/config.env-replace (added, 1.1.0)

๐Ÿ†• @โ€‹pnpm/network.ca-file (added, 1.0.2)

๐Ÿ†• @โ€‹pnpm/npm-conf (added, 2.3.1)

๐Ÿ†• @โ€‹rtsao/scc (added, 1.1.0)

๐Ÿ†• @โ€‹sigmacomputing/babel-plugin-lodash (added, 3.3.5)

๐Ÿ†• @โ€‹socket.io/component-emitter (added, 3.1.2)

๐Ÿ†• @โ€‹swc/helpers (added, 0.4.37)

๐Ÿ†• @โ€‹swc/legacy-helpers (added, npm:@swc/helpers@0.4.14)

๐Ÿ†• @โ€‹trysound/sax (added, 0.2.0)

๐Ÿ†• @โ€‹types/cacheable-request (added, 6.0.3)

๐Ÿ†• @โ€‹types/eslint (added, 7.29.0)

๐Ÿ†• @โ€‹types/eslint-scope (added, 3.7.7)

๐Ÿ†• @โ€‹types/http-cache-semantics (added, 4.0.4)

๐Ÿ†• @โ€‹types/keyv (added, 3.1.4)

๐Ÿ†• @โ€‹types/responselike (added, 1.0.3)

๐Ÿ†• @โ€‹types/semver (added, 7.7.0)

๐Ÿ†• @โ€‹typescript-eslint/scope-manager (added, 5.62.0)

๐Ÿ†• @โ€‹typescript-eslint/type-utils (added, 5.62.0)

๐Ÿ†• @โ€‹typescript-eslint/types (added, 5.62.0)

๐Ÿ†• @โ€‹typescript-eslint/utils (added, 5.62.0)

๐Ÿ†• @โ€‹typescript-eslint/visitor-keys (added, 5.62.0)

๐Ÿ†• @โ€‹vercel/webpack-asset-relocator-loader (added, 1.7.3)

๐Ÿ†• @โ€‹webassemblyjs/helper-numbers (added, 1.13.2)

๐Ÿ†• abortcontroller-polyfill (added, 1.7.8)

๐Ÿ†• acorn-loose (added, 8.5.0)

๐Ÿ†• ajv-formats (added, 2.1.1)

๐Ÿ†• ansi-html-community (added, 0.0.8)

๐Ÿ†• append-field (added, 1.0.0)

๐Ÿ†• array-buffer-byte-length (added, 1.0.2)

๐Ÿ†• array.prototype.findlast (added, 1.2.5)

๐Ÿ†• array.prototype.findlastindex (added, 1.2.6)

๐Ÿ†• arraybuffer.prototype.slice (added, 1.0.4)

๐Ÿ†• asap (added, 2.0.6)

๐Ÿ†• async-function (added, 1.0.0)

๐Ÿ†• auto-bind (added, 4.0.0)

๐Ÿ†• available-typed-arrays (added, 1.0.7)

๐Ÿ†• b4a (added, 1.6.7)

๐Ÿ†• babel-jsx-utils (added, 1.1.0)

๐Ÿ†• babel-plugin-syntax-trailing-function-commas (added, 7.0.0-beta.0)

๐Ÿ†• babel-preset-fbjs (added, 3.4.0)

๐Ÿ†• bare-events (added, 2.5.4)

๐Ÿ†• bare-fs (added, 4.1.5)

๐Ÿ†• bare-os (added, 3.6.1)

๐Ÿ†• bare-path (added, 3.0.0)

๐Ÿ†• bare-stream (added, 2.6.5)

๐Ÿ†• base-x (added, 3.0.11)

๐Ÿ†• bser (added, 2.1.1)

๐Ÿ†• busboy (added, 1.6.0)

๐Ÿ†• cacheable-lookup (added, 5.0.4)

๐Ÿ†• call-bind-apply-helpers (added, 1.0.2)

๐Ÿ†• call-bound (added, 1.0.4)

๐Ÿ†• capital-case (added, 1.0.4)

๐Ÿ†• change-case (added, 4.1.2)

๐Ÿ†• change-case-all (added, 1.0.15)

๐Ÿ†• clone (added, 2.1.2)

๐Ÿ†• colord (added, 2.9.3)

๐Ÿ†• colorette (added, 2.0.20)

๐Ÿ†• config-chain (added, 1.1.13)

๐Ÿ†• constant-case (added, 3.0.4)

๐Ÿ†• css-minimizer-webpack-plugin (added, 2.0.0)

๐Ÿ†• css.escape (added, 1.5.1)

๐Ÿ†• cssnano-utils (added, 3.1.0)

๐Ÿ†• data-view-buffer (added, 1.0.2)

๐Ÿ†• data-view-byte-length (added, 1.0.2)

๐Ÿ†• data-view-byte-offset (added, 1.0.1)

๐Ÿ†• deepmerge (added, 4.3.1)

๐Ÿ†• define-data-property (added, 1.1.4)

๐Ÿ†• define-lazy-prop (added, 2.0.0)

๐Ÿ†• dependency-graph (added, 0.11.0)

๐Ÿ†• dot-case (added, 3.0.4)

๐Ÿ†• dotenv-expand (added, 5.1.0)

๐Ÿ†• dunder-proto (added, 1.0.1)

๐Ÿ†• enquirer (added, 2.4.1)

๐Ÿ†• es-define-property (added, 1.0.1)

๐Ÿ†• es-errors (added, 1.3.0)

๐Ÿ†• es-iterator-helpers (added, 1.2.1)

๐Ÿ†• es-module-lexer (added, 1.7.0)

๐Ÿ†• es-object-atoms (added, 1.1.1)

๐Ÿ†• es-set-tostringtag (added, 2.1.0)

๐Ÿ†• eslint-webpack-plugin (added, 2.7.0)

๐Ÿ†• esniff (added, 2.0.1)

๐Ÿ†• express-http-proxy (added, 1.6.3)

๐Ÿ†• fast-fifo (added, 1.3.2)

๐Ÿ†• fast-uri (added, 3.0.6)

๐Ÿ†• fb-watchman (added, 2.0.2)

๐Ÿ†• fbjs (added, 3.0.5)

๐Ÿ†• fbjs-css-vars (added, 1.0.2)

๐Ÿ†• flat (added, 5.0.2)

๐Ÿ†• fork-ts-checker-webpack-plugin (added, 6.5.3)

๐Ÿ†• form-data-encoder (added, 2.1.4)

๐Ÿ†• fraction.js (added, 4.3.7)

๐Ÿ†• fs-monkey (added, 1.0.6)

๐Ÿ†• gatsby-parcel-config (added, 1.14.0)

๐Ÿ†• gatsby-script (added, 2.14.0)

๐Ÿ†• gatsby-sharp (added, 1.14.0)

๐Ÿ†• gatsby-worker (added, 2.14.0)

๐Ÿ†• get-proto (added, 1.0.1)

๐Ÿ†• globalthis (added, 1.0.4)

๐Ÿ†• gopd (added, 1.2.0)

๐Ÿ†• graphemer (added, 1.4.0)

๐Ÿ†• graphql-http (added, 1.22.4)

๐Ÿ†• graphql-tag (added, 2.12.6)

๐Ÿ†• has-proto (added, 1.2.0)

๐Ÿ†• hash-wasm (added, 4.12.0)

๐Ÿ†• hasown (added, 2.0.2)

๐Ÿ†• he (added, 1.2.0)

๐Ÿ†• header-case (added, 2.0.4)

๐Ÿ†• http2-wrapper (added, 1.0.3)

๐Ÿ†• immer (added, 9.0.21)

๐Ÿ†• immutable (added, 3.7.6)

๐Ÿ†• is-absolute (added, 1.0.0)

๐Ÿ†• is-array-buffer (added, 3.0.5)

๐Ÿ†• is-async-function (added, 2.1.1)

๐Ÿ†• is-data-view (added, 1.0.2)

๐Ÿ†• is-finalizationregistry (added, 1.1.1)

๐Ÿ†• is-generator-function (added, 1.1.0)

๐Ÿ†• is-inside-container (added, 1.0.0)

๐Ÿ†• is-lower-case (added, 2.0.2)

๐Ÿ†• is-map (added, 2.0.3)

๐Ÿ†• is-set (added, 2.0.3)

๐Ÿ†• is-typed-array (added, 1.1.15)

๐Ÿ†• is-upper-case (added, 2.0.2)

๐Ÿ†• is-weakmap (added, 2.0.2)

๐Ÿ†• is-weakset (added, 2.0.4)

๐Ÿ†• is64bit (added, 2.0.0)

๐Ÿ†• iterator.prototype (added, 1.1.5)

๐Ÿ†• javascript-stringify (added, 2.1.0)

๐Ÿ†• klona (added, 2.0.6)

๐Ÿ†• lilconfig (added, 2.1.0)

๐Ÿ†• linkfs (added, 2.1.0)

๐Ÿ†• lmdb (added, 2.5.3)

๐Ÿ†• lodash.truncate (added, 4.4.2)

๐Ÿ†• lower-case-first (added, 2.0.2)

๐Ÿ†• math-intrinsics (added, 1.1.0)

๐Ÿ†• memfs (added, 3.5.3)

๐Ÿ†• msgpackr (added, 1.11.4)

๐Ÿ†• msgpackr-extract (added, 3.0.3)

๐Ÿ†• multer (added, 2.0.1)

๐Ÿ†• nanoid (added, 3.3.11)

๐Ÿ†• natural-compare-lite (added, 1.4.0)

๐Ÿ†• node-gyp-build-optional-packages (added, 5.0.3)

๐Ÿ†• node-html-parser (added, 5.4.2)

๐Ÿ†• node-int64 (added, 0.4.0)

๐Ÿ†• nullthrows (added, 1.1.1)

๐Ÿ†• object.groupby (added, 1.0.3)

๐Ÿ†• ordered-binary (added, 1.5.3)

๐Ÿ†• own-keys (added, 1.0.1)

๐Ÿ†• param-case (added, 3.0.4)

๐Ÿ†• parse-filepath (added, 1.0.2)

๐Ÿ†• path-case (added, 3.0.4)

๐Ÿ†• path-root (added, 0.1.1)

๐Ÿ†• path-root-regex (added, 0.1.2)

๐Ÿ†• pkg-up (added, 3.1.0)

๐Ÿ†• platform (added, 1.3.6)

๐Ÿ†• possible-typed-array-names (added, 1.1.0)

๐Ÿ†• promise (added, 7.3.1)

๐Ÿ†• proto-list (added, 1.2.4)

๐Ÿ†• proxy-from-env (added, 1.1.0)

๐Ÿ†• react-server-dom-webpack (added, 0.0.0-experimental-c8b778b7f-20220825)

๐Ÿ†• reflect.getprototypeof (added, 1.0.10)

๐Ÿ†• relay-runtime (added, 12.0.0)

๐Ÿ†• require-from-string (added, 2.0.2)

๐Ÿ†• resolve-alpn (added, 1.2.1)

๐Ÿ†• safe-array-concat (added, 1.1.3)

๐Ÿ†• safe-push-apply (added, 1.0.0)

๐Ÿ†• sentence-case (added, 3.0.4)

๐Ÿ†• set-function-length (added, 1.2.2)

๐Ÿ†• set-function-name (added, 2.0.2)

๐Ÿ†• set-proto (added, 1.0.0)

๐Ÿ†• side-channel-list (added, 1.0.0)

๐Ÿ†• side-channel-map (added, 1.0.1)

๐Ÿ†• side-channel-weakmap (added, 1.0.2)

๐Ÿ†• signedsource (added, 1.0.0)

๐Ÿ†• snake-case (added, 3.0.4)

๐Ÿ†• source-map-js (added, 1.2.1)

๐Ÿ†• sponge-case (added, 1.0.1)

๐Ÿ†• stop-iteration-iterator (added, 1.1.0)

๐Ÿ†• streamsearch (added, 1.1.0)

๐Ÿ†• streamx (added, 2.22.1)

๐Ÿ†• string-natural-compare (added, 3.0.1)

๐Ÿ†• string.prototype.includes (added, 2.0.1)

๐Ÿ†• string.prototype.repeat (added, 1.0.0)

๐Ÿ†• swap-case (added, 2.0.2)

๐Ÿ†• system-architecture (added, 0.1.0)

๐Ÿ†• text-decoder (added, 1.2.3)

๐Ÿ†• title-case (added, 3.0.3)

๐Ÿ†• tr46 (added, 0.0.3)

๐Ÿ†• typed-array-buffer (added, 1.0.3)

๐Ÿ†• typed-array-byte-length (added, 1.0.3)

๐Ÿ†• typed-array-byte-offset (added, 1.0.4)

๐Ÿ†• typed-array-length (added, 1.0.7)

๐Ÿ†• ua-parser-js (added, 1.0.40)

๐Ÿ†• upper-case (added, 2.0.2)

๐Ÿ†• upper-case-first (added, 2.0.2)

๐Ÿ†• utility-types (added, 3.11.0)

๐Ÿ†• weak-lru-cache (added, 1.2.2)

๐Ÿ†• webidl-conversions (added, 3.0.1)

๐Ÿ†• whatwg-url (added, 5.0.0)

๐Ÿ†• which-builtin-type (added, 1.2.1)

๐Ÿ†• which-collection (added, 1.0.2)

๐Ÿ†• which-typed-array (added, 1.1.19)

๐Ÿ†• wildcard (added, 2.0.1)

๐Ÿ†• xxhash-wasm (added, 0.4.2)

๐Ÿ—‘๏ธ @โ€‹ardatan/aggregate-error (removed)

๐Ÿ—‘๏ธ @โ€‹babel/helper-builder-binary-assignment-operator-visitor (removed)

๐Ÿ—‘๏ธ @โ€‹babel/helper-explode-assignable-expression (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-proposal-async-generator-functions (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-proposal-class-static-block (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-proposal-dynamic-import (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-proposal-export-namespace-from (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-proposal-json-strings (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-proposal-logical-assignment-operators (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-proposal-optional-catch-binding (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-proposal-private-methods (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-proposal-unicode-property-regex (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-syntax-async-generators (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-syntax-class-static-block (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-syntax-export-namespace-from (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-syntax-json-strings (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-syntax-logical-assignment-operators (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-syntax-optional-catch-binding (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-syntax-private-property-in-object (removed)

๐Ÿ—‘๏ธ @โ€‹babel/plugin-syntax-top-level-await (removed)

๐Ÿ—‘๏ธ @โ€‹babel/standalone (removed)

๐Ÿ—‘๏ธ @โ€‹endemolshinegroup/cosmiconfig-typescript-loader (removed)

๐Ÿ—‘๏ธ @โ€‹graphql-tools/batch-execute (removed)

๐Ÿ—‘๏ธ @โ€‹graphql-tools/delegate (removed)

๐Ÿ—‘๏ธ @โ€‹graphql-tools/graphql-file-loader (removed)

๐Ÿ—‘๏ธ @โ€‹graphql-tools/import (removed)

๐Ÿ—‘๏ธ @โ€‹graphql-tools/json-file-loader (removed)

๐Ÿ—‘๏ธ @โ€‹graphql-tools/url-loader (removed)

๐Ÿ—‘๏ธ @โ€‹graphql-tools/wrap (removed)

๐Ÿ—‘๏ธ @โ€‹iarna/toml (removed)

๐Ÿ—‘๏ธ @โ€‹jest/types (removed)

๐Ÿ—‘๏ธ @โ€‹mdx-js/util (removed)

๐Ÿ—‘๏ธ @โ€‹microsoft/fetch-event-source (removed)

๐Ÿ—‘๏ธ @โ€‹mikaelkristiansson/domready (removed)

๐Ÿ—‘๏ธ @โ€‹pieh/friendly-errors-webpack-plugin (removed)

๐Ÿ—‘๏ธ @โ€‹reach/router (removed)

๐Ÿ—‘๏ธ @โ€‹turist/fetch (removed)

๐Ÿ—‘๏ธ @โ€‹turist/time (removed)

๐Ÿ—‘๏ธ @โ€‹types/acorn (removed)

๐Ÿ—‘๏ธ @โ€‹types/component-emitter (removed)

๐Ÿ—‘๏ธ @โ€‹types/eslint-visitor-keys (removed)

๐Ÿ—‘๏ธ @โ€‹types/estree-jsx (removed)

๐Ÿ—‘๏ธ @โ€‹types/hast (removed)

๐Ÿ—‘๏ธ @โ€‹types/istanbul-lib-coverage (removed)

๐Ÿ—‘๏ธ @โ€‹types/istanbul-lib-report (removed)

๐Ÿ—‘๏ธ @โ€‹types/istanbul-reports (removed)

๐Ÿ—‘๏ธ @โ€‹types/json-patch (removed)

๐Ÿ—‘๏ธ @โ€‹types/ms (removed)

๐Ÿ—‘๏ธ @โ€‹types/node-fetch (removed)

๐Ÿ—‘๏ธ @โ€‹types/q (removed)

๐Ÿ—‘๏ธ @โ€‹types/websocket (removed)

๐Ÿ—‘๏ธ @โ€‹types/yargs (removed)

๐Ÿ—‘๏ธ @โ€‹types/yargs-parser (removed)

๐Ÿ—‘๏ธ @โ€‹typescript-eslint/experimental-utils (removed)

๐Ÿ—‘๏ธ abort-controller (removed)

๐Ÿ—‘๏ธ aggregate-error (removed)

๐Ÿ—‘๏ธ alphanum-sort (removed)

๐Ÿ—‘๏ธ ansi-html (removed)

๐Ÿ—‘๏ธ arch (removed)

๐Ÿ—‘๏ธ arg (removed)

๐Ÿ—‘๏ธ array-filter (removed)

๐Ÿ—‘๏ธ array-map (removed)

๐Ÿ—‘๏ธ array-reduce (removed)

๐Ÿ—‘๏ธ array.prototype.reduce (removed)

๐Ÿ—‘๏ธ async-cache (removed)

๐Ÿ—‘๏ธ async-retry-ng (removed)

๐Ÿ—‘๏ธ babel-core (removed)

๐Ÿ—‘๏ธ babel-eslint (removed)

๐Ÿ—‘๏ธ babel-plugin-lodash (removed)

๐Ÿ—‘๏ธ backo2 (removed)

๐Ÿ—‘๏ธ base64-arraybuffer (removed)

๐Ÿ—‘๏ธ batch (removed)

๐Ÿ—‘๏ธ bonjour (removed)

๐Ÿ—‘๏ธ buffer-indexof (removed)

๐Ÿ—‘๏ธ cacache (removed)

๐Ÿ—‘๏ธ ccount (removed)

๐Ÿ—‘๏ธ character-entities (removed)

๐Ÿ—‘๏ธ character-entities-html4 (removed)

๐Ÿ—‘๏ธ character-entities-legacy (removed)

๐Ÿ—‘๏ธ character-reference-invalid (removed)

๐Ÿ—‘๏ธ clean-stack (removed)

๐Ÿ—‘๏ธ coa (removed)

๐Ÿ—‘๏ธ connect-history-api-fallback (removed)

๐Ÿ—‘๏ธ contentful-management (removed)

๐Ÿ—‘๏ธ contentful-sdk-core (removed)

๐Ÿ—‘๏ธ copyfiles (removed)

๐Ÿ—‘๏ธ cosmiconfig-toml-loader (removed)

๐Ÿ—‘๏ธ create-react-context (removed)

๐Ÿ—‘๏ธ create-require (removed)

๐Ÿ—‘๏ธ css-color-names (removed)

๐Ÿ—‘๏ธ css-select-base-adapter (removed)

๐Ÿ—‘๏ธ css-selector-tokenizer (removed)

๐Ÿ—‘๏ธ cssfilter (removed)

๐Ÿ—‘๏ธ cssnano-util-get-arguments (removed)

๐Ÿ—‘๏ธ cssnano-util-get-match (removed)

๐Ÿ—‘๏ธ cssnano-util-raw-cache (removed)

๐Ÿ—‘๏ธ cssnano-util-same-parent (removed)

๐Ÿ—‘๏ธ dataloader (removed)

๐Ÿ—‘๏ธ decode-named-character-reference (removed)

๐Ÿ—‘๏ธ deep-equal (removed)

๐Ÿ—‘๏ธ default-gateway (removed)

๐Ÿ—‘๏ธ del (removed)

๐Ÿ—‘๏ธ dequal (removed)

๐Ÿ—‘๏ธ detect-newline (removed)

๐Ÿ—‘๏ธ detect-node (removed)

๐Ÿ—‘๏ธ diff (removed)

๐Ÿ—‘๏ธ diff-sequences (removed)

๐Ÿ—‘๏ธ dns-equal (removed)

๐Ÿ—‘๏ธ dns-packet (removed)

๐Ÿ—‘๏ธ dns-txt (removed)

๐Ÿ—‘๏ธ dom-walk (removed)

๐Ÿ—‘๏ธ es-array-method-boxes-properly (removed)

๐Ÿ—‘๏ธ escape-goat (removed)

๐Ÿ—‘๏ธ eslint-loader (removed)

๐Ÿ—‘๏ธ eslint-plugin-graphql (removed)

๐Ÿ—‘๏ธ estree-util-is-identifier-name (removed)

๐Ÿ—‘๏ธ estree-util-visit (removed)

๐Ÿ—‘๏ธ event-target-shim (removed)

๐Ÿ—‘๏ธ eventemitter3 (removed)

๐Ÿ—‘๏ธ eventsource (removed)

๐Ÿ—‘๏ธ expand-tilde (removed)

๐Ÿ—‘๏ธ express-graphql (removed)

๐Ÿ—‘๏ธ extract-files (removed)

๐Ÿ—‘๏ธ fast-copy (removed)

๐Ÿ—‘๏ธ fastparse (removed)

๐Ÿ—‘๏ธ faye-websocket (removed)

๐Ÿ—‘๏ธ fd (removed)

๐Ÿ—‘๏ธ fs-minipass (removed)

๐Ÿ—‘๏ธ gatsby-recipes (removed)

๐Ÿ—‘๏ธ gatsby-telemetry (removed)

๐Ÿ—‘๏ธ git-up (removed)

๐Ÿ—‘๏ธ global (removed)

๐Ÿ—‘๏ธ global-dirs (removed)

๐Ÿ—‘๏ธ graphql-config (removed)

๐Ÿ—‘๏ธ graphql-playground-html (removed)

๐Ÿ—‘๏ธ graphql-playground-middleware-express (removed)

๐Ÿ—‘๏ธ graphql-subscriptions (removed)

๐Ÿ—‘๏ธ graphql-ws (removed)

๐Ÿ—‘๏ธ gud (removed)

๐Ÿ—‘๏ธ handle-thing (removed)

๐Ÿ—‘๏ธ has-cors (removed)

๐Ÿ—‘๏ธ has-symbol-support-x (removed)

๐Ÿ—‘๏ธ has-to-string-tag-x (removed)

๐Ÿ—‘๏ธ has-yarn (removed)

๐Ÿ—‘๏ธ hex-color-regex (removed)

๐Ÿ—‘๏ธ hicat (removed)

๐Ÿ—‘๏ธ hoist-non-react-statics (removed)

๐Ÿ—‘๏ธ homedir-polyfill (removed)

๐Ÿ—‘๏ธ hpack.js (removed)

๐Ÿ—‘๏ธ hsl-regex (removed)

๐Ÿ—‘๏ธ hsla-regex (removed)

๐Ÿ—‘๏ธ http-deceiver (removed)

๐Ÿ—‘๏ธ http-parser-js (removed)

๐Ÿ—‘๏ธ http-proxy (removed)

๐Ÿ—‘๏ธ http-proxy-middleware (removed)

๐Ÿ—‘๏ธ icss-replace-symbols (removed)

๐Ÿ—‘๏ธ import-cwd (removed)

๐Ÿ—‘๏ธ import-lazy (removed)

๐Ÿ—‘๏ธ import-local (removed)

๐Ÿ—‘๏ธ indent-string (removed)

๐Ÿ—‘๏ธ internal-ip (removed)

๐Ÿ—‘๏ธ into-stream (removed)

๐Ÿ—‘๏ธ ip (removed)

๐Ÿ—‘๏ธ ip-regex (removed)

๐Ÿ—‘๏ธ is-alphabetical (removed)

๐Ÿ—‘๏ธ is-alphanumerical (removed)

๐Ÿ—‘๏ธ is-arguments (removed)

๐Ÿ—‘๏ธ is-color-stop (removed)

๐Ÿ—‘๏ธ is-decimal (removed)

๐Ÿ—‘๏ธ is-hexadecimal (removed)

๐Ÿ—‘๏ธ is-installed-globally (removed)

๐Ÿ—‘๏ธ is-npm (removed)

๐Ÿ—‘๏ธ is-object (removed)

๐Ÿ—‘๏ธ is-path-cwd (removed)

๐Ÿ—‘๏ธ is-path-in-cwd (removed)

๐Ÿ—‘๏ธ is-plain-obj (removed)

๐Ÿ—‘๏ธ is-resolvable (removed)

๐Ÿ—‘๏ธ is-retry-allowed (removed)

๐Ÿ—‘๏ธ is-ssh (removed)

๐Ÿ—‘๏ธ is-url (removed)

๐Ÿ—‘๏ธ is-yarn-global (removed)

๐Ÿ—‘๏ธ isomorphic-ws (removed)

๐Ÿ—‘๏ธ isurl (removed)

๐Ÿ—‘๏ธ iterall (removed)

๐Ÿ—‘๏ธ jest-diff (removed)

๐Ÿ—‘๏ธ jest-get-type (removed)

๐Ÿ—‘๏ธ json3 (removed)

๐Ÿ—‘๏ธ jsonify (removed)

๐Ÿ—‘๏ธ killable (removed)

๐Ÿ—‘๏ธ last-call-webpack-plugin (removed)

๐Ÿ—‘๏ธ loader-fs-cache (removed)

๐Ÿ—‘๏ธ lodash.flatten (removed)

๐Ÿ—‘๏ธ lodash.isplainobject (removed)

๐Ÿ—‘๏ธ lodash.isstring (removed)

๐Ÿ—‘๏ธ lodash.without (removed)

๐Ÿ—‘๏ธ loglevel (removed)

๐Ÿ—‘๏ธ longest-streak (removed)

๐Ÿ—‘๏ธ make-error (removed)

๐Ÿ—‘๏ธ markdown-table (removed)

๐Ÿ—‘๏ธ mdast-util-compact (removed)

๐Ÿ—‘๏ธ mdast-util-from-markdown (removed)

๐Ÿ—‘๏ธ mdast-util-mdx (removed)

๐Ÿ—‘๏ธ mdast-util-mdx-expression (removed)

๐Ÿ—‘๏ธ mdast-util-mdx-jsx (removed)

๐Ÿ—‘๏ธ mdast-util-mdxjs-esm (removed)

๐Ÿ—‘๏ธ mdast-util-to-markdown (removed)

๐Ÿ—‘๏ธ mdast-util-to-string (removed)

๐Ÿ—‘๏ธ meros (removed)

๐Ÿ—‘๏ธ micromark (removed)

๐Ÿ—‘๏ธ micromark-core-commonmark (removed)

๐Ÿ—‘๏ธ micromark-extension-mdx-expression (removed)

๐Ÿ—‘๏ธ micromark-extension-mdx-jsx (removed)

๐Ÿ—‘๏ธ micromark-extension-mdx-md (removed)

๐Ÿ—‘๏ธ micromark-extension-mdxjs (removed)

๐Ÿ—‘๏ธ micromark-extension-mdxjs-esm (removed)

๐Ÿ—‘๏ธ micromark-factory-destination (removed)

๐Ÿ—‘๏ธ micromark-factory-label (removed)

๐Ÿ—‘๏ธ micromark-factory-mdx-expression (removed)

๐Ÿ—‘๏ธ micromark-factory-space (removed)

๐Ÿ—‘๏ธ micromark-factory-title (removed)

๐Ÿ—‘๏ธ micromark-factory-whitespace (removed)

๐Ÿ—‘๏ธ micromark-util-character (removed)

๐Ÿ—‘๏ธ micromark-util-chunked (removed)

๐Ÿ—‘๏ธ micromark-util-classify-character (removed)

๐Ÿ—‘๏ธ micromark-util-combine-extensions (removed)

๐Ÿ—‘๏ธ micromark-util-decode-numeric-character-reference (removed)

๐Ÿ—‘๏ธ micromark-util-decode-string (removed)

๐Ÿ—‘๏ธ micromark-util-encode (removed)

๐Ÿ—‘๏ธ micromark-util-events-to-acorn (removed)

๐Ÿ—‘๏ธ micromark-util-html-tag-name (removed)

๐Ÿ—‘๏ธ micromark-util-normalize-identifier (removed)

๐Ÿ—‘๏ธ micromark-util-resolve-all (removed)

๐Ÿ—‘๏ธ micromark-util-sanitize-uri (removed)

๐Ÿ—‘๏ธ micromark-util-subtokenize (removed)

๐Ÿ—‘๏ธ micromark-util-symbol (removed)

๐Ÿ—‘๏ธ micromark-util-types (removed)

๐Ÿ—‘๏ธ min-document (removed)

๐Ÿ—‘๏ธ minipass (removed)

๐Ÿ—‘๏ธ minipass-collect (removed)

๐Ÿ—‘๏ธ minipass-flush (removed)

๐Ÿ—‘๏ธ minipass-pipeline (removed)

๐Ÿ—‘๏ธ mri (removed)

๐Ÿ—‘๏ธ multicast-dns (removed)

๐Ÿ—‘๏ธ multicast-dns-service-types (removed)

๐Ÿ—‘๏ธ name-all-modules-plugin (removed)

๐Ÿ—‘๏ธ native-url (removed)

๐Ÿ—‘๏ธ node-forge (removed)

๐Ÿ—‘๏ธ noms (removed)

๐Ÿ—‘๏ธ object-hash (removed)

๐Ÿ—‘๏ธ object-is (removed)

๐Ÿ—‘๏ธ object-path (removed)

๐Ÿ—‘๏ธ object.getownpropertydescriptors (removed)

๐Ÿ—‘๏ธ obuf (removed)

๐Ÿ—‘๏ธ opn (removed)

๐Ÿ—‘๏ธ optimize-css-assets-webpack-plugin (removed)

๐Ÿ—‘๏ธ original (removed)

๐Ÿ—‘๏ธ p-is-promise (removed)

๐Ÿ—‘๏ธ p-map (removed)

๐Ÿ—‘๏ธ p-retry (removed)

๐Ÿ—‘๏ธ p-throttle (removed)

๐Ÿ—‘๏ธ p-timeout (removed)

๐Ÿ—‘๏ธ parse-entities (removed)

๐Ÿ—‘๏ธ parse-passwd (removed)

๐Ÿ—‘๏ธ parse-path (removed)

๐Ÿ—‘๏ธ parse-url (removed)

๐Ÿ—‘๏ธ parseqs (removed)

๐Ÿ—‘๏ธ parseuri (removed)

๐Ÿ—‘๏ธ pnp-webpack-plugin (removed)

๐Ÿ—‘๏ธ portfinder (removed)

๐Ÿ—‘๏ธ postcss-load-config (removed)

๐Ÿ—‘๏ธ pretty-format (removed)

๐Ÿ—‘๏ธ protocols (removed)

๐Ÿ—‘๏ธ pupa (removed)

๐Ÿ—‘๏ธ q (removed)

๐Ÿ—‘๏ธ querystring (removed)

๐Ÿ—‘๏ธ querystringify (removed)

๐Ÿ—‘๏ธ react-hot-loader (removed)

๐Ÿ—‘๏ธ remark-mdx (removed)

๐Ÿ—‘๏ธ remark-mdxjs (removed)

๐Ÿ—‘๏ธ remark-stringify (removed)

๐Ÿ—‘๏ธ requires-port (removed)

๐Ÿ—‘๏ธ resolve-dir (removed)

๐Ÿ—‘๏ธ rgb-regex (removed)

๐Ÿ—‘๏ธ rgba-regex (removed)

๐Ÿ—‘๏ธ rx-lite (removed)

๐Ÿ—‘๏ธ rx-lite-aggregates (removed)

๐Ÿ—‘๏ธ sade (removed)

๐Ÿ—‘๏ธ sax (removed)

๐Ÿ—‘๏ธ select-hose (removed)

๐Ÿ—‘๏ธ selfsigned (removed)

๐Ÿ—‘๏ธ semver-diff (removed)

๐Ÿ—‘๏ธ serve-index (removed)

๐Ÿ—‘๏ธ single-trailing-newline (removed)

๐Ÿ—‘๏ธ sockjs (removed)

๐Ÿ—‘๏ธ sockjs-client (removed)

๐Ÿ—‘๏ธ sort-keys (removed)

๐Ÿ—‘๏ธ spdy (removed)

๐Ÿ—‘๏ธ spdy-transport (removed)

๐Ÿ—‘๏ธ ssri (removed)

๐Ÿ—‘๏ธ st (removed)

๐Ÿ—‘๏ธ string-env-interpolation (removed)

๐Ÿ—‘๏ธ stringify-entities (removed)

๐Ÿ—‘๏ธ subscriptions-transport-ws (removed)

๐Ÿ—‘๏ธ sync-fetch (removed)

๐Ÿ—‘๏ธ term-size (removed)

๐Ÿ—‘๏ธ thunky (removed)

๐Ÿ—‘๏ธ timed-out (removed)

๐Ÿ—‘๏ธ timsort (removed)

๐Ÿ—‘๏ธ ts-node (removed)

๐Ÿ—‘๏ธ ts-pnp (removed)

๐Ÿ—‘๏ธ unified (removed)

๐Ÿ—‘๏ธ uniqs (removed)

๐Ÿ—‘๏ธ unist-util-is (removed)

๐Ÿ—‘๏ธ unist-util-position-from-estree (removed)

๐Ÿ—‘๏ธ unist-util-remove (removed)

๐Ÿ—‘๏ธ unist-util-remove-position (removed)

๐Ÿ—‘๏ธ unist-util-visit-parents (removed)

๐Ÿ—‘๏ธ unquote (removed)

๐Ÿ—‘๏ธ untildify (removed)

๐Ÿ—‘๏ธ update-notifier (removed)

๐Ÿ—‘๏ธ url-parse (removed)

๐Ÿ—‘๏ธ url-to-options (removed)

๐Ÿ—‘๏ธ util.promisify (removed)

๐Ÿ—‘๏ธ uvu (removed)

๐Ÿ—‘๏ธ vendors (removed)

๐Ÿ—‘๏ธ vfile (removed)

๐Ÿ—‘๏ธ vfile-location (removed)

๐Ÿ—‘๏ธ warning (removed)

๐Ÿ—‘๏ธ wbuf (removed)

๐Ÿ—‘๏ธ webpack-dev-server (removed)

๐Ÿ—‘๏ธ webpack-hot-middleware (removed)

๐Ÿ—‘๏ธ webpack-log (removed)

๐Ÿ—‘๏ธ websocket-driver (removed)

๐Ÿ—‘๏ธ websocket-extensions (removed)

๐Ÿ—‘๏ธ xss (removed)

๐Ÿ—‘๏ธ yeast (removed)

๐Ÿ—‘๏ธ yn (removed)

๐Ÿ—‘๏ธ zwitch (removed)