Skip to content

Commit

Permalink
v7.22.15
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Sep 4, 2023
1 parent ca8335c commit 5260051
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion 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.11",
"version": "7.22.15",
"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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.22.14",
"version": "7.22.15",
"version_babel8": "8.0.0-alpha.2",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"version": "7.22.15",
"description": "Babel command line.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-cli",
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.11",
"version": "7.22.15",
"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.10",
"version": "7.22.15",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
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.10",
"version": "7.22.15",
"description": "Helper function to build binary assignment operator visitors",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"version": "7.22.15",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Helper functions on Babel compilation targets",
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.11",
"version": "7.22.15",
"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
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": "7.22.15",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5",
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": "7.22.15",
"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": "7.22.15",
"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
2 changes: 1 addition & 1 deletion 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": "7.22.15",
"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 Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.22.11",
"version": "7.22.15",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-validator-identifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-validator-identifier",
"version": "7.22.5",
"version": "7.22.15",
"description": "Validate identifier/keywords name",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-validator-option/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-validator-option",
"version": "7.22.5",
"version": "7.22.15",
"description": "Validate plugin/preset options",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.22.11",
"version": "7.22.15",
"description": "Collection of helper functions used by Babel transforms.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.22.10",
"version": "7.22.15",
"description": "Babel command line",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-node",
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.22.14",
"version": "7.22.15",
"description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
"version": "7.22.5",
"version": "7.22.15",
"description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
"version": "7.22.5",
"version": "7.22.15",
"description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.22.10",
"version": "7.22.15",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-destructuring-private",
"version": "7.22.5",
"version": "7.22.15",
"description": "Transform destructuring private proposal",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-pipeline-operator",
"version": "7.22.5",
"version": "7.22.15",
"description": "Transform pipeline operator into call expressions",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-async-generator-functions",
"version": "7.22.11",
"version": "7.22.15",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-block-scoping/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.22.10",
"version": "7.22.15",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.6",
"version": "7.22.15",
"description": "Compile ES2015 classes to ES5",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-destructuring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-destructuring",
"version": "7.22.10",
"version": "7.22.15",
"description": "Compile ES2015 destructuring to ES5",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.5",
"version": "7.22.15",
"description": "Compile ES2015 for...of to ES5",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-commonjs",
"version": "7.22.11",
"version": "7.22.15",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-object-rest-spread",
"version": "7.22.11",
"version": "7.22.15",
"description": "Compile object rest and spread to ES5",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-optional-chaining",
"version": "7.22.12",
"version": "7.22.15",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-parameters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-parameters",
"version": "7.22.5",
"version": "7.22.15",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-property-mutators",
"version": "7.22.5",
"version": "7.22.15",
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-react-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx",
"version": "7.22.5",
"version": "7.22.15",
"description": "Turn JSX into React function calls",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.22.10",
"version": "7.22.15",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typescript",
"version": "7.22.11",
"version": "7.22.15",
"description": "Transform TypeScript into ES.next",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.22.14",
"version": "7.22.15",
"description": "A Babel preset for each environment.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-flow",
"version": "7.22.5",
"version": "7.22.15",
"description": "Babel preset for all Flow plugins.",
"author": "The Babel Team (https://babel.dev/team)",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-react",
"version": "7.22.5",
"version": "7.22.15",
"description": "Babel preset for all React plugins.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-preset-react",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-typescript",
"version": "7.22.11",
"version": "7.22.15",
"description": "Babel preset for TypeScript.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/register",
"version": "7.22.5",
"version": "7.22.15",
"description": "babel require hook",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.22.11",
"version": "7.22.15",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.22.11",
"version": "7.22.15",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.22.11",
"version": "7.22.15",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.22.14",
"version": "7.22.15",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/template",
"version": "7.22.5",
"version": "7.22.15",
"description": "Generate an AST from a string template.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-template",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-traverse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.22.11",
"version": "7.22.15",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.22.11",
"version": "7.22.15",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-types",
Expand Down

0 comments on commit 5260051

Please sign in to comment.