Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the production-dependencies group with 5 updates:

Package From To
dedoc/scramble 0.13.11 0.13.12
laravel/framework 12.49.0 12.50.0
socialiteproviders/apple 5.7.0 5.8.0
socialiteproviders/authentik 5.2.0 5.3.0
socialiteproviders/microsoft 4.7.0 4.7.1

Updates dedoc/scramble from 0.13.11 to 0.13.12

Release notes

Sourced from dedoc/scramble's releases.

v0.13.12

What's Changed

Full Changelog: dedoc/scramble@v0.13.11...v0.13.12

Commits
  • 1788ab6 Updated array type inference when assigning to empty dimension - now arrays a...
  • 3991a1a Fixed manually annotated NotFoundHttpException being not documented anymore...
  • See full diff in compare view

Updates laravel/framework from 12.49.0 to 12.50.0

Release notes

Sourced from laravel/framework's releases.

v12.50.0

Changelog

Sourced from laravel/framework's changelog.

v12.50.0 - 2026-02-04

Commits

Updates socialiteproviders/apple from 5.7.0 to 5.8.0

Release notes

Sourced from socialiteproviders/apple's releases.

5.8.0

Full Changelog: SocialiteProviders/Apple@5.7.0...5.8.0

Commits

Updates socialiteproviders/authentik from 5.2.0 to 5.3.0

Release notes

Sourced from socialiteproviders/authentik's releases.

5.3.0

Full Changelog: SocialiteProviders/Authentik@5.2.0...5.3.0

Commits

Updates socialiteproviders/microsoft from 4.7.0 to 4.7.1

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 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 dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2026 23:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 9, 2026
@ildyria
Copy link
Member

ildyria commented Feb 11, 2026

@dependabot rebase

Bumps the production-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.13.11` | `0.13.12` |
| [laravel/framework](https://github.com/laravel/framework) | `12.49.0` | `12.50.0` |
| [socialiteproviders/apple](https://github.com/SocialiteProviders/Apple) | `5.7.0` | `5.8.0` |
| [socialiteproviders/authentik](https://github.com/SocialiteProviders/Authentik) | `5.2.0` | `5.3.0` |
| [socialiteproviders/microsoft](https://github.com/SocialiteProviders/Microsoft) | `4.7.0` | `4.7.1` |


Updates `dedoc/scramble` from 0.13.11 to 0.13.12
- [Release notes](https://github.com/dedoc/scramble/releases)
- [Commits](dedoc/scramble@v0.13.11...v0.13.12)

Updates `laravel/framework` from 12.49.0 to 12.50.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.49.0...v12.50.0)

Updates `socialiteproviders/apple` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/SocialiteProviders/Apple/releases)
- [Commits](SocialiteProviders/Apple@5.7.0...5.8.0)

Updates `socialiteproviders/authentik` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/SocialiteProviders/Authentik/releases)
- [Commits](SocialiteProviders/Authentik@5.2.0...5.3.0)

Updates `socialiteproviders/microsoft` from 4.7.0 to 4.7.1
- [Release notes](https://github.com/SocialiteProviders/Microsoft/releases)
- [Commits](SocialiteProviders/Microsoft@4.7.0...4.7.1)

---
updated-dependencies:
- dependency-name: dedoc/scramble
  dependency-version: 0.13.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: laravel/framework
  dependency-version: 12.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: socialiteproviders/apple
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: socialiteproviders/authentik
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: socialiteproviders/microsoft
  dependency-version: 4.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/production-dependencies-dc60c7d682 branch from 995bfe1 to 8991ef9 Compare February 11, 2026 10:19
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