Skip to content

Bump the minor-updates group across 1 directory with 11 updates#1115

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
dedoc/scramble 0.12.36 0.13.28
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
owen-it/laravel-auditing 14.0.3 14.0.4
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.62.0

Updates dedoc/scramble from 0.12.36 to 0.13.28

Release notes

Sourced from dedoc/scramble's releases.

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

v0.13.24

What's Changed

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

v0.13.23

What's Changed

... (truncated)

Commits

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.0

Release notes

Sourced from guzzlehttp/guzzle's releases.

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

Deprecated

  • Deprecated the request-level handler option, which will be ignored in 8.0
  • Deprecated raw cURL request options outside the built-in cURL handlers' allow-list
  • Deprecated the CURLOPT_PROXYTYPE cURL request option; set the proxy type via a scheme-prefixed proxy URL
  • Deprecated PHP stream context options outside the built-in stream handler allow-list
  • Deprecated passing ntlm as a built-in auth type
  • Deprecated Utils::describeType()
  • Deprecated non-finite floats in the query and form_params options; 8.0 rejects them
  • Deprecated non-string scalar values in the body option; 8.0 rejects them

Fixed

  • Fix cURL TLS and HTTP/2 capability detection using libcurl feature checks
  • Fix proxy no list matches being re-proxied through environment-configured proxies by libcurl
  • Fix no list and NO_PROXY matching to support IP CIDR ranges, matching libcurl
  • Fix the stream handler not applying scheme-less proxies and their credentials

7.11.2

Fixed

  • Fixed non-finite float values emitting coercion warnings on PHP 8.5

Release 7.11.1

Fixed

  • Ignore request-level transport_sharing, matching other unknown request options

Release 7.11.0

Added

  • Added support for providing the proxy request option's no value as a comma-delimited string
  • Added the protocols request option to restrict allowed URI schemes for request transfers
  • Added cert_type and ssl_key_type request options for TLS certificate and private-key file types
  • Added PHP stream handler support for the ssl_key request option

... (truncated)

Changelog

Sourced from guzzlehttp/guzzle's changelog.

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
  • 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

Deprecated

  • Deprecated the request-level handler option, which will be ignored in 8.0
  • Deprecated raw cURL request options outside the built-in cURL handlers' allow-list
  • Deprecated the CURLOPT_PROXYTYPE cURL request option; set the proxy type via a scheme-prefixed proxy URL
  • Deprecated PHP stream context options outside the built-in stream handler allow-list
  • Deprecated passing ntlm as a built-in auth type
  • Deprecated Utils::describeType()
  • Deprecated non-finite floats in the query and form_params options; 8.0 rejects them
  • Deprecated non-string scalar values in the body option; 8.0 rejects them

Fixed

  • Fix cURL TLS and HTTP/2 capability detection using libcurl feature checks
  • Fix proxy no list matches being re-proxied through environment-configured proxies by libcurl
  • Fix no list and NO_PROXY matching to support IP CIDR ranges, matching libcurl
  • Fix the stream handler not applying scheme-less proxies and their credentials

7.11.2 - 2026-06-12

Fixed

  • Fixed non-finite float values emitting coercion warnings on PHP 8.5

7.11.1 - 2026-06-07

Fixed

  • Ignore request-level transport_sharing, matching other unknown request options

7.11.0 - 2026-06-02

... (truncated)

Commits
  • eaa8159 Release 7.12.0
  • e0d3349 Adjusted guzzlehttp/psr7 version constraint and corrected links (#3646)
  • 8ca9415 Normalize scalar body request options (#3644)
  • 1a8d3aa Translate scheme-less proxies and their credentials in the stream handler (#3...
  • 751f7a5 Revert too aggressive authenticated proxy tunnel reuse mitigation (#3641)
  • d5be98c Deprecate the CURLOPT_PROXYTYPE cURL request option (#3632)
  • fa33c8e Deprecate non-string scalar values in the body request option (#3631)
  • a19ce18 Deprecate non-finite floats in the query and form_params options (#3623)
  • 03cada3 Merge branch '7.11' into 7.12
  • bf5f35a Release 7.11.2
  • Additional commits viewable in compare view

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 owen-it/laravel-auditing from 14.0.3 to 14.0.4

Release notes

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

v14.0.4

What's Changed

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

Commits

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.62.0

Release notes

Sourced from laravel/sail's releases.

v1.62.0

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

v1.61.0

Changelog

Sourced from laravel/sail's changelog.

v1.62.0 - 2026-05-27

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

v1.61.0 - 2026-05-23

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

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

| Package | From | To |
| --- | --- | --- |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.12.36` | `0.13.28` |
| [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` |
| [owen-it/laravel-auditing](https://github.com/owen-it/laravel-auditing) | `14.0.3` | `14.0.4` |
| [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.62.0` |



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

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.0
- [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.0)

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 `owen-it/laravel-auditing` from 14.0.3 to 14.0.4
- [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.4)

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.62.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.62.0)

---
updated-dependencies:
- dependency-name: dedoc/scramble
  dependency-version: 0.13.28
  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.0
  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: owen-it/laravel-auditing
  dependency-version: 14.0.4
  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.62.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 18, 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