mcollovati / quarkus-hilla

A Quarkus extension to run Hilla applications on Quarkus.
Apache License 2.0
9 stars 0 forks source link

chore(deps): bump com.vaadin:vaadin-bom from 24.4-SNAPSHOT to 24.4.0 #731

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps com.vaadin:vaadin-bom from 24.4-SNAPSHOT to 24.4.0.

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 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)
quarkus-hilla-bot[bot] commented 2 weeks ago

Format Checker Report

All files are correctly formatted

github-actions[bot] commented 2 weeks ago

Test Results

 32 files   -  15  32 suites   - 15   4m 46s :stopwatch: - 4m 21s 102 tests  -  64  80 :white_check_mark:  -  86  14 :zzz: +14  0 :x: ±0  8 :fire: +8  118 runs   - 103  84 :white_check_mark:  - 137  26 :zzz: +26  0 :x: ±0  8 :fire: +8 

For more details on these errors, see this check.

Results for commit c71278d9. ± Comparison against base commit 4eba0f01.

This pull request removes 70 and adds 6 tests. Note that renamed tests count towards both. ``` com.example.application.SecurityTest ‑ adminUser_adminView_viewDisplayed com.example.application.SecurityTest ‑ anonymous_openProtectedView_loginViewDisplayed com.example.application.SecurityTest ‑ anonymous_openPublicView_viewDisplayed com.example.application.SecurityTest ‑ authenticatedUser_protectedView_viewDisplayed com.example.application.SecurityTest ‑ notAdminUser_adminView_notFoundPage com.example.application.SecurityTest ‑ notAdminUser_navigateToAdminView_notFoundPage com.example.application.SecurityTest(production) ‑ adminUser_adminView_viewDisplayed com.example.application.SecurityTest(production) ‑ anonymous_openProtectedView_loginViewDisplayed com.example.application.SecurityTest(production) ‑ anonymous_openPublicView_viewDisplayed com.example.application.SecurityTest(production) ‑ authenticatedUser_protectedView_viewDisplayed … ``` ``` com.github.mcollovati.quarkus.hilla.deployment.crud.panache.CrudRepositoryServiceTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.crud.panache.GeneratedIsNewTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.crud.panache.ListRepositoryServiceTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.crud.panache.SelfImplementedRepositoryTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.crud.spring.CrudRepositoryServiceTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.crud.spring.ListRepositoryServiceTest ‑ Unknown test ```
dependabot[bot] commented 2 weeks ago

Superseded by #736.