Skip to content

Bump the composer group across 1 directory with 8 updates - #30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-802f8a77e3
Open

Bump the composer group across 1 directory with 8 updates#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-802f8a77e3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the composer group with 7 updates in the / directory:

Package From To
geoip2/geoip2 3.3.0 3.4.0
laravel/fortify 1.37.2 1.37.3
laravel/sanctum 4.3.2 4.3.3
livewire/livewire 4.3.3 4.3.5
laravel/pint 1.29.3 1.30.3
laravel/sail 1.63.0 1.65.0
nunomaduro/collision 8.9.4 8.9.5

Updates geoip2/geoip2 from 3.3.0 to 3.4.0

Release notes

Sourced from geoip2/geoip2's releases.

3.4.0

  • A new residential property has been added to GeoIp2\Record\Anonymizer. This property is an instance of the new GeoIp2\Record\AnonymizerFeed class and provides residential proxy data for the network, including confidence, networkLastSeen, and providerName. This may be the only property with data even when the other anonymizer properties are unset. This data is available from the GeoIP Insights web service.
  • Updated the GeoIp2\Model\City constructor to handle an empty subdivisions array. This provides compatibility with some third-party databases that publish empty subdivisions arrays. Pull request by Jarek Jakubowski. GitHub #290.
  • The GeoIP2 prefix in web service error messages has been changed to GeoIP.
Changelog

Sourced from geoip2/geoip2's changelog.

3.4.0 (2026-07-16)

  • A new residential property has been added to GeoIp2\Record\Anonymizer. This property is an instance of the new GeoIp2\Record\AnonymizerFeed class and provides residential proxy data for the network, including confidence, networkLastSeen, and providerName. This may be the only property with data even when the other anonymizer properties are unset. This data is available from the GeoIP Insights web service.
  • Updated the GeoIp2\Model\City constructor to handle an empty subdivisions array. This provides compatibility with some third-party databases that publish empty subdivisions arrays. Pull request by Jarek Jakubowski. GitHub #290.
  • The GeoIP2 prefix in web service error messages has been changed to GeoIP.
Commits
  • 257a350 Update for v3.4.0
  • 4479f9c Set release date
  • a359bd3 Merge pull request #319 from maxmind/greg/stf-997-add-residential-to-anonymizer
  • be47d40 Add residential property to Anonymizer record
  • dc46114 Merge pull request #318 from maxmind/dependabot/github_actions/zizmorcore/ziz...
  • a2dc60a Bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7
  • d3c75cc Merge pull request #316 from maxmind/dependabot/github_actions/jdx/mise-actio...
  • febf887 Merge pull request #317 from maxmind/dependabot/github_actions/actions/checko...
  • e338414 Bump actions/checkout from 6.0.3 to 7.0.0
  • 49be03e Bump jdx/mise-action from 4.1.0 to 4.2.0
  • Additional commits viewable in compare view

Updates laravel/fortify from 1.37.2 to 1.37.3

Release notes

Sourced from laravel/fortify's releases.

v1.37.3

Changelog

Sourced from laravel/fortify's changelog.

v1.37.3 - 2026-06-29

Commits
  • 66b9503 Respect lowercase_usernames config when resetting password (#687)
  • 49de8fa Use literal status code in LockoutResponse to fix PHPStan analysis (#688)
  • c15bb43 Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#686)
  • 015a33f Bump shivammathur/setup-php in the github-actions group (#684)
  • 0f0d1c6 Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#681)
  • bcd918a Enable Dependabot auto-merge (#680)
  • 4e3246a Add Dependabot cooldown of 5 days (#679)
  • b9298bd Update CHANGELOG
  • See full diff in compare view

Updates laravel/framework from 12.62.0 to 12.65.0

Release notes

Sourced from laravel/framework's releases.

v12.65.0

v12.64.0

v12.63.0

Commits

Updates laravel/sanctum from 4.3.2 to 4.3.3

Release notes

Sourced from laravel/sanctum's releases.

v4.3.3

Changelog

Sourced from laravel/sanctum's changelog.

v4.3.3 - 2026-06-23

Commits
  • fee27a5 Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#613)
  • 56d3244 use strict comparison
  • d8685e5 Bump shivammathur/setup-php in the github-actions group (#612)
  • 6379253 Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#611)
  • 8dd31a2 Enable Dependabot auto-merge (#610)
  • 334353d Update dependabot.yml
  • 634348c Add Dependabot cooldown of 5 days (#606)
  • bfe1fb1 Merge pull request #605 from laravel/chore/pin-reusable-workflows-latest
  • e1cda0e Pin pull requests and issues workflows to latest laravel/.github
  • 596ee55 Bump shivammathur/setup-php in the github-actions group (#602)
  • Additional commits viewable in compare view

Updates livewire/livewire from 4.3.3 to 4.3.5

Release notes

Sourced from livewire/livewire's releases.

v4.3.5

What's Changed

Full Changelog: livewire/livewire@v4.3.4...v4.3.5

v4.3.4

What's Changed

New Contributors

Full Changelog: livewire/livewire@v4.3.3...v4.3.4

Commits
  • 7ef4b2a Build assets for v4.3.5
  • e95c773 [4.x] Fix SFC detection for PHP attribute array arguments (#10480)
  • 0ee4bfb Update GitHub actions
  • 6154d42 Merge branch '3.x' into 4.x
  • 11ebe64 [3.x] Improve query string parsing and effect handling (#10467)
  • c1103e1 [4.x] docs: add missing $this->validate() calls to file upload examples (#10395)
  • 29e3d2c docs: format long inline nginx snippet as a code block
  • 9baf7a9 [4.x] Handle exceptions from form lifecycle hooks (#10376)
  • bfc87b7 Revert "[4.x] Move temporary file if disks are same" (#10390)
  • 6901c90 [4.x] Extract renderless-related methods into a HandlesRenderless trait (#1...
  • Additional commits viewable in compare view

Updates laravel/pint from 1.29.3 to 1.30.3

Release notes

Sourced from laravel/pint's releases.

v1.30.3

Full Changelog: laravel/pint@v1.30.2...v1.30.3

v1.30.2

Full Changelog: laravel/pint@v1.30.1...v1.30.2

v1.30.1

Full Changelog: laravel/pint@v1.30.0...v1.30.1

v1.30.0

What's Changed

New Contributors

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

Commits

Updates laravel/sail from 1.63.0 to 1.65.0

Release notes

Sourced from laravel/sail's releases.

v1.65.0

v1.64.0

Changelog

Sourced from laravel/sail's changelog.

v1.65.0 - 2026-08-03

v1.64.0 - 2026-07-17

Commits
  • d4b9213 Fix background scheduled commands when using Sail (#894)
  • a7ee940 Enable dumpless upgrades for Meilisearch (#892)
  • e8f6458 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#891)
  • b50e432 Update CHANGELOG
  • 08cacd3 Make phpunit.xml DB_DATABASE replacement whitespace-tolerant (#885)
  • 4bc5b4c Fix MongoDB failing to restart by persisting the configdb volume (#883)
  • ab7b38d Merge pull request #881 from laravel/dependabot/github_actions/github-actions...
  • ad83fbb Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group
  • 34ad501 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

Bumps the composer group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [geoip2/geoip2](https://github.com/maxmind/GeoIP2-php) | `3.3.0` | `3.4.0` |
| [laravel/fortify](https://github.com/laravel/fortify) | `1.37.2` | `1.37.3` |
| [laravel/sanctum](https://github.com/laravel/sanctum) | `4.3.2` | `4.3.3` |
| [livewire/livewire](https://github.com/livewire/livewire) | `4.3.3` | `4.3.5` |
| [laravel/pint](https://github.com/laravel/pint) | `1.29.3` | `1.30.3` |
| [laravel/sail](https://github.com/laravel/sail) | `1.63.0` | `1.65.0` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.9.4` | `8.9.5` |



Updates `geoip2/geoip2` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/maxmind/GeoIP2-php/releases)
- [Changelog](https://github.com/maxmind/GeoIP2-php/blob/main/CHANGELOG.md)
- [Commits](maxmind/GeoIP2-php@v3.3.0...v3.4.0)

Updates `laravel/fortify` from 1.37.2 to 1.37.3
- [Release notes](https://github.com/laravel/fortify/releases)
- [Changelog](https://github.com/laravel/fortify/blob/1.x/CHANGELOG.md)
- [Commits](laravel/fortify@v1.37.2...v1.37.3)

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

Updates `laravel/sanctum` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/4.x/CHANGELOG.md)
- [Commits](laravel/sanctum@v4.3.2...v4.3.3)

Updates `livewire/livewire` from 4.3.3 to 4.3.5
- [Release notes](https://github.com/livewire/livewire/releases)
- [Commits](livewire/livewire@v4.3.3...v4.3.5)

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

Updates `laravel/sail` from 1.63.0 to 1.65.0
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.63.0...v1.65.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: geoip2/geoip2
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: laravel/fortify
  dependency-version: 1.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: laravel/framework
  dependency-version: 12.65.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: laravel/sanctum
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: livewire/livewire
  dependency-version: 4.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: laravel/pint
  dependency-version: 1.30.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: laravel/sail
  dependency-version: 1.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: nunomaduro/collision
  dependency-version: 8.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, php. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from sanmaxdev as a code owner August 7, 2026 12:07

@sanmaxdev sanmaxdev left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked the dependency lock update. composer validate --strict, composer audit --locked, php artisan test (443 tests), and vendor/bin/pint --test pass. The diff is limited to composer.lock, and the repository checks are green.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant