Skip to content

Commit

Permalink
v7.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Sep 2, 2021
1 parent 51c6a99 commit b237675
Show file tree
Hide file tree
Showing 48 changed files with 271 additions and 272 deletions.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-parser",
"version": "7.15.0",
"version": "7.15.4",
"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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.15.3",
"version": "7.15.4",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.14.8",
"version": "7.15.4",
"description": "Babel command line.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-cli",
Expand Down
18 changes: 9 additions & 9 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.15.0",
"version": "7.15.4",
"description": "Babel compiler core.",
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
Expand Down Expand Up @@ -49,14 +49,14 @@
},
"dependencies": {
"@babel/code-frame": "workspace:^7.14.5",
"@babel/generator": "workspace:^7.15.0",
"@babel/helper-compilation-targets": "workspace:^7.15.0",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.0",
"@babel/helpers": "workspace:^7.14.8",
"@babel/parser": "workspace:^7.15.0",
"@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.15.0",
"@babel/types": "workspace:^7.15.0",
"@babel/generator": "workspace:^7.15.4",
"@babel/helper-compilation-targets": "workspace:^7.15.4",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.4",
"@babel/helpers": "workspace:^7.15.4",
"@babel/parser": "workspace:^7.15.4",
"@babel/template": "workspace:^7.15.4",
"@babel/traverse": "workspace:^7.15.4",
"@babel/types": "workspace:^7.15.4",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.15.0",
"version": "7.15.4",
"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.15.0",
"@babel/types": "workspace:^7.15.4",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-annotate-as-pure",
"version": "7.14.5",
"version": "7.15.4",
"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.14.5"
"@babel/types": "workspace:^7.15.4"
},
"engines": {
"node": ">=6.9.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.14.5",
"version": "7.15.4",
"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.14.5",
"@babel/types": "workspace:^7.14.5"
"@babel/helper-explode-assignable-expression": "workspace:^7.15.4",
"@babel/types": "workspace:^7.15.4"
},
"engines": {
"node": ">=6.9.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-builder-react-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-react-jsx",
"version": "7.14.5",
"version": "7.15.4",
"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.14.5",
"@babel/types": "workspace:^7.14.5"
"@babel/helper-annotate-as-pure": "workspace:^7.15.4",
"@babel/types": "workspace:^7.15.4"
},
"engines": {
"node": ">=6.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-compilation-targets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.15.0",
"version": "7.15.4",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Helper functions on Babel compilation targets",
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-helper-create-class-features-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.15.0",
"version": "7.15.4",
"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.14.5",
"@babel/helper-function-name": "workspace:^7.14.5",
"@babel/helper-member-expression-to-functions": "workspace:^7.15.0",
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
"@babel/helper-replace-supers": "workspace:^7.15.0",
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
"@babel/helper-annotate-as-pure": "workspace:^7.15.4",
"@babel/helper-function-name": "workspace:^7.15.4",
"@babel/helper-member-expression-to-functions": "workspace:^7.15.4",
"@babel/helper-optimise-call-expression": "workspace:^7.15.4",
"@babel/helper-replace-supers": "workspace:^7.15.4",
"@babel/helper-split-export-declaration": "workspace:^7.15.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-define-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-define-map",
"version": "7.14.5",
"version": "7.15.4",
"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.14.5",
"@babel/types": "workspace:^7.14.5"
"@babel/helper-function-name": "workspace:^7.15.4",
"@babel/types": "workspace:^7.15.4"
},
"engines": {
"node": ">=6.9.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-explode-assignable-expression",
"version": "7.14.5",
"version": "7.15.4",
"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.14.5"
"@babel/types": "workspace:^7.15.4"
},
"devDependencies": {
"@babel/traverse": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-helper-function-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-function-name",
"version": "7.14.5",
"version": "7.15.4",
"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.14.5",
"@babel/template": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5"
"@babel/helper-get-function-arity": "workspace:^7.15.4",
"@babel/template": "workspace:^7.15.4",
"@babel/types": "workspace:^7.15.4"
},
"engines": {
"node": ">=6.9.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-get-function-arity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-get-function-arity",
"version": "7.14.5",
"version": "7.15.4",
"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.14.5"
"@babel/types": "workspace:^7.15.4"
},
"engines": {
"node": ">=6.9.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-hoist-variables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-hoist-variables",
"version": "7.14.5",
"version": "7.15.4",
"description": "Helper function to hoist variables",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.14.5"
"@babel/types": "workspace:^7.15.4"
},
"TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.",
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.15.0",
"version": "7.15.4",
"description": "Helper function to replace certain member expressions with function calls",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
"dependencies": {
"@babel/types": "workspace:^7.15.0"
"@babel/types": "workspace:^7.15.4"
},
"devDependencies": {
"@babel/traverse": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-module-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-imports",
"version": "7.14.5",
"version": "7.15.4",
"description": "Babel helper functions for inserting module loads",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
Expand All @@ -15,7 +15,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.14.5"
"@babel/types": "workspace:^7.15.4"
},
"devDependencies": {
"@babel/core": "workspace:*",
Expand Down
16 changes: 8 additions & 8 deletions packages/babel-helper-module-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.15.0",
"version": "7.15.4",
"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",
Expand All @@ -15,14 +15,14 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.14.5",
"@babel/helper-replace-supers": "workspace:^7.15.0",
"@babel/helper-simple-access": "workspace:^7.14.8",
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
"@babel/helper-module-imports": "workspace:^7.15.4",
"@babel/helper-replace-supers": "workspace:^7.15.4",
"@babel/helper-simple-access": "workspace:^7.15.4",
"@babel/helper-split-export-declaration": "workspace:^7.15.4",
"@babel/helper-validator-identifier": "workspace:^7.14.9",
"@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.15.0",
"@babel/types": "workspace:^7.15.0"
"@babel/template": "workspace:^7.15.4",
"@babel/traverse": "workspace:^7.15.4",
"@babel/types": "workspace:^7.15.4"
},
"engines": {
"node": ">=6.9.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-optimise-call-expression/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-optimise-call-expression",
"version": "7.14.5",
"version": "7.15.4",
"description": "Helper function to optimise call expression",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.14.5"
"@babel/types": "workspace:^7.15.4"
},
"devDependencies": {
"@babel/generator": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-helper-remap-async-to-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-remap-async-to-generator",
"version": "7.14.5",
"version": "7.15.4",
"description": "Helper function to remap async functions to generators",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"@babel/helper-wrap-function": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5"
"@babel/helper-annotate-as-pure": "workspace:^7.15.4",
"@babel/helper-wrap-function": "workspace:^7.15.4",
"@babel/types": "workspace:^7.15.4"
},
"devDependencies": {
"@babel/traverse": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-helper-replace-supers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-replace-supers",
"version": "7.15.0",
"version": "7.15.4",
"description": "Helper function to replace supers",
"repository": {
"type": "git",
Expand All @@ -14,10 +14,10 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-member-expression-to-functions": "workspace:^7.15.0",
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.15.0",
"@babel/types": "workspace:^7.15.0"
"@babel/helper-member-expression-to-functions": "workspace:^7.15.4",
"@babel/helper-optimise-call-expression": "workspace:^7.15.4",
"@babel/traverse": "workspace:^7.15.4",
"@babel/types": "workspace:^7.15.4"
},
"engines": {
"node": ">=6.9.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-simple-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-simple-access",
"version": "7.14.8",
"version": "7.15.4",
"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",
Expand All @@ -15,7 +15,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.14.8"
"@babel/types": "workspace:^7.15.4"
},
"devDependencies": {
"@babel/traverse": "workspace:*"
Expand Down
Loading

0 comments on commit b237675

Please sign in to comment.