Skip to content

build(deps): bump the backend-minor-patch group across 1 directory with 5 updates#29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/backend-laravel/backend-minor-patch-6161743a1b
Open

build(deps): bump the backend-minor-patch group across 1 directory with 5 updates#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/backend-laravel/backend-minor-patch-6161743a1b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown

Bumps the backend-minor-patch group with 5 updates in the /backend-laravel directory:

Package From To
league/flysystem-aws-s3-v3 3.0.0 3.35.2
sentry/sentry-laravel 4.26.0 4.27.0
laravel/pint 1.29.1 1.29.3
laravel/sail 1.62.0 1.63.0
nunomaduro/collision 8.9.4 8.9.5

Updates league/flysystem-aws-s3-v3 from 3.0.0 to 3.35.2

Commits
  • 8475ef9 fix: honor explicit ACL override in AwsS3V3 copy
  • 3f93d3f Fixes #1903:Remove lock file
  • 0c62fda Update aws/aws-sdk-php
  • a1979df Merge pull request #1877 from jegelkraut/3.x
  • e36a2bc Update license files.
  • d286e89 Fixed #1882: Prevent listing directory named 0 from returning unfiltered resp...
  • e9c88b5 Fix: Add options to the HeadObject command while fetching FileMetaData to mak...
  • c6ff6d4 Make same path copy/move a no-op for AWS S3
  • ea23280 Skip tests on php 8.0 for AWS PHP SDK.
  • 22071ef Chore
  • Additional commits viewable in compare view

Updates sentry/sentry-laravel from 4.26.0 to 4.27.0

Release notes

Sourced from sentry/sentry-laravel's releases.

4.27.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.27.0.

Features

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.27.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.27.0.

Features

Commits

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

Release notes

Sourced from laravel/sail's releases.

v1.63.0

Changelog

Sourced from laravel/sail's changelog.

v1.63.0 - 2026-06-18

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
  • See full diff in compare view

Updates nunomaduro/collision from 8.9.4 to 8.9.5

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

…th 5 updates

Bumps the backend-minor-patch group with 5 updates in the /backend-laravel directory:

| Package | From | To |
| --- | --- | --- |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.0.0` | `3.35.2` |
| [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) | `4.26.0` | `4.27.0` |
| [laravel/pint](https://github.com/laravel/pint) | `1.29.1` | `1.29.3` |
| [laravel/sail](https://github.com/laravel/sail) | `1.62.0` | `1.63.0` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.9.4` | `8.9.5` |



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

Updates `sentry/sentry-laravel` from 4.26.0 to 4.27.0
- [Release notes](https://github.com/getsentry/sentry-laravel/releases)
- [Changelog](https://github.com/getsentry/sentry-laravel/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-laravel@4.26.0...4.27.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.62.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.62.0...v1.63.0)

Updates `nunomaduro/collision` from 8.9.4 to 8.9.5
- [Commits](nunomaduro/collision@v8.9.4...v8.9.5)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-version: 3.35.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: sentry/sentry-laravel
  dependency-version: 4.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: laravel/pint
  dependency-version: 1.29.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-minor-patch
- dependency-name: laravel/sail
  dependency-version: 1.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: nunomaduro/collision
  dependency-version: 8.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-minor-patch
...

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 Jul 20, 2026
@dependabot
dependabot Bot requested a review from WILLIAMMDN as a code owner July 20, 2026 14:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jul 20, 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