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

Bump yoast/phpunit-polyfills from 1.0.4 to 1.0.5 #394

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2023

Bumps yoast/phpunit-polyfills from 1.0.4 to 1.0.5.

Release notes

Sourced from yoast/phpunit-polyfills's releases.

1.0.5

Fixed

  • A custom $message parameter passed to an assertion, will no longer overrule an emulated "assertion failed" message, but will be prefixed to it instead. PR #97 This applies to the following polyfills:
    • assertIsClosedResource()
    • assertIsNotClosedResource()
    • assertIsReadable()
    • assertNotIsReadable()
    • assertIsWritable()
    • assertNotIsWritable()
    • assertDirectoryExists()
    • assertDirectoryNotExists()
    • assertStringNotContainsString()
    • assertStringNotContainsStringIgnoringCase()

Changed

  • The develop branch has been removed. Development will now take place in the 1.x and 2.x branches.
  • README: links to the PHPUnit manual now point explicitly to the PHPUnit 9.x documentation. PR #94
  • README: new sub-section about PHPUnit version support. PR #99
  • README: various minor improvements. PRs #92, #93
  • General housekeeping.

#92: Yoast/PHPUnit-Polyfills#92 #93: Yoast/PHPUnit-Polyfills#93 #94: Yoast/PHPUnit-Polyfills#94 #97: Yoast/PHPUnit-Polyfills#97 #99: Yoast/PHPUnit-Polyfills#99

Changelog

Sourced from yoast/phpunit-polyfills's changelog.

[1.0.5] - 2023-03-31

Fixed

  • A custom $message parameter passed to an assertion, will no longer overrule an emulated "assertion failed" message, but will be prefixed to it instead. PR #97 This applies to the following polyfills:
    • assertIsClosedResource()
    • assertIsNotClosedResource()
    • assertIsReadable()
    • assertNotIsReadable()
    • assertIsWritable()
    • assertNotIsWritable()
    • assertDirectoryExists()
    • assertDirectoryNotExists()
    • assertStringNotContainsString()
    • assertStringNotContainsStringIgnoringCase()

Changed

  • The develop branch has been removed. Development will now take place in the 1.x and 2.x branches.
  • README: links to the PHPUnit manual now point explicitly to the PHPUnit 9.x documentation. PR #94
  • README: new sub-section about PHPUnit version support. PR #99
  • README: various minor improvements. PRs #92, #93
  • General housekeeping.

#92: Yoast/PHPUnit-Polyfills#92 #93: Yoast/PHPUnit-Polyfills#93 #94: Yoast/PHPUnit-Polyfills#94 #97: Yoast/PHPUnit-Polyfills#97 #99: Yoast/PHPUnit-Polyfills#99

Commits
  • 3b59ade Merge pull request #101 from Yoast/1.x
  • 494749c Merge pull request #100 from Yoast/feature/changelog-1.0.5
  • 857c550 Changelog for the 1.0.5 release
  • 6f7c1f6 Merge pull request #99 from Yoast/phpunit-10.0/updates-for-1.x-and-2.x
  • fe77f7a README: add section about PHPUnit support
  • fe4bd4f Updates for branch renames
  • bb27ca0 Merge pull request #98 from Yoast/dependabot/github_actions/xt0rted/markdownl...
  • eab092b GH Actions: Bump xt0rted/markdownlint-problem-matcher from 1 to 2
  • 981b266 Merge pull request #97 from Yoast/feature/improve-error-messages
  • e873683 AssertStringContains: improve handling of custom error message
  • 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 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 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 1.0.4 to 1.0.5.
- [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
- [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/2.x/CHANGELOG.md)
- [Commits](Yoast/PHPUnit-Polyfills@1.0.4...1.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 5, 2023 06:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 5, 2023
@jazzsequence jazzsequence merged commit 4d1faee into develop Apr 5, 2023
@jazzsequence jazzsequence deleted the dependabot/composer/develop/yoast/phpunit-polyfills-1.0.5 branch April 5, 2023 20:46
jazzsequence added a commit that referenced this pull request Apr 6, 2023
* [CMS-1033] Add GH action for deployments to wp.org (#368)

* Make dependabot target develop branch (#376)

* Declare wp_cache_supports function and support features (#378)

* Fix broken wp_cache_supports() (#382)

* Update images for lint and test-behat jobs

* Bump yoast/phpunit-polyfills from 1.0.3 to 1.0.4

* Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0.0

Bumps [dealerdirect/phpcodesniffer-composer-installer](https://github.com/Dealerdirect/phpcodesniffer-composer-installer) from 0.7.2 to 1.0.0.
- [Release notes](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases)
- [Changelog](https://github.com/PHPCSStandards/composer-installer/blob/main/.github_changelog_generator)
- [Commits](PHPCSStandards/composer-installer@v0.7.2...v1.0.0)

---
updated-dependencies:
- dependency-name: dealerdirect/phpcodesniffer-composer-installer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump grunt from 1.5.2 to 1.6.1 (#386)

* [CMSP-223] WP Redis housekeeping (#387)

* [CMS-1033] Release 1.3.0 (#371)

* [BUGS-5583] Release 1.3.1 (#379)

* Release 1.3.2 (#383)

* add spdy-compatible license version

* remove reference to package.json

---------

Co-authored-by: John Spellman <john.spellman@pantheon.io>

* [CMSP-72] PHP 8.2 compatibility (#388)

* [BUGS-5623] Set missing_redis_message if Redis service is not connected (#391)

* Set missing_redis_message if Redis is not connected

* i18n

* Bump yoast/phpunit-polyfills from 1.0.4 to 1.0.5 (#394)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* version bump

* update changelogs

* add chris and john to contributors

* Add cms-platform to CODEOWNERS file (#396)

* update date

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: John Spellman <john.spellman@pantheon.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant