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

composer(deps): bump the minor-patch-dependencies group with 3 updates #304

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2024

Updates the requirements on laminas/laminas-validator, phpstan/phpstan and phpunit/phpunit to permit the latest version.
Updates laminas/laminas-validator to 2.50.0

Release notes

Sourced from laminas/laminas-validator's releases.

2.50.0

Release Notes for 2.50.0

Feature release (minor)

2.50.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

Commits

Updates phpstan/phpstan to 1.10.60

Release notes

Sourced from phpstan/phpstan's releases.

1.10.60

Learn more about this release in an article on phpstan.org!

Major new features 🚀

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

... (truncated)

Commits
  • 95dcea7 PHPStan 1.10.60
  • 6b52280 Updated PHPStan to commit 6b522806f09ce95c683ec5012763dcc18dd922e5
  • 5c5f6cb Updated PHPStan to commit 5c5f6cb53e7e88324f61a3fdb0598299d3949705
  • 40b4cfd Updated PHPStan to commit 40b4cfd86fb409558a113ad73803d58d53b74f89
  • a4b91a1 Updated PHPStan to commit a4b91a15faf2e4f8fec1255feec4cfdeecdf455a
  • 644c44a Updated PHPStan to commit 644c44a8f4c27832253a1ab37fd6cb75a5004ffc
  • 327fbbf Updated PHPStan to commit 327fbbf1eb53df137c857e3edfb248d72bfc0de5
  • c38af6e Update Larastan
  • 810133d Updated PHPStan to commit 810133debe43c9ef9eca282cecba43595caa4eba
  • 029cf3b Updated PHPStan to commit 029cf3bd4d11ccd966f278f654ac291beebad436
  • Additional commits viewable in compare view

Updates phpunit/phpunit to 10.5.12

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.12

Fixed

  • #5652: HRTime::duration() throws InvalidArgumentException

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.12] - 2024-03-09

Fixed

  • #5652: HRTime::duration() throws InvalidArgumentException

[10.5.11] - 2024-02-25

Fixed

  • #5704: No warning when CLI options are used multiple times
  • #5707: --fail-on-empty-test-suite CLI option is not documented in --help output
  • No warning when the #[CoversClass] and #[UsesClass] attributes are used with the name of an interface
  • Resource usage information is printed when the --debug CLI option is used

[10.5.10] - 2024-02-04

Changed

  • Improve output of --check-version CLI option
  • Improve description of --check-version CLI option

Fixed

  • #5692: --log-events-text and --log-events-verbose-text require the destination file to exit

[10.5.9] - 2024-01-22

Changed

  • Show help for --manifest, --sbom, and --composer-lock when the PHAR is used

Fixed

  • #5676: PHPUnit's test runner overwrites custom error handler registered using set_error_handler() in bootstrap script

[10.5.8] - 2024-01-19

Fixed

  • #5673: Confusing error message when migration of a configuration is requested that does not need to be migrated

[10.5.7] - 2024-01-14

Fixed

  • #5662: PHPUnit errors out on startup when the ctype extension is not loaded but a polyfill for it was installed

[10.5.6] - 2024-01-13

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [laminas/laminas-validator](https://github.com/laminas/laminas-validator), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.

Updates `laminas/laminas-validator` to 2.50.0
- [Release notes](https://github.com/laminas/laminas-validator/releases)
- [Commits](laminas/laminas-validator@2.49.0...2.50.0)

Updates `phpstan/phpstan` to 1.10.60
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.59...1.10.60)

Updates `phpunit/phpunit` to 10.5.12
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.12/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.11...10.5.12)

---
updated-dependencies:
- dependency-name: laminas/laminas-validator
  dependency-type: direct:production
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from mimmi20 as a code owner March 12, 2024 03:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 12, 2024
Copy link

github-actions bot commented Mar 12, 2024

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • phpstan/phpstan@>= 1.10.60, < 2.0.0
  • phpunit/phpunit@>= 10.5.12, < 11.0.0
  • laminas/laminas-hydrator@>= 4.15.0, < 5.0.0
  • laminas/laminas-validator@>= 2.49.0, < 3.0.0
  • phpstan/phpstan@>= 1.10.59, < 2.0.0
  • phpunit/phpunit@>= 10.5.11, < 11.0.0

Copy link

codeclimate bot commented Mar 12, 2024

Code Climate has analyzed commit c708fd0 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@mimmi20 mimmi20 merged commit 84d8214 into master Mar 12, 2024
76 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-c3f907ba2c branch March 12, 2024 16:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant