Skip to content

Commit

Permalink
v7.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Jun 9, 2021
1 parent a59522d commit 7a2a928
Show file tree
Hide file tree
Showing 155 changed files with 914 additions and 915 deletions.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-config-internal/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-config-internal",
"version": "7.12.13",
"version": "7.14.5",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"private": true,
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-parser",
"version": "7.14.4",
"version": "7.14.5",
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development-internal",
"version": "7.14.0",
"version": "7.14.5",
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "./lib/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin-development/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development",
"version": "7.13.10",
"version": "7.14.5",
"description": "ESLint rules that enforce best practices in the development of Babel plugins.",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin",
"version": "7.13.16",
"version": "7.14.5",
"description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.js",
"type": "commonjs",
Expand Down
24 changes: 12 additions & 12 deletions eslint/babel-eslint-shared-fixtures/package.json
@@ -1,20 +1,20 @@
{
"name": "@babel/eslint-shared-fixtures",
"version": "7.12.13",
"version": "7.14.5",
"description": "Shared fixtures for testing @babel/eslint-* packages",
"private": true,
"dependencies": {
"@babel/core": "workspace:^7.12.13",
"@babel/eslint-parser": "workspace:*",
"@babel/plugin-proposal-class-properties": "workspace:^7.12.13",
"@babel/plugin-proposal-decorators": "workspace:^7.12.13",
"@babel/plugin-proposal-do-expressions": "workspace:^7.12.13",
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.12.13",
"@babel/plugin-proposal-private-methods": "workspace:^7.12.13",
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.13",
"@babel/preset-env": "workspace:^7.12.13",
"@babel/preset-flow": "workspace:^7.12.13",
"@babel/preset-react": "workspace:^7.12.13",
"@babel/core": "workspace:^7.14.5",
"@babel/eslint-parser": "workspace:^7.14.5",
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5",
"@babel/plugin-proposal-decorators": "workspace:^7.14.5",
"@babel/plugin-proposal-do-expressions": "workspace:^7.14.5",
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.14.5",
"@babel/plugin-proposal-private-methods": "workspace:^7.14.5",
"@babel/plugin-syntax-export-default-from": "workspace:^7.14.5",
"@babel/preset-env": "workspace:^7.14.5",
"@babel/preset-flow": "workspace:^7.14.5",
"@babel/preset-react": "workspace:^7.14.5",
"eslint": "^7.27.0"
}
}
8 changes: 4 additions & 4 deletions eslint/babel-eslint-tests/package.json
@@ -1,12 +1,12 @@
{
"name": "@babel/eslint-tests",
"version": "7.14.4",
"version": "7.14.5",
"description": "Tests for babel/eslint-* packages",
"private": true,
"dependencies": {
"@babel/core": "workspace:^7.14.3",
"@babel/eslint-parser": "workspace:^7.14.4",
"@babel/preset-react": "workspace:^7.13.13",
"@babel/core": "workspace:^7.14.5",
"@babel/eslint-parser": "workspace:^7.14.5",
"@babel/preset-react": "workspace:^7.14.5",
"dedent": "^0.7.0",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.23.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.14.4",
"version": "7.14.5",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.14.3",
"version": "7.14.5",
"description": "Babel command line.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-cli",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-code-frame/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/code-frame",
"version": "7.12.13",
"version": "7.14.5",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",
Expand All @@ -16,7 +16,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/highlight": "workspace:^7.12.13"
"@babel/highlight": "workspace:^7.14.5"
},
"devDependencies": {
"@types/chalk": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.14.4",
"version": "7.14.5",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
20 changes: 10 additions & 10 deletions packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.14.3",
"version": "7.14.5",
"description": "Babel compiler core.",
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
Expand Down Expand Up @@ -48,15 +48,15 @@
"./src/transformation/util/clone-deep.ts": "./src/transformation/util/clone-deep-browser.ts"
},
"dependencies": {
"@babel/code-frame": "workspace:^7.12.13",
"@babel/generator": "workspace:^7.14.3",
"@babel/helper-compilation-targets": "workspace:^7.13.16",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.2",
"@babel/helpers": "workspace:^7.14.0",
"@babel/parser": "workspace:^7.14.3",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.14.2",
"@babel/types": "workspace:^7.14.2",
"@babel/code-frame": "workspace:^7.14.5",
"@babel/generator": "workspace:^7.14.5",
"@babel/helper-compilation-targets": "workspace:^7.14.5",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5",
"@babel/helpers": "workspace:^7.14.5",
"@babel/parser": "workspace:^7.14.5",
"@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.14.3",
"version": "7.14.5",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^7.14.2",
"@babel/types": "workspace:^7.14.5",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
"source-map": "^0.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-annotate-as-pure/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-annotate-as-pure",
"version": "7.12.13",
"version": "7.14.5",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.12.13"
"@babel/types": "workspace:^7.14.5"
},
"engines": {
"node": ">=6.9.0"
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.12.13",
"version": "7.14.5",
"description": "Helper function to build binary assignment operator visitors",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-explode-assignable-expression": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.13"
"@babel/helper-explode-assignable-expression": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5"
},
"engines": {
"node": ">=6.9.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-builder-react-jsx/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-react-jsx",
"version": "7.12.13",
"version": "7.14.5",
"description": "Helper function to build react jsx",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.13"
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5"
},
"engines": {
"node": ">=6.9.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-compilation-targets/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.14.4",
"version": "7.14.5",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Helper functions on Babel compilation targets",
Expand All @@ -21,8 +21,8 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "workspace:^7.14.4",
"@babel/helper-validator-option": "workspace:^7.12.17",
"@babel/compat-data": "workspace:^7.14.5",
"@babel/helper-validator-option": "workspace:^7.14.5",
"browserslist": "^4.16.6",
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-helper-create-class-features-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.14.4",
"version": "7.14.5",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand All @@ -18,12 +18,12 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-function-name": "workspace:^7.14.2",
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.14.4",
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"@babel/helper-function-name": "workspace:^7.14.5",
"@babel/helper-member-expression-to-functions": "workspace:^7.14.5",
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
"@babel/helper-replace-supers": "workspace:^7.14.5",
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-regexp-features-plugin",
"version": "7.14.3",
"version": "7.14.5",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5",
Expand All @@ -18,7 +18,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"regexpu-core": "^4.7.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-define-map/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-define-map",
"version": "7.13.12",
"version": "7.14.5",
"description": "Helper function to define a map",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-function-name": "workspace:^7.12.13",
"@babel/types": "workspace:^7.13.12"
"@babel/helper-function-name": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5"
},
"engines": {
"node": ">=6.9.0"
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-explode-assignable-expression",
"version": "7.13.0",
"version": "7.14.5",
"description": "Helper function to explode an assignable expression",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.13.0"
"@babel/types": "workspace:^7.14.5"
},
"devDependencies": {
"@babel/traverse": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-fixtures",
"version": "7.13.13",
"version": "7.14.5",
"description": "Helper function to support fixtures",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-helper-function-name/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-function-name",
"version": "7.14.2",
"version": "7.14.5",
"description": "Helper function to change the property 'name' of every function",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-get-function-arity": "workspace:^7.12.13",
"@babel/template": "workspace:^7.12.13",
"@babel/types": "workspace:^7.14.2"
"@babel/helper-get-function-arity": "workspace:^7.14.5",
"@babel/template": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5"
},
"engines": {
"node": ">=6.9.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-get-function-arity/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-get-function-arity",
"version": "7.12.13",
"version": "7.14.5",
"description": "Helper function to get function arity",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.12.13"
"@babel/types": "workspace:^7.14.5"
},
"engines": {
"node": ">=6.9.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-hoist-variables/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-hoist-variables",
"version": "7.13.16",
"version": "7.14.5",
"description": "Helper function to hoist variables",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.13.16"
"@babel/types": "workspace:^7.14.5"
},
"TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.",
"devDependencies": {
Expand Down

0 comments on commit 7a2a928

Please sign in to comment.