Skip to content

Commit

Permalink
Removed testing polyfills that will be deprecated in next versions fr…
Browse files Browse the repository at this point in the history
…om Changelogger. (#40162)

* Expanded the yoast/phpunit-polyfill package allowed versions.

* Changelog.

* Brought the v1 requirements back.

* Removed unneeded polyfill in ChangeEntryTest.

* ChangelogEntryTest fixes.

* ChangelogTest fixes.

* CommandLoaderTest fixes.

* ConfigTest fix.

* SemverVersioningTest fixes.

* WordPressVersioningTest fixes.

* UtilsTest fixes.

* Static fixtures for parent test case.

* AddCommandTest fixes.

* SquashCommandTest fix.

* VersionCommandTest fix.

* VersionCommandTest fix.

* WriteCommandTest fix.

* Update projects/packages/changelogger/composer.json

Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>

* Updated plugin lock files.

* Changelogs.

* Lock update."

* Changelog.

* Disabled GPG signing for test commits.

* Try updating PHPUnit XML configuration.

* Reverted PHPUnit configuration and polyfills back to original state.

* Revert "Lock update.""

This reverts commit 8b94c270a7668ed41d985028967a6ae6f8ab4250.

* Revert "Changelogs."

This reverts commit 310ec9399f9f99d33ef5594f18842e378ac6d3c0.

* Revert "Updated plugin lock files."

This reverts commit e27834878d0fcf47585e6e1af25d197a3771220b.

* Revert "Changelog."

This reverts commit d8b64ddaaf5248fa42178c75361342ab249766c4.

* Disable global git config instead of disabling signatures.

---------

Co-authored-by: Brandon Kraft <public@brandonkraft.com>
Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>

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

Upstream-Ref: Automattic/jetpack@1352759
  • Loading branch information
zinigor authored and matticbot committed Nov 21, 2024
1 parent 4d5b2e0 commit 9ec3a44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions composer.lock

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

2 changes: 1 addition & 1 deletion vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "f3cca786fe8d33bc70ad4c637adc5c51acccf4c6"
"reference": "00dbc576e666080e3b1bce0a3199e9a3d6a2fc7c"
},
"require": {
"php": ">=7.2"
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'automattic/jetpack-device-detection' => array(
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'reference' => 'f3cca786fe8d33bc70ad4c637adc5c51acccf4c6',
'reference' => '00dbc576e666080e3b1bce0a3199e9a3d6a2fc7c',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
'aliases' => array(),
Expand Down

0 comments on commit 9ec3a44

Please sign in to comment.