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 across 1 directory with 5 updates #24

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2025

Bumps the dev-dependencies group with 5 updates in the / directory:

Package From To
zircote/swagger-php 4.11.1 5.0.7
phpunit/php-code-coverage 11.0.8 11.0.9
sebastian/code-unit 3.0.2 3.0.3
sebastian/comparator 6.3.0 6.3.1
sebastian/type 5.1.0 5.1.2

Updates zircote/swagger-php from 4.11.1 to 5.0.7

Release notes

Sourced from zircote/swagger-php's releases.

5.0.7

What's Changed

Full Changelog: zircote/swagger-php@5.0.6...5.0.7

5.0.6

What's Changed

New Contributors

Full Changelog: zircote/swagger-php@5.0.5...5.0.6

5.0.5

What's Changed

Full Changelog: zircote/swagger-php@5.0.4...5.0.5

5.0.4

What's Changed

New Contributors

... (truncated)

Commits

Updates phpunit/php-code-coverage from 11.0.8 to 11.0.9

Release notes

Sourced from phpunit/php-code-coverage's releases.

phpunit/php-code-coverage 11.0.9

Changed

  • Changed version identifier for static analysis cache from "MD5 over source code" to Version::id()
  • The SebastianBergmann\CodeCoverage\Filter::includeUncoveredFiles() and SebastianBergmann\CodeCoverage\Filter::excludeUncoveredFiles() methods are no longer deprecated

Fixed

  • #1063: HTML report highlights argument named fn differently than other named arguments
Changelog

Sourced from phpunit/php-code-coverage's changelog.

[11.0.9] - 2025-02-25

Changed

  • Changed version identifier for static analysis cache from "MD5 over source code" to Version::id()
  • The SebastianBergmann\CodeCoverage\Filter::includeUncoveredFiles() and SebastianBergmann\CodeCoverage\Filter::excludeUncoveredFiles() methods are no longer deprecated

Fixed

  • #1063: HTML report highlights argument named fn differently than other named arguments
Commits

Updates sebastian/code-unit from 3.0.2 to 3.0.3

Release notes

Sourced from sebastian/code-unit's releases.

sebastian/code-unit 3.0.3

Fixed

  • #9: Mapper::stringToCodeUnits('Foo::bar') does not find method Foo::bar when a function named \bar is defined
Changelog

Sourced from sebastian/code-unit's changelog.

[3.0.3] - 2025-03-19

Fixed

  • #9: Mapper::stringToCodeUnits('Foo::bar') does not find method Foo::bar when a function named \bar is defined
Commits

Updates sebastian/comparator from 6.3.0 to 6.3.1

Release notes

Sourced from sebastian/comparator's releases.

sebastian/comparator 6.3.1

Fixed

  • #122: INF is considered equal to -INF
Changelog

Sourced from sebastian/comparator's changelog.

[6.3.1] - 2025-03-07

Fixed

  • #122: INF is considered equal to -INF
Commits

Updates sebastian/type from 5.1.0 to 5.1.2

Release notes

Sourced from sebastian/type's releases.

sebastian/type 5.1.2

Fixed

  • #33: ReflectionMapper does not handle unions that contain iterable correctly

sebastian/type 5.1.1

Fixed

  • #33: ReflectionMapper does not handle unions that contain iterable correctly
Changelog

Sourced from sebastian/type's changelog.

[5.1.2] - 2025-03-18

Fixed

  • #33: ReflectionMapper does not handle unions that contain iterable correctly

[5.1.1] - 2025-03-18

Fixed

  • #33: ReflectionMapper does not handle unions that contain iterable correctly
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 in the / directory:

| Package | From | To |
| --- | --- | --- |
| [zircote/swagger-php](https://github.com/zircote/swagger-php) | `4.11.1` | `5.0.7` |
| [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) | `11.0.8` | `11.0.9` |
| [sebastian/code-unit](https://github.com/sebastianbergmann/code-unit) | `3.0.2` | `3.0.3` |
| [sebastian/comparator](https://github.com/sebastianbergmann/comparator) | `6.3.0` | `6.3.1` |
| [sebastian/type](https://github.com/sebastianbergmann/type) | `5.1.0` | `5.1.2` |



Updates `zircote/swagger-php` from 4.11.1 to 5.0.7
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Changelog](https://github.com/zircote/swagger-php/blob/master/Changelog.md)
- [Commits](zircote/swagger-php@4.11.1...5.0.7)

Updates `phpunit/php-code-coverage` from 11.0.8 to 11.0.9
- [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases)
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/11.0.9/ChangeLog-11.0.md)
- [Commits](sebastianbergmann/php-code-coverage@11.0.8...11.0.9)

Updates `sebastian/code-unit` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/sebastianbergmann/code-unit/releases)
- [Changelog](https://github.com/sebastianbergmann/code-unit/blob/main/ChangeLog.md)
- [Commits](sebastianbergmann/code-unit@3.0.2...3.0.3)

Updates `sebastian/comparator` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/sebastianbergmann/comparator/releases)
- [Changelog](https://github.com/sebastianbergmann/comparator/blob/main/ChangeLog.md)
- [Commits](sebastianbergmann/comparator@6.3.0...6.3.1)

Updates `sebastian/type` from 5.1.0 to 5.1.2
- [Release notes](https://github.com/sebastianbergmann/type/releases)
- [Changelog](https://github.com/sebastianbergmann/type/blob/main/ChangeLog.md)
- [Commits](sebastianbergmann/type@5.1.0...5.1.2)

---
updated-dependencies:
- dependency-name: zircote/swagger-php
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: phpunit/php-code-coverage
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sebastian/code-unit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sebastian/comparator
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sebastian/type
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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 Mar 21, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2025

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

@dependabot dependabot bot closed this Mar 28, 2025
@dependabot dependabot bot deleted the dependabot/composer/dev-dependencies-b868ccc2a9 branch March 28, 2025 21:18
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