Skip to content

Commit

Permalink
v7.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Feb 22, 2021
1 parent 771841f commit c827193
Show file tree
Hide file tree
Showing 60 changed files with 282 additions and 290 deletions.
8 changes: 0 additions & 8 deletions Makefile
Expand Up @@ -196,14 +196,6 @@ prepublish:
IS_PUBLISH=true $(MAKE) test

new-version:
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
@echo "!!!!!! !!!!!!"
@echo "!!!!!! Update DUAL_MODE_RUNTIME in transform-runtime !!!!!!"
@echo "!!!!!! !!!!!!"
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
@exit 1
git pull --rebase
$(YARN) release-tool version -f @babel/standalone

Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-parser",
"version": "7.12.17",
"version": "7.13.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 eslint/babel-eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin",
"version": "7.12.13",
"version": "7.13.0",
"description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.js",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.12.18",
"version": "7.13.0",
"private": true,
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.12.17",
"version": "7.13.0",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.12.13",
"version": "7.13.0",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
16 changes: 8 additions & 8 deletions packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.12.17",
"version": "7.13.0",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down Expand Up @@ -47,14 +47,14 @@
},
"dependencies": {
"@babel/code-frame": "workspace:^7.12.13",
"@babel/generator": "workspace:^7.12.17",
"@babel/helper-compilation-targets": "workspace:^7.12.17",
"@babel/helper-module-transforms": "workspace:^7.12.17",
"@babel/helpers": "workspace:^7.12.17",
"@babel/parser": "workspace:^7.12.17",
"@babel/generator": "workspace:^7.13.0",
"@babel/helper-compilation-targets": "workspace:^7.13.0",
"@babel/helper-module-transforms": "workspace:^7.13.0",
"@babel/helpers": "workspace:^7.13.0",
"@babel/parser": "workspace:^7.13.0",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.17",
"@babel/types": "workspace:^7.12.17",
"@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.12.17",
"version": "7.13.0",
"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.12.17",
"@babel/types": "workspace:^7.13.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
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.12.17",
"version": "7.13.0",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Engine compat data used in @babel/preset-env",
Expand All @@ -21,7 +21,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "workspace:^7.12.13",
"@babel/compat-data": "workspace:^7.13.0",
"@babel/helper-validator-option": "workspace:^7.12.17",
"browserslist": "^4.14.5",
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : 7.0.0"
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.12.17",
"version": "7.13.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 @@ -19,9 +19,9 @@
],
"dependencies": {
"@babel/helper-function-name": "workspace:^7.12.13",
"@babel/helper-member-expression-to-functions": "workspace:^7.12.17",
"@babel/helper-member-expression-to-functions": "workspace:^7.13.0",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.13.0",
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
},
"peerDependencies": {
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-explode-assignable-expression",
"version": "7.12.13",
"version": "7.13.0",
"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.12.13"
"@babel/types": "workspace:^7.13.0"
},
"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.12.13",
"version": "7.13.0",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-hoist-variables/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-hoist-variables",
"version": "7.12.13",
"version": "7.13.0",
"description": "Helper function to hoist variables",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"main": "lib/index.js",
"TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. After converting @babel/core to TS we can import NodePath from there.",
"dependencies": {
"@babel/traverse": "workspace:^7.12.17",
"@babel/types": "workspace:^7.12.13"
"@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.12.17",
"version": "7.13.0",
"description": "Helper function to replace certain member expressions with function calls",
"repository": {
"type": "git",
Expand All @@ -15,6 +15,6 @@
"main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": {
"@babel/types": "workspace:^7.12.17"
"@babel/types": "workspace:^7.13.0"
}
}
8 changes: 4 additions & 4 deletions packages/babel-helper-module-transforms/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.12.17",
"version": "7.13.0",
"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 @@ -16,13 +16,13 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.13.0",
"@babel/helper-simple-access": "workspace:^7.12.13",
"@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.12.17",
"@babel/types": "workspace:^7.12.17",
"@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0",
"lodash": "^4.17.19"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-plugin-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-plugin-utils",
"version": "7.12.13",
"version": "7.13.0",
"description": "General utilities for plugins to use",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-remap-async-to-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-remap-async-to-generator",
"version": "7.12.13",
"version": "7.13.0",
"description": "Helper function to remap async functions to generators",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-wrap-function": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.13"
"@babel/helper-wrap-function": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0"
},
"devDependencies": {
"@babel/traverse": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-helper-replace-supers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-replace-supers",
"version": "7.12.13",
"version": "7.13.0",
"description": "Helper function to replace supers",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-member-expression-to-functions": "workspace:^7.12.13",
"@babel/helper-member-expression-to-functions": "workspace:^7.13.0",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.13"
"@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.12.17",
"version": "7.13.0",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
Expand All @@ -16,8 +16,8 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.12.13",
"@babel/core": "workspace:^7.12.17",
"@babel/helper-fixtures": "workspace:^7.12.13",
"@babel/core": "workspace:^7.13.0",
"@babel/helper-fixtures": "workspace:^7.13.0",
"babel-check-duplicated-nodes": "^1.0.0",
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",
"lodash": "^4.17.19",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-wrap-function/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-wrap-function",
"version": "7.12.13",
"version": "7.13.0",
"description": "Helper to wrap functions inside a function call.",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@babel/helper-function-name": "workspace:^7.12.13",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.13"
"@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.12.17",
"version": "7.13.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
Expand All @@ -16,8 +16,8 @@
"main": "lib/index.js",
"dependencies": {
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.17",
"@babel/types": "workspace:^7.12.17"
"@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.12.17",
"version": "7.13.0",
"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.12.13",
"@babel/register": "workspace:^7.13.0",
"commander": "^4.0.1",
"core-js": "^3.2.1",
"lodash": "^4.17.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.12.17",
"version": "7.13.0",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.12.13",
"version": "7.13.0",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-remap-async-to-generator": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-remap-async-to-generator": "workspace:^7.13.0",
"@babel/plugin-syntax-async-generators": "^7.8.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-proposal-class-properties/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-class-properties",
"version": "7.12.13",
"version": "7.13.0",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.12.13"
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
"@babel/helper-plugin-utils": "workspace:^7.13.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down

0 comments on commit c827193

Please sign in to comment.