Skip to content

Commit

Permalink
v7.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Apr 29, 2024
1 parent 0128984 commit ddbea7d
Show file tree
Hide file tree
Showing 39 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 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": "7.24.5",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"private": true,
"main": "./index.js",
Expand Down
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.24.1",
"version": "7.24.5",
"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 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.23.5",
"version": "7.24.5",
"description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.cjs",
"type": "commonjs",
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.24.4",
"version": "7.24.5",
"version_babel8": "8.0.0-alpha.8",
"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.24.1",
"version": "7.24.5",
"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.24.4",
"version": "7.24.5",
"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.24.4",
"version": "7.24.5",
"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-create-class-features-plugin",
"version": "7.24.4",
"version": "7.24.5",
"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-member-expression-to-functions",
"version": "7.23.0",
"version": "7.24.5",
"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-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.23.3",
"version": "7.24.5",
"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
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.24.0",
"version": "7.24.5",
"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
2 changes: 1 addition & 1 deletion packages/babel-helper-simple-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-simple-access",
"version": "7.22.5",
"version": "7.24.5",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-split-export-declaration",
"version": "7.22.6",
"version": "7.24.5",
"description": "",
"repository": {
"type": "git",
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.24.4",
"version": "7.24.5",
"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.20",
"version": "7.24.5",
"description": "Validate identifier/keywords name",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-wrap-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-wrap-function",
"version": "7.22.20",
"version": "7.24.5",
"description": "Helper to wrap functions inside a function call.",
"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.24.4",
"version": "7.24.5",
"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-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/highlight",
"version": "7.24.2",
"version": "7.24.5",
"description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-highlight",
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.24.4",
"version": "7.24.5",
"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-firefox-class-in-computed-class-key",
"version": "7.24.4",
"version": "7.24.5",
"description": "Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-explicit-resource-management",
"version": "7.24.1",
"version": "7.24.5",
"description": "Compile `using` declarations to ES2015",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-partial-application",
"version": "7.24.1",
"version": "7.24.5",
"description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression",
"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.24.4",
"version": "7.24.5",
"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.24.1",
"version": "7.24.5",
"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.24.1",
"version": "7.24.5",
"description": "Compile ES2015 destructuring 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-object-rest-spread",
"version": "7.24.1",
"version": "7.24.5",
"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.24.1",
"version": "7.24.5",
"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.24.1",
"version": "7.24.5",
"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-private-property-in-object",
"version": "7.24.1",
"version": "7.24.5",
"description": "This plugin transforms checks for a private property in an object",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-self",
"version": "7.24.1",
"version": "7.24.5",
"description": "Add a __self prop to all JSX Elements",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-typeof-symbol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typeof-symbol",
"version": "7.24.1",
"version": "7.24.5",
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
"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.24.4",
"version": "7.24.5",
"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.24.4",
"version": "7.24.5",
"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-runtime-corejs2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.24.4",
"version": "7.24.5",
"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.24.4",
"version": "7.24.5",
"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.24.4",
"version": "7.24.5",
"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.24.4",
"version": "7.24.5",
"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-traverse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.24.1",
"version": "7.24.5",
"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.24.0",
"version": "7.24.5",
"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 ddbea7d

Please sign in to comment.