Skip to content

Commit

Permalink
Janitorial: update more dependencies (#40297)
Browse files Browse the repository at this point in the history
* packages/changelogger: bump dependencies

symfony/process: PHP >=5.5.9 → >=7.2.5 (earlier releases have security bulletins for Windows)
symfony/console: PHP >=5.5.9 → >=7.2.5 (to match the above)
PHP: 7.2 → 7.2.5 (so we can have the above versions)

* jetpack-autoloader and jetpack-composer-plugin: bump dependencies

composer/composer: 2.3 and up require PHP 7.2.5, so we're stuck with LTS for now
composer-plugin-api: same as above

* wpcomsh: remove unneeded dependencies

* Add changelogs

* Update lockfiles

* Update projects/packages/autoloader/changelog/fix-bump_composer_versions_round2

Co-authored-by: Brad Jorsch <[email protected]>

* Update projects/packages/changelogger/changelog/fix-bump_composer_versions_round2

Co-authored-by: Brad Jorsch <[email protected]>

* Update projects/packages/composer-plugin/changelog/fix-bump_composer_versions_round2

Co-authored-by: Brad Jorsch <[email protected]>

* Update projects/plugins/wpcomsh/changelog/fix-bump_composer_versions_round2

Co-authored-by: Brad Jorsch <[email protected]>

* Remove invalid changelogs

---------

Co-authored-by: Brad Jorsch <[email protected]>
  • Loading branch information
tbradsha and anomiex authored Nov 25, 2024
1 parent 024ce04 commit c0b5c7e
Show file tree
Hide file tree
Showing 45 changed files with 267 additions and 553 deletions.
4 changes: 2 additions & 2 deletions .github/actions/tool-setup/composer-plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "composer-plugin",
"license": "GPL-2.0-or-later",
"require": {
"composer-plugin-api": "^2.0"
"composer-plugin-api": "^2.2"
},
"require-dev": {
"composer/composer": "^2.0"
"composer/composer": "^2.2"
},
"autoload": {
"psr-4": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: major
Type: removed

Drop support for Composer <2.2.
4 changes: 2 additions & 2 deletions projects/packages/autoloader/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
],
"require": {
"php": ">=7.2",
"composer-plugin-api": "^1.1 || ^2.0"
"composer-plugin-api": "^2.2"
},
"require-dev": {
"composer/composer": "^1.1 || ^2.0",
"composer/composer": "^2.2",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "@dev"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Bump minimum PHP version from implicitly-7.2.0 to 7.2.5.
6 changes: 3 additions & 3 deletions projects/packages/changelogger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"dev"
],
"require": {
"php": ">=7.2",
"symfony/console": "^3.4 || ^4.4 || ^5.2 || ^6.0 || ^7.0",
"symfony/process": "^3.4 || ^4.4 || ^5.2 || ^6.0 || ^7.0"
"php": ">=7.2.5",
"symfony/console": "^5.4 || ^6.4 || ^7.1",
"symfony/process": "^5.4 || ^6.4 || ^7.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: major
Type: removed

Drop support for Composer <2.2.
4 changes: 2 additions & 2 deletions projects/packages/composer-plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": ">=7.2",
"composer-plugin-api": "^2.1.0"
"composer-plugin-api": "^2.2"
},
"require-dev": {
"composer/composer": "^2.2 || ^2.4",
"composer/composer": "^2.2",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "@dev"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


20 changes: 10 additions & 10 deletions projects/plugins/automattic-for-agencies-client/composer.lock

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


20 changes: 10 additions & 10 deletions projects/plugins/backup/composer.lock

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


14 changes: 7 additions & 7 deletions projects/plugins/beta/composer.lock

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


20 changes: 10 additions & 10 deletions projects/plugins/boost/composer.lock

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


20 changes: 10 additions & 10 deletions projects/plugins/classic-theme-helper-plugin/composer.lock

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


Loading

0 comments on commit c0b5c7e

Please sign in to comment.