From 7ac9e9f740d499e9743c749d7117ff9baef3a8df Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Mon, 29 Mar 2021 13:34:28 +0000 Subject: [PATCH] v7.13.14 --- eslint/babel-eslint-parser/package.json | 2 +- package.json | 2 +- packages/babel-cli/package.json | 2 +- packages/babel-core/package.json | 6 ++-- .../package.json | 6 ++-- .../package.json | 6 ++-- packages/babel-register/package.json | 2 +- packages/babel-standalone/package.json | 2 +- packages/babel-types/package.json | 2 +- yarn.lock | 29 +++++++++---------- 10 files changed, 29 insertions(+), 30 deletions(-) diff --git a/eslint/babel-eslint-parser/package.json b/eslint/babel-eslint-parser/package.json index faced2be20..222d8e7f04 100644 --- a/eslint/babel-eslint-parser/package.json +++ b/eslint/babel-eslint-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/eslint-parser", - "version": "7.13.10", + "version": "7.13.14", "description": "ESLint parser that allows for linting of experimental syntax transformed by Babel", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", diff --git a/package.json b/package.json index 25fe9f51b3..c69b088845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "7.13.13", + "version": "7.13.14", "private": true, "license": "MIT", "type": "commonjs", diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 12ef9ba98c..022f401534 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "@babel/cli", - "version": "7.13.10", + "version": "7.13.14", "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 ea09e4d097..b99baee4bd 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.13.13", + "version": "7.13.14", "description": "Babel compiler core.", "main": "lib/index.js", "author": "Sebastian McKenzie ", @@ -51,12 +51,12 @@ "@babel/code-frame": "workspace:^7.12.13", "@babel/generator": "workspace:^7.13.9", "@babel/helper-compilation-targets": "workspace:^7.13.13", - "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.12", + "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14", "@babel/helpers": "workspace:^7.13.10", "@babel/parser": "workspace:^7.13.13", "@babel/template": "workspace:^7.12.13", "@babel/traverse": "workspace:^7.13.13", - "@babel/types": "workspace:^7.13.13", + "@babel/types": "workspace:^7.13.14", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", diff --git a/packages/babel-helper-module-transforms/package.json b/packages/babel-helper-module-transforms/package.json index 4326db5183..9c49818b9d 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.13.12", + "version": "7.13.14", "description": "Babel helper functions for implementing ES6 module transformations", "author": "Logan Smyth ", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms", @@ -21,7 +21,7 @@ "@babel/helper-split-export-declaration": "workspace:^7.12.13", "@babel/helper-validator-identifier": "workspace:^7.12.11", "@babel/template": "workspace:^7.12.13", - "@babel/traverse": "workspace:^7.13.0", - "@babel/types": "workspace:^7.13.12" + "@babel/traverse": "workspace:^7.13.13", + "@babel/types": "workspace:^7.13.14" } } diff --git a/packages/babel-helper-transform-fixture-test-runner/package.json b/packages/babel-helper-transform-fixture-test-runner/package.json index a57c45827b..c62262b630 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.13.12", + "version": "7.13.14", "description": "Transform test runner for @babel/helper-fixtures module", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner", @@ -16,8 +16,8 @@ "main": "lib/index.js", "dependencies": { "@babel/code-frame": "workspace:^7.12.13", - "@babel/core": "workspace:^7.13.10", - "@babel/helper-fixtures": "workspace:^7.13.10", + "@babel/core": "workspace:^7.13.14", + "@babel/helper-fixtures": "workspace:^7.13.13", "babel-check-duplicated-nodes": "^1.0.0", "quick-lru": "5.1.0", "regenerator-runtime": "^0.13.7", diff --git a/packages/babel-register/package.json b/packages/babel-register/package.json index c104f494eb..a07371f477 100644 --- a/packages/babel-register/package.json +++ b/packages/babel-register/package.json @@ -1,6 +1,6 @@ { "name": "@babel/register", - "version": "7.13.8", + "version": "7.13.14", "description": "babel require hook", "license": "MIT", "publishConfig": { diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index 57777c648c..10e51a0481 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.13.13", + "version": "7.13.14", "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 3f9e2dafbc..1dc49c58ec 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/types", - "version": "7.13.13", + "version": "7.13.14", "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 259619492f..494c17641c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -197,20 +197,20 @@ __metadata: languageName: node linkType: hard -"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.13.10, @babel/core@workspace:packages/babel-core": +"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.13.14, @babel/core@workspace:packages/babel-core": version: 0.0.0-use.local 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/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.12" + "@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.13" "@babel/template": "workspace:^7.12.13" "@babel/traverse": "workspace:^7.13.13" - "@babel/types": "workspace:^7.13.13" + "@babel/types": "workspace:^7.13.14" convert-source-map: ^1.7.0 debug: ^4.1.0 gensync: ^1.0.0-beta.2 @@ -536,7 +536,7 @@ __metadata: languageName: unknown linkType: soft -"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.13.10, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures": +"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.13.13, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures": version: 0.0.0-use.local resolution: "@babel/helper-fixtures@workspace:packages/babel-helper-fixtures" dependencies: @@ -639,7 +639,7 @@ __metadata: languageName: unknown linkType: soft -"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.13.12, @babel/helper-module-transforms@workspace:^7.13.0, @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.13.14, @babel/helper-module-transforms@workspace:^7.13.0, @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: @@ -649,17 +649,16 @@ __metadata: "@babel/helper-split-export-declaration": "workspace:^7.12.13" "@babel/helper-validator-identifier": "workspace:^7.12.11" "@babel/template": "workspace:^7.12.13" - "@babel/traverse": "workspace:^7.13.0" - "@babel/types": "workspace:^7.13.12" + "@babel/traverse": "workspace:^7.13.13" + "@babel/types": "workspace:^7.13.14" languageName: unknown linkType: soft -"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.13.12": - version: 0.0.0-condition-130862 - resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.13.12#130862" +"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.13.14": + version: 0.0.0-condition-f57fb3 + resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.13.14#f57fb3" dependencies: - "@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.13.12" - checksum: 099f985d9558228aa29430a51630015ea02a47f2714cc392f0105921e768c4998a70686942c51defe174cd5ed9f221ab0e4505a611f40e7a68158748c4bbfb8e + "@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.13.14" languageName: node linkType: hard @@ -823,8 +822,8 @@ __metadata: resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner" dependencies: "@babel/code-frame": "workspace:^7.12.13" - "@babel/core": "workspace:^7.13.10" - "@babel/helper-fixtures": "workspace:^7.13.10" + "@babel/core": "workspace:^7.13.14" + "@babel/helper-fixtures": "workspace:^7.13.13" "@types/jest": ^25.2.2 babel-check-duplicated-nodes: ^1.0.0 quick-lru: 5.1.0 @@ -3488,7 +3487,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.13, @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.13, @babel/types@workspace:^7.13.14, @babel/types@workspace:packages/babel-types": version: 0.0.0-use.local resolution: "@babel/types@workspace:packages/babel-types" dependencies: