Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump yoast/phpunit-polyfills from 3.0.0 to 3.1.1 #1735

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps yoast/phpunit-polyfills from 3.0.0 to 3.1.1.

Release notes

Sourced from yoast/phpunit-polyfills's releases.

3.1.1 - 2025-01-12

Fixed

  • AssertContainsOnly::assertContainsNotOnlyInstancesOf(): incorrect parameter name. PR #235

Changed

  • General housekeeping.

3.1.0 - 2025-01-08

Added

  • Yoast\PHPUnitPolyfills\Polyfills\AssertContainsOnly trait to polyfill the specialized Assert::assertContains[Not]Only*() methods as introduced in PHPUnit 11.5.0. PR #225.

Changed

  • README: fix links which were broken due to an upstream branch removal. PR #213.
  • README: fixed a few broken badges.
  • General housekeeping.
Changelog

Sourced from yoast/phpunit-polyfills's changelog.

[3.1.1] - 2025-01-12

Fixed

  • AssertContainsOnly::assertContainsNotOnlyInstancesOf(): incorrect parameter name. PR #235

Changed

  • General housekeeping.

#235: Yoast/PHPUnit-Polyfills#235

[3.1.0] - 2025-01-08

Added

  • Yoast\PHPUnitPolyfills\Polyfills\AssertContainsOnly trait to polyfill the specialized Assert::assertContains[Not]Only*() methods as introduced in PHPUnit 11.5.0. PR #225.

Changed

  • README: fix links which were broken due to an upstream branch removal. PR #213.
  • README: fixed a few broken badges.
  • General housekeeping.

#213: Yoast/PHPUnit-Polyfills#213 #225: Yoast/PHPUnit-Polyfills#225

Commits
  • e6381c6 Merge pull request #236 from Yoast/feature/changelog-3.1.1
  • 734007d Changelog for the 3.1.1 release
  • 32aafad Merge pull request #235 from Yoast/feature/assertContainsNotOnlyInstancesOf-f...
  • b822354 AssertContainsOnly::assertContainsNotOnlyInstancesOf(): fix incorrect param name
  • 1bc0d31 Merge pull request #234 from Yoast/feature/composer-lint-scripts-cleanup
  • b818fae Composer/lint: remove redundant duplicate script
  • 33d5b8d Merge pull request #233 from Yoast/feature/cs-minor-ruleset-cleanup
  • c1d776b PHPCS: minor ruleset clean up
  • 59b3f8f Merge pull request #232 from Yoast/feature/changelog-3.1.0
  • a00799f Changelog for the 3.1.0 release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @matticbot.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
- [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/3.x/CHANGELOG.md)
- [Commits](Yoast/PHPUnit-Polyfills@3.0.0...3.1.1)

---
updated-dependencies:
- dependency-name: yoast/phpunit-polyfills
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 13, 2025 13:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 13, 2025
Copy link
Contributor

@matticbot matticbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor

@matticbot matticbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@github-actions github-actions bot added the [Status] Approved Ready to merge label Jan 13, 2025
@dependabot dependabot bot merged commit 013d38d into trunk Jan 13, 2025
7 of 8 checks passed
@dependabot dependabot bot deleted the dependabot/composer/yoast/phpunit-polyfills-3.1.1 branch January 13, 2025 13:01
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.28%. Comparing base (115c7fb) to head (9128f0a).
Report is 1 commits behind head on trunk.

Additional details and impacted files
@@            Coverage Diff            @@
##              trunk    #1735   +/-   ##
=========================================
  Coverage     23.28%   23.28%           
  Complexity     2709     2709           
=========================================
  Files            49       49           
  Lines         10753    10753           
=========================================
  Hits           2504     2504           
  Misses         8249     8249           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matticbot
Copy link
Contributor

🎉 This PR is included in version 3.7.4-alpha.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code released on @alpha [Status] Approved Ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant