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 4 updates #229

Merged
merged 1 commit into from
Mar 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group with 4 updates: phpunit/phpunit, shipmonk/composer-dependency-analyser, shipmonk/name-collision-detector and slevomat/coding-standard.

Updates phpunit/phpunit from 9.6.17 to 9.6.18

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 9.6.18

Changed

  • #5763: Release nullable type changes for PHPUnit 9.6

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[9.6.18] - 2024-03-21

Changed

  • #5763: Release nullable type changes for PHPUnit 9.6
Commits

Updates shipmonk/composer-dependency-analyser from 1.3.0 to 1.4.0

Release notes

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

1.4.0

New features:

  • Ability to scan codebase outside of installed folder (#93)
    • This allows usage of composer-bin-plugin, easy scans of codebases with PHP < 7.2, composer's global install, single install in monorepo and similar approaches
  • Ability to dump usages of a package via --dump-usages symfony/console (#88)
    • Handy when verifying reported issues

Improvements:

  • Support absolute path in --composer-json and --config (#98)
  • Ensure ext-tokenizer is present (#104)

1.3.1

Fixes:

  • Fix false-positive when FQN reference of a non-lowercase function is used (#90)
Commits

Updates shipmonk/name-collision-detector from 2.1.0 to 2.1.1

Release notes

Sourced from shipmonk/name-collision-detector's releases.

2.1.1

Fixes:

  • Proper exception when config JSON is invalid (#42)
Commits
  • e8c8267 Bump phpstan/phpstan-phpunit from 1.3.15 to 1.3.16 (#57)
  • b1e2cd6 Bump phpunit/phpunit from 9.6.16 to 9.6.17 (#56)
  • aae8896 Readme: lines are also outputted (#55)
  • 520a40d Bump editorconfig-checker/editorconfig-checker from 10.4.0 to 10.5.0 (#53)
  • 1d4c3f0 Bump phpstan/phpstan from 1.10.57 to 1.10.59 (#54)
  • 45c889e Bump shipmonk/composer-dependency-analyser from 1.0.0 to 1.2.1 (#52)
  • 4fd65b1 Bump ergebnis/composer-normalize from 2.41.1 to 2.42.0 (#48)
  • efb0ee9 Bump phpstan/phpstan from 1.10.50 to 1.10.57 (#49)
  • a8f9132 Bump phpunit/phpunit from 9.6.15 to 9.6.16 (#50)
  • 2ca2af5 Bump nette/schema from 1.2.5 to 1.3.0 (#51)
  • Additional commits viewable in compare view

Updates slevomat/coding-standard from 8.14.1 to 8.15.0

Release notes

Sourced from slevomat/coding-standard's releases.

8.15.0

🔧 Improvements

  • Speedup of sniffs working with use
  • Removed for a long time deprecated FunctionLength sniff in Files namespace

🐛 Fixes

  • SlevomatCodingStandard.Classes.ClassConstantVisibility: Fixed error message for typed constants
  • SlevomatCodingStandard.Namespaces.UnusedUses: Fixed false positive thanks to PHPCS upgrade
  • SlevomatCodingStandard.Namespaces.UnusedUses: Fix class detection in double-quoted strings and heredoc (thanks to @​c01l)
  • SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch: Fixed false positives
  • SlevomatCodingStandard.Functions.RequireTrailingCommaInCall: Fixed missing report for missing trailing comma after arrow function
  • SlevomatCodingStandard.Commenting.UselessFunctionDocComment: It should report simple array as useless
  • Fixed internal error in CommentHelper
Commits
  • 7d1d957 Check on PHP 8.3
  • 15f95f8 SlevomatCodingStandard.Classes.ClassConstantVisibility: Fixed error message f...
  • 74b296b Fix class detection in double-quoted strings and heredoc
  • d82a671 SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch: Fixed false posit...
  • 923e121 SlevomatCodingStandard.Namespaces.UnusedUses: Fixed false positive thanks to ...
  • 8d0f603 SlevomatCodingStandard.Functions.RequireTrailingCommaInCall: Fixed missing re...
  • ea3ff00 Fixed internal error in CommentHelper
  • 5cac991 UseStatementHelper optimizations
  • 6ea0278 SlevomatCodingStandard.Commenting.UselessFunctionDocCommentSniff: It should r...
  • d16a31a Removed for a long time deprecated FunctionLengthSniff in Files namespace
  • 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 <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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 26, 2024
Bumps the dev-dependencies group with 4 updates: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit), [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser), [shipmonk/name-collision-detector](https://github.com/shipmonk-rnd/name-collision-detector) and [slevomat/coding-standard](https://github.com/slevomat/coding-standard).


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

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

Updates `shipmonk/name-collision-detector` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/shipmonk-rnd/name-collision-detector/releases)
- [Commits](shipmonk-rnd/name-collision-detector@2.1.0...2.1.1)

Updates `slevomat/coding-standard` from 8.14.1 to 8.15.0
- [Release notes](https://github.com/slevomat/coding-standard/releases)
- [Commits](slevomat/coding-standard@8.14.1...8.15.0)

---
updated-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-minor
  dependency-group: dev-dependencies
- dependency-name: shipmonk/name-collision-detector
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: slevomat/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@janedbal janedbal force-pushed the dependabot/composer/dev-dependencies-69f30a0cf8 branch from 7170534 to 715e074 Compare March 26, 2024 15:48
@janedbal janedbal merged commit 10afe5f into master Mar 30, 2024
12 checks passed
@janedbal janedbal deleted the dependabot/composer/dev-dependencies-69f30a0cf8 branch March 30, 2024 06:29
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