Bump the php-dependencies group with 5 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(4 months ago)
(4 months ago)
dependencies php
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
- synced with the released tag 15.7.0
- chore: update icons with the latest commit dbfdd98 by
@github-actions[bot] in codeat3/blade-simple-icons#195Full Changelog: https://github.com/codeat3/blade-simple-icons/compare/7.6.0...7.7.0
Changelog
Sourced from codeat3/blade-simple-icons's changelog.
7.7.0 - 2025-07-22
What's Changed
- synced with the released tag 15.7.0
- chore: update icons with the latest commit dbfdd98 by
@github-actions[bot] in codeat3/blade-simple-icons#195Full Changelog: https://github.com/codeat3/blade-simple-icons/compare/7.6.0...7.7.0
Commits
98aeefbauto-update: update icons with the latest commit dbfdd9886d567c5b571124dbae32...afd5422Update 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
- Fix autoloading files by
@timacdonaldin laravel/nightwatch#238Full Changelog: https://github.com/laravel/nightwatch/compare/v1.11.3...v1.11.4
Commits
a333f9dBump version to v1.11.41e6f863Fix autoloading files (#238)- See full diff in compare view
Updates laravel/sanctum from 4.1.2 to 4.2.0
Release notes
Sourced from laravel/sanctum's releases.
v4.2.0
- [Refactor] Add indexes to personal_access_tokens by
@keshav-k3in laravel/sanctum#571
Changelog
Sourced from laravel/sanctum's changelog.
v4.2.0 - 2025-07-09
- [Refactor] Add indexes to personal_access_tokens by
@keshav-k3in laravel/sanctum#571
Commits
fd6df4f[Refactor] Add indexes to personal_access_tokens (#571)778520aUpdate CHANGELOG- See full diff in compare view
Updates laravel/socialite from 5.21.0 to 5.23.0
Release notes
Sourced from laravel/socialite's releases.
v5.23.0
- Fix the Facebook avatar URL by
@joaopmsin laravel/socialite#750- Update Facebook Graph API version to v23.0 by
@joaopmsin laravel/socialite#749v5.22.0
- Fix return type for functions which make use of json_decode by
@michaelklopfin laravel/socialite#745- feat(google): stateless ID token support by
@beefsackin laravel/socialite#748
Changelog
Sourced from laravel/socialite's changelog.
v5.23.0 - 2025-07-23
- Fix the Facebook avatar URL by
@joaopmsin laravel/socialite#750- Update Facebook Graph API version to v23.0 by
@joaopmsin laravel/socialite#749v5.22.0 - 2025-07-08
- Fix return type for functions which make use of json_decode by
@michaelklopfin laravel/socialite#745- feat(google): stateless ID token support by
@beefsackin laravel/socialite#748
Commits
e9e0fc8Update Facebook Graph API version to v23.0 (#749)c229cf4Fix the Facebook avatar url (#750)80a9805Update CHANGELOG99d0fe7feat(google): stateless ID token support (#748)cbecfe4Fix return type for functions which make use of json_decode (#745)a39c67fUpdate CHANGELOG- See full diff in compare view
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
Fixed
EmbedProcessorno longer callsupdateEmbeds()when there are no embeds to update (#1081)- Fixed missing
benchmark.phpCSV path validation for non-existent files (#1068, #1085)New Contributors
@driesvintsmade their first contribution in thephpleague/commonmark#1077@adielcristomade their first contribution in thephpleague/commonmark#1079@Copilotmade their first contribution in thephpleague/commonmark#1085Full Changelog: https://github.com/thephpleague/commonmark/compare/2.7.0...2.7.1
Commits
1073224Prepare to release 2.7.100f2f51Merge pull request #1086 from thephpleague/regex-optimizations0f8e8afOptimize HTML Block Type 6 pattern with possessive quantifiersbadbf6cAdd possessive quantifiers to HTML tag patterns to prevent backtrackingcc6e900Optimize PARTIAL_HTMLCOMMENT with better grouping142edc4Add atomic group to PARTIAL_ENTITY to prevent backtracking26c0a98Optimize REGEX_THEMATIC_BREAK by consolidating anchors727f5faOptimize REGEX_PUNCTUATION by removing redundant explicit characters37d451eMerge pull request #1085 from thephpleague/copilot/fix-1068b8ba8faFix 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
1
+33
-33
Package Dependencies
codeat3/blade-simple-icons
packagist
7.6.0 → 7.7.0
Minor
Technical Details
| ID: | 4144035 |
| UUID: | 2693775819 |
| Node ID: | PR_kwDOAMTD086gj8HL |
| Host: | GitHub |
| Repository: | laravelio/laravel.io |
| Merge State: | Unknown |