Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps-dev): bump the dependencies group with 2 updates#1293

Merged
theofidry merged 1 commit intomainfrom
dependabot/composer/dependencies-2996775a8f
Dec 18, 2023
Merged

build(deps-dev): bump the dependencies group with 2 updates#1293
theofidry merged 1 commit intomainfrom
dependabot/composer/dependencies-2996775a8f

Conversation

Copy link
Contributor

dependabot bot commented on behalf of github Dec 18, 2023 *
edited
Loading

Bumps the dependencies group with 2 updates: ergebnis/composer-normalize and phpunit/phpunit.

Updates ergebnis/composer-normalize from 2.40.0 to 2.41.1

Release notes

Sourced from ergebnis/composer-normalize's releases.

2.41.1

Full Changelog: ergebnis/composer-normalize@2.41.0...2.41.1

2.41.0

What's Changed

Full Changelog: ergebnis/composer-normalize@2.40.0...2.41.0

Changelog

Sourced from ergebnis/composer-normalize's changelog.

[2.41.1][2.41.1]

For a full diff see [2.41.0...2.41.1][2.40.0...2.41.1].

Fixed

[2.41.0][2.41.0]

For a full diff see [2.40.0...2.41.0][2.40.0...2.41.0].

Changed

Fixed

Commits
  • 01eb2d9 Enhancement: Prepare release
  • 8eeef44 Fix: Reference
  • 54311ba Merge pull request #1243 from ergebnis/dependabot/composer/ergebnis/json-norm...
  • 9ce23a9 Fix: Update CHANGELOG.md
  • d6f714b composer(deps): Bump ergebnis/json-normalizer from 4.4.0 to 4.4.1
  • 63b3338 Enhancement: Update ergebnis/composer-normalize
  • 2b5fd81 Enhancement: Prepare release
  • 064378e Merge pull request #1241 from ergebnis/dependabot/composer/ergebnis/json-norm...
  • 4c30343 Fix: Update CHANGELOG.md
  • 421a8d4 composer(deps): Bump ergebnis/json-normalizer from 4.3.0 to 4.4.0
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 10.5.2 to 10.5.3

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.3] - 2023-12-13

Deprecated

  • Test\AssertionFailed and Test\AssertionSucceeded events
  • PHPUnit\Runner\Extension\Facade::requireExportOfObjects() and PHPUnit\Runner\Extension\Facade::requiresExportOfObjects()
  • registerMockObjectsFromTestArgumentsRecursively attribute on the element of the XML configuration file
  • PHPUnit\TextUI\Configuration\Configuration::registerMockObjectsFromTestArgumentsRecursively()

Fixed

  • #5614: Infinite recursion when data provider provides recursive array
Commits
  • 6fce887 Prepare release
  • b8cf243 Deprecate functionality removed in 6fa53c3a46e3f98e9e3dc42b78806d605d151dd3
  • dd0bef1 Deprecate functionality removed in e84b162de6a84ca2f27ff6ff59e8ca51eb2793ee
  • dbd762d Update ChangeLog
  • 9b127f5 fixed code style
  • 3fe865b fixed #5614
  • 43a79f9 created regression test for #5614
  • 4272cbd Do not limit code coverage to Migrator object (and include Migration objects)
  • 7013a31 Fix: Reuse reference to emitter
  • 286ffc2 Merge branch '9.6' into 10.5
  • Additional commits viewable in compare view

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 ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore 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 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 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 will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 18, 2023
dependabot bot force-pushed the dependabot/composer/dependencies-2996775a8f branch from 1394664 to e528de6 Compare December 18, 2023 08:39
Copy link
Member

theofidry commented Dec 18, 2023

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

theofidry enabled auto-merge (squash) December 18, 2023 08:52
Bumps the dependencies group with 2 updates: [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).


Updates `ergebnis/composer-normalize` from 2.40.0 to 2.41.1
- [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.40.0...2.41.1)

Updates `phpunit/phpunit` from 10.5.2 to 10.5.3
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.3/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.2...10.5.3)

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

Signed-off-by: dependabot[bot]
dependabot bot force-pushed the dependabot/composer/dependencies-2996775a8f branch from e528de6 to 7adee11 Compare December 18, 2023 08:52
theofidry merged commit 048e634 into main Dec 18, 2023
theofidry deleted the dependabot/composer/dependencies-2996775a8f branch December 18, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant