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 laravel/dusk from 7.11.1 to 7.11.4 #535

Merged
merged 2 commits into from
Dec 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps laravel/dusk from 7.11.1 to 7.11.4.

Release notes

Sourced from laravel/dusk's releases.

v7.11.4

  • Limiting length of getCallerName return value to avoid issue when storing logs and screenshots by @​lk77 in laravel/dusk#1070

v7.11.3

v7.11.2

Changelog

Sourced from laravel/dusk's changelog.

v7.11.4 - 2023-11-14

  • Limiting length of getCallerName return value to avoid issue when storing logs and screenshots by @​lk77 in laravel/dusk#1070

v7.11.3 - 2023-10-17

v7.11.2 - 2023-10-10

Commits
  • 99df89a Limiting length of getCallerName return value to avoid issue when storing log...
  • fa6c39f Update CHANGELOG
  • ef474f5 Uses actions/checkout@v4
  • d34864c Uses actions/checkout@v4
  • 774a37f Fixes waitForTextIn() broken in v7.11.2 (#1067)
  • 8b8144d Fixes unknown option "--ansi" and "--no-ansi" (#1068)
  • 6a60371 Update CHANGELOG
  • ae5a90c Consistently use WebDriverWait available API for WaitsForElements trait i...
  • 3bf31f9 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 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 Dec 1, 2023
@dependabot dependabot bot requested a review from paulschuberth December 1, 2023 23:23
@paulschuberth paulschuberth enabled auto-merge (rebase) December 2, 2023 09:40
@dependabot dependabot bot force-pushed the dependabot/composer/laravel/dusk-7.11.4 branch 3 times, most recently from a0152b3 to 9a15581 Compare December 2, 2023 09:48
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.11.1 to 7.11.4.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](laravel/dusk@v7.11.1...v7.11.4)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@paulschuberth paulschuberth force-pushed the dependabot/composer/laravel/dusk-7.11.4 branch from 9a15581 to df96262 Compare December 9, 2023 20:25
@paulschuberth paulschuberth force-pushed the dependabot/composer/laravel/dusk-7.11.4 branch from 009cde3 to 38d5556 Compare December 9, 2023 20:40
Copy link
Contributor

github-actions bot commented Dec 9, 2023

Coverage report for commit: 38d5556
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.36% | 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

@paulschuberth paulschuberth merged commit a9787bf into main Dec 9, 2023
12 checks passed
@paulschuberth paulschuberth deleted the dependabot/composer/laravel/dusk-7.11.4 branch December 9, 2023 20:44
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.

1 participant