Skip to content

Bump the php-dependencies group with 5 updates #1323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2025

Bumps the php-dependencies group with 5 updates:

Package From To
codeat3/blade-simple-icons 7.6.0 7.7.0
laravel/nightwatch 1.11.3 1.11.4
laravel/sanctum 4.1.2 4.2.0
laravel/socialite 5.21.0 5.23.0
league/commonmark 2.7.0 2.7.1

Updates codeat3/blade-simple-icons from 7.6.0 to 7.7.0

Release notes

Sourced from codeat3/blade-simple-icons's releases.

7.7.0

What's Changed

Full Changelog: codeat3/blade-simple-icons@7.6.0...7.7.0

Changelog

Sourced from codeat3/blade-simple-icons's changelog.

7.7.0 - 2025-07-22

What's Changed

Full Changelog: codeat3/blade-simple-icons@7.6.0...7.7.0

Commits
  • 98aeefb auto-update: update icons with the latest commit dbfdd9886d567c5b571124dbae32...
  • afd5422 Update CHANGELOG
  • See full diff in compare view

Updates laravel/nightwatch from 1.11.3 to 1.11.4

Release notes

Sourced from laravel/nightwatch's releases.

v1.11.4

What's Changed

Full Changelog: laravel/nightwatch@v1.11.3...v1.11.4

Commits

Updates laravel/sanctum from 4.1.2 to 4.2.0

Release notes

Sourced from laravel/sanctum's releases.

v4.2.0

Changelog

Sourced from laravel/sanctum's changelog.

v4.2.0 - 2025-07-09

Commits

Updates laravel/socialite from 5.21.0 to 5.23.0

Release notes

Sourced from laravel/socialite's releases.

v5.23.0

v5.22.0

Changelog

Sourced from laravel/socialite's changelog.

v5.23.0 - 2025-07-23

v5.22.0 - 2025-07-08

Commits

Updates league/commonmark from 2.7.0 to 2.7.1

Release notes

Sourced from league/commonmark's releases.

2.7.1

Notable Changes

Changed

  • Optimized several regular expressions in RegexHelper to improve performance (#674, #1086)

Fixed

  • EmbedProcessor no longer calls updateEmbeds() when there are no embeds to update (#1081)
  • Fixed missing benchmark.php CSV path validation for non-existent files (#1068, #1085)

New Contributors

Full Changelog: thephpleague/commonmark@2.7.0...2.7.1

Changelog

Sourced from league/commonmark's changelog.

[2.7.1] - 2025-07-20

Changed

  • Optimized several regular expressions in RegexHelper to improve performance (#674, #1086)

Fixed

  • EmbedProcessor no longer calls updateEmbeds() when there are no embeds to update (#1081)
  • Fixed missing benchmark.php CSV path validation for non-existent files (#1068, #1085)
Commits
  • 1073224 Prepare to release 2.7.1
  • 00f2f51 Merge pull request #1086 from thephpleague/regex-optimizations
  • 0f8e8af Optimize HTML Block Type 6 pattern with possessive quantifiers
  • badbf6c Add possessive quantifiers to HTML tag patterns to prevent backtracking
  • cc6e900 Optimize PARTIAL_HTMLCOMMENT with better grouping
  • 142edc4 Add atomic group to PARTIAL_ENTITY to prevent backtracking
  • 26c0a98 Optimize REGEX_THEMATIC_BREAK by consolidating anchors
  • 727f5fa Optimize REGEX_PUNCTUATION by removing redundant explicit characters
  • 37d451e Merge pull request #1085 from thephpleague/copilot/fix-1068
  • b8ba8fa Fix benchmark.php CSV path validation for non-existent files
  • Additional commits viewable 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 @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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 php-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [codeat3/blade-simple-icons](https://github.com/codeat3/blade-simple-icons) | `7.6.0` | `7.7.0` |
| [laravel/nightwatch](https://github.com/laravel/nightwatch) | `1.11.3` | `1.11.4` |
| [laravel/sanctum](https://github.com/laravel/sanctum) | `4.1.2` | `4.2.0` |
| [laravel/socialite](https://github.com/laravel/socialite) | `5.21.0` | `5.23.0` |
| [league/commonmark](https://github.com/thephpleague/commonmark) | `2.7.0` | `2.7.1` |


Updates `codeat3/blade-simple-icons` from 7.6.0 to 7.7.0
- [Release notes](https://github.com/codeat3/blade-simple-icons/releases)
- [Changelog](https://github.com/codeat3/blade-simple-icons/blob/main/CHANGELOG.md)
- [Commits](codeat3/blade-simple-icons@7.6.0...7.7.0)

Updates `laravel/nightwatch` from 1.11.3 to 1.11.4
- [Release notes](https://github.com/laravel/nightwatch/releases)
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md)
- [Commits](laravel/nightwatch@v1.11.3...v1.11.4)

Updates `laravel/sanctum` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/4.x/CHANGELOG.md)
- [Commits](laravel/sanctum@v4.1.2...v4.2.0)

Updates `laravel/socialite` from 5.21.0 to 5.23.0
- [Release notes](https://github.com/laravel/socialite/releases)
- [Changelog](https://github.com/laravel/socialite/blob/5.x/CHANGELOG.md)
- [Commits](laravel/socialite@v5.21.0...v5.23.0)

Updates `league/commonmark` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.7/CHANGELOG.md)
- [Commits](thephpleague/commonmark@2.7.0...2.7.1)

---
updated-dependencies:
- dependency-name: codeat3/blade-simple-icons
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/nightwatch
  dependency-version: 1.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/sanctum
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/socialite
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: league/commonmark
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jul 25, 2025
@driesvints driesvints merged commit ee645af into main Jul 25, 2025
2 checks passed
@driesvints driesvints deleted the dependabot/composer/php-dependencies-bdfc0fffd6 branch July 25, 2025 06:59
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
Development

Successfully merging this pull request may close these issues.

1 participant