From 4f1617cdd043c7b3d9797c92917e5537f7fb14a2 Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Mon, 14 Mar 2022 16:57:26 +0000 Subject: [PATCH] v7.17.7 --- .../package.json | 2 +- eslint/babel-eslint-plugin-development/package.json | 2 +- eslint/babel-eslint-plugin/package.json | 2 +- package.json | 2 +- packages/babel-compat-data/package.json | 2 +- packages/babel-core/package.json | 4 ++-- packages/babel-generator/package.json | 2 +- .../babel-helper-compilation-targets/package.json | 2 +- .../package.json | 2 +- .../babel-helper-module-transforms/package.json | 2 +- packages/babel-helper-simple-access/package.json | 2 +- .../package.json | 2 +- packages/babel-helpers/package.json | 2 +- packages/babel-parser/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/babel-register/package.json | 2 +- packages/babel-runtime-corejs2/package.json | 2 +- packages/babel-runtime-corejs3/package.json | 2 +- packages/babel-runtime/package.json | 2 +- packages/babel-standalone/package.json | 2 +- yarn.lock | 13 ++++++------- 22 files changed, 28 insertions(+), 29 deletions(-) diff --git a/eslint/babel-eslint-plugin-development-internal/package.json b/eslint/babel-eslint-plugin-development-internal/package.json index 0bfcb1c00cff..079c1e3098d8 100644 --- a/eslint/babel-eslint-plugin-development-internal/package.json +++ b/eslint/babel-eslint-plugin-development-internal/package.json @@ -1,6 +1,6 @@ { "name": "@babel/eslint-plugin-development-internal", - "version": "7.16.10", + "version": "7.17.7", "description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.", "main": "./lib/index.cjs", "keywords": [ diff --git a/eslint/babel-eslint-plugin-development/package.json b/eslint/babel-eslint-plugin-development/package.json index fe1e612daaf6..0fa2e4a68c2e 100644 --- a/eslint/babel-eslint-plugin-development/package.json +++ b/eslint/babel-eslint-plugin-development/package.json @@ -1,6 +1,6 @@ { "name": "@babel/eslint-plugin-development", - "version": "7.16.5", + "version": "7.17.7", "description": "ESLint rules that enforce best practices in the development of Babel plugins.", "keywords": [ "eslint", diff --git a/eslint/babel-eslint-plugin/package.json b/eslint/babel-eslint-plugin/package.json index ec4373dbad83..3f59599eeed8 100644 --- a/eslint/babel-eslint-plugin/package.json +++ b/eslint/babel-eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@babel/eslint-plugin", - "version": "7.16.5", + "version": "7.17.7", "description": "Companion rules for @babel/eslint-parser", "main": "./lib/index.cjs", "type": "commonjs", diff --git a/package.json b/package.json index 7b7c98839bc2..0a95f8bb191c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "7.17.6", + "version": "7.17.7", "private": true, "type": "commonjs", "scripts": { diff --git a/packages/babel-compat-data/package.json b/packages/babel-compat-data/package.json index 015b5601928c..ae74c97fff60 100644 --- a/packages/babel-compat-data/package.json +++ b/packages/babel-compat-data/package.json @@ -1,6 +1,6 @@ { "name": "@babel/compat-data", - "version": "7.17.0", + "version": "7.17.7", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 40515bd57eec..4e2594a59e02 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.17.5", + "version": "7.17.7", "description": "Babel compiler core.", "main": "./lib/index.js", "author": "The Babel Team (https://babel.dev/team)", @@ -52,7 +52,7 @@ "@babel/code-frame": "workspace:^", "@babel/generator": "workspace:^", "@babel/helper-compilation-targets": "workspace:^", - "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.7", + "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.17.7", "@babel/helpers": "workspace:^", "@babel/parser": "workspace:^", "@babel/template": "workspace:^", diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index 9d51bdcd36ad..be4ba78b11f6 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/generator", - "version": "7.17.3", + "version": "7.17.7", "description": "Turns an AST into code.", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", diff --git a/packages/babel-helper-compilation-targets/package.json b/packages/babel-helper-compilation-targets/package.json index 1e67bcb24eff..70c2baf773ad 100644 --- a/packages/babel-helper-compilation-targets/package.json +++ b/packages/babel-helper-compilation-targets/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-compilation-targets", - "version": "7.16.7", + "version": "7.17.7", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "Helper functions on Babel compilation targets", diff --git a/packages/babel-helper-member-expression-to-functions/package.json b/packages/babel-helper-member-expression-to-functions/package.json index ee04c176ff98..4479634e544d 100644 --- a/packages/babel-helper-member-expression-to-functions/package.json +++ b/packages/babel-helper-member-expression-to-functions/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-member-expression-to-functions", - "version": "7.16.7", + "version": "7.17.7", "description": "Helper function to replace certain member expressions with function calls", "repository": { "type": "git", diff --git a/packages/babel-helper-module-transforms/package.json b/packages/babel-helper-module-transforms/package.json index 7de41fbea1e7..b80e5c63ce3c 100644 --- a/packages/babel-helper-module-transforms/package.json +++ b/packages/babel-helper-module-transforms/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-module-transforms", - "version": "7.17.6", + "version": "7.17.7", "description": "Babel helper functions for implementing ES6 module transformations", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms", diff --git a/packages/babel-helper-simple-access/package.json b/packages/babel-helper-simple-access/package.json index c410023a346c..f2b20a66ec36 100644 --- a/packages/babel-helper-simple-access/package.json +++ b/packages/babel-helper-simple-access/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-simple-access", - "version": "7.16.7", + "version": "7.17.7", "description": "Babel helper for ensuring that access to a given value is performed through simple accesses", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access", diff --git a/packages/babel-helper-transform-fixture-test-runner/package.json b/packages/babel-helper-transform-fixture-test-runner/package.json index aa2dc761a904..a655909e0344 100644 --- a/packages/babel-helper-transform-fixture-test-runner/package.json +++ b/packages/babel-helper-transform-fixture-test-runner/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-transform-fixture-test-runner", - "version": "7.17.3", + "version": "7.17.7", "description": "Transform test runner for @babel/helper-fixtures module", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner", diff --git a/packages/babel-helpers/package.json b/packages/babel-helpers/package.json index 910a95b3c1c8..3c506a5ca1bc 100644 --- a/packages/babel-helpers/package.json +++ b/packages/babel-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helpers", - "version": "7.17.2", + "version": "7.17.7", "description": "Collection of helper functions used by Babel transforms.", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-helpers", diff --git a/packages/babel-parser/package.json b/packages/babel-parser/package.json index 1abee6d84442..a754e1a6e888 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.17.3", + "version": "7.17.7", "description": "A JavaScript parser", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-parser", diff --git a/packages/babel-plugin-transform-destructuring/package.json b/packages/babel-plugin-transform-destructuring/package.json index affae93fd595..0bdb385e3aa8 100644 --- a/packages/babel-plugin-transform-destructuring/package.json +++ b/packages/babel-plugin-transform-destructuring/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-destructuring", - "version": "7.17.3", + "version": "7.17.7", "description": "Compile ES2015 destructuring to ES5", "repository": { "type": "git", diff --git a/packages/babel-plugin-transform-modules-commonjs/package.json b/packages/babel-plugin-transform-modules-commonjs/package.json index 7f2d6338225a..2400dfdd94be 100644 --- a/packages/babel-plugin-transform-modules-commonjs/package.json +++ b/packages/babel-plugin-transform-modules-commonjs/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-modules-commonjs", - "version": "7.16.8", + "version": "7.17.7", "description": "This plugin transforms ES2015 modules to CommonJS", "repository": { "type": "git", diff --git a/packages/babel-register/package.json b/packages/babel-register/package.json index 3038ceb42cd8..8fc4903625ff 100644 --- a/packages/babel-register/package.json +++ b/packages/babel-register/package.json @@ -1,6 +1,6 @@ { "name": "@babel/register", - "version": "7.17.0", + "version": "7.17.7", "description": "babel require hook", "license": "MIT", "publishConfig": { diff --git a/packages/babel-runtime-corejs2/package.json b/packages/babel-runtime-corejs2/package.json index 101cf0d69bcf..217d7a3aa98a 100644 --- a/packages/babel-runtime-corejs2/package.json +++ b/packages/babel-runtime-corejs2/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime-corejs2", - "version": "7.17.2", + "version": "7.17.7", "description": "babel's modular runtime helpers with core-js@2 polyfilling", "license": "MIT", "publishConfig": { diff --git a/packages/babel-runtime-corejs3/package.json b/packages/babel-runtime-corejs3/package.json index 4d652371422b..a24ec6a684a2 100644 --- a/packages/babel-runtime-corejs3/package.json +++ b/packages/babel-runtime-corejs3/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime-corejs3", - "version": "7.17.2", + "version": "7.17.7", "description": "babel's modular runtime helpers with core-js@3 polyfilling", "license": "MIT", "publishConfig": { diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index 70eff4c99405..976f7e77971b 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime", - "version": "7.17.2", + "version": "7.17.7", "description": "babel's modular runtime helpers", "license": "MIT", "publishConfig": { diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index 1efaffaa93de..df03fc182c3c 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.17.6", + "version": "7.17.7", "description": "Standalone build of Babel for use in non-Node.js environments.", "main": "./babel.js", "files": [ diff --git a/yarn.lock b/yarn.lock index f90e182347ca..00b966322cec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -327,7 +327,7 @@ __metadata: "@babel/code-frame": "workspace:^" "@babel/generator": "workspace:^" "@babel/helper-compilation-targets": "workspace:^" - "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.7" + "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.17.7" "@babel/helper-transform-fixture-test-runner": "workspace:^" "@babel/helpers": "workspace:^" "@babel/parser": "workspace:^" @@ -769,7 +769,7 @@ __metadata: languageName: unknown linkType: soft -"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.16.7, @babel/helper-module-transforms@workspace:^, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms": +"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.17.7, @babel/helper-module-transforms@workspace:^, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms": version: 0.0.0-use.local resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms" dependencies: @@ -784,12 +784,11 @@ __metadata: languageName: unknown linkType: soft -"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.16.7": - version: 0.0.0-condition-cea964 - resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.16.7#cea964" +"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.17.7": + version: 0.0.0-condition-2e33d9 + resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.17.7#2e33d9" dependencies: - "@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.16.7" - checksum: 1efe84b6d7ade352ceb8b7b048caf13009eccc6c69a6898aada73e3914359c97cd70849d75c3851d7b27b3b3d63018ff3bcb7e0c32c12f7de3aa43145845cd25 + "@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.17.7" languageName: node linkType: hard