Skip to content

Commit

Permalink
v7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 20, 2020
1 parent e39b508 commit 8d5e422
Show file tree
Hide file tree
Showing 40 changed files with 133 additions and 134 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.8.8",
"version": "7.9.0",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
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.8.6",
"version": "7.9.0",
"author": "The Babel Team (https://babeljs.io/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.8.7",
"version": "7.9.0",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down Expand Up @@ -40,13 +40,13 @@
},
"dependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/generator": "^7.8.7",
"@babel/helper-module-transforms": "^7.8.6",
"@babel/helpers": "^7.8.4",
"@babel/parser": "^7.8.7",
"@babel/generator": "^7.9.0",
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helpers": "^7.9.0",
"@babel/parser": "^7.9.0",
"@babel/template": "^7.8.6",
"@babel/traverse": "^7.8.6",
"@babel/types": "^7.8.7",
"@babel/traverse": "^7.9.0",
"@babel/types": "^7.9.0",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
Expand Down
6 changes: 3 additions & 3 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.8.8",
"version": "7.9.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -14,13 +14,13 @@
"lib"
],
"dependencies": {
"@babel/types": "^7.8.7",
"@babel/types": "^7.9.0",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.8.6",
"@babel/parser": "^7.8.8"
"@babel/parser": "^7.9.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-react-jsx-experimental",
"version": "7.8.3",
"version": "7.9.0",
"description": "Helper function to build react jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx-experimental",
"license": "MIT",
Expand All @@ -11,6 +11,6 @@
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/helper-module-imports": "^7.8.3",
"@babel/types": "^7.8.3"
"@babel/types": "^7.9.0"
}
}
4 changes: 2 additions & 2 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.8.3",
"version": "7.9.0",
"description": "Helper function to build react jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT",
Expand All @@ -10,6 +10,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/types": "^7.8.3"
"@babel/types": "^7.9.0"
}
}
4 changes: 2 additions & 2 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.8.6",
"version": "7.9.0",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -16,7 +16,7 @@
"@babel/helper-simple-access": "^7.8.3",
"@babel/helper-split-export-declaration": "^7.8.3",
"@babel/template": "^7.8.6",
"@babel/types": "^7.8.6",
"@babel/types": "^7.9.0",
"lodash": "^4.17.13"
}
}
1 change: 0 additions & 1 deletion packages/babel-helper-validator-identifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"main": "./lib/index.js",
"exports": "./lib/index.js",
"dependencies": {},
"devDependencies": {
"charcodes": "^0.2.0",
"unicode-13.0.0": "^0.8.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.8.4",
"version": "7.9.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -12,8 +12,8 @@
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.8.3",
"@babel/traverse": "^7.8.4",
"@babel/types": "^7.8.3"
"@babel/traverse": "^7.9.0",
"@babel/types": "^7.9.0"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/highlight",
"version": "7.8.3",
"version": "7.9.0",
"description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "suchipi <me@suchipi.com>",
"homepage": "https://babeljs.io/",
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.8.8",
"version": "7.9.0",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
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.8.3",
"version": "7.9.0",
"description": "Compile object rest and spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-optional-chaining/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-chaining",
"version": "7.8.3",
"version": "7.9.0",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.8.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-syntax-record-and-tuple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-record-and-tuple",
"version": "7.7.4",
"version": "7.9.0",
"description": "Allow parsing of records and tuples.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-record-and-tuple",
"license": "MIT",
Expand All @@ -18,6 +18,6 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.9.0"
}
}
4 changes: 2 additions & 2 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.8.6",
"version": "7.9.0",
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-flow-strip-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-flow-strip-types",
"version": "7.8.3",
"version": "7.9.0",
"description": "Strip flow type annotations from your output code.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-for-of/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-for-of",
"version": "7.8.6",
"version": "7.9.0",
"description": "Compile ES2015 for...of to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
6 changes: 3 additions & 3 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.8.3",
"version": "7.9.0",
"description": "This plugin transforms ES2015 modules to AMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-amd",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "^7.8.3",
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3",
"babel-plugin-dynamic-import-node": "^2.3.0"
},
Expand All @@ -20,7 +20,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
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.8.3",
"version": "7.9.0",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "^7.8.3",
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-simple-access": "^7.8.3",
"babel-plugin-dynamic-import-node": "^2.3.0"
Expand All @@ -21,7 +21,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3",
"@babel/plugin-syntax-object-rest-spread": "^7.8.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-modules-systemjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-systemjs",
"version": "7.8.3",
"version": "7.9.0",
"description": "This plugin transforms ES2015 modules to SystemJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "^7.8.3",
"@babel/helper-module-transforms": "^7.8.3",
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3",
"babel-plugin-dynamic-import-node": "^2.3.0"
},
Expand All @@ -21,7 +21,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-modules-umd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-umd",
"version": "7.8.3",
"version": "7.9.0",
"description": "This plugin transforms ES2015 modules to UMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-umd",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "^7.8.3",
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3"
},
"keywords": [
Expand All @@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-constant-elements",
"version": "7.8.3",
"version": "7.9.0",
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
Loading

0 comments on commit 8d5e422

Please sign in to comment.