Skip to content

Commit

Permalink
v8.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jul 20, 2023
1 parent f2514ae commit bdbaca3
Show file tree
Hide file tree
Showing 172 changed files with 427 additions and 415 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"@babel/types": "workspace:^",
"benchmark": "^2.1.4"
},
"version": "7.21.5"
"version": "8.0.0-alpha.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-codemod-object-assign-to-object-spread",
"version": "7.10.4",
"version": "8.0.0-alpha.0",
"description": "Transforms Object.assign into object spread syntax",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"@babel/plugin-syntax-object-rest-spread": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^8.0.0-alpha.0"
},
"devDependencies": {
"@babel/core": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-codemod-optional-catch-binding",
"version": "7.10.4",
"version": "8.0.0-alpha.0",
"description": "Remove unused catch bindings",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^8.0.0-alpha.0"
},
"devDependencies": {
"@babel/core": "workspace:^",
Expand Down
3 changes: 2 additions & 1 deletion eslint/babel-eslint-config-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-config-internal",
"version": "7.22.9",
"version": "8.0.0-alpha.0",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"private": true,
"main": "./index.js",
Expand All @@ -14,6 +14,7 @@
"globals": "^13.20.0"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.0",
"@babel/eslint-parser": "^7.16.0"
}
}
4 changes: 2 additions & 2 deletions 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.22.9",
"version": "8.0.0-alpha.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 All @@ -27,7 +27,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"@babel/core": "^7.11.0",
"@babel/core": "^8.0.0-alpha.0",
"eslint": "^7.5.0 || ^8.0.0"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion eslint/babel-eslint-plugin-development-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development-internal",
"version": "7.19.1",
"version": "8.0.0-alpha.0",
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "./lib/index.cjs",
"keywords": [
Expand All @@ -16,6 +16,7 @@
},
"homepage": "https://github.com/babel/babel/tree/master/eslint/babel-eslint-plugin-development-internal",
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.0",
"@babel/eslint-parser": ">=7.11.0",
"eslint": ">=7.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin-development/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "ESLint rules that enforce best practices in the development of Babel plugins.",
"keywords": [
"eslint",
Expand Down
3 changes: 2 additions & 1 deletion eslint/babel-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.cjs",
"type": "commonjs",
Expand Down Expand Up @@ -33,6 +33,7 @@
},
"homepage": "https://babel.dev/",
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.0",
"@babel/eslint-parser": "^7.11.0",
"eslint": "^7.5.0 || ^8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-shared-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-shared-fixtures",
"version": "7.22.3",
"version": "8.0.0-alpha.0",
"description": "Shared fixtures for testing @babel/eslint-* packages",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-tests",
"version": "7.19.1",
"version": "8.0.0-alpha.0",
"description": "Tests for babel/eslint-* packages",
"private": true,
"dependencies": {
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.22.9",
"version": "8.0.0-alpha.0",
"version_babel8": "8.0.0-alpha.0",
"private": true,
"type": "commonjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.22.9",
"version": "8.0.0-alpha.0",
"description": "Babel command line.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-cli",
Expand Down Expand Up @@ -37,7 +37,7 @@
"chokidar": "^3.4.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^8.0.0-alpha.0"
},
"devDependencies": {
"@babel/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-code-frame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/code-frame",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",
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.22.9",
"version": "8.0.0-alpha.0",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.22.9",
"version": "8.0.0-alpha.0",
"description": "Babel compiler core.",
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.22.9",
"version": "8.0.0-alpha.0",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-annotate-as-pure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-annotate-as-pure",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Helper function to build binary assignment operator visitors",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.5",
"version": "8.0.0-alpha.0",
"description": "Helper function to build react jsx",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-check-duplicate-nodes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-check-duplicate-nodes",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Babel helper module for babel transforms authors to check the AST against duplicated nodes.",
"main": "./lib/index.js",
"exports": {
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.22.9",
"version": "8.0.0-alpha.0",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Helper functions on Babel compilation targets",
Expand Down Expand Up @@ -29,7 +29,7 @@
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^8.0.0-alpha.0"
},
"devDependencies": {
"@babel/core": "workspace:^",
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.22.9",
"version": "8.0.0-alpha.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 Down Expand Up @@ -29,7 +29,7 @@
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^8.0.0-alpha.0"
},
"devDependencies": {
"@babel/core": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-regexp-features-plugin",
"version": "7.22.9",
"version": "8.0.0-alpha.0",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5",
Expand All @@ -23,7 +23,7 @@
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^8.0.0-alpha.0"
},
"devDependencies": {
"@babel/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-environment-visitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-environment-visitor",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Helper visitor to only visit nodes in the current 'this' context",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-fixtures",
"version": "7.22.9",
"version": "8.0.0-alpha.0",
"description": "Helper function to support fixtures",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.5",
"version": "8.0.0-alpha.0",
"description": "Helper function to change the property 'name' of every function",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-hoist-variables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-hoist-variables",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Helper function to hoist variables",
"repository": {
"type": "git",
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.22.5",
"version": "8.0.0-alpha.0",
"description": "Helper function to replace certain member expressions with function calls",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-module-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-imports",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Babel helper functions for inserting module loads",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
Expand Down
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.22.9",
"version": "8.0.0-alpha.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 @@ -26,7 +26,7 @@
"@babel/traverse": "workspace:^"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^8.0.0-alpha.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-optimise-call-expression",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Helper function to optimise call expression",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-plugin-test-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-plugin-test-runner",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Helper function to support test runner",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-plugin-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-plugin-utils",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "General utilities for plugins to use",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-remap-async-to-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-remap-async-to-generator",
"version": "7.22.9",
"version": "8.0.0-alpha.0",
"description": "Helper function to remap async functions to generators",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@babel/traverse": "workspace:^"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^8.0.0-alpha.0"
},
"engines": {
"node": ">=6.9.0"
Expand Down
4 changes: 2 additions & 2 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.22.9",
"version": "8.0.0-alpha.0",
"description": "Helper function to replace supers",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"@babel/core": "workspace:^"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^8.0.0-alpha.0"
},
"engines": {
"node": ">=6.9.0"
Expand Down

0 comments on commit bdbaca3

Please sign in to comment.