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 b6ccb3d commit 6d4fc01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.

## [0.34.0] - 2024-11-18
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"automattic/jetpack-connection": "^6.1.0-alpha",
"automattic/jetpack-logo": "^3.0.0",
"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/jetpack-connection": "^6.1.0-alpha",
"automattic/wordbless": "^0.4.1"
"automattic/wordbless": "^0.4.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down

0 comments on commit 6d4fc01

Please sign in to comment.