Skip to content

Commit ca58ec1

Browse files
v7.23.0
1 parent ce9ed98 commit ca58ec1

File tree

37 files changed

+39
-39
lines changed

37 files changed

+39
-39
lines changed

Makefile.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile.source.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -450,14 +450,14 @@ target["bootstrap-flow"] = function () {
450450

451451
target["new-version-checklist"] = function () {
452452
// eslint-disable-next-line no-constant-condition
453-
if (1) {
453+
if (0) {
454454
console.log(
455455
`
456456
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
457457
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
458458
!!!!!! !!!!!!
459-
!!!!!! Set the minimum required core version in the !!!!!!
460-
!!!!!! import source transform to the new minor. !!!!!!
459+
!!!!!! Write any important message here, and change the !!!!!!
460+
!!!!!! if (0) above to if (1) !!!!!!
461461
!!!!!! !!!!!!
462462
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
463463
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel",
3-
"version": "7.22.20",
3+
"version": "7.23.0",
44
"version_babel8": "8.0.0-alpha.2",
55
"private": true,
66
"type": "commonjs",

packages/babel-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/cli",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "Babel command line.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-cli",

packages/babel-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.22.20",
3+
"version": "7.23.0",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",

packages/babel-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/generator",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "Turns an AST into code.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

packages/babel-helper-function-name/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-function-name",
3-
"version": "7.22.5",
3+
"version": "7.23.0",
44
"description": "Helper function to change the property 'name' of every function",
55
"repository": {
66
"type": "git",

packages/babel-helper-member-expression-to-functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-member-expression-to-functions",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "Helper function to replace certain member expressions with function calls",
55
"repository": {
66
"type": "git",

packages/babel-helper-module-transforms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-module-transforms",
3-
"version": "7.22.20",
3+
"version": "7.23.0",
44
"description": "Babel helper functions for implementing ES6 module transformations",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",

packages/babel-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helpers",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "Collection of helper functions used by Babel transforms.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helpers",

packages/babel-helpers/src/helpers/importDeferProxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* @minVersion 7.22.0 */
1+
/* @minVersion 7.23.0 */
22
export default function _importDeferProxy(init) {
33
var ns = null;
44
var constValue = function (v) {

packages/babel-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/parser",
3-
"version": "7.22.16",
3+
"version": "7.23.0",
44
"description": "A JavaScript parser",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-parser",

packages/babel-plugin-proposal-decorators/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-decorators",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-plugin-proposal-destructuring-private/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-destructuring-private",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "Transform destructuring private proposal",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-explicit-resource-management/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-explicit-resource-management",
3-
"version": "7.22.6",
3+
"version": "7.23.0",
44
"description": "Compile `using` declarations to ES2015",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-import-defer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-import-defer",
3-
"version": "7.22.5",
3+
"version": "7.23.0",
44
"description": "Support `import defer` when compiling to CommonJS",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-import-defer/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { defineCommonJSHook } from "@babel/plugin-transform-modules-commonjs";
66
import syntaxImportDefer from "@babel/plugin-syntax-import-defer";
77

88
export default declare(api => {
9-
api.assertVersion(7);
9+
api.assertVersion("^7.23.0");
1010
// We need the explicit type annotation otherwise when using t.assert* ts
1111
// reports that 'Assertions require every name in the call target to be
1212
// declared with an explicit type annotation'

packages/babel-plugin-proposal-import-wasm-source/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-import-wasm-source",
3-
"version": "7.22.5",
3+
"version": "7.23.0",
44
"description": "Transform source phase imports (`import source ... from '...'`) to work in browsers and Node.js, assuming that the imported source is a WebAssembly module.",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-import-wasm-source/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function imp(path: NodePath, name: string, module: string) {
3838

3939
export default declare(api => {
4040
const { types: t, template } = api;
41-
api.assertVersion(7);
41+
api.assertVersion("^7.23.0");
4242

4343
const { node: nodeTarget, ...webTargets } = api.targets();
4444
const emptyNodeTarget = nodeTarget == null;

packages/babel-plugin-proposal-optional-chaining-assign/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-optional-chaining-assign",
3-
"version": "7.22.5",
3+
"version": "7.23.0",
44
"description": "Transform optional chaining on the left-hand side of assignment expressions",
55
"repository": {
66
"type": "git",

packages/babel-plugin-syntax-import-defer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-syntax-import-defer",
3-
"version": "7.22.5",
3+
"version": "7.23.0",
44
"description": "Allow parsing of the `import defer` syntax in import statement",
55
"repository": {
66
"type": "git",

packages/babel-plugin-syntax-import-source/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-syntax-import-source",
3-
"version": "7.22.5",
3+
"version": "7.23.0",
44
"description": "Allow parsing of the `import source` proposal.",
55
"repository": {
66
"type": "git",

packages/babel-plugin-syntax-optional-chaining-assign/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-syntax-optional-chaining-assign",
3-
"version": "7.22.5",
3+
"version": "7.23.0",
44
"description": "Allow parsing of optional chaining on the left-hand side of assignment expressions",
55
"repository": {
66
"type": "git",

packages/babel-plugin-syntax-optional-chaining-assign/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface Options {
88
}
99

1010
export default declare((api, options: Options) => {
11-
api.assertVersion(7);
11+
api.assertVersion("^7.23.0");
1212

1313
v.validateTopLevelOptions(options, { version: "version" });
1414
const { version } = options;

packages/babel-plugin-transform-block-scoping/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-block-scoping",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "Compile ES2015 block scoping (const and let) to ES5",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-destructuring/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-destructuring",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "Compile ES2015 destructuring to ES5",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-modules-amd/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-modules-amd",
3-
"version": "7.22.5",
3+
"version": "7.23.0",
44
"description": "This plugin transforms ES2015 modules to AMD",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-modules-commonjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-modules-commonjs",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "This plugin transforms ES2015 modules to CommonJS",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-modules-systemjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-modules-systemjs",
3-
"version": "7.22.11",
3+
"version": "7.23.0",
44
"description": "This plugin transforms ES2015 modules to SystemJS",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-optional-chaining/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-optional-chaining",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "Transform optional chaining operators into a series of nil checks",
55
"repository": {
66
"type": "git",

packages/babel-preset-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-typescript",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "Babel preset for TypeScript.",
55
"repository": {
66
"type": "git",

packages/babel-runtime-corejs2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime-corejs2",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-runtime-corejs3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime-corejs3",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime",
3-
"version": "7.22.15",
3+
"version": "7.23.0",
44
"description": "babel's modular runtime helpers",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-standalone/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/standalone",
3-
"version": "7.22.20",
3+
"version": "7.23.0",
44
"description": "Standalone build of Babel for use in non-Node.js environments.",
55
"main": "./babel.js",
66
"files": [

packages/babel-traverse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/traverse",
3-
"version": "7.22.20",
3+
"version": "7.23.0",
44
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-traverse",

packages/babel-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/types",
3-
"version": "7.22.19",
3+
"version": "7.23.0",
44
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-types",

0 commit comments

Comments
 (0)