Skip to content

fix(deps): update patch updates (patch) - #1144

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

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

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@actions/http-client>undici (source) 8.10.08.10.2 age confidence
@anolilab/multi-semantic-release (source) 4.4.74.4.9 age confidence
@anolilab/semantic-release-pnpm (source) 8.1.188.1.21 age confidence
@anolilab/semantic-release-preset (source) 13.4.1913.4.22 age confidence
@eslint-react/eslint-plugin (source) 5.18.65.18.10 age confidence
@eslint/compat (source) 2.1.02.1.1 age confidence
browserslist 4.28.84.28.9 age confidence
browserslist@<=4.28.6 >=4.28.7>=4.28.9 age confidence
caniuse-lite 1.0.300018091.0.30001810 age confidence
fast-uri@4.1.1 ^4.1.2^4.1.4 age confidence
fast-uri@>=3.0.0 <3.1.3 [^4.1.2^4.1.4](https://renovatebot.com/diffs/npm/fast-uri@>=3.0.0 <3.1.3/4.1.2/4.1.4) age confidence
fast-uri@>=4.0.0 <4.1.2 [^4.1.2^4.1.4](https://renovatebot.com/diffs/npm/fast-uri@>=4.0.0 <4.1.2/4.1.2/4.1.4) age confidence
hono@<4.12.27 (source) >=4.13.2>=4.13.7 age confidence
ip-address@<=10.1.0 >=10.5.0>=10.5.1 age confidence
js-yaml@>=3.0.0 <3.15.1 [^3.15.1^3.15.2](https://renovatebot.com/diffs/npm/js-yaml@>=3.0.0 <3.15.1/3.15.1/3.15.2) age confidence
js-yaml@>=4.0.0 <4.3.0 [^4.3.1^4.3.2](https://renovatebot.com/diffs/npm/js-yaml@>=4.0.0 <4.3.0/4.3.1/4.3.2) age confidence
picomatch@>=4.0.0 <4.0.4 [>=4.0.5>=4.0.7](https://renovatebot.com/diffs/npm/picomatch@>=4.0.0 <4.0.4/4.0.5/4.0.7) age confidence
publint (source) 0.3.230.3.24 age confidence
tsx (source) ^4.23.12^4.23.13 age confidence
undici@<6.23.0 (source) >=8.10.0>=8.10.2 age confidence
undici@<6.24.0 (source) >=8.10.0>=8.10.2 age confidence
undici@>=7.0.0 <7.28.0 (source) [8.10.08.10.2](https://renovatebot.com/diffs/npm/undici@>=7.0.0 <7.28.0/8.10.0/8.10.2) age confidence
undici@>=8.0.0 <8.5.0 (source) [8.10.08.10.2](https://renovatebot.com/diffs/npm/undici@>=8.0.0 <8.5.0/8.10.0/8.10.2) age confidence

⚠️ Renovate does not enforce Minimum Release Age for bump, lockfileUpdate, or rollback updates, so these are raised without a Minimum Release Age check. You will need to manually validate the Minimum Release Age for these package(s).


Release Notes

nodejs/undici (@​actions/http-client>undici)

v8.10.2

Compare Source

⚠️ Security fixes
High severity
  • GHSA-vp8m-p9jh-q5pm: cache and deduplication interceptors could use caller-controlled request metadata instead of the authoritative dispatcher origin, enabling cross-origin cache poisoning and data disclosure. Undici now derives interceptor identities from the dispatcher origin and bypasses origin-dependent interceptors when no authoritative origin exists. Fixed by caf6194d.
  • GHSA-w293-vg96-wgc3: BalancedPool could drop function-valued connection options while cloning its configuration, including custom TLS certificate validation callbacks. Undici now preserves connect and legacy tls options when creating upstreams. Fixed by 8f5868fb.
  • GHSA-rfgv-xxqx-mfg5: a WebSocket server could select a subprotocol when none was requested, causing an uncaught TypeError that could terminate the process. Undici now rejects the handshake with protocol error 1002. Fixed by 66e12816.
Medium severity
  • GHSA-3wwx-pv8p-q78v: a malformed permessage-deflate payload exceeding the configured decompression limit could emit an unhandled zlib error and terminate the process. Undici now destroys the inflater after reaching the limit. Fixed by 4411a238.
  • GHSA-rx4f-c7p8-82vq: an unclean WebSocketStream close could create an unobserved rejected promise when its writable stream was locked, potentially terminating the process. Undici now propagates the failure through the retained writable stream controller. Fixed by 662d0ea6.
  • GHSA-2jfj-6hjv-fm6j: shared caches could store and replay responses containing Set-Cookie, disclosing one user's cookies to another caller. Undici now excludes these responses from shared caches, including existing entries and revalidation paths. Fixed by cb75bbb3.
  • GHSA-3xpg-4rpp-hhhm: the decompression interceptor did not bound decoded output, allowing compressed responses to consume excessive memory. Undici now limits every decompression stage to 64 MiB by default and supports a configurable maxSize. Fixed by 7aac7f12.
  • GHSA-pmjh-fq2x-6v4x: a terminal retry failure after response headers were exposed could orphan the original response body, causing consumers to hang indefinitely. Undici now propagates the terminal error to the exposed body. Fixed by e905b5b8.
Low severity
  • GHSA-8436-99hf-9mmv: cache interceptors could store and replay responses to unsafe HTTP methods such as POST or DELETE. Undici now restricts cache reads and writes to safe methods while preserving invalidation by successful unsafe requests. Fixed by 2be07bf9.
  • GHSA-2gqq-gqf2-x968: the dump interceptor could treat an oversized chunked response as successfully truncated when no Content-Length was present. Undici now enforces maxSize against received bytes and aborts oversized responses. Fixed by 6d583124.
  • GHSA-r53p-7pc4-xj5r: the retry interceptor could concatenate a resumed response with inconsistent framing into downstream output, enabling response splitting or corruption. Undici now validates Content-Range against the original response framing before resuming. Fixed by 0160a719.
What's Changed
New Contributors

Full Changelog: nodejs/undici@v8.10.1...v8.10.2

v8.10.1

Compare Source

anolilab/semantic-release (@​anolilab/multi-semantic-release)

v4.4.9

Compare Source

Bug Fixes
  • ci: unbreak eslint on main (b60faae)
  • multi-semantic-release: make the git fixtures ignore the developer's git setup (32eac4d)
Dependencies

v4.4.8

Compare Source

Bug Fixes
  • deps: pin conventionalcommits preset below v10 (365c7b2)
  • semantic-release-preset: emit real newlines in release commits (59de04c)
Dependencies
anolilab/semantic-release (@​anolilab/semantic-release-pnpm)

v8.1.21

Compare Source

Bug Fixes
  • semantic-release-pnpm: bump the version without invoking npm (e0cb740), closes #​375
Code Refactoring
  • semantic-release-pnpm: write the bumped manifest in a single pass (106794a)
  • serialize manifests through one shared helper (18c6e0a)

v8.1.20

Compare Source

Dependencies

v8.1.19

Compare Source

Bug Fixes
  • semantic-release-preset: emit real newlines in release commits (59de04c)
Dependencies
anolilab/semantic-release (@​anolilab/semantic-release-preset)

v13.4.22

Compare Source

Dependencies

v13.4.21

Compare Source

Dependencies

v13.4.20

Compare Source

Bug Fixes
  • semantic-release-preset: emit real newlines in release commits (59de04c)
Dependencies
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v5.18.10

Compare Source

🐞 Fixes
  • The remaining disable-* preset configs in react-x and react-rsc now also register the same plugin object as the package's default export, so ESLint no longer reports a "Cannot redefine plugin" error when combining them with a manually registered plugin. (follow-up to #​1947, see #​1946)
🏗️ Internal
  • Website: removed fumadocs-twoslash from serverExternalPackages to fix a prerender error.

Full Changelog: Rel1cx/eslint-react@v5.18.9...v5.18.10

v5.18.9

Compare Source

🏗️ Internal
  • Bumped eslint to 10.10.0, vitest to 5.0.0, tsdown to 0.23.0, nx to 23.2.0, dprint to 0.57.4, @types/react-dom to 19.2.7, @eslint/compat to 2.1.1, and @nubjs/nub to 0.8.3.

Full Changelog: Rel1cx/eslint-react@v5.18.8...v5.18.9

v5.18.8

Compare Source

🐞 Fixes
  • Preset configs (recommended, strict, etc.) now register the same plugin object as the package's default export, so ESLint no longer reports a "Cannot redefine plugin" error when the plugin is registered manually and a preset is extended at the same time. (#​1947, closes #​1946)
🏗️ Internal
  • Re-enabled the import-integrity-lint plugin and patched its path prefix check so sibling directories like examples/preact and examples/preact-compat no longer collide.
  • Pinned fast-uri to ^3.1.5 to fix CVE-2026-18446 (GHSA-7p8r-x3mc-p8w7).
  • Bumped @effect/language-service to 0.87.2, @effect/platform to 0.97.1, @effect/platform-node to 0.108.1, @nubjs/nub to 0.8.2, @types/node to 26.4.1, dprint to 0.57.0, and lucide-react to 1.39.0.

Full Changelog: Rel1cx/eslint-react@v5.18.7...v5.18.8

v5.18.7

Compare Source

🐞 Fixes
  • react-x/set-state-in-effect: no longer misattributes render-phase setState calls to effects when the state updater is passed through a prop function. (#​1945)
🏗️ Internal
  • Bumped typescript-eslint to 8.69.0, eslint to 10.9.1, vitest to 4.1.11, @types/node to 26.4.0, @types/react-dom to 19.2.5, eslint-plugin-package-json to 1.8.0, import-integrity-lint to 1.3.0, nx to 23.1.3, publint to 0.3.24, typedoc-plugin-markdown to 4.13.0, and pnpm to 11.25.0.
New Contributors

Full Changelog: Rel1cx/eslint-react@v5.18.6...v5.18.7

eslint/rewrite (@​eslint/compat)

v2.1.1

Compare Source

Bug Fixes
  • preserve markVariableAsUsed return value in compat context (#​503) (66d9790)
browserslist/browserslist (browserslist)

v4.28.9

Compare Source

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001810

Compare Source

fastify/fast-uri (fast-uri@4.1.1)

v4.1.4

Compare Source

⚠️ Security Warning

This is a security release that fixes the following high-severity security advisories:

Users of the v4 release line should upgrade to v4.1.4.

Full Changelog: fastify/fast-uri@v4.1.3...v4.1.4

v4.1.3

Compare Source

⚠️ Security Warning

This release addresses the following high-severity security advisories:

Users of the v4 release line should upgrade to v4.1.3.

Full Changelog: fastify/fast-uri@v4.1.2...v4.1.3

honojs/hono (hono@<4.12.27)

v4.13.7

Compare Source

v4.13.6

Compare Source

v4.13.5

Compare Source

v4.13.4

Compare Source

v4.13.3

Compare Source

What's Changed

  • fix(client): prevent URL corruption when replaceUrlParam contains $ replacement tokens in #​5227
  • fix(etag): copy pending stream bytes in #​5239
  • fix(etag): avoid skipping headers when filtering 304 response headers in #​5234
  • fix(cors): append Origin to Vary header on OPTIONS preflight in #​5235
  • docs(context): add custom headers append option example to Context JSDoc in #​5248
  • fix(trie-router): match suffix wildcard routes in #​5236
  • fix(pattern-router/linear-router): prevent prefix overmatch on wildcard routes in #​5252
  • fix(csrf): exempt OPTIONS request from CSRF validation in #​5250
  • fix(utils/ipaddr): avoid truncation on embedded IPv4 addresses in expand IPv6 in #​5247
  • feat(pretty-json): support structured JSON content-types (+json) in #​5226

Full Changelog: honojs/hono@v4.13.2...v4.13.3

beaugunderson/ip-address (ip-address@<=10.1.0)

v10.5.1

Compare Source

nodeca/js-yaml (js-yaml@>=3.0.0 <3.15.1)

v3.15.2

Compare Source

micromatch/picomatch (picomatch@>=4.0.0 <4.0.4)

v4.0.7

Compare Source

Fixed
  • Fixed terminal globstars in parenthesized patterns (#​142, e279bd7).

v4.0.6

Compare Source

Fixed
  • scan() now scans the full pattern when tokens are requested, instead of merging the remaining path segments into the final token (#​62, 5f5819d).
  • scan() now returns complete pattern parts, including leading and trailing empty segments, and handles nested and escaped parentheses correctly (#​58, f201165).
publint/publint (publint)

v0.3.24

Compare Source

Patch Changes
  • #​257 7c4d25a - Check the repository.url value even when repository.type is omitted. type is optional and defaults to git, so packages using the object form without it were previously skipped for the deprecated-protocol, invalid-git-url, and shorthand-URL checks.

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "after 10:00 before 19:00 every weekday except after 13:00 before 14:00"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 prisis as a code owner September 7, 2026 15:12
@renovate renovate Bot added the c: dependencies Pull requests that adds/updates a dependency label Sep 7, 2026
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Thank you for following the naming conventions! 🙏

@socket-security

socket-security Bot commented Sep 7, 2026

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/patch-patch-updates branch from 836dfd2 to f34f227 Compare September 8, 2026 15:42
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate
renovate Bot force-pushed the renovate/patch-patch-updates branch from f34f227 to 3f68514 Compare September 9, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: dependencies Pull requests that adds/updates a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants