From d94a8e50edb62aff0bb3c8eb76d5073f731cf798 Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Tue, 20 Apr 2021 11:11:32 +0000 Subject: [PATCH] v7.13.16 --- eslint/babel-eslint-plugin/package.json | 2 +- package.json | 2 +- packages/babel-cli/package.json | 2 +- packages/babel-core/package.json | 12 +++---- packages/babel-generator/package.json | 4 +-- .../package.json | 4 +-- .../babel-helper-hoist-variables/package.json | 6 ++-- packages/babel-helpers/package.json | 6 ++-- packages/babel-parser/package.json | 2 +- .../package.json | 4 +-- 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 +- packages/babel-types/package.json | 2 +- yarn.lock | 36 +++++++++---------- 17 files changed, 46 insertions(+), 46 deletions(-) diff --git a/eslint/babel-eslint-plugin/package.json b/eslint/babel-eslint-plugin/package.json index 6b37983ef2..9f92302a51 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.13.15", + "version": "7.13.16", "description": "Companion rules for @babel/eslint-parser", "main": "./lib/index.js", "type": "commonjs", diff --git a/package.json b/package.json index f83d4d2fb1..75b6c184f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "7.13.15", + "version": "7.13.16", "private": true, "license": "MIT", "type": "commonjs", diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index d83aadfec7..56b4aaa878 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "@babel/cli", - "version": "7.13.14", + "version": "7.13.16", "description": "Babel command line.", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-cli", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index a1e32981e5..6bbe1bbc0a 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.13.15", + "version": "7.13.16", "description": "Babel compiler core.", "main": "lib/index.js", "author": "Sebastian McKenzie ", @@ -49,14 +49,14 @@ }, "dependencies": { "@babel/code-frame": "workspace:^7.12.13", - "@babel/generator": "workspace:^7.13.9", - "@babel/helper-compilation-targets": "workspace:^7.13.13", + "@babel/generator": "workspace:^7.13.16", + "@babel/helper-compilation-targets": "workspace:^7.13.16", "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14", - "@babel/helpers": "workspace:^7.13.10", - "@babel/parser": "workspace:^7.13.15", + "@babel/helpers": "workspace:^7.13.16", + "@babel/parser": "workspace:^7.13.16", "@babel/template": "workspace:^7.12.13", "@babel/traverse": "workspace:^7.13.15", - "@babel/types": "workspace:^7.13.14", + "@babel/types": "workspace:^7.13.16", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index 22e8052243..05796d46fa 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/generator", - "version": "7.13.9", + "version": "7.13.16", "description": "Turns an AST into code.", "author": "Sebastian McKenzie ", "license": "MIT", @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "@babel/types": "workspace:^7.13.0", + "@babel/types": "workspace:^7.13.16", "jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1", "source-map": "^0.5.0" }, diff --git a/packages/babel-helper-compilation-targets/package.json b/packages/babel-helper-compilation-targets/package.json index eaef18d46f..0d13129a2f 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.13.13", + "version": "7.13.16", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "Helper functions on Babel compilation targets", @@ -21,7 +21,7 @@ "babel-plugin" ], "dependencies": { - "@babel/compat-data": "workspace:^7.13.12", + "@babel/compat-data": "workspace:^7.13.15", "@babel/helper-validator-option": "workspace:^7.12.17", "browserslist": "^4.14.5", "semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0" diff --git a/packages/babel-helper-hoist-variables/package.json b/packages/babel-helper-hoist-variables/package.json index 083623e3b2..f48a6b1a1d 100644 --- a/packages/babel-helper-hoist-variables/package.json +++ b/packages/babel-helper-hoist-variables/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-hoist-variables", - "version": "7.13.0", + "version": "7.13.16", "description": "Helper function to hoist variables", "repository": { "type": "git", @@ -15,7 +15,7 @@ "main": "lib/index.js", "TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. After converting @babel/core to TS we can import NodePath from there.", "dependencies": { - "@babel/traverse": "workspace:^7.13.0", - "@babel/types": "workspace:^7.13.0" + "@babel/traverse": "workspace:^7.13.15", + "@babel/types": "workspace:^7.13.16" } } diff --git a/packages/babel-helpers/package.json b/packages/babel-helpers/package.json index 90b2896667..5e3340fba7 100644 --- a/packages/babel-helpers/package.json +++ b/packages/babel-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helpers", - "version": "7.13.10", + "version": "7.13.16", "description": "Collection of helper functions used by Babel transforms.", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-helpers", @@ -16,8 +16,8 @@ "main": "lib/index.js", "dependencies": { "@babel/template": "workspace:^7.12.13", - "@babel/traverse": "workspace:^7.13.0", - "@babel/types": "workspace:^7.13.0" + "@babel/traverse": "workspace:^7.13.15", + "@babel/types": "workspace:^7.13.16" }, "devDependencies": { "@babel/helper-plugin-test-runner": "workspace:*" diff --git a/packages/babel-parser/package.json b/packages/babel-parser/package.json index 6279c16f80..46acc771d8 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.13.15", + "version": "7.13.16", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-parser", diff --git a/packages/babel-plugin-transform-block-scoping/package.json b/packages/babel-plugin-transform-block-scoping/package.json index 5505f447ca..62489c6ddf 100644 --- a/packages/babel-plugin-transform-block-scoping/package.json +++ b/packages/babel-plugin-transform-block-scoping/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-block-scoping", - "version": "7.12.13", + "version": "7.13.16", "description": "Compile ES2015 block scoping (const and let) to ES5", "repository": { "type": "git", @@ -14,7 +14,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.12.13" + "@babel/helper-plugin-utils": "workspace:^7.13.0" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-register/package.json b/packages/babel-register/package.json index 878e909e00..3c63a95b60 100644 --- a/packages/babel-register/package.json +++ b/packages/babel-register/package.json @@ -1,6 +1,6 @@ { "name": "@babel/register", - "version": "7.13.14", + "version": "7.13.16", "description": "babel require hook", "license": "MIT", "publishConfig": { diff --git a/packages/babel-runtime-corejs2/package.json b/packages/babel-runtime-corejs2/package.json index 068392a0c3..4f78ccb52d 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.13.10", + "version": "7.13.16", "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 b2fa45a062..9bb19b90ad 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.13.10", + "version": "7.13.16", "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 b0b786b3c2..9996659e3d 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime", - "version": "7.13.10", + "version": "7.13.16", "description": "babel's modular runtime helpers", "license": "MIT", "publishConfig": { diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index fa4f7e368a..536d8814f3 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.13.15", + "version": "7.13.16", "description": "Standalone build of Babel for use in non-Node.js environments.", "main": "babel.js", "files": [ diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index 837ae51be6..35b38f595b 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/types", - "version": "7.13.14", + "version": "7.13.16", "description": "Babel Types is a Lodash-esque utility library for AST nodes", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-types", diff --git a/yarn.lock b/yarn.lock index 139275394e..bd60cc1685 100644 --- a/yarn.lock +++ b/yarn.lock @@ -138,7 +138,7 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.13.12, @babel/compat-data@workspace:^7.13.15, @babel/compat-data@workspace:^7.13.8, @babel/compat-data@workspace:packages/babel-compat-data": +"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.13.15, @babel/compat-data@workspace:^7.13.8, @babel/compat-data@workspace:packages/babel-compat-data": version: 0.0.0-use.local resolution: "@babel/compat-data@workspace:packages/babel-compat-data" dependencies: @@ -200,15 +200,15 @@ __metadata: resolution: "@babel/core@workspace:packages/babel-core" dependencies: "@babel/code-frame": "workspace:^7.12.13" - "@babel/generator": "workspace:^7.13.9" - "@babel/helper-compilation-targets": "workspace:^7.13.13" + "@babel/generator": "workspace:^7.13.16" + "@babel/helper-compilation-targets": "workspace:^7.13.16" "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14" "@babel/helper-transform-fixture-test-runner": "workspace:*" - "@babel/helpers": "workspace:^7.13.10" - "@babel/parser": "workspace:^7.13.15" + "@babel/helpers": "workspace:^7.13.16" + "@babel/parser": "workspace:^7.13.16" "@babel/template": "workspace:^7.12.13" "@babel/traverse": "workspace:^7.13.15" - "@babel/types": "workspace:^7.13.14" + "@babel/types": "workspace:^7.13.16" "@types/convert-source-map": ^1.5.1 "@types/debug": ^4.1.0 "@types/resolve": ^1.3.2 @@ -320,13 +320,13 @@ __metadata: languageName: node linkType: hard -"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.13.9, @babel/generator@workspace:packages/babel-generator": +"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.13.16, @babel/generator@workspace:^7.13.9, @babel/generator@workspace:packages/babel-generator": version: 0.0.0-use.local resolution: "@babel/generator@workspace:packages/babel-generator" dependencies: "@babel/helper-fixtures": "workspace:*" "@babel/parser": "workspace:*" - "@babel/types": "workspace:^7.13.0" + "@babel/types": "workspace:^7.13.16" "@types/jsesc": ^2.5.0 "@types/source-map": ^0.5.0 jsesc: "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1" @@ -393,11 +393,11 @@ __metadata: languageName: node linkType: hard -"@babel/helper-compilation-targets@workspace:^7.13.13, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets": +"@babel/helper-compilation-targets@workspace:^7.13.13, @babel/helper-compilation-targets@workspace:^7.13.16, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets": version: 0.0.0-use.local resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets" dependencies: - "@babel/compat-data": "workspace:^7.13.12" + "@babel/compat-data": "workspace:^7.13.15" "@babel/core": "workspace:*" "@babel/helper-validator-option": "workspace:^7.12.17" browserslist: ^4.14.5 @@ -570,8 +570,8 @@ __metadata: version: 0.0.0-use.local resolution: "@babel/helper-hoist-variables@workspace:packages/babel-helper-hoist-variables" dependencies: - "@babel/traverse": "workspace:^7.13.0" - "@babel/types": "workspace:^7.13.0" + "@babel/traverse": "workspace:^7.13.15" + "@babel/types": "workspace:^7.13.16" languageName: unknown linkType: soft @@ -868,14 +868,14 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.13.10, @babel/helpers@workspace:packages/babel-helpers": +"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.13.16, @babel/helpers@workspace:packages/babel-helpers": version: 0.0.0-use.local resolution: "@babel/helpers@workspace:packages/babel-helpers" dependencies: "@babel/helper-plugin-test-runner": "workspace:*" "@babel/template": "workspace:^7.12.13" - "@babel/traverse": "workspace:^7.13.0" - "@babel/types": "workspace:^7.13.0" + "@babel/traverse": "workspace:^7.13.15" + "@babel/types": "workspace:^7.13.16" languageName: unknown linkType: soft @@ -934,7 +934,7 @@ __metadata: languageName: node linkType: hard -"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.15, @babel/parser@workspace:packages/babel-parser": +"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.15, @babel/parser@workspace:^7.13.16, @babel/parser@workspace:packages/babel-parser": version: 0.0.0-use.local resolution: "@babel/parser@workspace:packages/babel-parser" dependencies: @@ -1973,7 +1973,7 @@ __metadata: dependencies: "@babel/core": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*" - "@babel/helper-plugin-utils": "workspace:^7.12.13" + "@babel/helper-plugin-utils": "workspace:^7.13.0" peerDependencies: "@babel/core": ^7.0.0-0 languageName: unknown @@ -3476,7 +3476,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.14, @babel/types@workspace:packages/babel-types": +"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.14, @babel/types@workspace:^7.13.16, @babel/types@workspace:packages/babel-types": version: 0.0.0-use.local resolution: "@babel/types@workspace:packages/babel-types" dependencies: