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 the dev-dependencies group with 5 updates #81

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group with 5 updates:

Package From To
ergebnis/composer-normalize 2.44.0 2.45.0
phpstan/phpstan 1.12.12 1.12.14
phpstan/phpstan-phpunit 1.4.1 1.4.2
phpunit/phpunit 9.6.21 9.6.22
shipmonk/composer-dependency-analyser 1.8.1 1.8.2

Updates ergebnis/composer-normalize from 2.44.0 to 2.45.0

Release notes

Sourced from ergebnis/composer-normalize's releases.

2.45.0

What's Changed

New Contributors

Full Changelog: ergebnis/composer-normalize@2.44.0...2.45.0

Changelog

Sourced from ergebnis/composer-normalize's changelog.

[2.45.0][2.45.0]

For a full diff see [2.44.0...2.45.0][2.44.0...2.45.0].

Added

Changed

Commits

Updates phpstan/phpstan from 1.12.12 to 1.12.14

Release notes

Sourced from phpstan/phpstan's releases.

1.12.14

Fix preg_match() group containing start/end meta characters (#3740), #12297, thanks @​staabm!

1.12.13

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

Commits
  • e73868f PHPStan 1.12.14
  • defd406 Updated PHPStan to commit defd40604f38b0f62b25cfeee99c21d90dc960ff
  • 5dfc583 Updated PHPStan to commit 5dfc5830f3b37b8b23e73514c0d6a43c65c57152
  • 9b46906 PHPStan 1.12.13
  • 7dc4cc6 Updated PHPStan to commit 7dc4cc62e885d3895af515129b19dc50e75c1d01
  • c053dbc Updated PHPStan to commit c053dbc01983f6dd78a78b8154a00afb64088b33
  • 73d0f13 Updated PHPStan to commit 73d0f13cdfb39503044c8b1f404941935809146b
  • 9c81a80 Updated PHPStan to commit 9c81a80132ac01339a1ce4252c5579b5ac5610f9
  • 2d64686 Updated PHPStan to commit 2d6468685d134686d0987b7bd0cf2788bf4ad3b3
  • edc13ad Updated PHPStan to commit edc13ad57c10c8ba6ad590fa1b8b7be621a7ba95
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit from 1.4.1 to 1.4.2

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

1.4.2

  • 72a6721 - Use more specific node-type
  • 4b6ad7f - Fix
  • bec49ea - Merge branch '1.4.x' into 2.0.x
  • 3cc8554 - Fixes after PHPStan update
  • 09e2d3b - Uncover everything behind the bleedingEdge flag
  • 4d861e0 - Fix after TypeSpecifier BC break
  • 3faa605 - Update build-cs
  • 953195d - Stop testing PHP 7.2 and 7.3
  • 7f1457f - Open 2.0.x
Commits

Updates phpunit/phpunit from 9.6.21 to 9.6.22

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 9.6.22

Fixed

  • #6071: PHP Archives (PHARs) of PHPUnit 8.5 and PHPUnit 9.6 bundle outdated versions of Prophecy

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[9.6.22] - 2024-12-05

Fixed

  • #6071: PHP Archives (PHARs) of PHPUnit 8.5 and PHPUnit 9.6 bundle outdated versions of Prophecy
Commits

Updates shipmonk/composer-dependency-analyser from 1.8.1 to 1.8.2

Release notes

Sourced from shipmonk/composer-dependency-analyser's releases.

1.8.2

Fixes

  • Fix detection of global user function (e.g. polyfills) (#210)
  • Fix extension conflict with const definition (#213)
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

Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize) | `2.44.0` | `2.45.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.12.12` | `1.12.14` |
| [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) | `1.4.1` | `1.4.2` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `9.6.21` | `9.6.22` |
| [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) | `1.8.1` | `1.8.2` |


Updates `ergebnis/composer-normalize` from 2.44.0 to 2.45.0
- [Release notes](https://github.com/ergebnis/composer-normalize/releases)
- [Changelog](https://github.com/ergebnis/composer-normalize/blob/main/CHANGELOG.md)
- [Commits](ergebnis/composer-normalize@2.44.0...2.45.0)

Updates `phpstan/phpstan` from 1.12.12 to 1.12.14
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.12.12...1.12.14)

Updates `phpstan/phpstan-phpunit` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](phpstan/phpstan-phpunit@1.4.1...1.4.2)

Updates `phpunit/phpunit` from 9.6.21 to 9.6.22
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.22/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.6.21...9.6.22)

Updates `shipmonk/composer-dependency-analyser` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/shipmonk-rnd/composer-dependency-analyser/releases)
- [Commits](shipmonk-rnd/composer-dependency-analyser@1.8.1...1.8.2)

---
updated-dependencies:
- dependency-name: ergebnis/composer-normalize
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: shipmonk/composer-dependency-analyser
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2025
@janedbal janedbal merged commit 244d441 into master Jan 22, 2025
33 checks passed
@janedbal janedbal deleted the dependabot/composer/dev-dependencies-7d4e2e5ee9 branch January 22, 2025 13:17
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