Skip to content

Commit

Permalink
Backport package release cycle for 2025-01 (#40932)
Browse files Browse the repository at this point in the history
* Release github-actions/pr-is-up-to-date 2.0.4

* Release github-actions/push-to-mirrors 2.2.1

* Release github-actions/required-review 4.0.2

* Release js-packages/eslint-changed 2.1.0

* Release packages/codesniffer 5.0.0

* Release packages/ignorefile 3.0.0

* Release packages/phan-plugins 0.1.1

* Release packages/phpcs-filter 3.0.0

* Release js-packages/components 0.65.3

* Release js-packages/social-logos 3.1.17

* Release packages/transport-helper 0.3.0

* Small formatting tweaks
  • Loading branch information
tbradsha authored Jan 9, 2025
1 parent 24acb07 commit b5b3090
Show file tree
Hide file tree
Showing 68 changed files with 115 additions and 203 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions projects/github-actions/pr-is-up-to-date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

5 changes: 5 additions & 0 deletions projects/github-actions/push-to-mirrors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

9 changes: 9 additions & 0 deletions projects/github-actions/required-review/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/github-actions/required-review/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions projects/js-packages/eslint-changed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/js-packages/eslint-changed/changelog/update-eslint-9

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/eslint-changed/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/eslint-changed/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/social-logos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/social-logos/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
18 changes: 18 additions & 0 deletions projects/packages/codesniffer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b5b3090

Please sign in to comment.