Skip to content

fix(deps): update patch updates (patch)#1035

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@anolilab/multi-semantic-release (source) 4.4.14.4.4 age confidence
@anolilab/semantic-release-pnpm (source) 8.1.98.1.15 age confidence
@anolilab/semantic-release-preset (source) 13.4.1013.4.16 age confidence
@arethetypeswrong/cli (source) ^0.18.2^0.18.3 age confidence
@eslint-community/eslint-plugin-eslint-comments 4.7.14.7.2 age confidence
@eslint-react/eslint-plugin (source) 5.7.35.7.10 age confidence
@eslint/config-inspector 2.0.02.0.1 age confidence
@eslint/markdown 8.0.18.0.2 age confidence
@textlint/ast-node-types 15.6.015.6.1 age confidence
@textlint/types (source) 15.6.015.6.1 age confidence
@vitest/eslint-plugin 1.6.161.6.19 age confidence
brace-expansion@>=4.0.0 <5.0.5 [>=5.0.5>=5.0.6](https://renovatebot.com/diffs/npm/brace-expansion@>=4.0.0 <5.0.5/5.0.5/5.0.6) age confidence
caniuse-lite 1.0.300017921.0.30001797 age confidence
hono@<4.12.14 (source) >=4.12.18>=4.12.24 age confidence
hono@<4.12.21 (source) >=4.12.21>=4.12.24 age confidence
lint-staged 17.0.517.0.7 age confidence
pkg-pr-new (source) 0.0.700.0.75 age confidence
publint (source) 0.3.190.3.21 age confidence
tailwind-csstree 0.3.10.3.2 age confidence
textlint-rule-no-dead-link 6.2.16.2.3 age confidence
tinyglobby (source) 0.2.160.2.17 age confidence
tsx (source) ^4.21.0^4.21.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v4.4.4

Compare Source

Miscellaneous Chores
Dependencies

v4.4.3

Compare Source

Dependencies

v4.4.2

Compare Source

Miscellaneous Chores
  • security: apply audit overrides (9607d56)
Code Refactoring
  • multi-semantic-release: satisfy exports-last lint rule and tighten test types (1d61f30)
Dependencies
anolilab/semantic-release (@​anolilab/semantic-release-pnpm)

v8.1.15

Compare Source

Bug Fixes
  • semantic-release-pnpm: handle non-AggregateError in verify and skip re-publish (#​309) (6acb075)
  • semantic-release-pnpm: soft-fail whoami for non-official registries (#​310) (b041d88)
Miscellaneous Chores
Dependencies

v8.1.14

Compare Source

v8.1.13

Compare Source

v8.1.12

Compare Source

v8.1.11

Compare Source

v8.1.10

Compare Source

Miscellaneous Chores
  • security: apply audit overrides (9607d56)
anolilab/semantic-release (@​anolilab/semantic-release-preset)

v13.4.16

Compare Source

Dependencies

v13.4.15

Compare Source

Dependencies

v13.4.14

Compare Source

Dependencies

v13.4.13

Compare Source

Dependencies

v13.4.12

Compare Source

Dependencies

v13.4.11

Compare Source

Dependencies
arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.18.3

Patch Changes
eslint-community/eslint-plugin-eslint-comments (@​eslint-community/eslint-plugin-eslint-comments)

v4.7.2

Compare Source

Bug Fixes
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v5.7.10

🐞 Fixes
  • react-x/no-leaked-conditional-rendering, react-x/set-state-in-effect: Added cycle detection to prevent stack overflow in recursive function analysis (#​1769).
📝 Documentation
  • Added third-party-plugins.mdx documentation page.
  • Added spec diff and compiler test fixtures for react-x/globals rule.
  • Updated ESLint Stylistic link to rules anchor.
  • Updated community projects (added Obsidian Copilot).
  • Added redirects and simplified removed docs page.
🏗️ Internal
  • react-x/error-boundaries: Simplified getEnclosingTryBlock implementation.
  • Added minimumReleaseAge and minimumReleaseAgeExclude entries to pnpm-workspace.yaml.
  • Bumped fumadocs-core and fumadocs-ui to 16.8.11.
  • Pinned pnpm to v11 in CI and adjusted install hooks.
  • Fixed the git diff noise issue caused by a large number of external repository files introduced by "Vendored facebook/react as git subtree under .repos" in v5.7.9 (re-released as v5.7.10, closes #​1772).

Full Changelog: Rel1cx/eslint-react@v5.7.8...v5.7.10

v5.7.8

Compare Source

🐞 Fixes
  • react-x/no-missing-key: Fixed the rule not detecting ConditionalExpression/LogicalExpression returned from block-bodied .map/Array.from callbacks. The rule now reports both branches when both lack a key, instead of only the first (#​1767, #​1766).
📝 Documentation
  • Added [NEEDS VERIFICATION] markers to spec diffs for React Compiler aligned rules.
  • Added Issue Labels Design Doc and migration scripts.
  • Added a Hint component to the website and used it on the home page.
🏗️ Internal
  • Bumped @effect/language-service to 0.86.0.
  • Bumped dompurify to 3.4.3.
  • Bumped fumadocs-mdx to 15.0.4 and related dependencies.
  • Bumped pnpm from 11.1.0 to 11.1.1.
  • Enabled caching for Nx targets.
  • Removed experimental.useFlatConfig from Zed settings.
  • Removed two dprint plugins from dprint.json.
  • Updated Sentrux baseline metrics.

v5.7.7

Compare Source

🐞 Fixes
  • Fixed the rule documentation URLs returned by eslint-plugin-react-jsx and eslint-plugin-react-rsc to include the jsx- / rsc- prefixes so editor Open documentation links resolve correctly (#​1757) — by @​kasmacioma.
🏗️ Internal
  • Bumped @types/node from 25.6.2 to 25.7.0.
  • Bumped pnpm from 11.0.9 to 11.1.0.
  • Bumped mermaid from 11.14.0 to 11.15.0 and pinned it via pnpm-workspace.yaml overrides, dropping the transitive chevrotain@12.0.0 chain in favor of @chevrotain/types@11.1.2.
  • Enabled trustPolicy: "no-downgrade" in pnpm-workspace.yaml.

v5.7.6

Compare Source

📝 Documentation
  • Migrated the website to the fumadocs solar theme; removed the WIP Frutiger Aero variant and consolidated theme overrides.
  • Each rule documentation page now lists prior versions in a Versions accordion sourced from per-rule CHANGELOG.md.
  • Added the mikoto project to the community showcase.
  • Updated README badges to use @eslint-react/core.
🏗️ Internal
  • Bumped @typescript-eslint packages from 8.59.2 to 8.59.3.
  • Bumped fumadocs-core and fumadocs-ui from 16.8.7 to 16.8.10.
  • Bumped fumadocs-mdx from 14.3.2 to 15.0.3.
  • Bumped tailwindcss and @tailwindcss/postcss from 4.2.4 to 4.3.0.
  • Bumped tailwind-merge from 3.5.0 to 3.6.0.
  • Bumped vitest from 4.1.5 to 4.1.6.
  • Bumped ansis from 4.2.0 to 4.3.0.
  • Bumped semver from 7.7.4 to 7.8.0.
  • Bumped pnpm from 11.0.8 to 11.0.9.
  • Upgraded dprint biome plugin from 0.12.10 to 0.12.11.
  • Reverted nx from a 23.0.0 canary back to 22.7.1 stable.
  • Renamed the verify:rule-docs script to verify:docs.
  • Removed unused assets/logo.html and assets/react-icon.html (#​1755, #​1756).
  • Updated Sentrux baseline metrics.

Full Changelog: Rel1cx/eslint-react@v5.7.5...v5.7.6

v5.7.5

Compare Source

🏗️ Internal
  • Bumped @eslint/compat from 2.0.5 to 2.1.0.
  • Bumped @types/node from 25.6.0 to 25.6.2.
  • Bumped next from 16.2.5 to 16.2.6.
  • Bumped publint from 0.3.19 to 0.3.20.
  • Bumped tsdown from 0.21.10 to 0.22.0.
  • Bumped pnpm from 10.33.4 to 11.0.8.
  • Adjusted website styles.

Full Changelog: Rel1cx/eslint-react@v5.7.4...v5.7.5

v5.7.4

Compare Source

🏗️ Internal
  • Bumped @typescript-eslint packages from 8.59.1 to 8.59.2.
  • Bumped react and react-dom from 19.2.5 to 19.2.6.
  • Bumped next from 16.2.4 to 16.2.5.
  • Bumped nx from 22.7.1 to 23.0.0-canary.20260506-b594537.
  • Bumped fumadocs-core and fumadocs-ui from 16.8.5 to 16.8.7.
  • Bumped postcss from 8.5.13 to 8.5.14.
  • Bumped publint from 0.3.18 to 0.3.19.
  • Bumped pnpm from 10.33.2 to 10.33.4.

Full Changelog: Rel1cx/eslint-react@v5.7.3...v5.7.4

eslint/config-inspector (@​eslint/config-inspector)

v2.0.1

Compare Source

Bug Fixes
eslint/markdown (@​eslint/markdown)

v8.0.2

Compare Source

Bug Fixes
textlint/textlint (@​textlint/ast-node-types)

v15.6.1

Compare Source

What's Changed

CI
Dependency Updates
Other Changes

New Contributors

Full Changelog: textlint/textlint@v15.6.0...v15.6.1

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.6.19

Compare Source

No significant changes

    View changes on GitHub

v1.6.18

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.17

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
juliangruber/brace-expansion (brace-expansion@>=4.0.0 <5.0.5)

v5.0.6

Compare Source

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001797

Compare Source

v1.0.30001793

Compare Source

honojs/hono (hono@<4.12.14)

v4.12.24

Compare Source

v4.12.23

Compare Source

What's Changed

Full Changelog: honojs/hono@v4.12.22...v4.12.23

v4.12.22

Compare Source

What's Changed
New Contributors

Full Changelog: honojs/hono@v4.12.21...v4.12.22

v4.12.21

Compare Source

Security fixes

This release includes fixes for the following security issues:

app.mount() strips mount prefix using undecoded path, causing incorrect routing for percent-encoded paths

Affects: app.mount(). Fixes prefix stripping using the raw URL pathname instead of the decoded path, where percent-encoded characters in the mount prefix or path could cause the prefix to be removed at the wrong position, resulting in the sub-application receiving an incorrect path. GHSA-2gcr-mfcq-wcc3

IP Restriction bypasses static deny rules for non-canonical IPv6

Affects: hono/ip-restriction. Fixes IP address comparison using string equality, where non-canonical IPv6 representations of a denied address — such as compressed forms or hex-notation IPv4-mapped addresses — could bypass static deny rules. GHSA-xrhx-7g5j-rcj5

Cookie helper does not sanitize sameSite and priority, allowing Set-Cookie injection

Affects: hono/cookie. Fixes missing validation of sameSite and priority options against injection characters (;, \r, \n), where user-controlled input passed to either option could inject additional attributes into the Set-Cookie response header. GHSA-3hrh-pfw6-9m5x

JWT middleware accepts any Authorization scheme, not only Bearer

Affects: hono/jwt, hono/jwk. Fixes missing scheme validation in the Authorization header, where any two-part header value was accepted regardless of the scheme name, allowing non-Bearer schemes to pass JWT authentication. GHSA-f577-qrjj-4474


Users who use app.mount(), hono/ip-restriction, hono/cookie, or hono/jwt/hono/jwk are encouraged to upgrade to this version.

v4.12.20

Compare Source

What's Changed
New Contributors

Full Changelog: honojs/hono@v4.12.19...v4.12.20

v4.12.19

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.18...v4.12.19

lint-staged/lint-staged (lint-staged)

v17.0.7

Compare Source

Patch Changes

v17.0.6

Compare Source

Patch Changes
  • #​1803 bdf2770 - Run all tests with Deno, in addition to Node.js and Bun.

  • #​1796 7508272 - Fix performance regression of lint-staged v17 by going back to using git add to stage task modifications. This was changed to git update-index --again in v17 for less manual work, but unfortunately the update-index command gets slower in very large Git repos.

  • #​1797 7b2505a - This version of lint-staged uses the new staged publishing for npm packages feature. Releases are already published from GitHub Actions with trusted publishing, but now an additional approval with two-factor authentication is also required.

  • #​1802 321b0a9 - Downgrade dependency tinyexec@1.2.2 to avoid issues in version 1.2.3.

stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.75

Compare Source

v0.0.74

Compare Source

v0.0.73

Compare Source

v0.0.72

Compare Source

v0.0.71

Compare Source

publint/publint (publint)

v0.3.21

Compare Source

Patch Changes
  • Suggest adding "sideEffects": false when bundler-oriented package fields or conditions are detected and the field is missing. (#​228)

v0.3.20

Compare Source

Patch Changes
  • Suggest adding engines.node when it is missing from detected Node.js packages (#​226)

  • Loosen "breaking change" wording in lint messages (7bb3f4f)

humanwhocodes/tailwind-csstree (tailwind-csstree)

v0.3.2

Compare Source

Bug Fixes
textlint-rule/textlint-rule-no-dead-link (textlint-rule-no-dead-link)

v6.2.3

Compare Source

What's Changed

Bug Fixes

Full Changelog: textlint-rule/textlint-rule-no-dead-link@v6.2.2...v6.2.3

v6.2.2

Compare Source

What's Changed

Bug Fixes

New Contributors

Full Changelog: textlint-rule/textlint-rule-no-dead-link@v6.2.1...v6.2.2

SuperchupuDev/tinyglobby (tinyglobby)

v0.2.17

Compare Source

Changed
  • Enabled staged publishing for stronger supply-chain security
Fixed
  • Defaults when undefined is passed to any of the options by chloeelim
  • Drive-relative paths on Windows by Andrej730
  • FileSystemAdapter is now exported again
privatenumber/tsx (tsx)

v4.21.1

Compare Source

Bug Fixes
  • support Node 20.11/21.2 import.meta paths (acf3d8f)
  • support Node.js 24.15.0 (c1d2d45)
  • support Node.js 26.1.0 and 25.9.0 (1d7e528)

This release is also available on:


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 June 11, 2026 13:18
@renovate renovate Bot added the c: dependencies Pull requests that adds/updates a dependency label Jun 11, 2026
@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Thank you for following the naming conventions! 🙏

@socket-security

socket-security Bot commented Jun 11, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate Bot force-pushed the renovate/patch-patch-updates branch 3 times, most recently from b31c75f to 212063c Compare June 11, 2026 13:42
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate Bot force-pushed the renovate/patch-patch-updates branch from 212063c to 282afd4 Compare June 11, 2026 15:10
prisis added a commit that referenced this pull request Jun 11, 2026
… patch roll-up)

Consolidates the three open Renovate PRs directly to main (local merge +
lockfile regen, audit clean, frozen install verified):
- #1034 @commitlint/cli|config-conventional|core 21.0.1 -> 21.0.2
- #1036 secretlint / @secretlint/secretlint-rule-preset-recommend 13.0.0 -> 13.0.2
- #1035 patch roll-up: multi-semantic-release 4.4.4, semantic-release-pnpm 8.1.15,
  semantic-release-preset 13.4.16, lint-staged 17.0.7, eslint plugins, textlint
  types, publint 0.3.21, tsx, tinyglobby, caniuse-lite, tailwind-csstree, plus
  brace-expansion override >=5.0.6 and hono override >=4.12.24.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@prisis

prisis commented Jun 11, 2026

Copy link
Copy Markdown
Member

Applied directly to main (consolidated local merge + lockfile regen, audit clean, frozen install verified). Closing as merged-by-hand.

@prisis prisis closed this Jun 11, 2026
@prisis prisis deleted the renovate/patch-patch-updates branch June 11, 2026 15:22
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.

1 participant