Skip to content

Bump the minor-updates group across 1 directory with 14 updates#1141

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/minor-updates-ca5e8eaa83
Open

Bump the minor-updates group across 1 directory with 14 updates#1141
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/minor-updates-ca5e8eaa83

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 12 updates in the / directory:

Package From To
dedoc/scramble 0.12.36 0.13.30
flowframe/laravel-trend 0.4.0 0.5.0
gotenberg/gotenberg-php 2.21.0 2.23.0
laravel/octane 2.17.4 2.17.5
league/flysystem-aws-s3-v3 3.34.0 3.35.1
owen-it/laravel-auditing 14.0.3 14.0.6
spatie/temporary-directory 2.3.1 2.4.0
tightenco/ziggy 2.6.2 2.6.3
fumeapp/modeltyper 3.10.0 3.11.0
larastan/larastan 3.9.6 3.10.0
laravel/pint 1.29.1 1.29.3
laravel/sail 1.60.0 1.63.0

Updates dedoc/scramble from 0.12.36 to 0.13.30

Release notes

Sourced from dedoc/scramble's releases.

v0.13.30

What's Changed

Full Changelog: dedoc/scramble@v0.13.29...v0.13.30

v0.13.29

What's Changed

  • Fix config inconsistency

Full Changelog: dedoc/scramble@v0.13.28...v0.13.29

v0.13.28

What's Changed

  • Fix pre-serialized class map (failed in some cases due to new data on property definition)

Full Changelog: dedoc/scramble@v0.13.27...v0.13.28

v0.13.27

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.13.26...v0.13.27

v0.13.26

What's Changed

Full Changelog: dedoc/scramble@v0.13.25...v0.13.26

v0.13.25

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.13.24...v0.13.25

... (truncated)

Commits
  • e727d2a Fix styling
  • edd81f2 Add support for pagination from Scout query builder (#1190)
  • 26f77c8 Fixed JSON API resources when consts are used for attributes and relations pr...
  • e183cca Added except and only support (for models and Arr helpers) (#1193)
  • fbb88bf Fix styling
  • defd32f Move paginator toArray types into extension
  • 5643a09 fix config inconsistencies
  • e50927c Fix styling
  • 3a4b813 improved class definition serialization
  • fc49ce9 fix test
  • Additional commits viewable in compare view

Updates flowframe/laravel-trend from 0.4.0 to 0.5.0

Release notes

Sourced from flowframe/laravel-trend's releases.

v0.5.0

What's Changed

Full Changelog: Flowframe/laravel-trend@v0.4.0...v0.5.0

Commits

Updates gotenberg/gotenberg-php from 2.21.0 to 2.23.0

Release notes

Sourced from gotenberg/gotenberg-php's releases.

v2.23.0

This release brings the client up-to-date with the latest Gotenberg version.

New class:

  • Gotenberg\FacturX

New methods:

  • $chromium->pdf->facturX
  • $libreoffice->facturX
  • $pdfengines->facturX
  • $pdfengines->injectFacturX
  • ->allowPrinting (Chromium, LibreOffice, PDF Engines)
  • ->allowCopying (Chromium, LibreOffice, PDF Engines)
  • ->allowModifying (Chromium, LibreOffice, PDF Engines)
  • ->allowAnnotating (Chromium, LibreOffice, PDF Engines)
  • ->allowFillingForms (Chromium, LibreOffice, PDF Engines)
  • ->allowAssembling (Chromium, LibreOffice, PDF Engines)

See https://github.com/gotenberg/gotenberg/releases/tag/v8.34.0 for more details.

v2.22.0

This release brings the client up-to-date with the latest Gotenberg version.

New method:

  • $chromium->screenshot->deviceScaleFactor

See https://github.com/gotenberg/gotenberg/releases/tag/v8.33.0 for more details.

Commits
  • fb33203 feat(pdfengines): add Factur-X API and encryption permissions
  • 2c27c89 chore(deps): bump codecov/codecov-action from 6 to 7
  • d2a6f10 feat(chromium): add deviceScaleFactor for screenshots
  • 955f02d docs(README): switch logo URL [skip ci]
  • See full diff in compare view

Updates guzzlehttp/guzzle from 7.10.3 to 7.12.3

Release notes

Sourced from guzzlehttp/guzzle's releases.

7.12.3

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.12.3

Security

7.12.2

Fixed

  • Clamp out-of-range Max-Age so a very large value no longer overflows to an already-expired timestamp
  • Use strict comparison in CookieJar conflict resolution so distinct numeric-string names don't overwrite
  • Store a cookie whose Domain has a trailing dot on the origin host instead of silently discarding it
  • Fix StreamHandler hard-failing on bracketed IPv6 literal hosts when force_ip_resolve is set
  • Use strict cookie Path comparison so CookieJar::clear() with a numeric path keeps a distinct-path cookie
  • Fixed cookie handling for falsey Domain, Max-Age, path, and name values
  • Fixed decode_content handling for falsey string values
  • Fixed deprecated request option values reaching built-in handlers before normalization

7.12.1

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.12.1

Fixed

  • Reject proxy URLs with a malformed scheme in the cURL handlers instead of letting libcurl mishandle them

Security

7.12.0

Added

  • Added RequestOptions constants for curl, retries, and stream_context

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.12
  • Constrain cURL transport sharing to safe libcurl DNS and SSL session support
  • Resolve proxy environment variables in the cURL handlers; libcurl no longer reads the environment itself
  • Ignore proxy environment variables when the proxy request option makes a decision
  • Disable proxy environment variables on Windows SAPIs other than CLI (httpoxy hardening)
  • Redact proxy credentials from cURL handler error messages, following Psr7\Utils::redactUserInfo()
  • Normalize no-proxy domain and IP literal matching across the cURL and stream handlers

... (truncated)

Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.12.3 - 2026-06-23

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.12.3

Security

7.12.2 - 2026-06-23

Fixed

  • Clamp out-of-range Max-Age so a very large value no longer overflows to an already-expired timestamp
  • Use strict comparison in CookieJar conflict resolution so distinct numeric-string names don't overwrite
  • Store a cookie whose Domain has a trailing dot on the origin host instead of silently discarding it
  • Fix StreamHandler hard-failing on bracketed IPv6 literal hosts when force_ip_resolve is set
  • Use strict cookie Path comparison so CookieJar::clear() with a numeric path keeps a distinct-path cookie
  • Fixed cookie handling for falsey Domain, Max-Age, path, and name values
  • Fixed decode_content handling for falsey string values
  • Fixed deprecated request option values reaching built-in handlers before normalization

7.12.1 - 2026-06-18

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.12.1

Fixed

  • Reject proxy URLs with a malformed scheme in the cURL handlers instead of letting libcurl mishandle them

Security

7.12.0 - 2026-06-16

Added

  • Added RequestOptions constants for curl, retries, and stream_context

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.12

... (truncated)

Commits

Updates laravel/framework from 12.60.2 to 12.62.0

Release notes

Sourced from laravel/framework's releases.

v12.62.0

v12.61.1

v12.61.0

Commits
  • f7e61eb Update version to v12.62.0
  • 0d23f6a [12.x] Add multi-type union support to Illuminate JsonSchema (#60462)
  • cf6681c [12.x] Skip pg_collation lookup in compileColumns() on PostgreSQL servers bef...
  • 127dcda [12.x] Add JSON Schema array deserializer (#60387)
  • d01a390 Update CHANGELOG
  • e8472ca Update version to v12.61.1
  • 61d5557 [12.x] Ensure config is bound before trying to log deprecation notice (#60376)
  • 12df688 [12.x] Ensure path seperators aren't encoded in LocalFilesystemAdapter (#60350)
  • 33afd1e [12.x] Fix Number::pairs() infinite loop when $by is zero or negative (#60324)
  • e854b8c Fix FIFO queue name normalization in Cloud managed queues (#60316)
  • Additional commits viewable in compare view

Updates laravel/octane from 2.17.4 to 2.17.5

Release notes

Sourced from laravel/octane's releases.

v2.17.5

Changelog

Sourced from laravel/octane's changelog.

v2.17.5 - 2026-06-04

Commits
  • 058ae4d Enable Dependabot auto-merge (#1139)
  • 2789524 Add Dependabot cooldown of 5 days (#1138)
  • 218dfb0 Merge pull request #1137 from laravel/chore/pin-reusable-workflows-latest
  • 2881126 Pin pull requests and issues workflows to latest laravel/.github
  • 39fc747 Merge pull request #1136 from laravel/fix/pin-least-privilege-reusable-workflows
  • 4086bfb Pin pull requests and issues workflows to least-privilege reusable workflows
  • 53bdeab [2.x] Fix Symfony 8.1 compatibility for Swoole (#1134)
  • adf4f86 Merge pull request #1132 from laravel/dependabot/github_actions/github-action...
  • 2a4b35c Bump actions/checkout from 4.3.1 to 6.0.3 in the github-actions group
  • 0bd60a5 Merge pull request #1131 from laravel/chore/github-actions-hardening
  • Additional commits viewable in compare view

Updates league/flysystem-aws-s3-v3 from 3.34.0 to 3.35.1

Commits

Updates owen-it/laravel-auditing from 14.0.3 to 14.0.6

Release notes

Sourced from owen-it/laravel-auditing's releases.

v14.0.5

What's Changed

New Contributors

Full Changelog: owen-it/laravel-auditing@v14.0.4...v14.0.5

v14.0.4

What's Changed

Full Changelog: owen-it/laravel-auditing@v14.0.3...v14.0.4

Commits
  • 31b73b7 Simplify handle method in ProcessDispatchAudit (#1059)
  • 4fb70d2 Also audit when model is already bootstrapped before auditing was enabled (#1...
  • 65b7cb3 fix(test): rewrite test to properly validate functionality (#1057)
  • fa5a22e Refactor audit creation to use savepoint (#1056)
  • 4268b7a Avoid stopping other update events when restoring (#1054)
  • a712249 Refactor model property access using ReflectionClass (#1055)
  • See full diff in compare view

Updates spatie/temporary-directory from 2.3.1 to 2.4.0

Release notes

Sourced from spatie/temporary-directory's releases.

2.4.0

What's Changed

New Contributors

Full Changelog: spatie/temporary-directory@2.3.1...2.4.0

Changelog

Sourced from spatie/temporary-directory's changelog.

2.4.0 - 2026-06-22

What's Changed

New Contributors

Full Changelog: spatie/temporary-directory@2.3.1...2.4.0

Commits
  • 32cbb96 return static instead of self (#102)
  • 3344733 Harden Dependabot auto-merge actor check
  • afa0f5d Merge pull request #101 from spatie/dependabot/github_actions/dependabot/fetc...
  • 7ca52bb Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0
  • dc0f112 Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 (#100)
  • a799919 Merge pull request #99 from spatie/dependabot/github_actions/dependabot/fetch...
  • e8733fa Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0
  • 1d373ba Update CHANGELOG
  • See full diff in compare view

Updates tightenco/ziggy from 2.6.2 to 2.6.3

Release notes

Sourced from tightenco/ziggy's releases.

v2.6.3

What's Changed

New Contributors

Full Changelog: tighten/ziggy@v2.6.2...v2.6.3

Changelog

Sourced from tightenco/ziggy's changelog.

[v2.6.3] - 2026-06-23

Fixed

Changed

Commits
  • 14c5744 v2.6.3
  • 8020eb2 Use known missing directory in test instead of deleting existing ones
  • 09fb094 Fix workflow link again
  • 3260495 Merge pull request #888 from lazerg/fix/issue-883-custom-types-dir
  • f8dd171 Create the directory for a custom types path if it doesn't exist
  • 055ea9f Merge pull request #881 from rodrigoprimo/docs/update-phpcs-repo-link
  • 44c7475 Docs: Update PHP_CodeSniffer repository link
  • f913d3c Merge pull request #874 from tighten/laravel-13
  • b23a0cb Merge pull request #877 from pataar/improve/route-url-branded-type
  • 93083d2 Merge branch '2.x' into improve/route-url-branded-type
  • Additional commits viewable in compare view

Updates fumeapp/modeltyper from 3.10.0 to 3.11.0

Release notes

Sourced from fumeapp/modeltyper's releases.

v3.11.0

What's Changed

New Contributors

Full Changelog: fumeapp/modeltyper@v3.10.0...v3.11.0

Commits
  • fe803e4 Follow up to #110: set-only mutators with enum casts (#124)
  • 58ca0f5 Honour optional flag in $laravelModel->interfaces to support optional relatio...
  • e5824e8 fix composer stan issues from latest larastan update (#125)
  • See full diff in compare view

Updates larastan/larastan from 3.9.6 to 3.10.0

Release notes

Sourced from larastan/larastan's releases.

3.10.0

What's Changed

Added

Fixed

Internal

New Contributors

Full Changelog: larastan/larastan@v3.9.6...v3.10.0

Commits
  • 2970f83 feat: add type narrowing for where method on collections (#2483)
  • 936f20b fix failing tests on Windows (#2486)
  • c856507 Add export-ignore for assets directory in .gitattributes (#2490)
  • 9b014b5 chore: bump phpstan memory limit
  • d58d982 chore: run SA on Laravel 13 too
  • 7c4347c docs: use correct coding standard name
  • 1e243f1 docs: update coding style guidelines in CONTRIBUTING.md (#2447)
  • 45a4414 chore: update codestyle check to latest version (#2484)
  • 0e774c5 chore: allow PHPUnit v13 (#2485)
  • 9ef66e1 fix: invalid parameter name (#2488)
  • Additional commits viewable in compare view

Updates laravel/pint from 1.29.1 to 1.29.3

Release notes

Sourced from laravel/pint's releases.

v1.29.3

Full Changelog: laravel/pint@v1.29.2...v1.29.3

v1.29.2

  • fix: no longer accepts loading a configuration over insecure http
  • fix: sends errors to stderr
  • chore: various actions regarding github security
  • chore: uses laravel/agent-detector
Changelog

Sourced from laravel/pint's changelog.

Release Notes

Unreleased

v1.29.2 - 2026-06-16

  • fix: no longer accepts loading a configuration over insecure http
  • fix: sends errors to stderr
  • chore: various actions regarding github security
  • chore: uses laravel/agent-detector
Commits

Updates laravel/sail from 1.60.0 to 1.63.0

Release notes

Sourced from laravel/sail's releases.

v1.63.0

v1.62.0

Full Changelog: laravel/sail@v1.61.0...v1.62.0

v1.61.0

Changelog

Sourced from laravel/sail's changelog.

v1.63.0 - 2026-06-18

v1.62.0 - 2026-05-27

Full Changelog: laravel/sail@v1.61.0...v1.62.0

v1.61.0 - 2026-05-23

Commits
  • 51bbce3 Bump shivammathur/setup-php in the github-actions group (#880)
  • a796693 [1.x] Add PHP_EXTENSIONS build arg to install extra extensions (#879)
  • e1a9884 Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#878)
  • fe212b1 Enable Dependabot auto-merge (#877)
  • 4a48c67 Add Dependabot cooldown of 5 days (#876)
  • 1959dbc Update CHANGELOG
  • 3aaeefc Update CHANGELOG
  • 68ef350 Fix RabbitMQ service stub using invalid env var names (#874)
  • 9541d21 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 `@depen...

Description has been truncated

Bumps the minor-updates group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.12.36` | `0.13.30` |
| [flowframe/laravel-trend](https://github.com/Flowframe/laravel-trend) | `0.4.0` | `0.5.0` |
| [gotenberg/gotenberg-php](https://github.com/gotenberg/gotenberg-php) | `2.21.0` | `2.23.0` |
| [laravel/octane](https://github.com/laravel/octane) | `2.17.4` | `2.17.5` |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.34.0` | `3.35.1` |
| [owen-it/laravel-auditing](https://github.com/owen-it/laravel-auditing) | `14.0.3` | `14.0.6` |
| [spatie/temporary-directory](https://github.com/spatie/temporary-directory) | `2.3.1` | `2.4.0` |
| [tightenco/ziggy](https://github.com/tighten/ziggy) | `2.6.2` | `2.6.3` |
| [fumeapp/modeltyper](https://github.com/fumeapp/modeltyper) | `3.10.0` | `3.11.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.9.6` | `3.10.0` |
| [laravel/pint](https://github.com/laravel/pint) | `1.29.1` | `1.29.3` |
| [laravel/sail](https://github.com/laravel/sail) | `1.60.0` | `1.63.0` |



Updates `dedoc/scramble` from 0.12.36 to 0.13.30
- [Release notes](https://github.com/dedoc/scramble/releases)
- [Commits](dedoc/scramble@v0.12.36...v0.13.30)

Updates `flowframe/laravel-trend` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/Flowframe/laravel-trend/releases)
- [Changelog](https://github.com/Flowframe/laravel-trend/blob/master/CHANGELOG.md)
- [Commits](Flowframe/laravel-trend@v0.4.0...v0.5.0)

Updates `gotenberg/gotenberg-php` from 2.21.0 to 2.23.0
- [Release notes](https://github.com/gotenberg/gotenberg-php/releases)
- [Commits](gotenberg/gotenberg-php@v2.21.0...v2.23.0)

Updates `guzzlehttp/guzzle` from 7.10.3 to 7.12.3
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.12/CHANGELOG.md)
- [Commits](guzzle/guzzle@7.10.3...7.12.3)

Updates `laravel/framework` from 12.60.2 to 12.62.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/13.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.60.2...v12.62.0)

Updates `laravel/octane` from 2.17.4 to 2.17.5
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](laravel/octane@v2.17.4...v2.17.5)

Updates `league/flysystem-aws-s3-v3` from 3.34.0 to 3.35.1
- [Commits](thephpleague/flysystem-aws-s3-v3@3.34.0...3.35.1)

Updates `owen-it/laravel-auditing` from 14.0.3 to 14.0.6
- [Release notes](https://github.com/owen-it/laravel-auditing/releases)
- [Changelog](https://github.com/owen-it/laravel-auditing/blob/master/CHANGELOG.md)
- [Commits](owen-it/laravel-auditing@v14.0.3...v14.0.6)

Updates `spatie/temporary-directory` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/spatie/temporary-directory/releases)
- [Changelog](https://github.com/spatie/temporary-directory/blob/main/CHANGELOG.md)
- [Commits](spatie/temporary-directory@2.3.1...2.4.0)

Updates `tightenco/ziggy` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/tighten/ziggy/releases)
- [Changelog](https://github.com/tighten/ziggy/blob/2.x/CHANGELOG.md)
- [Commits](tighten/ziggy@v2.6.2...v2.6.3)

Updates `fumeapp/modeltyper` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/fumeapp/modeltyper/releases)
- [Commits](fumeapp/modeltyper@v3.10.0...v3.11.0)

Updates `larastan/larastan` from 3.9.6 to 3.10.0
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.9.6...v3.10.0)

Updates `laravel/pint` from 1.29.1 to 1.29.3
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.29.1...v1.29.3)

Updates `laravel/sail` from 1.60.0 to 1.63.0
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.60.0...v1.63.0)

---
updated-dependencies:
- dependency-name: dedoc/scramble
  dependency-version: 0.13.30
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: flowframe/laravel-trend
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: gotenberg/gotenberg-php
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: guzzlehttp/guzzle
  dependency-version: 7.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-version: 2.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: league/flysystem-aws-s3-v3
  dependency-version: 3.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: owen-it/laravel-auditing
  dependency-version: 14.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: spatie/temporary-directory
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: tightenco/ziggy
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: fumeapp/modeltyper
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: larastan/larastan
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/pint
  dependency-version: 1.29.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-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 29, 2026
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.

0 participants