Skip to content

Commit 7c91b80

Browse files
committed
v7.18.6
1 parent 4526516 commit 7c91b80

File tree

155 files changed

+161
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+161
-162
lines changed

benchmark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"@babel/types": "workspace:^",
2020
"benchmark": "^2.1.4"
2121
},
22-
"version": "7.16.5"
22+
"version": "7.18.6"
2323
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-plugin-development-internal",
3-
"version": "7.17.7",
3+
"version": "7.18.6",
44
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
55
"main": "./lib/index.cjs",
66
"keywords": [

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-shared-fixtures",
3-
"version": "7.16.0",
3+
"version": "7.18.6",
44
"description": "Shared fixtures for testing @babel/eslint-* packages",
55
"private": true,
66
"dependencies": {

eslint/babel-eslint-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-tests",
3-
"version": "7.17.0",
3+
"version": "7.18.6",
44
"description": "Tests for babel/eslint-* packages",
55
"private": true,
66
"dependencies": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel",
3-
"version": "7.18.5",
3+
"version": "7.18.6",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {

packages/babel-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/cli",
3-
"version": "7.17.10",
3+
"version": "7.18.6",
44
"description": "Babel command line.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-cli",

packages/babel-code-frame/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/code-frame",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "Generate errors that contain a code frame that point to source locations.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",

packages/babel-compat-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/compat-data",
3-
"version": "7.18.5",
3+
"version": "7.18.6",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "",

packages/babel-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.18.5",
3+
"version": "7.18.6",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",
@@ -50,7 +50,7 @@
5050
"@babel/code-frame": "workspace:^",
5151
"@babel/generator": "workspace:^",
5252
"@babel/helper-compilation-targets": "workspace:^",
53-
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.18.0",
53+
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.18.6",
5454
"@babel/helpers": "workspace:^",
5555
"@babel/parser": "workspace:^",
5656
"@babel/template": "workspace:^",

packages/babel-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/generator",
3-
"version": "7.18.2",
3+
"version": "7.18.6",
44
"description": "Turns an AST into code.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

packages/babel-helper-annotate-as-pure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-annotate-as-pure",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
55
"repository": {
66
"type": "git",

packages/babel-helper-builder-binary-assignment-operator-visitor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "Helper function to build binary assignment operator visitors",
55
"repository": {
66
"type": "git",

packages/babel-helper-builder-react-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-builder-react-jsx",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "Helper function to build react jsx",
55
"repository": {
66
"type": "git",

packages/babel-helper-check-duplicate-nodes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-check-duplicate-nodes",
3-
"version": "7.18.4",
3+
"version": "7.18.6",
44
"description": "Babel helper module for babel transforms authors to check the AST against duplicated nodes.",
55
"main": "./lib/index.js",
66
"exports": {

packages/babel-helper-compilation-targets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-compilation-targets",
3-
"version": "7.18.2",
3+
"version": "7.18.6",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Helper functions on Babel compilation targets",

packages/babel-helper-create-class-features-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-create-class-features-plugin",
3-
"version": "7.18.0",
3+
"version": "7.18.6",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Compile class public and private fields, private methods and decorators to ES6",

packages/babel-helper-create-regexp-features-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-create-regexp-features-plugin",
3-
"version": "7.17.12",
3+
"version": "7.18.6",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Compile ESNext Regular Expressions to ES5",

packages/babel-helper-define-map/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-define-map",
3-
"version": "7.18.0",
3+
"version": "7.18.6",
44
"description": "Helper function to define a map",
55
"repository": {
66
"type": "git",

packages/babel-helper-environment-visitor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-environment-visitor",
3-
"version": "7.18.2",
3+
"version": "7.18.6",
44
"description": "Helper visitor to only visit nodes in the current 'this' context",
55
"repository": {
66
"type": "git",

packages/babel-helper-explode-assignable-expression/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-explode-assignable-expression",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "Helper function to explode an assignable expression",
55
"repository": {
66
"type": "git",

packages/babel-helper-fixtures/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-fixtures",
3-
"version": "7.17.10",
3+
"version": "7.18.6",
44
"description": "Helper function to support fixtures",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

packages/babel-helper-function-name/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-function-name",
3-
"version": "7.17.9",
3+
"version": "7.18.6",
44
"description": "Helper function to change the property 'name' of every function",
55
"repository": {
66
"type": "git",

packages/babel-helper-hoist-variables/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-hoist-variables",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "Helper function to hoist variables",
55
"repository": {
66
"type": "git",

packages/babel-helper-member-expression-to-functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-member-expression-to-functions",
3-
"version": "7.17.7",
3+
"version": "7.18.6",
44
"description": "Helper function to replace certain member expressions with function calls",
55
"repository": {
66
"type": "git",

packages/babel-helper-module-imports/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-module-imports",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "Babel helper functions for inserting module loads",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",

packages/babel-helper-module-transforms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-module-transforms",
3-
"version": "7.18.0",
3+
"version": "7.18.6",
44
"description": "Babel helper functions for implementing ES6 module transformations",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",

packages/babel-helper-optimise-call-expression/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-optimise-call-expression",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "Helper function to optimise call expression",
55
"repository": {
66
"type": "git",

packages/babel-helper-plugin-test-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-plugin-test-runner",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "Helper function to support test runner",
55
"repository": {
66
"type": "git",

packages/babel-helper-plugin-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-plugin-utils",
3-
"version": "7.17.12",
3+
"version": "7.18.6",
44
"description": "General utilities for plugins to use",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",

packages/babel-helper-remap-async-to-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-remap-async-to-generator",
3-
"version": "7.16.8",
3+
"version": "7.18.6",
44
"description": "Helper function to remap async functions to generators",
55
"repository": {
66
"type": "git",

packages/babel-helper-replace-supers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-replace-supers",
3-
"version": "7.18.2",
3+
"version": "7.18.6",
44
"description": "Helper function to replace supers",
55
"repository": {
66
"type": "git",

packages/babel-helper-simple-access/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-simple-access",
3-
"version": "7.18.2",
3+
"version": "7.18.6",
44
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",

packages/babel-helper-skip-transparent-expression-wrappers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-skip-transparent-expression-wrappers",
3-
"version": "7.16.0",
3+
"version": "7.18.6",
44
"description": "Helper which skips types and parentheses",
55
"repository": {
66
"type": "git",

packages/babel-helper-split-export-declaration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-split-export-declaration",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/babel-helper-transform-fixture-test-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-transform-fixture-test-runner",
3-
"version": "7.18.5",
3+
"version": "7.18.6",
44
"description": "Transform test runner for @babel/helper-fixtures module",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",

packages/babel-helper-validator-identifier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-validator-identifier",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "Validate identifier/keywords name",
55
"repository": {
66
"type": "git",

packages/babel-helper-validator-option/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-validator-option",
3-
"version": "7.16.7",
3+
"version": "7.18.6",
44
"description": "Validate plugin/preset options",
55
"repository": {
66
"type": "git",

packages/babel-helper-wrap-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-wrap-function",
3-
"version": "7.16.8",
3+
"version": "7.18.6",
44
"description": "Helper to wrap functions inside a function call.",
55
"repository": {
66
"type": "git",

packages/babel-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helpers",
3-
"version": "7.18.2",
3+
"version": "7.18.6",
44
"description": "Collection of helper functions used by Babel transforms.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helpers",

packages/babel-highlight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/highlight",
3-
"version": "7.17.12",
3+
"version": "7.18.6",
44
"description": "Syntax highlight JavaScript strings for output in terminals.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-highlight",

packages/babel-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/node",
3-
"version": "7.18.5",
3+
"version": "7.18.6",
44
"description": "Babel command line",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-node",

packages/babel-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/parser",
3-
"version": "7.18.5",
3+
"version": "7.18.6",
44
"description": "A JavaScript parser",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-parser",

packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
3-
"version": "7.17.12",
3+
"version": "7.18.6",
44
"description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517",
55
"repository": {
66
"type": "git",

packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
3-
"version": "7.17.12",
3+
"version": "7.18.6",
44
"description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
55
"repository": {
66
"type": "git",

packages/babel-plugin-external-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-external-helpers",
3-
"version": "7.17.12",
3+
"version": "7.18.6",
44
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-async-do-expressions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-async-do-expressions",
3-
"version": "7.17.12",
3+
"version": "7.18.6",
44
"description": "Transform async do expressions to ES2021",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-async-generator-functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-async-generator-functions",
3-
"version": "7.17.12",
3+
"version": "7.18.6",
44
"description": "Turn async generator functions into ES2015 generators",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-class-properties/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-class-properties",
3-
"version": "7.17.12",
3+
"version": "7.18.6",
44
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-class-static-block/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-class-static-block",
3-
"version": "7.18.0",
3+
"version": "7.18.6",
44
"description": "Transform class static blocks",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)