Skip to content

Commit

Permalink
v7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 4, 2021
1 parent 0671afc commit 6912f96
Show file tree
Hide file tree
Showing 25 changed files with 106 additions and 107 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"@babel/parser": "workspace:*",
"benchmark": "^2.1.4"
},
"version": "7.14.9"
"version": "7.15.0"
}
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.14.9",
"version": "7.15.0",
"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.14.9",
"version": "7.15.0",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.14.9",
"version": "7.15.0",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
14 changes: 7 additions & 7 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.8",
"version": "7.15.0",
"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.14.8",
"@babel/helper-compilation-targets": "workspace:^7.14.5",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.8",
"@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.14.8",
"@babel/parser": "workspace:^7.15.0",
"@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.8",
"@babel/types": "workspace:^7.14.8",
"@babel/traverse": "workspace:^7.15.0",
"@babel/types": "workspace:^7.15.0",
"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.9",
"version": "7.15.0",
"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.9",
"@babel/types": "workspace:^7.15.0",
"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-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.14.5",
"version": "7.15.0",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Helper functions on Babel compilation targets",
Expand All @@ -21,7 +21,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "workspace:^7.14.5",
"@babel/compat-data": "workspace:^7.15.0",
"@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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.14.8",
"version": "7.15.0",
"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 @@ -20,9 +20,9 @@
"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.14.7",
"@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.14.5",
"@babel/helper-replace-supers": "workspace:^7.15.0",
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
},
"peerDependencies": {
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.14.7",
"version": "7.15.0",
"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.14.5"
"@babel/types": "workspace:^7.15.0"
},
"devDependencies": {
"@babel/traverse": "workspace:*"
Expand Down
10 changes: 5 additions & 5 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.8",
"version": "7.15.0",
"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 @@ -16,13 +16,13 @@
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.14.5",
"@babel/helper-replace-supers": "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-validator-identifier": "workspace:^7.14.8",
"@babel/helper-validator-identifier": "workspace:^7.14.9",
"@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.8",
"@babel/types": "workspace:^7.14.8"
"@babel/traverse": "workspace:^7.15.0",
"@babel/types": "workspace:^7.15.0"
},
"engines": {
"node": ">=6.9.0"
Expand Down
8 changes: 4 additions & 4 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.14.5",
"version": "7.15.0",
"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.14.5",
"@babel/helper-member-expression-to-functions": "workspace:^7.15.0",
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5"
"@babel/traverse": "workspace:^7.15.0",
"@babel/types": "workspace:^7.15.0"
},
"engines": {
"node": ">=6.9.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.14.5",
"version": "7.15.0",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
Expand All @@ -16,7 +16,7 @@
"main": "./lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.14.5",
"@babel/core": "workspace:^7.14.5",
"@babel/core": "workspace:^7.15.0",
"@babel/helper-fixtures": "workspace:^7.14.5",
"babel-check-duplicated-nodes": "^1.0.0",
"quick-lru": "5.1.0",
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.9",
"version": "7.15.0",
"description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-pipeline-operator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-pipeline-operator",
"version": "7.14.8",
"version": "7.15.0",
"description": "Transform pipeline operator into call expressions",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.14.5"
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.15.0"
},
"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-syntax-pipeline-operator",
"version": "7.14.5",
"version": "7.15.0",
"description": "Allow parsing of the pipeline operator",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-modules-commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-commonjs",
"version": "7.14.5",
"version": "7.15.0",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "workspace:^7.14.5",
"@babel/helper-module-transforms": "workspace:^7.15.0",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-simple-access": "workspace:^7.14.5",
"@babel/helper-simple-access": "workspace:^7.14.8",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
"keywords": [
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.14.5",
"version": "7.15.0",
"description": "Add displayName to React.createClass calls",
"repository": {
"type": "git",
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.14.5",
"version": "7.15.0",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typescript",
"version": "7.14.6",
"version": "7.15.0",
"description": "Transform TypeScript into ES.next",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"typescript"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.14.6",
"@babel/helper-create-class-features-plugin": "workspace:^7.15.0",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-typescript": "workspace:^7.14.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.14.9",
"version": "7.15.0",
"description": "A Babel preset for each environment.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
Expand All @@ -16,8 +16,8 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/compat-data": "workspace:^7.14.9",
"@babel/helper-compilation-targets": "workspace:^7.14.5",
"@babel/compat-data": "workspace:^7.15.0",
"@babel/helper-compilation-targets": "workspace:^7.15.0",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-validator-option": "workspace:^7.14.5",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.14.5",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@babel/plugin-transform-literals": "workspace:^7.14.5",
"@babel/plugin-transform-member-expression-literals": "workspace:^7.14.5",
"@babel/plugin-transform-modules-amd": "workspace:^7.14.5",
"@babel/plugin-transform-modules-commonjs": "workspace:^7.14.5",
"@babel/plugin-transform-modules-commonjs": "workspace:^7.15.0",
"@babel/plugin-transform-modules-systemjs": "workspace:^7.14.5",
"@babel/plugin-transform-modules-umd": "workspace:^7.14.5",
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.9",
Expand All @@ -83,7 +83,7 @@
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5",
"@babel/plugin-transform-unicode-regex": "workspace:^7.14.5",
"@babel/preset-modules": "^0.1.4",
"@babel/types": "workspace:^7.14.9",
"@babel/types": "workspace:^7.15.0",
"babel-plugin-polyfill-corejs2": "^0.2.2",
"babel-plugin-polyfill-corejs3": "^0.2.2",
"babel-plugin-polyfill-regenerator": "^0.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-typescript",
"version": "7.14.5",
"version": "7.15.0",
"description": "Babel preset for TypeScript.",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-validator-option": "workspace:^7.14.5",
"@babel/plugin-transform-typescript": "workspace:^7.14.5"
"@babel/plugin-transform-typescript": "workspace:^7.15.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.14.9",
"version": "7.15.0",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-traverse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.14.9",
"version": "7.15.0",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
Expand All @@ -17,12 +17,12 @@
"main": "./lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.14.5",
"@babel/generator": "workspace:^7.14.9",
"@babel/generator": "workspace:^7.15.0",
"@babel/helper-function-name": "workspace:^7.14.5",
"@babel/helper-hoist-variables": "workspace:^7.14.5",
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
"@babel/parser": "workspace:^7.14.9",
"@babel/types": "workspace:^7.14.9",
"@babel/parser": "workspace:^7.15.0",
"@babel/types": "workspace:^7.15.0",
"debug": "^4.1.0",
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.14.9",
"version": "7.15.0",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-types",
Expand Down
Loading

0 comments on commit 6912f96

Please sign in to comment.