Conversation
Bumps the production-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [dedoc/scramble](https://github.com/dedoc/scramble) | `0.13.10` | `0.13.11` | | [laravel/framework](https://github.com/laravel/framework) | `12.48.1` | `12.49.0` | | [laravel/octane](https://github.com/laravel/octane) | `2.13.4` | `2.13.5` | | [lychee-org/php-exif](https://github.com/LycheeOrg/php-exif) | `1.2.0` | `1.3.0` | | [spatie/laravel-data](https://github.com/spatie/laravel-data) | `4.19.0` | `4.19.1` | | [symfony/cache](https://github.com/symfony/cache) | `7.4.4` | `7.4.5` | Updates `dedoc/scramble` from 0.13.10 to 0.13.11 - [Release notes](https://github.com/dedoc/scramble/releases) - [Commits](dedoc/scramble@v0.13.10...v0.13.11) Updates `laravel/framework` from 12.48.1 to 12.49.0 - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md) - [Commits](laravel/framework@v12.48.1...v12.49.0) Updates `laravel/octane` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/laravel/octane/releases) - [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md) - [Commits](laravel/octane@v2.13.4...v2.13.5) Updates `lychee-org/php-exif` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/LycheeOrg/php-exif/releases) - [Commits](LycheeOrg/php-exif@1.2.0...1.3.0) Updates `spatie/laravel-data` from 4.19.0 to 4.19.1 - [Release notes](https://github.com/spatie/laravel-data/releases) - [Changelog](https://github.com/spatie/laravel-data/blob/main/CHANGELOG.md) - [Commits](spatie/laravel-data@4.19.0...4.19.1) Updates `symfony/cache` from 7.4.4 to 7.4.5 - [Release notes](https://github.com/symfony/cache/releases) - [Changelog](https://github.com/symfony/cache/blob/8.1/CHANGELOG.md) - [Commits](symfony/cache@v7.4.4...v7.4.5) --- updated-dependencies: - dependency-name: dedoc/scramble dependency-version: 0.13.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: laravel/framework dependency-version: 12.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: laravel/octane dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: lychee-org/php-exif dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: spatie/laravel-data dependency-version: 4.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: symfony/cache dependency-version: 7.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
--- updated-dependencies: - dependency-name: barryvdh/laravel-debugbar dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.93.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: larastan/larastan dependency-version: 3.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.1.38 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: rector/rector dependency-version: 2.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…' into dependabot/composer/production-dependencies-88a590cac6
ildyria
approved these changes
Feb 3, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 6 updates:
0.13.100.13.1112.48.112.49.02.13.42.13.51.2.01.3.04.19.04.19.17.4.47.4.5Updates
dedoc/scramblefrom 0.13.10 to 0.13.11Release notes
Sourced from dedoc/scramble's releases.
Commits
871dbacMerge branch 'main' of github.com:dedoc/documentor5f1e692Added flow sensitive analysis capabilities (#1069)1b1670dfix const fetch0e84279Fix styling3f962e4Fix Enum rule handling for Laravel 12 compatibility (#1066)Updates
laravel/frameworkfrom 12.48.1 to 12.49.0Release notes
Sourced from laravel/framework's releases.
Changelog
Sourced from laravel/framework's changelog.
Commits
4bde453Update version to v12.49.0b650785[12.x] Allowdowncommand --retry option to accept datetime values (#58509)b877493[12.x] Ignore deadlock on DatabaseLock release (#58507)ca40c53Update facade docblocks3d6709bUpdate QueueFake.php (#58511)38eff27Enhance index hint validation for multiple indexes (#58505)47d0002do assignment instead of mutating to handle immutable carbon object. (#58498)bfb4bf2[12.x] Add missing@paramdocumentation to SessionGuard constructor (#58493)4af55b2[12.x] Skip message serialization when log level is not handled (#58475)451016e[12.x] AddhasSole()method to collections (#58463)Updates
laravel/octanefrom 2.13.4 to 2.13.5Release notes
Sourced from laravel/octane's releases.
Changelog
Sourced from laravel/octane's changelog.
Commits
c343716Add the GITHUB_PROXY_PREFIX environment variable (#1091)c7f647bUpdate CHANGELOGUpdates
lychee-org/php-exiffrom 1.2.0 to 1.3.0Release notes
Sourced from lychee-org/php-exif's releases.
Commits
4e4fad2Adds php 8.2 - 8.5 compatibility & loosens package requirements (#79)Updates
spatie/laravel-datafrom 4.19.0 to 4.19.1Release notes
Sourced from spatie/laravel-data's releases.
Changelog
Sourced from spatie/laravel-data's changelog.
Commits
41ed047Merge pull request #1140 from GameBear64/main425174dMerge pull request #1142 from evan-burrell/fix/reflection-property-default-va...f47c2c8Fix deprecation warning for ReflectionProperty::getDefaultValue()ea39b27Fix: Deprication warning for symfony/http-foundation 7.448b145fUpdate CHANGELOGUpdates
symfony/cachefrom 7.4.4 to 7.4.5Release notes
Sourced from symfony/cache's releases.
Commits
8dde98dMerge branch '7.3' into 7.4e3e76b9Merge branch '6.4' into 7.35b088fabug #63137 [HttpFoundation] Fix PdoSessionHandler charset-collation mismatch ...bc653cf[HttpFoundation] Fix PdoSessionHandler charset-collation mismatch with the Do...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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