Skip to content

Commit

Permalink
v7.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed May 12, 2021
1 parent 9e241fc commit 7512095
Show file tree
Hide file tree
Showing 33 changed files with 146 additions and 147 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.13.14",
"version": "7.14.2",
"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
4 changes: 2 additions & 2 deletions eslint/babel-eslint-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@babel/eslint-tests",
"version": "7.12.1",
"version": "7.14.2",
"description": "Tests for babel/eslint-* packages",
"license": "MIT",
"private": true,
"dependencies": {
"@babel/eslint-parser": "workspace:^7.12.1",
"@babel/eslint-parser": "workspace:^7.14.2",
"dedent": "^0.7.0",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.22.0",
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.14.1",
"version": "7.14.2",
"private": true,
"license": "MIT",
"type": "commonjs",
Expand Down
12 changes: 6 additions & 6 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.14.0",
"version": "7.14.2",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down Expand Up @@ -49,14 +49,14 @@
},
"dependencies": {
"@babel/code-frame": "workspace:^7.12.13",
"@babel/generator": "workspace:^7.14.0",
"@babel/generator": "workspace:^7.14.2",
"@babel/helper-compilation-targets": "workspace:^7.13.16",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.0",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.2",
"@babel/helpers": "workspace:^7.14.0",
"@babel/parser": "workspace:^7.14.0",
"@babel/parser": "workspace:^7.14.2",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.0",
"@babel/traverse": "workspace:^7.14.2",
"@babel/types": "workspace:^7.14.2",
"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.14.1",
"version": "7.14.2",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^7.14.1",
"@babel/types": "workspace:^7.14.2",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
"source-map": "^0.5.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.14.1",
"version": "7.14.2",
"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 @@ -19,7 +19,7 @@
],
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-function-name": "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.13.12",
Expand Down
4 changes: 2 additions & 2 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.12.13",
"version": "7.14.2",
"description": "Helper function to change the property 'name' of every function",
"repository": {
"type": "git",
Expand All @@ -16,6 +16,6 @@
"dependencies": {
"@babel/helper-get-function-arity": "workspace:^7.12.13",
"@babel/template": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.13"
"@babel/types": "workspace:^7.14.2"
}
}
6 changes: 3 additions & 3 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.14.0",
"version": "7.14.2",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
Expand All @@ -21,7 +21,7 @@
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/helper-validator-identifier": "workspace:^7.14.0",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.0"
"@babel/traverse": "workspace:^7.14.2",
"@babel/types": "workspace:^7.14.2"
}
}
4 changes: 2 additions & 2 deletions packages/babel-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.13.13",
"version": "7.14.2",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-node",
Expand All @@ -23,7 +23,7 @@
"compiler"
],
"dependencies": {
"@babel/register": "workspace:^7.13.8",
"@babel/register": "workspace:^7.13.16",
"commander": "^4.0.1",
"core-js": "^3.2.1",
"node-environment-flags": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.14.1",
"version": "7.14.2",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.13.15",
"version": "7.14.2",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.13.15",
"version": "7.14.2",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"publishConfig": {
Expand All @@ -20,7 +20,7 @@
"decorators"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.13.11",
"@babel/helper-create-class-features-plugin": "workspace:^7.14.2",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-decorators": "workspace:^7.12.13"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-dynamic-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-dynamic-import",
"version": "7.13.8",
"version": "7.14.2",
"description": "Transform import() expressions",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-export-namespace-from",
"version": "7.12.13",
"version": "7.14.2",
"description": "Compile export namespace to ES2015",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-json-strings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-json-strings",
"version": "7.13.8",
"version": "7.14.2",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-logical-assignment-operators",
"version": "7.13.8",
"version": "7.14.2",
"description": "Transforms logical assignment operators into short-circuited assignments",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
"version": "7.13.8",
"version": "7.14.2",
"description": "Remove nullish coalescing operator",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-numeric-separator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-numeric-separator",
"version": "7.12.13",
"version": "7.14.2",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.13.8",
"version": "7.14.2",
"description": "Compile object rest and spread to ES5",
"repository": {
"type": "git",
Expand All @@ -17,11 +17,11 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "workspace:^7.13.8",
"@babel/helper-compilation-targets": "workspace:^7.13.8",
"@babel/compat-data": "workspace:^7.14.0",
"@babel/helper-compilation-targets": "workspace:^7.13.16",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-parameters": "workspace:^7.13.0"
"@babel/plugin-transform-parameters": "workspace:^7.14.2"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-catch-binding",
"version": "7.13.8",
"version": "7.14.2",
"description": "Compile optional catch bindings",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-chaining",
"version": "7.13.12",
"version": "7.14.2",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-block-scoping/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.14.1",
"version": "7.14.2",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-classes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-classes",
"version": "7.13.0",
"version": "7.14.2",
"description": "Compile ES2015 classes to ES5",
"repository": {
"type": "git",
Expand All @@ -15,10 +15,10 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-function-name": "workspace:^7.12.13",
"@babel/helper-function-name": "workspace:^7.14.2",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-replace-supers": "workspace:^7.13.0",
"@babel/helper-replace-supers": "workspace:^7.13.12",
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-modules-amd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-amd",
"version": "7.14.0",
"version": "7.14.2",
"description": "This plugin transforms ES2015 modules to AMD",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "workspace:^7.14.0",
"@babel/helper-module-transforms": "workspace:^7.14.2",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-parameters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-parameters",
"version": "7.13.0",
"version": "7.14.2",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-display-name",
"version": "7.12.13",
"version": "7.14.2",
"description": "Add displayName to React.createClass calls",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13"
"@babel/helper-plugin-utils": "workspace:^7.13.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-react-jsx-source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-source",
"version": "7.12.13",
"version": "7.14.2",
"description": "Add a __source prop to all JSX Elements",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13"
"@babel/helper-plugin-utils": "workspace:^7.13.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.13.15",
"version": "7.14.2",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7512095

Please sign in to comment.