Skip to content

Commit

Permalink
Janitorial: bump various dependencies (#40286)
Browse files Browse the repository at this point in the history
* packages/analyzer: bump dependencies

nikic/php-parser: drop PHP 7.0

* packages/stub-generator: bump dependencies

nikic/php-parser: drop old PHPUnit
phpstan/phpdoc-parser: drop PHP 7.2
symfony/console: just because

* packages/stub-generator: use new PhpDocParser API

* patchwork-redefine-exit: bump dependencies

antecedent/patchwork: PHP >=5.4 → PHP >=7.1

* plugins/jetpack: bump dependencies

antecedent/patchwork: PHP >=5.4 → PHP >=7.1
johnkary/phpunit-speedtrap: PHP >=7.0 → PHP >=7.1

* plugins/crm: bump dependencies

automattic/woocommerce: PHP >=5.4 → >=7.1

* Use automattic/wordbless ^0.4.2 in relevant packages

* Add changelogs

* Remove named params

* Update composer.lock

* Another changelog

* More composer lockfiles

* Changelogs

* Phan: update deprecated property use

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11960243377

Upstream-Ref: Automattic/jetpack@c7d7d3e
  • Loading branch information
tbradsha authored and matticbot committed Nov 21, 2024
1 parent 2a08b84 commit 3db2acd
Show file tree
Hide file tree
Showing 33 changed files with 273 additions and 220 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.
- Updated package dependencies.

## 2.6.1 - 2024-11-11
Expand Down
130 changes: 65 additions & 65 deletions composer.lock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [0.5.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.

## [0.5.0] - 2024-11-14
### Removed
- General: Update minimum PHP version to 7.2. [#40147]
Expand Down Expand Up @@ -168,6 +175,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixing menu visibility issues.

[0.5.1-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.0...0.5.1-alpha
[0.5.0]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.6...0.5.0
[0.4.6]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.5...0.4.6
[0.4.5]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.4...0.4.5
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-admin-ui/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/jetpack-logo": "^3.0.0",
"automattic/wordbless": "dev-master"
"automattic/wordbless": "^0.4.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class Admin_Menu {

const PACKAGE_VERSION = '0.5.0';
const PACKAGE_VERSION = '0.5.1-alpha';

/**
* Whether this class has been initialized
Expand Down
1 change: 1 addition & 0 deletions vendor/automattic/jetpack-blaze/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.
- Updated package dependencies.

## [0.25.0] - 2024-11-18
Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-connection": "^6.1.0-alpha",
"automattic/jetpack-constants": "^3.0.1-alpha",
"automattic/jetpack-plans": "^0.5.0",
"automattic/jetpack-plans": "^0.5.1-alpha",
"automattic/jetpack-redirect": "^3.0.1-alpha",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-sync": "^4.0.0"
"automattic/jetpack-sync": "^4.0.1-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/wordbless": "@dev"
"automattic/wordbless": "^0.4.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
1 change: 1 addition & 0 deletions vendor/automattic/jetpack-blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.
- Updated package dependencies.

## [3.0.0] - 2024-11-18
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blocks/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-constants": "^3.0.1-alpha"
},
"require-dev": {
"automattic/wordbless": "dev-master",
"automattic/wordbless": "^0.4.2",
"brain/monkey": "^2.6.2",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.
- Updated package dependencies.

## [0.7.0] - 2024-11-18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/wordbless": "dev-master"
"automattic/wordbless": "^0.4.2"
},
"autoload": {
"classmap": [
Expand Down
1 change: 1 addition & 0 deletions vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This is an alpha version! The changes listed here are not final.
- Allow using application password for site registration.

### Changed
- Updated dependencies.
- Updated package dependencies.

## [6.0.1] - 2024-11-18
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-admin-ui": "^0.5.0",
"automattic/jetpack-admin-ui": "^0.5.1-alpha",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-constants": "^3.0.1-alpha",
"automattic/jetpack-roles": "^3.0.1-alpha",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-redirect": "^3.0.1-alpha"
},
"require-dev": {
"automattic/wordbless": "@dev",
"automattic/wordbless": "^0.4.2",
"yoast/phpunit-polyfills": "^1.1.1",
"brain/monkey": "^2.6.2",
"automattic/jetpack-changelogger": "^5.1.0-alpha"
Expand Down
1 change: 1 addition & 0 deletions vendor/automattic/jetpack-masterbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.
- Updated package dependencies.

## [0.10.0] - 2024-11-18
Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/jetpack-masterbar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"automattic/jetpack-connection": "^6.1.0-alpha",
"automattic/jetpack-jitm": "^4.0.1-alpha",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-plans": "^0.5.0",
"automattic/jetpack-plans": "^0.5.1-alpha",
"automattic/jetpack-status": "^5.0.1-alpha"
},
"require-dev": {
"brain/monkey": "^2.6.2",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/patchwork-redefine-exit": "^2.0.0",
"automattic/wordbless": "dev-master"
"automattic/patchwork-redefine-exit": "^2.0.1-alpha",
"automattic/wordbless": "^0.4.2"
},
"autoload": {
"classmap": [
Expand Down
1 change: 1 addition & 0 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.
- Updated package dependencies.

### Removed
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/wordbless": "0.4.2"
"automattic/wordbless": "^0.4.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-password-checker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [0.4.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.

## [0.4.0] - 2024-11-14
### Removed
- General: Update minimum PHP version to 7.2. [#40147]
Expand Down Expand Up @@ -128,6 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in.

[0.4.1-alpha]: https://github.com/Automattic/jetpack-password-checker/compare/v0.4.0...v0.4.1-alpha
[0.4.0]: https://github.com/Automattic/jetpack-password-checker/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/Automattic/jetpack-password-checker/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/Automattic/jetpack-password-checker/compare/v0.3.1...v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-password-checker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/wordbless": "@dev",
"automattic/wordbless": "^0.4.2",
"yoast/phpunit-polyfills": "^1.1.1"
},
"suggest": {
Expand Down
8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-plans/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [0.5.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.

## [0.5.0] - 2024-11-14
### Removed
- General: Update minimum PHP version to 7.2. [#40147]
Expand Down Expand Up @@ -166,6 +173,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- Moved the options class into Connection. [#24095]

[0.5.1-alpha]: https://github.com/Automattic/jetpack-plans/compare/v0.5.0...v0.5.1-alpha
[0.5.0]: https://github.com/Automattic/jetpack-plans/compare/v0.4.13...v0.5.0
[0.4.13]: https://github.com/Automattic/jetpack-plans/compare/v0.4.12...v0.4.13
[0.4.12]: https://github.com/Automattic/jetpack-plans/compare/v0.4.11...v0.4.12
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-plans/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/wordbless": "@dev"
"automattic/wordbless": "^0.4.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
3 changes: 3 additions & 0 deletions vendor/automattic/jetpack-stats-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.

### Fixed
- Stast: removed cache for purchases and usage endpoints

Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/jetpack-stats-admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"php": ">=7.2",
"automattic/jetpack-connection": "^6.1.0-alpha",
"automattic/jetpack-constants": "^3.0.1-alpha",
"automattic/jetpack-plans": "^0.5.0",
"automattic/jetpack-stats": "^0.14.0",
"automattic/jetpack-plans": "^0.5.1-alpha",
"automattic/jetpack-stats": "^0.14.1-alpha",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-jitm": "^4.0.1-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/wordbless": "dev-master"
"automattic/wordbless": "^0.4.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-stats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [0.14.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.

## [0.14.0] - 2024-11-18
### Removed
- General: Update minimum PHP version to 7.2. [#40147]
Expand Down Expand Up @@ -198,6 +205,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixing static method which was called without self reference. [#26640]

[0.14.1-alpha]: https://github.com/Automattic/jetpack-stats/compare/v0.14.0...v0.14.1-alpha
[0.14.0]: https://github.com/Automattic/jetpack-stats/compare/v0.13.5...v0.14.0
[0.13.5]: https://github.com/Automattic/jetpack-stats/compare/v0.13.4...v0.13.5
[0.13.4]: https://github.com/Automattic/jetpack-stats/compare/v0.13.3...v0.13.4
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-stats/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/wordbless": "dev-master"
"automattic/wordbless": "^0.4.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '0.14.0';
const PACKAGE_VERSION = '0.14.1-alpha';

const PACKAGE_SLUG = 'stats';

Expand Down
8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [4.0.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.

## [4.0.0] - 2024-11-14
### Added
- Added UTM option to sync [#40144]
Expand Down Expand Up @@ -1343,6 +1350,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Packages: Move sync to a classmapped package

[4.0.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.0.0...v4.0.1-alpha
[4.0.0]: https://github.com/Automattic/jetpack-sync/compare/v3.15.0...v4.0.0
[3.15.0]: https://github.com/Automattic/jetpack-sync/compare/v3.14.4...v3.15.0
[3.14.4]: https://github.com/Automattic/jetpack-sync/compare/v3.14.3...v3.14.4
Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/jetpack-sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.2",
"automattic/jetpack-connection": "^6.1.0-alpha",
"automattic/jetpack-constants": "^3.0.1-alpha",
"automattic/jetpack-password-checker": "^0.4.0",
"automattic/jetpack-password-checker": "^0.4.1-alpha",
"automattic/jetpack-ip": "^0.4.1-alpha",
"automattic/jetpack-roles": "^3.0.1-alpha",
"automattic/jetpack-status": "^5.0.1-alpha"
Expand All @@ -16,8 +16,8 @@
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "^0.23.0",
"automattic/wordbless": "@dev"
"automattic/jetpack-waf": "^0.23.1-alpha",
"automattic/wordbless": "^0.4.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '4.0.0';
const PACKAGE_VERSION = '4.0.1-alpha';

const PACKAGE_SLUG = 'sync';

Expand Down
3 changes: 3 additions & 0 deletions vendor/automattic/scheduled-updates/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is an alpha version! The changes listed here are not final.

### Changed
- Updated dependencies.

### Removed
- General: Update minimum PHP version to 7.2.

Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/scheduled-updates/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-sync": "^4.0.0",
"automattic/jetpack-plans": "^0.5.0",
"automattic/jetpack-sync": "^4.0.1-alpha",
"automattic/jetpack-plans": "^0.5.1-alpha",
"automattic/jetpack-constants": "^3.0.1-alpha",
"automattic/jetpack-connection": "^6.1.0-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/wordbless": "@dev",
"automattic/wordbless": "^0.4.2",
"php-mock/php-mock-phpunit": "^2.10"
},
"suggest": {
Expand Down
Loading

0 comments on commit 3db2acd

Please sign in to comment.