Skip to content
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

chore(deps): bump livewire/livewire from 3.5.15 to 3.5.19 #731

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps livewire/livewire from 3.5.15 to 3.5.19.

Release notes

Sourced from livewire/livewire's releases.

v3.5.19

What's Changed

New Contributors

Full Changelog: livewire/livewire@v3.5.18...v3.5.19

v3.5.18

What's Changed

New Contributors

Full Changelog: livewire/livewire@v3.5.17...v3.5.18

v3.5.17

What's Changed

New Contributors

Full Changelog: livewire/livewire@v3.5.16...v3.5.17

v3.5.16

What's Changed

... (truncated)

Commits
  • 3f1b2c1 CI should also tests using PHP 8.4 (#9156)
  • 5c9341c Add navigate support for replacing html attributes (#9149)
  • c8d9d66 Add data-current attribute to active wire:current links (#9130)
  • a395ed8 Add support for using @assets outside of a Livewire component (#9135)
  • 0baadc7 Fix use named arguments for file uploads example (#9122)
  • 62f0fa6 Update version of Alpine to 3.14.8
  • e50fe0c Fix clearing multiple file inputs (#9106)
  • 09b3160 Add fix for Volt htmlspecialchars error when there is an error in the view ...
  • 54791b8 Fix key component attribute in docs (#9099)
  • 36f3c54 wip
  • Additional commits viewable 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 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 1, 2025
@dependabot dependabot bot requested a review from paulschuberth February 1, 2025 23:49
@github-actions github-actions bot enabled auto-merge February 1, 2025 23:50
Copy link
Contributor

github-actions bot commented Feb 1, 2025

Coverage report for commit: ee1464a
File: coverage-report.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ █░░░░░░░░░░░░░░░░░░░░░░ │  1.4%
  90% │ █░░░░░░░░░░░░░░░░░░░░░░ │  1.4%
 100% │ ███████████████████████ │ 97.3%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 99.37% | Methods: 98.98%
FilesLinesMethodsBranches
app/Actions/Fortify
   CreateNewUser.php100.00%100.00%100.00%
   PasswordValidationRules.php100.00%100.00%100.00%
   ResetUserPassword.php100.00%100.00%100.00%
   UpdateUserPassword.php100.00%100.00%100.00%
app/Console/Commands
   AssignRole.php100.00%100.00%100.00%
   CleanupRegistration.php100.00%100.00%100.00%
   CreateEvent.php100.00%100.00%100.00%
app/Console
   Kernel.php100.00%100.00%100.00%
app/Exceptions
   Handler.php100.00%100.00%100.00%
app/Exports
   RegistrationsExport.php100.00%100.00%100.00%
app/Http/Controllers
   AuthenticationController.php100.00%100.00%100.00%
   Controller.php100.00%100.00%100.00%
   EmailVerificationController.php100.00%100.00%100.00%
   EventController.php100.00%100.00%100.00%
   EventRegistrationsController.php100.00%100.00%100.00%
   HomeController.php100.00%100.00%100.00%
   RegistrationsDownloadController.php100.00%100.00%100.00%
app/Http
   Kernel.php100.00%100.00%100.00%
app/Http/Middleware
   ApplicationAvailability.php100.00%100.00%100.00%
   Authenticate.php100.00%100.00%100.00%
   RedirectIfAuthenticated.php100.00%100.00%100.00%
   TrimStrings.php100.00%100.00%100.00%
   TrustHosts.php100.00%100.00%100.00%
   TrustProxies.php100.00%100.00%100.00%
   VerifyCsrfToken.php100.00%100.00%100.00%
app/Livewire
   AddNote.php100.00%100.00%100.00%
   AddPayment.php100.00%100.00%100.00%
   DocumentUpload.php100.00%100.00%100.00%
   DocumentsRater.php100.00%100.00%100.00%
   DocumentsTableRow.php100.00%100.00%100.00%
   EventRegistration.php100.00%100.00%100.00%
   EventSummary.php100.00%100.00%100.00%
   FileDownload.php100.00%100.00%100.00%
   HasCommentSection.php100.00%100.00%100.00%
   LoginForm.php100.00%100.00%100.00%
   MainNavigation.php100.00%100.00%100.00%
   RegistrationInfoView.php100.00%100.00%100.00%
   SortableTable.php100.00%100.00%100.00%
   SortableTableColumn.php100.00%100.00%100.00%
app/Models
   AdditionalInfo.php100.00%100.00%100.00%
   BioFamily.php100.00%100.00%100.00%
   ClothesSize.php100.00%100.00%100.00%
   Comment.php100.00%100.00%100.00%
   CounselorInfo.php100.00%100.00%100.00%
   Document.php100.00%100.00%100.00%
   DocumentCategory.php100.00%100.00%100.00%
   DocumentState.php100.00%100.00%100.00%
   DownloadableFileType.php100.00%100.00%100.00%
   Event.php100.00%100.00%100.00%
   HasCompletenessCheck.php100.00%100.00%100.00%
   HasDocuments.php100.00%100.00%100.00%
   HasRoles.php100.00%100.00%100.00%
   HostFamily.php100.00%100.00%100.00%
   Passport.php100.00%100.00%100.00%
   Payment.php100.00%100.00%100.00%
   PersonInfo.php100.00%100.00%100.00%
   RegistrationComment.php100.00%100.00%100.00%
   Role.php100.00%100.00%100.00%
   RotaryInfo.php100.00%100.00%100.00%
   User.php100.00%100.00%100.00%
   YeoInfo.php100.00%100.00%100.00%
app/Policies
   CommentPolicy.php100.00%100.00%100.00%
   DocumentPolicy.php100.00%100.00%100.00%
   EventPolicy.php100.00%100.00%100.00%
   NotePolicy.php100.00%100.00%100.00%
   PaymentPolicy.php100.00%100.00%100.00%
   RolePolicy.php100.00%100.00%100.00%
app/Providers
   AppServiceProvider.php100.00%100.00%100.00%
   AuthServiceProvider.php100.00%100.00%100.00%
   EventServiceProvider.php100.00%100.00%100.00%
   FortifyServiceProvider.php80.00%50.00%100.00%
   RouteServiceProvider.php90.91%50.00%100.00%
app/Utils
   StringUtil.php100.00%100.00%100.00%
   ValidatableEnum.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@dependabot dependabot bot force-pushed the dependabot/composer/livewire/livewire-3.5.19 branch 3 times, most recently from fe467d0 to 454be2b Compare February 3, 2025 16:28
Bumps [livewire/livewire](https://github.com/livewire/livewire) from 3.5.15 to 3.5.19.
- [Release notes](https://github.com/livewire/livewire/releases)
- [Commits](livewire/livewire@v3.5.15...v3.5.19)

---
updated-dependencies:
- dependency-name: livewire/livewire
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/livewire/livewire-3.5.19 branch from 454be2b to ee1464a Compare February 3, 2025 16:32
@github-actions github-actions bot merged commit 790abe1 into main Feb 3, 2025
14 checks passed
@github-actions github-actions bot deleted the dependabot/composer/livewire/livewire-3.5.19 branch February 3, 2025 16:34
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