Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@tanstack/react-query (source) 5.90.165.90.18 age confidence dependencies patch 5.90.20 (+1)
@types/node (source) 24.10.424.10.9 age confidence dependencies patch
@types/node (source) 24.10.424.10.9 age confidence devDependencies patch
@types/react (source) 19.2.719.2.8 age confidence dependencies patch 19.2.9
@typescript/native-preview (source) 7.0.0-dev.20260109.17.0.0-dev.20260116.1 age confidence devDependencies patch 7.0.0-dev.20260122.4 (+6)
hono (source) 4.11.34.11.4 age confidence dependencies patch 4.11.5
next (source) 16.1.116.1.2 age confidence dependencies patch 16.1.4 (+1)
supabase/postgres 17.6.1.07117.6.1.072 age confidence patch
zod (source) 4.3.44.3.5 age confidence dependencies patch 4.3.6
zod (source) 4.3.44.3.5 age confidence devDependencies patch 4.3.6

Release Notes

TanStack/query (@​tanstack/react-query)

v5.90.18

Compare Source

Patch Changes

v5.90.17

Compare Source

Patch Changes
microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20260116.1

Compare Source

v7.0.0-dev.20260115.1

Compare Source

v7.0.0-dev.20260114.1

Compare Source

v7.0.0-dev.20260113.1

Compare Source

v7.0.0-dev.20260112.1

Compare Source

v7.0.0-dev.20260111.1

Compare Source

honojs/hono (hono)

v4.11.4

Compare Source

Security

Fixed a JWT algorithm confusion issue in the JWT and JWK/JWKS middleware.

Both middlewares now require an explicit algorithm configuration to prevent the verification algorithm from being influenced by untrusted JWT header values.

If you are using the JWT or JWK/JWKS middleware, please update to the latest version as soon as possible.

JWT middleware
import { jwt } from 'hono/jwt'

app.use(
  '/auth/*',
  jwt({
    secret: 'it-is-very-secret',
    alg: 'HS256', // required
  })
)
JWK/JWKS middleware
import { jwk } from 'hono/jwk'

app.use(
  '/auth/*',
  jwk({
    jwks_uri: 'https://example.com/.well-known/jwks.json',
    alg: ['RS256'], // required (asymmetric algorithms only)
  })
)

For more details, see the Security Advisory.

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.11.3...v4.11.4

vercel/next.js (next)

v16.1.2

Compare Source

colinhacks/zod (zod)

v4.3.5

Compare Source

Commits:


Configuration

📅 Schedule: Branch creation - Only on Friday ( * * * * 5 ) in timezone Asia/Tokyo, Automerge - Only on Sunday through Thursday and Saturday ( * * * * 0-4,6 ) in timezone Asia/Tokyo.

🚦 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 added the renovate label Jan 22, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 22, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch 2 times, most recently from 5b9cf45 to b68d515 Compare January 23, 2026 08:35
@renovate renovate bot force-pushed the renovate/all-patch-dependencies branch from b68d515 to 9daf536 Compare January 23, 2026 14:54
@renovate renovate bot merged commit fe44512 into main Jan 23, 2026
12 checks passed
@renovate renovate bot deleted the renovate/all-patch-dependencies branch January 23, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants