Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps the npm_and_yarn group with 1 update in the / directory: @trpc/server.

Updates @trpc/server from 11.7.1 to 11.9.0

Release notes

Sourced from @​trpc/server's releases.

v11.9.0

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.8.1...v11.9.0

v11.8.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.8.0...v11.8.1

v11.8.0

What's Changed

v11.7.2

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.7.1...v11.7.2

Commits
  • 3beb506 v11.9.0
  • 7b6e624 feat(client,server): add experimental_encoder option for WebSocket connection...
  • 31d1219 chore(deps): update dependency @​oxc-project/runtime to v0.110.0 (#7107)
  • 9673f32 chore(deps): update dependency @​oxc-project/runtime to v0.109.0 (#7105)
  • f42c569 chore(deps): update dependency @​oxc-project/runtime to v0.108.0 (#7099)
  • d204485 chore(deps): update dependency @​oxc-project/runtime to v0.107.0 (#7090)
  • 30b3591 chore(deps): update dependency @​oxc-project/runtime to v0.106.0 (#7077)
  • f48ed5c chore(deps): bump zod + react-hook-form (#7074)
  • 305f6d2 chore(deps): update dependency @​oxc-project/runtime to v0.105.0 (#7071)
  • 0d08831 v11.8.1
  • Additional commits viewable in compare view

Updates better-auth from 1.3.34 to 1.4.18

Release notes

Sourced from better-auth's releases.

v1.4.18

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • d99d3ce chore: release v1.4.18
  • 5d15bf4 fix(2fa): server-side trust device expiration and configurable maxAge (#7644)
  • c6f8f3b fix(saml): IdP-Initiated Callback Routing (#6675)
  • 040c624 chore: improve rate limiting type definitions (#7313)
  • 133a2b2 fix(anonymous): export types (#7661)
  • dcc289e fix(email-otp): add stricter default rate limits for password reset endpoints...
  • 8f3330d feat: mark /forget-password/email-otp as deprecation (#7645)
  • 4d79c43 feat(device-authorization): add user id checks (#7632)
  • a7740bc feat: add disableImplicitLinking to accountLinking (#7270)
  • 9db76ab fix(multi-session): prevent duplicate cookies when same user signs in multipl...
  • Additional commits viewable in compare view

Updates next from 15.5.7 to 16.1.4

Release notes

Sourced from next's releases.

v16.1.4

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Only filter next config if experimental flag is enabled (#88733)

Credits

Huge thanks to @​mischnic for helping!

v16.1.3

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix linked list bug in LRU deleteFromLru (#88652)
  • Fix relative same host redirects in node middleware (#88253)

Credits

Huge thanks to @​acdlite and @​ijjk for helping!

v16.1.2

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Turbopack: Update to swc_core v50.2.3 (#87841) (#88296)
    • Fixes a crash when processing mdx files with multibyte characters. (#87713)
  • Turbopack: mimalloc upgrade and enabling it on musl (#88503) (#87815) (#88426)
    • Fixes a significant performance issue on musl-based Linux distributions (e.g. Alpine in Docker) related to musl's allocator.
    • Other platforms have always used mimalloc, but we previously did not use mimalloc on musl because of compilation issues that have since been resolved.

Credits

Huge thanks to @​mischnic for helping!

v16.1.1

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows (#87606)

Credits

... (truncated)

Commits

Updates hono from 4.7.10 to 4.11.4

Release notes

Sourced from hono's releases.

v4.11.4

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

... (truncated)

Commits
  • 28452f0 4.11.4
  • 190f6e2 Merge commit from fork
  • a48ef18 test: support alg option for JWT middleware (#4624)
  • cc0aa7a Merge commit from fork
  • ef2a4b8 docs(bun/websocket): Fixed a typo in hono/bun deprecation message and updated...
  • 8139399 chore: bump @hono/eslint-config and enable curly rule (#4620)
  • 4e87275 test(utils/jwt): add missing algorithm types in jwa.test.ts (#4606) (#4607)
  • 7997740 4.11.3
  • 489af0b fix(types): fix middleware union type merging in MergeMiddlewareResponse (#4602)
  • 6ca01ec 4.11.2
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…dates

Bumps the npm_and_yarn group with 1 update in the / directory: [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server).


Updates `@trpc/server` from 11.7.1 to 11.9.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.9.0/packages/server)

Updates `better-auth` from 1.3.34 to 1.4.18
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.4.18/packages/better-auth)

Updates `next` from 15.5.7 to 16.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.7...v16.1.4)

Updates `hono` from 4.7.10 to 4.11.4
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.10...v4.11.4)

---
updated-dependencies:
- dependency-name: "@trpc/server"
  dependency-version: 11.9.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: better-auth
  dependency-version: 1.4.18
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 16.1.4
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: hono
  dependency-version: 4.11.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 29, 2026
@Priveetee Priveetee merged commit b131877 into main Jan 29, 2026
1 check failed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-65812a1520 branch January 29, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant