Closed renovate[bot] closed 3 months ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
Package | Version | Score | Details | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
composer/phpunit/php-code-coverage | 9.2.32 | :green_circle: 5.2 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/compat-data | 7.25.4 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/generator | 7.25.5 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/helper-create-class-features-plugin | 7.25.4 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/parser | 7.25.4 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/plugin-transform-async-generator-functions | 7.25.4 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/plugin-transform-class-properties | 7.25.4 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/plugin-transform-classes | 7.25.4 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/plugin-transform-private-methods | 7.25.4 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/plugin-transform-unicode-sets-regex | 7.25.4 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/preset-env | 7.25.4 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/traverse | 7.25.4 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@babel/types | 7.25.4 | :green_circle: 6.3 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@types/node | 22.5.0 | :green_circle: 7 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@wordpress/babel-plugin-makepot | 6.6.0 | :green_circle: 5.7 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@wordpress/babel-preset-default | 8.6.0 | :green_circle: 5.7 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@wordpress/browserslist-config | 6.6.0 | :green_circle: 5.7 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@wordpress/eslint-plugin | 20.3.0 | :green_circle: 5.7 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@wordpress/hooks | 4.6.0 | :green_circle: 5.7 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@wordpress/i18n | 5.6.0 | :green_circle: 5.7 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@wordpress/prettier-config | 4.6.0 | :green_circle: 5.7 | Details
| ||||||||||||||||||||||||||||||||||||||||||||||||
npm/@wordpress/warning | 3.6.0 | :green_circle: 5.7 | Details
|
This PR contains the following updates:
7.25.3
->7.25.4
22.4.0
->22.5.0
6.5.0
->6.6.0
20.2.0
->20.3.0
5.5.0
->5.6.0
9.2.31
->9.2.32
Release Notes
babel/babel (@babel/preset-env)
### [`v7.25.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7254-2024-08-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.25.3...v7.25.4) ##### :bug: Bug Fix - `babel-traverse` - [#16756](https://togithub.com/babel/babel/pull/16756) fix: Skip computed key when renaming ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#16755](https://togithub.com/babel/babel/pull/16755) fix: Decorator 2018-09 may throw an exception ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-types` - [#16710](https://togithub.com/babel/babel/pull/16710) Visit AST fields nodes according to their syntactical order ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#16709](https://togithub.com/babel/babel/pull/16709) Print semicolon after TS `export namespace as A` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-generator`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-typescript`, `babel-runtime-corejs2`, `babel-runtime`, `babel-traverse` - [#16722](https://togithub.com/babel/babel/pull/16722) Avoid unnecessary parens around sequence expressions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-plugin-transform-class-properties` - [#16714](https://togithub.com/babel/babel/pull/16714) Avoid unnecessary parens around exported arrow functions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-transform-object-rest-spread` - [#16712](https://togithub.com/babel/babel/pull/16712) Avoid printing unnecessary parens around object destructuring ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-generator` - [#16740](https://togithub.com/babel/babel/pull/16740) Avoid extra spaces between comments/regexps in compact mode ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))WordPress/gutenberg (@wordpress/babel-plugin-makepot)
### [`v6.6.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/babel-plugin-makepot/CHANGELOG.md#660-2024-08-21) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/babel-plugin-makepot@6.5.0...@wordpress/babel-plugin-makepot@6.6.0)WordPress/gutenberg (@wordpress/eslint-plugin)
### [`v20.3.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#2030-2024-08-21) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/eslint-plugin@20.2.0...@wordpress/eslint-plugin@20.3.0)WordPress/gutenberg (@wordpress/i18n)
### [`v5.6.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/i18n/CHANGELOG.md#560-2024-08-21) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/i18n@5.5.0...@wordpress/i18n@5.6.0)sebastianbergmann/php-code-coverage (phpunit/php-code-coverage)
### [`v9.2.32`](https://togithub.com/sebastianbergmann/php-code-coverage/releases/tag/9.2.32): phpunit/php-code-coverage 9.2.32 [Compare Source](https://togithub.com/sebastianbergmann/php-code-coverage/compare/9.2.31...9.2.32) ##### Changed - Updated dependencies (so that users that install using Composer's `--prefer-lowest` CLI option also get recent versions)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.