diff --git a/composer.lock b/composer.lock index 9b74ab0d690b3..eb8141cea1f3b 100644 --- a/composer.lock +++ b/composer.lock @@ -13,7 +13,7 @@ "dist": { "type": "path", "url": "projects/packages/ignorefile", - "reference": "8f2d11d1b20847517f10a70eef2e362084bdffdc" + "reference": "689f55eccad70543d91b2536a7055937eb62511c" }, "require": { "php": ">=7.2" @@ -30,7 +30,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "2.1.x-dev" + "dev-trunk": "3.0.x-dev" } }, "autoload": { @@ -63,7 +63,7 @@ "dist": { "type": "path", "url": "projects/packages/codesniffer", - "reference": "4968238af15e427ec78daccdc5ddb6dd3bc6d069" + "reference": "686f7115142bafa2a91ada334a821142443f4e61" }, "require": { "automattic/vipwpcs": "^3.0", @@ -86,7 +86,7 @@ "link-template": "https://github.com/Automattic/jetpack-codesniffer/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "4.0.x-dev" + "dev-trunk": "5.0.x-dev" } }, "autoload": { @@ -187,7 +187,7 @@ "dist": { "type": "path", "url": "projects/packages/phpcs-filter", - "reference": "0425b29cbd8e6ee012478f89f605f593f3beda54" + "reference": "f41ae07ce664c89fc9ecc4fa0a8c1d11e2b0cdbe" }, "require": { "automattic/ignorefile": "@dev", @@ -201,7 +201,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "3.0.x-dev" } }, "autoload": { diff --git a/projects/github-actions/pr-is-up-to-date/CHANGELOG.md b/projects/github-actions/pr-is-up-to-date/CHANGELOG.md index 9bfba96281b54..b6257715dabd3 100644 --- a/projects/github-actions/pr-is-up-to-date/CHANGELOG.md +++ b/projects/github-actions/pr-is-up-to-date/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.4] - 2025-01-09 +### Changed +- Update dependencies. [#40194] +- Update docs with permissions for GitHub Apps and fine-grained access tokens. [#40633] + ## [2.0.3] - 2024-02-07 ### Changed - Update dependencies. [#34213] @@ -53,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. +[2.0.4]: https://github.com/Automattic/action-pr-is-up-to-date/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Automattic/action-pr-is-up-to-date/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/action-pr-is-up-to-date/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/action-pr-is-up-to-date/compare/v2.0.0...v2.0.1 diff --git a/projects/github-actions/pr-is-up-to-date/changelog/update-github-actions-docs-with-permissions b/projects/github-actions/pr-is-up-to-date/changelog/update-github-actions-docs-with-permissions deleted file mode 100644 index 41e21f7c7a781..0000000000000 --- a/projects/github-actions/pr-is-up-to-date/changelog/update-github-actions-docs-with-permissions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update docs with permissions for GitHub Apps and fine-grained access tokens. diff --git a/projects/github-actions/push-to-mirrors/CHANGELOG.md b/projects/github-actions/push-to-mirrors/CHANGELOG.md index 442bd5b765cec..92242412fcad1 100644 --- a/projects/github-actions/push-to-mirrors/CHANGELOG.md +++ b/projects/github-actions/push-to-mirrors/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.2.1] - 2025-01-09 +### Changed +- Update dependencies. [#40194] + ## [2.2.0] - 2024-08-29 ### Added - Add footers like `Upstream-Ref: owner/repo@sha` to mirrored commits, to make it easy to find the source of any particular mirrored commit. New workflow parameter `no-upstream-refs` may be set to disable this. [#36850] @@ -66,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release +[2.2.1]: https://github.com/Automattic/action-push-to-mirrors/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/Automattic/action-push-to-mirrors/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/Automattic/action-push-to-mirrors/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/Automattic/action-push-to-mirrors/compare/v1.0.5...v2.0.0 diff --git a/projects/github-actions/push-to-mirrors/changelog/force-a-release b/projects/github-actions/push-to-mirrors/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/github-actions/push-to-mirrors/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/github-actions/required-review/CHANGELOG.md b/projects/github-actions/required-review/CHANGELOG.md index 30e87dead88ca..8e9b29fac1a42 100644 --- a/projects/github-actions/required-review/CHANGELOG.md +++ b/projects/github-actions/required-review/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.0.2] - 2025-01-09 +### Changed +- Update docs with permissions for GitHub Apps and fine-grained access tokens. [#40633] +- Updated package dependencies. [#40806] + +### Fixed +- Avoid trying to request reviews from bot accounts. [#39895] + ## [4.0.1] - 2024-08-29 ### Changed - Updated package dependencies. [#36757] @@ -90,6 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release +[4.0.2]: https://github.com/Automattic/action-required-review/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/Automattic/action-required-review/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/Automattic/action-required-review/compare/v3.1.0...v4.0.0 [3.1.0]: https://github.com/Automattic/action-required-review/compare/v3.0.2...v3.1.0 diff --git a/projects/github-actions/required-review/changelog/fix-required-review-no-request-review-from-bot b/projects/github-actions/required-review/changelog/fix-required-review-no-request-review-from-bot deleted file mode 100644 index bb2852820990b..0000000000000 --- a/projects/github-actions/required-review/changelog/fix-required-review-no-request-review-from-bot +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Avoid trying to request reviews from bot accounts. diff --git a/projects/github-actions/required-review/changelog/renovate-picomatch-4.x b/projects/github-actions/required-review/changelog/renovate-picomatch-4.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/github-actions/required-review/changelog/renovate-picomatch-4.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/github-actions/required-review/changelog/update-eslint-9 b/projects/github-actions/required-review/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/github-actions/required-review/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/github-actions/required-review/changelog/update-github-actions-docs-with-permissions b/projects/github-actions/required-review/changelog/update-github-actions-docs-with-permissions deleted file mode 100644 index 41e21f7c7a781..0000000000000 --- a/projects/github-actions/required-review/changelog/update-github-actions-docs-with-permissions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update docs with permissions for GitHub Apps and fine-grained access tokens. diff --git a/projects/github-actions/required-review/package.json b/projects/github-actions/required-review/package.json index 089447d608732..657867f70fdfb 100644 --- a/projects/github-actions/required-review/package.json +++ b/projects/github-actions/required-review/package.json @@ -1,6 +1,6 @@ { "name": "required-review", - "version": "4.0.1", + "version": "4.0.2", "description": "Check that a Pull Request has reviews from required teams.", "main": "index.js", "author": "Automattic", diff --git a/projects/js-packages/components/CHANGELOG.md b/projects/js-packages/components/CHANGELOG.md index a7c750f965bfa..0771e4a245105 100644 --- a/projects/js-packages/components/CHANGELOG.md +++ b/projects/js-packages/components/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Components package releases. +## [0.65.3] - 2025-01-09 +### Changed +- Updated social-logos import from default to named. [#40816] + ## [0.65.2] - 2025-01-06 ### Changed - Updated package dependencies. [#40797] [#40798] [#40835] [#40841] @@ -1259,6 +1263,7 @@ ### Changed - Update node version requirement to 14.16.1 +[0.65.3]: https://github.com/Automattic/jetpack-components/compare/0.65.2...0.65.3 [0.65.2]: https://github.com/Automattic/jetpack-components/compare/0.65.1...0.65.2 [0.65.1]: https://github.com/Automattic/jetpack-components/compare/0.65.0...0.65.1 [0.65.0]: https://github.com/Automattic/jetpack-components/compare/0.64.1...0.65.0 diff --git a/projects/js-packages/components/changelog/update-social-logo-usage b/projects/js-packages/components/changelog/update-social-logo-usage deleted file mode 100644 index 9efa1202142fd..0000000000000 --- a/projects/js-packages/components/changelog/update-social-logo-usage +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated social-logos import from default to named diff --git a/projects/js-packages/components/package.json b/projects/js-packages/components/package.json index ae92d453c7b9f..c6ef9078b264e 100644 --- a/projects/js-packages/components/package.json +++ b/projects/js-packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-components", - "version": "0.65.2", + "version": "0.65.3", "description": "Jetpack Components Package", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/js-packages/eslint-changed/CHANGELOG.md b/projects/js-packages/eslint-changed/CHANGELOG.md index 0f6b1b4c6f089..51981dd96f5c3 100644 --- a/projects/js-packages/eslint-changed/CHANGELOG.md +++ b/projects/js-packages/eslint-changed/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.0] - 2025-01-09 +### Added +- Add `--eslint-options` option. [#40446] +- Enable test coverage. [#39961] + +### Changed +- Updated package dependencies. [#40786] [#40828] + +### Fixed +- Detect whether to use eslintrc or flat config in the same way eslint does. [#40446] +- Tests: Use fs.realpath() for macOS compatibility. [#40451] + ## [2.0.9] - 2024-08-29 ### Changed - Internal updates. @@ -83,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Created as a tool within the monorepo. +[2.1.0]: https://github.com/Automattic/eslint-changed/compare/2.0.9...2.1.0 [2.0.9]: https://github.com/Automattic/eslint-changed/compare/2.0.8...2.0.9 [2.0.8]: https://github.com/Automattic/eslint-changed/compare/2.0.7...2.0.8 [2.0.7]: https://github.com/Automattic/eslint-changed/compare/2.0.6...2.0.7 diff --git a/projects/js-packages/eslint-changed/changelog/add-better-eslint-9-support b/projects/js-packages/eslint-changed/changelog/add-better-eslint-9-support deleted file mode 100644 index 2b289b01109fb..0000000000000 --- a/projects/js-packages/eslint-changed/changelog/add-better-eslint-9-support +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fixed - -Detect whether to use eslintrc or flat config in the same way eslint does. diff --git a/projects/js-packages/eslint-changed/changelog/add-better-eslint-9-support#2 b/projects/js-packages/eslint-changed/changelog/add-better-eslint-9-support#2 deleted file mode 100644 index f0caaa32fa258..0000000000000 --- a/projects/js-packages/eslint-changed/changelog/add-better-eslint-9-support#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add `--eslint-options` option. diff --git a/projects/js-packages/eslint-changed/changelog/add-better-eslint-9-support#3 b/projects/js-packages/eslint-changed/changelog/add-better-eslint-9-support#3 deleted file mode 100644 index cb5cebee71f85..0000000000000 --- a/projects/js-packages/eslint-changed/changelog/add-better-eslint-9-support#3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update tests for compatibility with eslint 9, improve messaging on json failure, and avoid problems with global git config. - - diff --git a/projects/js-packages/eslint-changed/changelog/fix-eslint-changed-macos_paths b/projects/js-packages/eslint-changed/changelog/fix-eslint-changed-macos_paths deleted file mode 100644 index 64137517c31b6..0000000000000 --- a/projects/js-packages/eslint-changed/changelog/fix-eslint-changed-macos_paths +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Tests: Use fs.realpath() for macOS compatibility. diff --git a/projects/js-packages/eslint-changed/changelog/renovate-chalk-5.x b/projects/js-packages/eslint-changed/changelog/renovate-chalk-5.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/eslint-changed/changelog/renovate-chalk-5.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/eslint-changed/changelog/renovate-commander-13.x b/projects/js-packages/eslint-changed/changelog/renovate-commander-13.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/eslint-changed/changelog/renovate-commander-13.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/eslint-changed/changelog/restore-jp_test_coverage b/projects/js-packages/eslint-changed/changelog/restore-jp_test_coverage deleted file mode 100644 index 7bb19dc79dd19..0000000000000 --- a/projects/js-packages/eslint-changed/changelog/restore-jp_test_coverage +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Enable test coverage. diff --git a/projects/js-packages/eslint-changed/changelog/update-eslint-9 b/projects/js-packages/eslint-changed/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/eslint-changed/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/eslint-changed/changelog/update-switch-to-raw-coverage-files b/projects/js-packages/eslint-changed/changelog/update-switch-to-raw-coverage-files deleted file mode 100644 index bfd48f31ebc60..0000000000000 --- a/projects/js-packages/eslint-changed/changelog/update-switch-to-raw-coverage-files +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Generate raw phpunit and/or jest coverage data instead of clover. - - diff --git a/projects/js-packages/eslint-changed/package.json b/projects/js-packages/eslint-changed/package.json index 63577048991d0..64edf74b5ace3 100644 --- a/projects/js-packages/eslint-changed/package.json +++ b/projects/js-packages/eslint-changed/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/eslint-changed", - "version": "2.0.9", + "version": "2.1.0", "description": "Run eslint on files, but only report warnings and errors from lines that were changed.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/eslint-changed/#readme", "type": "module", diff --git a/projects/js-packages/eslint-changed/src/cli.js b/projects/js-packages/eslint-changed/src/cli.js index 26d0a2f19e7ad..85bfc49dc43b0 100755 --- a/projects/js-packages/eslint-changed/src/cli.js +++ b/projects/js-packages/eslint-changed/src/cli.js @@ -7,7 +7,7 @@ import { Command } from 'commander'; import * as ESLintPkg from 'eslint'; import parseDiff from 'parse-diff'; -const APP_VERSION = '2.0.9'; +const APP_VERSION = '2.1.0'; const { ESLint } = ESLintPkg; const loadESLint = ESLintPkg.loadESLint ?? ( () => ESLint ); diff --git a/projects/js-packages/social-logos/CHANGELOG.md b/projects/js-packages/social-logos/CHANGELOG.md index fed4877c0faea..753834a60424e 100644 --- a/projects/js-packages/social-logos/CHANGELOG.md +++ b/projects/js-packages/social-logos/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.17] - 2025-01-09 +### Fixed +- Removed `module` in package.json given it's a CommonJS package. [#40867] + ## [3.1.16] - 2025-01-06 ### Changed - Updated package dependencies. [#40796] [#40798] [#40831] @@ -194,6 +198,7 @@ - Build: Refactored (aligned build system with Gridicons). +[3.1.17]: https://github.com/Automattic/social-logos/compare/v3.1.16...v3.1.17 [3.1.16]: https://github.com/Automattic/social-logos/compare/v3.1.15...v3.1.16 [3.1.15]: https://github.com/Automattic/social-logos/compare/v3.1.14...v3.1.15 [3.1.14]: https://github.com/Automattic/social-logos/compare/v3.1.13...v3.1.14 diff --git a/projects/js-packages/social-logos/changelog/fix-package.json-in-social-logos b/projects/js-packages/social-logos/changelog/fix-package.json-in-social-logos deleted file mode 100644 index 352c3d672dbf8..0000000000000 --- a/projects/js-packages/social-logos/changelog/fix-package.json-in-social-logos +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Removed .module entry for it being a commonjs package diff --git a/projects/js-packages/social-logos/package.json b/projects/js-packages/social-logos/package.json index 4f76567af08ac..01e7003d47c7e 100644 --- a/projects/js-packages/social-logos/package.json +++ b/projects/js-packages/social-logos/package.json @@ -1,6 +1,6 @@ { "name": "social-logos", - "version": "3.1.16", + "version": "3.1.17", "description": "A repository of all the social logos used on WordPress.com.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/", "bugs": { diff --git a/projects/packages/codesniffer/CHANGELOG.md b/projects/packages/codesniffer/CHANGELOG.md index 215e4c007173d..c2aa00c53fea5 100644 --- a/projects/packages/codesniffer/CHANGELOG.md +++ b/projects/packages/codesniffer/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.0.0] - 2025-01-09 +### Added +- Add `Jetpack-Compat-84` ruleset. [#40253] +- Enable test coverage. [#39961] + +### Changed +- Add `WordPress.WP.GlobalVariablesOverride` to `Jetpack-NoWP` ruleset. [#40016] +- Disable new `Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence.MissingParentheses` sniff for now, pending discussion. [#39648] +- Updated package dependencies. [#40283] +- Update Jetpack-Compat rulesets. [#39665] +- Use mediawiki/mediawiki-codesniffer v44. [#39648] + +### Removed +- General: Remove PHP 7.0 and 7.1 support. [#40174] +- General: Update minimum PHP version to 7.2. [#40147] +- `MediaWiki.Usage.DoubleNotOperator` has been removed. `Universal.CodeAnalysis.NoDoubleNegative.FoundDouble`, which serves the same purpose, will be included via the WordPress-Extra ruleset v3.1.0. [#39648] + ## [4.0.0] - 2024-08-29 ### Added - Jetpack.Functions.SetCookie: Support new options syntax from PHP 7.3+. [#37062] @@ -157,6 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Codesniffer: Add a package to hold our coding standard +[5.0.0]: https://github.com/Automattic/jetpack-codesniffer/compare/v4.0.0...v5.0.0 [4.0.0]: https://github.com/Automattic/jetpack-codesniffer/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/Automattic/jetpack-codesniffer/compare/v2.8.0...v3.0.0 [2.8.0]: https://github.com/Automattic/jetpack-codesniffer/compare/v2.7.0...v2.8.0 diff --git a/projects/packages/codesniffer/changelog/add-codesniffer-8.4-support b/projects/packages/codesniffer/changelog/add-codesniffer-8.4-support deleted file mode 100644 index dcf3d20382217..0000000000000 --- a/projects/packages/codesniffer/changelog/add-codesniffer-8.4-support +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add `Jetpack-Compat-84` ruleset. diff --git a/projects/packages/codesniffer/changelog/add-coverage-processing b/projects/packages/codesniffer/changelog/add-coverage-processing deleted file mode 100644 index 516c38c461a00..0000000000000 --- a/projects/packages/codesniffer/changelog/add-coverage-processing +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Add `WordPress.WP.GlobalVariablesOverride` to `Jetpack-NoWP` ruleset. diff --git a/projects/packages/codesniffer/changelog/fix-phpcompatibility-new-dev-sniff b/projects/packages/codesniffer/changelog/fix-phpcompatibility-new-dev-sniff deleted file mode 100644 index 4e46b6fe2b05f..0000000000000 --- a/projects/packages/codesniffer/changelog/fix-phpcompatibility-new-dev-sniff +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update Jetpack-Compat rulesets. diff --git a/projects/packages/codesniffer/changelog/remove-codesniffer-php_less_than_7.2 b/projects/packages/codesniffer/changelog/remove-codesniffer-php_less_than_7.2 deleted file mode 100644 index d6ac592d4a118..0000000000000 --- a/projects/packages/codesniffer/changelog/remove-codesniffer-php_less_than_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Remove PHP 7.0 and 7.1 support. diff --git a/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-44.x b/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-44.x deleted file mode 100644 index d50cd3140f5e4..0000000000000 --- a/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-44.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: changed - -Use mediawiki/mediawiki-codesniffer v44. diff --git a/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-44.x#2 b/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-44.x#2 deleted file mode 100644 index 2bdb24af55f5f..0000000000000 --- a/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-44.x#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: removed - -`MediaWiki.Usage.DoubleNotOperator` has been removed. `Universal.CodeAnalysis.NoDoubleNegative.FoundDouble`, which serves the same purpose, will be included via the WordPress-Extra ruleset v3.1.0. diff --git a/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-44.x#4 b/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-44.x#4 deleted file mode 100644 index f49fbffda61e3..0000000000000 --- a/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-44.x#4 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Disable new `Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence.MissingParentheses` sniff for now, pending discussion. diff --git a/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-45.x b/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-45.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/codesniffer/changelog/renovate-mediawiki-mediawiki-codesniffer-45.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/codesniffer/changelog/restore-jp_test_coverage b/projects/packages/codesniffer/changelog/restore-jp_test_coverage deleted file mode 100644 index 7bb19dc79dd19..0000000000000 --- a/projects/packages/codesniffer/changelog/restore-jp_test_coverage +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Enable test coverage. diff --git a/projects/packages/codesniffer/changelog/update-bump_min_php_to_7.2 b/projects/packages/codesniffer/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/codesniffer/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/codesniffer/changelog/update-switch-to-raw-coverage-files b/projects/packages/codesniffer/changelog/update-switch-to-raw-coverage-files deleted file mode 100644 index bfd48f31ebc60..0000000000000 --- a/projects/packages/codesniffer/changelog/update-switch-to-raw-coverage-files +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Generate raw phpunit and/or jest coverage data instead of clover. - - diff --git a/projects/packages/codesniffer/composer.json b/projects/packages/codesniffer/composer.json index 93c7990c07a1b..820f0096d3f29 100644 --- a/projects/packages/codesniffer/composer.json +++ b/projects/packages/codesniffer/composer.json @@ -61,7 +61,7 @@ "link-template": "https://github.com/Automattic/jetpack-codesniffer/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "4.0.x-dev" + "dev-trunk": "5.0.x-dev" } }, "config": { diff --git a/projects/packages/ignorefile/CHANGELOG.md b/projects/packages/ignorefile/CHANGELOG.md index 2032a48edf679..8c703cc3ed992 100644 --- a/projects/packages/ignorefile/CHANGELOG.md +++ b/projects/packages/ignorefile/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.0] - 2025-01-09 +### Added +- Enable test coverage. [#39961] + +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [2.1.0] - 2024-08-29 ### Changed - Add "strict mode", defaulting to off. When off, InvalidPatternException will no longer be thrown, instead the pattern will just be ignored to match `git` behavior. [#37289] @@ -47,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. +[3.0.0]: https://github.com/Automattic/ignorefile/compare/v2.1.0...v3.0.0 [2.1.0]: https://github.com/Automattic/ignorefile/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/Automattic/ignorefile/compare/v1.0.5...v2.0.0 [1.0.5]: https://github.com/Automattic/ignorefile/compare/v1.0.4...v1.0.5 diff --git a/projects/packages/ignorefile/changelog/restore-jp_test_coverage b/projects/packages/ignorefile/changelog/restore-jp_test_coverage deleted file mode 100644 index 7bb19dc79dd19..0000000000000 --- a/projects/packages/ignorefile/changelog/restore-jp_test_coverage +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Enable test coverage. diff --git a/projects/packages/ignorefile/changelog/update-bump_min_php_to_7.2 b/projects/packages/ignorefile/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/ignorefile/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/ignorefile/changelog/update-switch-to-raw-coverage-files b/projects/packages/ignorefile/changelog/update-switch-to-raw-coverage-files deleted file mode 100644 index bfd48f31ebc60..0000000000000 --- a/projects/packages/ignorefile/changelog/update-switch-to-raw-coverage-files +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Generate raw phpunit and/or jest coverage data instead of clover. - - diff --git a/projects/packages/ignorefile/composer.json b/projects/packages/ignorefile/composer.json index 863b10adaf4c2..6762ce1437b77 100644 --- a/projects/packages/ignorefile/composer.json +++ b/projects/packages/ignorefile/composer.json @@ -44,7 +44,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "2.1.x-dev" + "dev-trunk": "3.0.x-dev" } } } diff --git a/projects/packages/phan-plugins/CHANGELOG.md b/projects/packages/phan-plugins/CHANGELOG.md index b3bd1ef9122b5..daece31590858 100644 --- a/projects/packages/phan-plugins/CHANGELOG.md +++ b/projects/packages/phan-plugins/CHANGELOG.md @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.1] - 2025-01-09 +### Added +- Enable test coverage. [#39961] + ## 0.1.0 - 2024-08-29 ### Added - Initial version. [#37585] ### Changed - Updated package dependencies. [#39004] + +[0.1.1]: https://github.com/Automattic/jetpack-phan-plugins/compare/v0.1.0...v0.1.1 diff --git a/projects/packages/phan-plugins/changelog/add-ci-php-8.4 b/projects/packages/phan-plugins/changelog/add-ci-php-8.4 deleted file mode 100644 index ddbb5f3179535..0000000000000 --- a/projects/packages/phan-plugins/changelog/add-ci-php-8.4 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Work around microsoft/tolerant-php-parser not being 8.4-safe yet in test - - diff --git a/projects/packages/phan-plugins/changelog/restore-jp_test_coverage b/projects/packages/phan-plugins/changelog/restore-jp_test_coverage deleted file mode 100644 index 7bb19dc79dd19..0000000000000 --- a/projects/packages/phan-plugins/changelog/restore-jp_test_coverage +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Enable test coverage. diff --git a/projects/packages/phan-plugins/changelog/update-switch-to-raw-coverage-files b/projects/packages/phan-plugins/changelog/update-switch-to-raw-coverage-files deleted file mode 100644 index bfd48f31ebc60..0000000000000 --- a/projects/packages/phan-plugins/changelog/update-switch-to-raw-coverage-files +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Generate raw phpunit and/or jest coverage data instead of clover. - - diff --git a/projects/packages/phpcs-filter/CHANGELOG.md b/projects/packages/phpcs-filter/CHANGELOG.md index 2a9961d988527..30766b5143102 100644 --- a/projects/packages/phpcs-filter/CHANGELOG.md +++ b/projects/packages/phpcs-filter/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.0.0 - 2025-01-09 +### Added +- Enable test coverage. [#39961] + +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## 2.0.1 - 2024-08-29 ### Added - Add a doc note warning against using `0` when excluding individual sniff messages. [#37122] diff --git a/projects/packages/phpcs-filter/changelog/add-phpunit-coverage-configs b/projects/packages/phpcs-filter/changelog/add-phpunit-coverage-configs deleted file mode 100644 index 714f2593c8f4b..0000000000000 --- a/projects/packages/phpcs-filter/changelog/add-phpunit-coverage-configs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Add missing files/dirs to phpunit coverage config. - - diff --git a/projects/packages/phpcs-filter/changelog/restore-jp_test_coverage b/projects/packages/phpcs-filter/changelog/restore-jp_test_coverage deleted file mode 100644 index 7bb19dc79dd19..0000000000000 --- a/projects/packages/phpcs-filter/changelog/restore-jp_test_coverage +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Enable test coverage. diff --git a/projects/packages/phpcs-filter/changelog/update-bump_min_php_to_7.2 b/projects/packages/phpcs-filter/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/phpcs-filter/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/phpcs-filter/changelog/update-switch-to-raw-coverage-files b/projects/packages/phpcs-filter/changelog/update-switch-to-raw-coverage-files deleted file mode 100644 index bfd48f31ebc60..0000000000000 --- a/projects/packages/phpcs-filter/changelog/update-switch-to-raw-coverage-files +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Generate raw phpunit and/or jest coverage data instead of clover. - - diff --git a/projects/packages/phpcs-filter/composer.json b/projects/packages/phpcs-filter/composer.json index a0efd612a835a..f9e39c36b48bd 100644 --- a/projects/packages/phpcs-filter/composer.json +++ b/projects/packages/phpcs-filter/composer.json @@ -54,7 +54,7 @@ "prefer-stable": true, "extra": { "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "3.0.x-dev" } } } diff --git a/projects/packages/transport-helper/CHANGELOG.md b/projects/packages/transport-helper/CHANGELOG.md index c4615ebeec0e7..ae8baa2954f92 100644 --- a/projects/packages/transport-helper/CHANGELOG.md +++ b/projects/packages/transport-helper/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0] - 2025-01-09 +### Added +- Enable test coverage. [#39961] + +### Changed +- Backup: Added next daily backup schedule time on admin page. [#39914] +- Updated dependencies. [#40286] + +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.2.6] - 2024-10-29 ### Changed - Internal updates. [#39781] @@ -75,6 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. +[0.3.0]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.6...v0.3.0 [0.2.6]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.3...v0.2.4 diff --git a/projects/packages/transport-helper/changelog/add-jetpack-backup-schedule-time b/projects/packages/transport-helper/changelog/add-jetpack-backup-schedule-time deleted file mode 100644 index 798d9040ba827..0000000000000 --- a/projects/packages/transport-helper/changelog/add-jetpack-backup-schedule-time +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Backup: added next daily backup schedule time on admin page diff --git a/projects/packages/transport-helper/changelog/fix-bump_composer_versions b/projects/packages/transport-helper/changelog/fix-bump_composer_versions deleted file mode 100644 index 13cbf3392f78d..0000000000000 --- a/projects/packages/transport-helper/changelog/fix-bump_composer_versions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated dependencies. diff --git a/projects/packages/transport-helper/changelog/restore-jp_test_coverage b/projects/packages/transport-helper/changelog/restore-jp_test_coverage deleted file mode 100644 index 7bb19dc79dd19..0000000000000 --- a/projects/packages/transport-helper/changelog/restore-jp_test_coverage +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Enable test coverage. diff --git a/projects/packages/transport-helper/changelog/update-bump_min_php_to_7.2 b/projects/packages/transport-helper/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/transport-helper/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/transport-helper/changelog/update-switch-to-raw-coverage-files b/projects/packages/transport-helper/changelog/update-switch-to-raw-coverage-files deleted file mode 100644 index bfd48f31ebc60..0000000000000 --- a/projects/packages/transport-helper/changelog/update-switch-to-raw-coverage-files +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Generate raw phpunit and/or jest coverage data instead of clover. - - diff --git a/projects/packages/transport-helper/composer.json b/projects/packages/transport-helper/composer.json index a3a313859aaaf..92f8aa50695cc 100644 --- a/projects/packages/transport-helper/composer.json +++ b/projects/packages/transport-helper/composer.json @@ -60,7 +60,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.2.x-dev" + "dev-trunk": "0.3.x-dev" }, "textdomain": "jetpack-transport-helper" }, diff --git a/projects/packages/transport-helper/package.json b/projects/packages/transport-helper/package.json index d425739101614..485f78455209e 100644 --- a/projects/packages/transport-helper/package.json +++ b/projects/packages/transport-helper/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-transport-helper", - "version": "0.2.6", + "version": "0.3.0", "description": "Package to help transport server communication", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/transport-helper/#readme", "bugs": { diff --git a/projects/packages/transport-helper/src/class-package-version.php b/projects/packages/transport-helper/src/class-package-version.php index 8b0fe301b8ec2..049172db391e8 100644 --- a/projects/packages/transport-helper/src/class-package-version.php +++ b/projects/packages/transport-helper/src/class-package-version.php @@ -16,7 +16,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '0.2.6'; + const PACKAGE_VERSION = '0.3.0'; const PACKAGE_SLUG = 'transport-helper'; diff --git a/projects/github-actions/pr-is-up-to-date/changelog/force-a-release b/projects/plugins/protect/changelog/prerelease#12 similarity index 51% rename from projects/github-actions/pr-is-up-to-date/changelog/force-a-release rename to projects/plugins/protect/changelog/prerelease#12 index d4ad6c7cc3379..9aa70e3ec1f75 100644 --- a/projects/github-actions/pr-is-up-to-date/changelog/force-a-release +++ b/projects/plugins/protect/changelog/prerelease#12 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Update dependencies. diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index 920a59e6563a4..a82bcb657ad97 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -1810,7 +1810,7 @@ "dist": { "type": "path", "url": "../../packages/transport-helper", - "reference": "4353e72d5e1254cfd1f61e4cd2b81e415550c841" + "reference": "6ff89ede12aa404b60a18318b84eb8425f1d2352" }, "require": { "automattic/jetpack-backup-helper-script-manager": "@dev", @@ -1836,7 +1836,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.2.x-dev" + "dev-trunk": "0.3.x-dev" }, "textdomain": "jetpack-transport-helper" },