Skip to content

Bump the version-updates group with 4 updates#155

Merged
jaytaph merged 1 commit into
mainfrom
dependabot/composer/version-updates-b3cb9d29dc
Jun 10, 2025
Merged

Bump the version-updates group with 4 updates#155
jaytaph merged 1 commit into
mainfrom
dependabot/composer/version-updates-b3cb9d29dc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2025

Copy link
Copy Markdown
Contributor

Bumps the version-updates group with 4 updates: laravel/framework, psalm/plugin-laravel, slevomat/coding-standard and laravel/pail.

Updates laravel/framework from 12.16.0 to 12.17.0

Release notes

Sourced from laravel/framework's releases.

v12.17.0

Changelog

Sourced from laravel/framework's changelog.

v12.17.0 - 2025-06-03

Commits

Updates psalm/plugin-laravel from 3.0.2 to 3.0.3

Release notes

Sourced from psalm/plugin-laravel's releases.

v3.0.3

What’s Changed

Full Changelog: psalm/psalm-plugin-laravel@v3.0.2...v3.0.3

Commits
  • 7beecad Merge pull request #405 from vyacheslavdanilin/fix/configurable-cache-dir
  • 2a5eb1a refactor: rename env var to PSALM_LARAVEL_PLUGIN_CACHE_PATH for better clarity
  • acf10cb feat: configurable stub cache via LARAVEL_PLUGIN_CACHE_PATH
  • 3bdf847 Update README.md
  • 026561f Update README.md
  • See full diff in compare view

Updates slevomat/coding-standard from 8.18.1 to 8.19.0

Release notes

Sourced from slevomat/coding-standard's releases.

8.19.0

🔧 Improvements

  • Support of PHP 8.4 properties
    • Asymetric visibility supported
    • final/abstract properties supported
    • Property hooks should not break any sniff

🐛 Fixes

  • SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed: Fixed false positive
  • SlevomatCodingStandard.Classes.ClassMemberSpacing: Prevent deleting unexpected code/comments (thanks to @​maryo)
  • SlevomatCodingStandard.Complexity.Cognitive: do...while loop should only increment once (not for both the T_DO and T_WHILE) (thanks to @​bkdotcom)
  • SlevomatCodingStandard.TypeHints.ClassConstantTypeHint: New option fixableNativeTypeHint - it's possible to fix only private constants (thanks to @​maryo)
  • SlevomatCodingStandard.Classes.RequireConstructorPropertyPromotion: Properly autofixing when argument name has an attribute (thanks to @​maryo)
Commits
  • 9cc5050 Less array_merge()
  • e254aa2 More constants
  • 76a8d47 Cleanup
  • 3b6d390 Support for PHP 8.4 properties
  • b756dce Cleanup
  • 5bde1a6 SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed: Fixed false positive
  • 999d563 SlevomatCodingStandard.Classes.ClassMemberSpacing: Prevent deleting unexpecte...
  • a389f2f do...while loop should only increment once (not for both the T_DO and T_WHILE)
  • 24667fa SlevomatCodingStandard.TypeHints.ClassConstantTypeHint: fixing only private c...
  • 43ab100 RequireConstructorPropertyPromotion: Properly autofixing when argument name h...
  • See full diff in compare view

Updates laravel/pail from 1.2.2 to 1.2.3

Release notes

Sourced from laravel/pail's releases.

v1.2.3

Changelog

Sourced from laravel/pail's changelog.

v1.2.3 - 2025-06-05

Commits
  • 8cc3d57 Disable deprecation notice from being displayed via Pail (#57)
  • 35f6e34 Marks laravel/pail as dev dependencies (#56)
  • e41b79f Support multiline logs (#55)
  • 1caf314 chore: Update update-changelog.yml
  • d3b35e4 chore: Update update-changelog.yml CI permission
  • 93b5997 Update CHANGELOG
  • See full diff 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

Bumps the version-updates group with 4 updates: [laravel/framework](https://github.com/laravel/framework), [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel), [slevomat/coding-standard](https://github.com/slevomat/coding-standard) and [laravel/pail](https://github.com/laravel/pail).


Updates `laravel/framework` from 12.16.0 to 12.17.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.16.0...v12.17.0)

Updates `psalm/plugin-laravel` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](psalm/psalm-plugin-laravel@v3.0.2...v3.0.3)

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

Updates `laravel/pail` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/laravel/pail/releases)
- [Changelog](https://github.com/laravel/pail/blob/main/CHANGELOG.md)
- [Commits](laravel/pail@v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-version: 12.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: psalm/plugin-laravel
  dependency-version: 3.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: slevomat/coding-standard
  dependency-version: 8.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: laravel/pail
  dependency-version: 1.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 9, 2025
@dependabot
dependabot Bot requested a review from a team as a code owner June 9, 2025 15:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 9, 2025
@jaytaph
jaytaph merged commit 436d0a7 into main Jun 10, 2025
15 checks passed
@dependabot
dependabot Bot deleted the dependabot/composer/version-updates-b3cb9d29dc branch June 10, 2025 06:27
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