10BC0 v7.11.0 · babel/babel@45fdb87 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45fdb87

Browse files
committed
v7.11.0
1 parent f7ec170 commit 45fdb87

File tree

30 files changed

+91
-84
lines changed

30 files changed

+91
-84
lines changed

eslint/babel-eslint-config-internal/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-config-internal",
3-
"version": "7.10.4",
3+
"version": "7.11.0",
44
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
55
"author": "The Babel Team (https://babeljs.io/team)",
66
"homepage": "https://babeljs.io/",
@@ -10,6 +10,7 @@
1010
"url": "https://github.com/babel/babel.git",
1111
"directory": "eslint/babel-eslint-config-internal"
1212
},
13+
"private": true,
1314
"main": "./index.js",
1415
"type": "commonjs",
1516
"exports": {

eslint/babel-eslint-parser/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-parser",
3-
"version": "7.10.4",
3+
"version": "7.11.0",
44
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
55
"author": "The Babel Team (https://babeljs.io/team)",
66
"license": "MIT",
@@ -9,6 +9,9 @@
99
"url": "https://github.com/babel/babel.git",
1010
"directory": "eslint/babel-eslint-parser"
1111
},
12+
"publishConfig": {
13+
"access": "public"
14+
},
1215
"bugs": {
1316
"url": "https://github.com/babel/babel/issues"
1417
},
@@ -32,7 +35,7 @@
3235
"semver": "^6.3.0"
3336
},
3437
"devDependencies": {
35-
"@babel/core": "^7.10.4",
38+
"@babel/core": "^7.11.0",
3639
"dedent": "^0.7.0",
3740
"eslint": "^7.5.0",
3841
"lodash.clonedeep": "^4.5.0"

eslint/babel-eslint-plugin-development-internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-plugin-development-internal",
3-
"version": "7.10.4",
3+
"version": "7.11.0",
44
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
55
"main": "lib/index.js",
66
"repository": {

eslint/babel-eslint-plugin-development/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-plugin-development",
3-
"version": "7.10.4",
3+
"version": "7.11.0",
44
"description": "ESLint rules that enforce best practices in the development of Babel plugins.",
55
"keywords": [
66
"eslint",

eslint/babel-eslint-plugin/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "@babel/eslint-plugin",
3-
"version": "7.10.4",
3+
"version": "7.11.0",
44
"description": "Companion rules for @babel/eslint-parser",
55
"main": "./lib/index.js",
66
"type": "commonjs",
77
"exports": {
88
".": "./lib/index.js",
99
"./package.json": "./package.json"
1010
},
11+
"publishConfig": {
12+
"access": "public"
13+
},
1114
"repository": {
1215
"type": "git",
1316
"url": "https://github.com/babel/babel.git",

eslint/babel-eslint-shared-fixtures/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-shared-fixtures",
3-
"version": "7.10.4",
3+
"version": "7.11.0",
44
"description": "Shared fixtures for testing @babel/eslint-* packages",
55
"license": "MIT",
66
"private": true,
@@ -9,7 +9,7 @@
99
"@babel/plugin-proposal-decorators": "^7.10.4",
1010
"@babel/plugin-proposal-do-expressions": "^7.10.4",
1111
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
12-
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
12+
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
1313
"@babel/plugin-proposal-pipeline-operator": "^7.10.4",
1414
"@babel/plugin-proposal-private-methods": "^7.10.4",
1515
"@babel/plugin-syntax-bigint": "^7.7.4",
@@ -18,7 +18,7 @@
1818
"@babel/plugin-syntax-export-namespace-from": "^7.0.0",
1919
"@babel/plugin-syntax-import-meta": "^7.10.4",
2020
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
21-
"@babel/preset-env": "^7.10.4",
21+
"@babel/preset-env": "^7.11.0",
2222
"@babel/preset-flow": "^7.10.4",
2323
"@babel/preset-react": "^7.10.4"
2424
}

eslint/babel-eslint-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-tests",
3-
"version": "7.10.4",
3+
"version": "7.11.0",
44
"description": "Tests for babel/eslint-* packages",
55
"license": "MIT",
66
"private": true,

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.10.5",
2+
"version": "7.11.0",
33
"changelog": {
44
"repo": "babel/babel",
55
"cacheDir": ".changelog",

packages/babel-compat-data/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/compat-data",
3-
"version": "7.10.5",
3+
"version": "7.11.0",
44
"author": "The Babel Team (https://babeljs.io/team)",
55
"license": "MIT",
66
"description": "",
@@ -35,8 +35,8 @@
3535
},
3636
"devDependencies": {
3737
"@babel/helper-compilation-targets": "^7.10.4",
38-
"mdn-browser-compat-data": "1.0.31",
3938
"electron-to-chromium": "1.3.513",
40-
"lodash": "^4.17.19"
39+
"lodash": "^4.17.19",
40+
"mdn-browser-compat-data": "1.0.31"
4141
}
4242
}

packages/babel-core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.10.5",
3+
"version": "7.11.0",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -44,13 +44,13 @@
4444
},
4545
"dependencies": {
4646
"@babel/code-frame": "^7.10.4",
47-
"@babel/generator": "^7.10.5",
48-
"@babel/helper-module-transforms": "^7.10.5",
47+
"@babel/generator": "^7.11.0",
48+
"@babel/helper-module-transforms": "^7.11.0",
4949
"@babel/helpers": "^7.10.4",
50-
"@babel/parser": "^7.10.5",
50+
"@babel/parser": "^7.11.0",
5151
"@babel/template": "^7.10.4",
52-
"@babel/traverse": "^7.10.5",
53-
"@babel/types": "^7.10.5",
52+
"@babel/traverse": "^7.11.0",
53+
"@babel/types": "^7.11.0",
5454
"convert-source-map": "^1.7.0",
5555
"debug": "^4.1.0",
5656
"gensync": "^1.0.0-beta.1",

0 commit comments

Comments
 (0)
0