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 3f4f816 commit e82aec5
Show file tree
Hide file tree
Showing 37 changed files with 436 additions and 360 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This is an alpha version! The changes listed here are not final.
- Classic Widget: update assets' enqueuing strategy to ensure compatibility with the Elementor plugin.
- General: indicate compatibility with the upcoming version of WordPress - 6.7.
- Only include `wp-polyfill` as a script dependency when needed.
- Updated dependencies.
- Updated package dependencies.

### Removed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"automattic/jetpack-connection": "^6.1.0-alpha",
"automattic/jetpack-my-jetpack": "^5.0.2-alpha",
"automattic/jetpack-search": "^0.47.1-alpha",
"automattic/jetpack-stats": "^0.14.0",
"automattic/jetpack-stats": "^0.14.1-alpha",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-sync": "^4.0.0"
"automattic/jetpack-sync": "^4.0.1-alpha"
},
"require-dev": {
"automattic/jetpack-changelogger": "^5.1.0-alpha",
Expand Down
8 changes: 8 additions & 0 deletions jetpack_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 jetpack_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
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-boost-core/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.3.1-alpha] - unreleased

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

### Changed
- Updated dependencies.

## [0.3.0] - 2024-11-14
### Removed
- General: Update minimum PHP version to 7.2. [#40147]
Expand Down Expand Up @@ -89,6 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Introduce new package. [#31163]

[0.3.1-alpha]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.0...v0.3.1-alpha
[0.3.0]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.14...v0.3.0
[0.2.14]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.13...v0.2.14
[0.2.13]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.12...v0.2.13
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-boost-core/composer.json
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": ">=7.2",
"automattic/jetpack-boost-core": "^0.3.0"
"automattic/jetpack-boost-core": "^0.3.1-alpha"
},
"autoload": {
"classmap": [
Expand Down
1 change: 1 addition & 0 deletions jetpack_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 jetpack_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
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-licensing/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).

## [3.0.1-alpha] - unreleased

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

### Changed
- Updated dependencies.

## [3.0.0] - 2024-11-14
### Removed
- General: Update minimum PHP version to 7.2. [#40147]
Expand Down Expand Up @@ -304,6 +311,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Licensing: Add support for Jetpack licenses

[3.0.1-alpha]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.0...v3.0.1-alpha
[3.0.0]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.12...v3.0.0
[2.0.12]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.11...v2.0.12
[2.0.11]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.10...v2.0.11
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-licensing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-connection": "^6.1.0-alpha"
},
"require-dev": {
"automattic/wordbless": "@dev",
"automattic/wordbless": "^0.4.2",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha"
},
Expand Down
1 change: 1 addition & 0 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Notices: do not display the Jetpack Manage banners for accounts enrolled into our agency program.
- Remove creator card and update paid plan checks to account for growth
- Updated dependencies.
- Updated package dependencies.

## [5.0.1] - 2024-11-18
Expand Down
12 changes: 6 additions & 6 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-admin-ui": "^0.5.0",
"automattic/jetpack-admin-ui": "^0.5.1-alpha",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-boost-speed-score": "^0.4.0",
"automattic/jetpack-connection": "^6.1.0-alpha",
"automattic/jetpack-explat": "^0.2.1-alpha",
"automattic/jetpack-jitm": "^4.0.1-alpha",
"automattic/jetpack-licensing": "^3.0.0",
"automattic/jetpack-licensing": "^3.0.1-alpha",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-redirect": "^3.0.1-alpha",
"automattic/jetpack-constants": "^3.0.1-alpha",
"automattic/jetpack-plans": "^0.5.0",
"automattic/jetpack-plans": "^0.5.1-alpha",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-sync": "^4.0.0",
"automattic/jetpack-protect-status": "^0.3.0"
"automattic/jetpack-sync": "^4.0.1-alpha",
"automattic/jetpack-protect-status": "^0.3.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
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
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 jetpack_vendor/automattic/jetpack-protect-models/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
### Added
- Added threats property to protect status. [#40097]
Expand Down Expand Up @@ -32,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial version. [#37864]

[0.4.1-alpha]: https://github.com/Automattic/jetpack-protect-models/compare/v0.4.0...v0.4.1-alpha
[0.4.0]: https://github.com/Automattic/jetpack-protect-models/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/Automattic/jetpack-protect-models/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Automattic/jetpack-protect-models/compare/v0.2.1...v0.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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"
},
"autoload": {
"classmap": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
*/
class Protect_Models {

const PACKAGE_VERSION = '0.4.0';
const PACKAGE_VERSION = '0.4.1-alpha';
}
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-protect-status/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.3.1-alpha] - unreleased

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

### Changed
- Updated dependencies.

## [0.3.0] - 2024-11-14
### Added
- Added threats property to protect status. [#40097]
Expand Down Expand Up @@ -51,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#37894]

[0.3.1-alpha]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.0...v0.3.1-alpha
[0.3.0]: https://github.com/Automattic/jetpack-protect-status/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/Automattic/jetpack-protect-status/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.2.0...v0.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"php": ">=7.2",
"automattic/jetpack-connection": "^6.1.0-alpha",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-sync": "^4.0.0",
"automattic/jetpack-protect-models": "^0.4.0",
"automattic/jetpack-plans": "^0.5.0"
"automattic/jetpack-sync": "^4.0.1-alpha",
"automattic/jetpack-protect-models": "^0.4.1-alpha",
"automattic/jetpack-plans": "^0.5.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"
},
"autoload": {
"classmap": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Status {

const PACKAGE_VERSION = '0.3.0';
const PACKAGE_VERSION = '0.3.1-alpha';
/**
* Name of the option where status is stored
*
Expand Down
1 change: 1 addition & 0 deletions jetpack_vendor/automattic/jetpack-search/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.47.0] - 2024-11-18
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-search/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-my-jetpack": "^5.0.2-alpha",
"automattic/jetpack-sync": "^4.0.0"
"automattic/jetpack-sync": "^4.0.1-alpha"
},
"require-dev": {
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"yoast/phpunit-polyfills": "^1.1.1",
"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 jetpack_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 jetpack_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
Loading

0 comments on commit e82aec5

Please sign in to comment.