Skip to content

(chore): bump spatie/laravel-package-tools from 1.93.0 to 1.93.1 in the composer group#153

Merged
yard-bot merged 1 commit into
mainfrom
dependabot/composer/composer-5ef6c2890e
May 26, 2026
Merged

(chore): bump spatie/laravel-package-tools from 1.93.0 to 1.93.1 in the composer group#153
yard-bot merged 1 commit into
mainfrom
dependabot/composer/composer-5ef6c2890e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps the composer group with 1 update: spatie/laravel-package-tools.

Updates spatie/laravel-package-tools from 1.93.0 to 1.93.1

Release notes

Sourced from spatie/laravel-package-tools's releases.

1.93.1

What's Changed

New Contributors

Full Changelog: spatie/laravel-package-tools@1.93.0...1.93.1

Changelog

Sourced from spatie/laravel-package-tools's changelog.

1.93.1 - 2026-05-19

What's Changed

New Contributors

Full Changelog: spatie/laravel-package-tools@1.93.0...1.93.1

Commits
  • d555284 Merge pull request #186 from YoussefMansour9/fix/migration-timestamp-prefix
  • 00ee878 fix: strip timestamp prefix before checking for existing migrations
  • b8fd94c Update CHANGELOG
  • See full diff in compare view

Dependabot compatibility score

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 1 update: [spatie/laravel-package-tools](https://github.com/spatie/laravel-package-tools).


Updates `spatie/laravel-package-tools` from 1.93.0 to 1.93.1
- [Release notes](https://github.com/spatie/laravel-package-tools/releases)
- [Changelog](https://github.com/spatie/laravel-package-tools/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-package-tools@1.93.0...1.93.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-package-tools
  dependency-version: 1.93.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies php Pull requests that update Php code labels May 26, 2026
@yard-bot yard-bot merged commit 59349f4 into main May 26, 2026
4 checks passed
@yard-bot yard-bot deleted the dependabot/composer/composer-5ef6c2890e branch May 26, 2026 02:07
@github-actions
Copy link
Copy Markdown

Composer package changes
Prod Packages Operation Base Target Link License
guzzlehttp/uri-template Upgraded v1.0.5 v1.0.6 Compare MIT
league/flysystem Upgraded 3.33.0 3.34.0 Compare MIT
spatie/laravel-package-tools Upgraded 1.93.0 1.93.1 Compare MIT
symfony/console Upgraded v6.4.37 v6.4.39 Compare MIT
symfony/http-kernel Upgraded v6.4.38 v6.4.40 Compare MIT
symfony/mailer Upgraded v6.4.34 v6.4.40 Compare MIT
symfony/mime Upgraded v6.4.37 v6.4.40 Compare MIT
symfony/polyfill-intl-grapheme Upgraded v1.37.0 v1.38.0 Compare MIT
symfony/polyfill-intl-normalizer Upgraded v1.37.0 v1.38.0 Compare MIT
symfony/polyfill-mbstring Upgraded v1.37.0 v1.38.0 Compare MIT
symfony/polyfill-php83 Upgraded v1.37.0 v1.38.0 Compare MIT
symfony/process Upgraded v6.4.33 v6.4.39 Compare MIT
symfony/routing Upgraded v6.4.37 v6.4.40 Compare MIT
symfony/string Upgraded v7.4.8 v7.4.11 Compare MIT

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 26, 2026

Coverage report for commit: e23a107
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 42.9%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
 100% │ ████████████████░░░░░░░ │ 28.6%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 30.95% | Methods: 59.26%
FilesLinesMethodsBranches
src/Block
   Block.php--100.00%
   BlockAttributes.php92.86%93.75%100.00%
src/Casts
   IntCast.php50.00%-100.00%
src/Query
   PostQuery.php--100.00%
   QueryInterface.php100.00%100.00%100.00%
src
   QueryBlockServiceProvider.php--100.00%
src/Traits
   Helpers.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

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

Labels

dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant