Skip to content

fix(deps): update patch updates#1520

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-updates
Closed

fix(deps): update patch updates#1520
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

This PR contains the following updates:

Package Change Age Confidence
postcss (source) 8.5.3 -> 8.5.6 age confidence
vite (source) 7.0.0 -> 7.0.6 age confidence
io.quarkus:quarkus-bom 3.25.0 -> 3.25.2 age confidence
io.quarkus:quarkus-maven-plugin 3.25.0 -> 3.25.2 age confidence

Release Notes

postcss/postcss (postcss)

v8.5.6

Compare Source

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

v8.5.5

Compare Source

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

v8.5.4

Compare Source

vitejs/vite (vite)

v7.0.6

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.0.5

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.0.4

Compare Source

Bug Fixes
  • allow resolving bare specifiers to relative paths for entries (#​20379) (324669c)
Build System

v7.0.3

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
  • minor changes to reduce diff between normal Vite and rolldown-vite (#​20354) (2e8050e)

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes
Miscellaneous Chores
quarkusio/quarkus (io.quarkus:quarkus-bom)

v3.25.2

Compare Source

Complete changelog
  • #​49172 - Resteasy-reactive: HEAD returns 405 in the REST resource in some cases
  • #​49208 - KafkaCompanion no longer works with DevServices (3.25.0)
  • #​49221 - Fix Quarkus REST issue where HEAD returned 405
  • #​49238 - ClassTooLargeException in JacocoProcessor during instrumentation
  • #​49366 - Avoid failing when JaCoCo can't instrument a class
  • #​49390 - Fix ResponseExceptionMapper example in rest-client.adoc
  • #​49394 - Quarkus 3.25.1: NullPointerException in Class JacocoProcessor
  • #​49396 - Always start dev services before getting the dev services properties
  • #​49402 - Fix Jacoco in Gradle multi module projects
  • #​49409 - Config Doc - Improve default value escaping
  • #​49413 - AWS lambda: Unable to find handler class since 3.25.0
  • #​49416 - Revert "Contain the use of reflection in amazon-lambda"

v3.25.1

Compare Source

Major changes
  • #​49224 - Switch to Gradle component variant-based approach to resolve conditional and deployment dependencies
Complete changelog
  • #​48059 - jaxb.index not registered through quarkus-jaxb
  • #​48159 - Gradle regression in tests when a module has a "sidecar" module
  • #​48957 - Bump apicurio-registry.version from 2.6.12.Final to 2.6.13.Final
  • #​48983 - Starting from version 3.18.0.CR1, calls to the reactive REST client from an imperative Kafka consumer freeze and fail with a TimeoutException
  • #​48992 - Quarkus Gradle leaks "dev" dependencies outside the "quarkusDev*" configurations
  • #​49034 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.0.4.Final to 3.0.5.Final
  • #​49064 - UriInfo.getRequestUri loses query parameters if ContainerRequestContext.setRequestUri is called
  • #​49065 - Make sure query params are correct when set from ContainerRequestFilter
  • #​49067 - Update SmallRye Config to 3.13.4
  • #​49071 - Bump to Mutiny 2.9.4 and Vert.x bindings 3.19.2
  • #​49076 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.13.3 to 3.13.4 in /devtools/gradle
  • #​49078 - Bump elasticsearch-opensource-components.version from 9.0.3 to 9.0.4
  • #​49080 - Bump hibernate-orm.version from 7.0.6.Final to 7.0.7.Final
  • #​49083 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.121 to 0.0.122
  • #​49093 - Bump smallrye-open-api.version from 4.0.11 to 4.0.12
  • #​49100 - Set priority for form auth handler
  • #​49101 - Bump flyway.version from 11.10.3 to 11.10.4
  • #​49113 - Docs: Complete minor edits to TLS registry reference guide
  • #​49114 - Docs: Minor editing fixes to Logging configuration guide
  • #​49117 - Force reloadability of project dependencies in QuarkusApplicationModelTask
  • #​49121 - Redis does not allow for zero timeout on blocking commands
  • #​49127 - Redis Client: allow zero timeout values
  • #​49129 - Docs: Minor editing fixes to Configure Datasources guide
  • #​49142 - [3.25.0.CR1] Incompatibility between Swagger UI and Open API 3.1.0
  • #​49143 - Register jaxb.index as native resource
  • #​49155 - Bump hibernate-orm.version from 7.0.7.Final to 7.0.8.Final
  • #​49156 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.0.5.Final to 3.0.6.Final
  • #​49159 - Hibernate initalization issue with Multiple Datasources and Compose Dev Services
  • #​49160 - Make error message about needing a DataSource for a PersistenceUnit actionable
  • #​49166 - Quarkus CLI 3.25 unable to find mvn command (when no ./mvnw)
  • #​49170 - Fix CLI Maven executable path
  • #​49179 - [3.25] getting NPE in reactive rest client
  • #​49204 - Guard against possible NPE in ClientResponseImpl#bufferEntity
  • #​49206 - Fix deployer lookup in the Gradle deploy task
  • #​49216 - Use Dev UI Context root in swagger ui
  • #​49218 - Quarkus Rest blocking method is considered non-blocking
  • #​49224 - Switch to Gradle component variant-based approach to resolve conditional and deployment dependencies
  • #​49228 - Revert parts of SmallRye Common Process conversion of the CLI
  • #​49246 - Make sure @RunOnVirtual thread on Application doesn't break semantics
  • #​49254 - Update SmallRye Common to 2.13.8
  • #​49257 - SmallRye Fault Tolerance: upgrade to 6.9.2
  • #​49261 - Bump flyway.version from 11.10.4 to 11.10.5
  • #​49275 - Adjust the Hibernate ORM's JSON/XML formatter modification checks
  • #​49292 - Warning about Run time configuration when using quarkus-reactive-db2-client
  • #​49293 - Reactive DB2 Client - Use vetted pattern to access runtime config in recorder
  • #​49294 - Gradle 9.0.0 issue, Quarkus plugin attempting to mutate compilePlusRuntime configuration
  • #​49305 - Remove deprecated APIs that are removed from Gradle 9
  • #​49312 - Add missing RestAssured restAssured() to TestConfig
  • #​49314 - Suspicious warning when building native executable
  • #​49316 - Fix docker inspect command line
  • #​49331 - Bump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.2
  • #​49339 - Fix flacky Metrics IT test
  • #​49347 - Fix missing backticks in JWT security documentation table
  • #​49359 - Remove compilePlusRuntime and process compileClasspath and runtimeOnly separately

Configuration

📅 Schedule: Branch creation - "before 7am on monday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 11, 2025 02:04
@renovate
Copy link
Contributor Author

renovate bot commented Aug 11, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @tailwindcss/vite@4.1.7
npm error Found: vite@7.1.1
npm error node_modules/vite
npm error   peer vite@"^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" from @vitejs/plugin-react@4.7.0
npm error   node_modules/@vitejs/plugin-react
npm error     dev @vitejs/plugin-react@"^4.3.4" from calm-hub-ui@0.2.0
npm error     calm-hub-ui
npm error       calm-hub-ui@0.2.0
npm error       node_modules/calm-hub-ui
npm error         workspace calm-hub-ui from the root project
npm error   peer vite@"^4 || ^5 || ^6 || ^7" from @vitejs/plugin-react-swc@3.11.0
npm error   node_modules/@vitejs/plugin-react-swc
npm error     @vitejs/plugin-react-swc@"^3.7.2" from calm-hub-ui@0.2.0
npm error     calm-hub-ui
npm error       calm-hub-ui@0.2.0
npm error       node_modules/calm-hub-ui
npm error         workspace calm-hub-ui from the root project
npm error   5 more (@vitest/mocker, vite-node, vite-plugin-svgr, ...)
npm error
npm error Could not resolve dependency:
npm error peer vite@"^5.2.0 || ^6" from @tailwindcss/vite@4.1.7
npm error node_modules/@tailwindcss/vite
npm error   @tailwindcss/vite@"^4.1.4" from calm-hub-ui@0.2.0
npm error   calm-hub-ui
npm error     calm-hub-ui@0.2.0
npm error     node_modules/calm-hub-ui
npm error       workspace calm-hub-ui from the root project
npm error
npm error Conflicting peer dependency: vite@6.3.5
npm error node_modules/vite
npm error   peer vite@"^5.2.0 || ^6" from @tailwindcss/vite@4.1.7
npm error   node_modules/@tailwindcss/vite
npm error     @tailwindcss/vite@"^4.1.4" from calm-hub-ui@0.2.0
npm error     calm-hub-ui
npm error       calm-hub-ui@0.2.0
npm error       node_modules/calm-hub-ui
npm error         workspace calm-hub-ui from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-08-11T15_27_15_590Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-08-11T15_27_15_590Z-debug-0.log

@renovate renovate bot force-pushed the renovate/patch-updates branch 3 times, most recently from 5f5bffc to f0bf83d Compare August 11, 2025 08:20
@renovate renovate bot force-pushed the renovate/patch-updates branch from f0bf83d to ffa095a Compare August 11, 2025 15:27
@rocketstack-matt rocketstack-matt deleted the renovate/patch-updates branch August 11, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant