Skip to content

Commit 2d5f5ad

Browse files
v7.18.0
1 parent e0a2a71 commit 2d5f5ad

35 files changed

Lines changed: 50 additions & 51 deletions

File tree

Makefile

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -188,16 +188,15 @@ prepublish:
188188
IS_PUBLISH=true $(MAKE) test
189189

190190
new-version-checklist:
191-
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
192-
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
193-
@echo "!!!!!! !!!!!!"
194-
@echo "!!!!!! Update the regeneratorRuntime helper version !!!!!!"
195-
@echo "!!!!!! in generate-regenerator-runtime.js !!!!!!"
196-
@echo "!!!!!! and re-build the runtime helpers !!!!!!"
197-
@echo "!!!!!! !!!!!!"
198-
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
199-
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
200-
@exit 1
191+
# @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
192+
# @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
193+
# @echo "!!!!!! !!!!!!"
194+
# @echo "!!!!!! Write any message that should !!!!!!"
195+
# @echo "!!!!!! block the release here !!!!!!"
196+
# @echo "!!!!!! !!!!!!"
197+
# @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
198+
# @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
199+
# @exit 1
201200

202201
new-version:
203202
$(MAKE) new-version-checklist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel",
3-
"version": "7.17.12",
3+
"version": "7.18.0",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {

packages/babel-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.17.12",
3+
"version": "7.18.0",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",
@@ -52,7 +52,7 @@
5252
"@babel/code-frame": "workspace:^",
5353
"@babel/generator": "workspace:^",
5454
"@babel/helper-compilation-targets": "workspace:^",
55-
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.17.12",
55+
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.18.0",
5656
"@babel/helpers": "workspace:^",
5757
"@babel/parser": "workspace:^",
5858
"@babel/template": "workspace:^",

packages/babel-generator/package.json

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

packages/babel-helper-create-class-features-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-create-class-features-plugin",
3-
"version": "7.17.12",
3+
"version": "7.18.0",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Compile class public and private fields, private methods and decorators to ES6",

packages/babel-helper-define-map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-define-map",
3-
"version": "7.16.7",
3+
"version": "7.18.0",
44
"description": "Helper function to define a map",
55
"repository": {
66
"type": "git",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-module-transforms",
3-
"version": "7.17.12",
3+
"version": "7.18.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-helper-transform-fixture-test-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-transform-fixture-test-runner",
3-
"version": "7.17.10",
3+
"version": "7.18.0",
44
"description": "Transform test runner for @babel/helper-fixtures module",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",

packages/babel-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helpers",
3-
"version": "7.17.9",
3+
"version": "7.18.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/scripts/generate-regenerator-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const REGENERATOR_RUNTIME_IN_FILE = fs.readFileSync(
2020
"utf8"
2121
);
2222

23-
const MIN_VERSION = "7.17.9";
23+
const MIN_VERSION = "7.18.0";
2424

2525
const HEADER = `/* @minVersion ${MIN_VERSION} */
2626
/*

0 commit comments

Comments
 (0)