Skip to content

fix(deps): update patch updates#2310

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Confidence
@mermaid-js/layout-elk 0.2.00.2.1 age confidence
path-to-regexp 8.4.08.4.2 age confidence
rollup (source) 4.60.04.60.1 age confidence
io.quarkus:quarkus-bom 3.34.03.34.2 age confidence
io.quarkus:quarkus-maven-plugin 3.34.03.34.2 age confidence

Release Notes

mermaid-js/mermaid (@​mermaid-js/layout-elk)

v0.2.1

Compare Source

Patch Changes
pillarjs/path-to-regexp (path-to-regexp)

v8.4.2

Compare Source

Fixed

Performance

  • Minimize array allocations (#​437) 937c02d
  • Improve compile performance (#​436) 57247e6
    • Should improve compilation performance by ~25%
  • Remove internal tokenization during parse (#​435) 5844988
    • Should improve parse performance by ~20%

Bundle size to 1.93 kB, from 1.97 kB.


v8.4.1

Compare Source

Fixed

  • Remove trie deduplication (#​431) 6bc8e84
    • Using a trie required non-greedy matching, which regressed wildcards in non-ending mode by matching them up until the first match. For example:
      • /*foo with /a/b = /a
      • /*foo.htmlwith /a/b.html/c.html = /a/b.html
  • Allow backtrack handling to match itself (#​427) 5bcd30b
    • When backtracking was introduced, it rejected matching things like /:"a"_:"b" against /foo__. This makes intuitive sense because the second parameter is not going to backtrack on _ anymore, but it's somewhat unexpected since there's no reason it shouldn't match the second _.

rollup/rollup (rollup)

v4.60.1

Compare Source

2026-03-30

Bug Fixes
  • Resolve a situation where side effect imports could be dropped due to a caching issue (#​6286)
Pull Requests
quarkusio/quarkus (io.quarkus:quarkus-bom)

v3.34.2

Compare Source

Complete changelog
  • #​50392 - JFR extension not capturing Quarkus application runtime data
  • #​52905 - Behavior of @ProjectedFieldName with aggregate functions
  • #​53142 - build(deps): bump org.jboss.logging:jboss-logging from 3.6.2.Final to 3.6.3.Final
  • #​53203 - Refactor jar building to a first-write-wins approach
  • #​53222 - VertxHttpHotReplacementSetup: move the httpInitiatedReload flag check
  • #​53261 - Honour the legacy resolver settings in go-offline goals
  • #​53265 - Document and test @ProjectedFieldName with aggregate functions
  • #​53267 - Upgrade to Vert.x 4.5.26 and Netty 4.1.132.Final
  • #​53271 - JFR extension event fix
  • #​53290 - Webauthn IT: move test-webauthn to the test scope
  • #​53296 - Swagger UI does not mark endpoint as protected if PermissionsAllowed present multiple times
  • #​53301 - OpenAPI: Detect repeated @PermissionsAllowed annotations in Swagger UI
  • #​53302 - @CacheInvalidateAll does not work anymore if an exception is thrown
  • #​53304 - Document that @CacheInvalidateAll only invalidates after successful method execution
  • #​53322 - Bump Netty to 4.1.132.Final due to CVE-2026-33871
  • #​53325 - Quarkus 3.33.1: WARN: This Gauge has been already registered
  • #​53328 - Dev MCP: Return METHOD_NOT_FOUND for unsupported MCP protocol methods
  • #​53331 - Prevent warning about Gauge having already been registered
  • #​53336 - Cannot run JUnit Tests with maven from parent module directory
  • #​53349 - Updates to Infinispan 16.0.9
  • #​53352 - Some minor uberjar improvements and a test for service concatenation
  • #​53374 - Add custom enforcer rule to validate dependency version alignment
  • #​53379 - Detect and exclude manipulated POMs from when loading a workspace

v3.34.1

Compare Source

Complete changelog
  • #​53121 - OpenShift build extension seemingly ignoring configuration properties for image/image name
  • #​53154 - Fix Dev UI Extension discovery for multimodule gradle project
  • #​53165 - [Mandrel 23.1] kubernetes-client native IT test fails with DeletedElementException
  • #​53171 - Remove unnecessary GraalVM @Delete
  • #​53191 - OpenShift Internal Registry Container Image Name
  • #​53209 - quarkus-artifact.properties generation is brittle
  • #​53215 - Properly set path property for quarkus-artifact.properties

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

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.

0 participants