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

fix(deps): bump the all group with 4 updates #152

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the all group with 4 updates: doctrine/orm, shopware/app-bundle, infection/infection and phpunit/phpunit.

Updates doctrine/orm from 3.3.0 to 3.3.1

Release notes

Sourced from doctrine/orm's releases.

3.3.1

Release Notes for 3.3.1

3.3.1

  • Total issues resolved: 0
  • Total pull requests resolved: 9
  • Total contributors: 5

Bugfixes

Improvement

Documentation

CI

Test Suite

This release includes all the changes from https://github.com/doctrine/orm/releases/tag/2.20.1

Commits
  • b1f8253 Merge pull request #11772 from doctrine/2.20.x
  • e3cabad Merge pull request #11768 from pbreteche/HINT_READ_ONLY-use-its-boolean-value
  • 9402f9e Fix docs examples for mappings overrides (#11770)
  • 4a9101f Check hint value before considering instance read-only
  • f91da5b Merge pull request #11767 from doctrine/dependabot/github_actions/2.20.x/doct...
  • 66f654d Bump doctrine/.github from 6.0.0 to 7.1.0
  • 7b9c0d9 Create website schema validation workflow (#11763)
  • 53b51ae Merge pull request #11613 from alexander-schranz/patch-2
  • 95b0f5c Add missing generated option
  • 46c94e3 Merge pull request #11760 from greg0ire/fix-merge-up
  • Additional commits viewable in compare view

Updates shopware/app-bundle from 4.0.2 to 4.1.0

Release notes

Sourced from shopware/app-bundle's releases.

4.1.0

Highlights:

  • app-php-sdk support for 4.0, with In-App-Purchases support..

What's Changed

New Contributors

Full Changelog: shopware/app-bundle-symfony@4.0.2...4.1.0

Commits
  • 45f54f8 Merge pull request #44 from shopware/next-37028/iaf-filter-gateway
  • 6071078 NEXT-37028 - Fixes for app-sdk 4.0
  • 73652d5 fix: add missing service InAppPurchaseProvider
  • 982d39b NEXT-37028 - Updated test
  • 2209a66 NEXT-37028 - Added context resolver
  • 25ac90b Merge pull request #52 from shopware/fix-infection-job
  • b05977b fix: infection php job
  • 881d225 Merge pull request #51 from shopware/next-39769/add-event-listener-to-stop-th...
  • 1ee28ed chore: increase min php sdk
  • d8d1833 NEXT-39769 - Changed the exception message to be more contextual and added te...
  • Additional commits viewable in compare view

Updates infection/infection from 0.29.8 to 0.29.10

Release notes

Sourced from infection/infection's releases.

Require PHP 8.2. Switch to shish/safe to fix issue with thecodingmachine/safe

Fixed:

Changed:

Full Changelog: infection/infection@0.29.9...0.29.10

New PHP 8.4 mutators, remove PHP 8.4 deprecations

Added:

Changed:

Full Changelog: infection/infection@0.29.8...0.29.9

Commits
  • cac7d20 Attempt to switch to shish/safe (#2017)
  • 5392be1 Update PHP to 8.2 in composer.json, apply Rector's refactoring from PHP 8.2 s...
  • af019e6 Upgrade rector set to PHP 8.2 (#2019)
  • 0d238ba Bump PHP version to 8.2 (#2018)
  • c903c12 Bump symfony/process from 6.4.4 to 6.4.14 (#2006)
  • beac2ca Make sure Infection mutates PHP 8.4 getters (new syntax) (#2011)
  • 36cf03f Remove hacks for PHP 8.4 (#2014)
  • cb0caf8 Upgrade php-cs-fixer since old version doesn't work on PHP 8.4 (#2013)
  • 69e9359 Upgrade libraries to avoid PHP Warnings on PHP 8.4 (#2012)
  • f11ac5d Add PHP 8.4 mutator to replace array_any() with true (#2010)
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 11.5.1 to 11.5.2

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.2

Fixed

  • #6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.5.2] - 2024-12-21

Fixed

  • #6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file
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 all group with 4 updates: [doctrine/orm](https://github.com/doctrine/orm), [shopware/app-bundle](https://github.com/shopware/app-bundle-symfony), [infection/infection](https://github.com/infection/infection) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).


Updates `doctrine/orm` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](doctrine/orm@3.3.0...3.3.1)

Updates `shopware/app-bundle` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/shopware/app-bundle-symfony/releases)
- [Commits](shopware/app-bundle-symfony@4.0.2...4.1.0)

Updates `infection/infection` from 0.29.8 to 0.29.10
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.29.8...0.29.10)

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

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: shopware/app-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: infection/infection
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 30, 2024
@dependabot dependabot bot deleted the dependabot/composer/all-65559c6e77 branch December 30, 2024 02:11
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.

0 participants