Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 43 updates#56

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-696e428f37
Open

chore(deps): bump the minor-and-patch group across 1 directory with 43 updates#56
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-696e428f37

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2026

Bumps the minor-and-patch group with 43 updates in the / directory:

Package From To
@icons-pack/react-simple-icons 13.8.0 13.11.2
@replanejs/next 1.0.4 1.0.6
@sentry/nextjs 10.33.0 10.40.0
@tanstack/react-query 5.90.16 5.90.21
@trpc/client 11.8.1 11.10.0
@trpc/server 11.8.1 11.10.0
@trpc/tanstack-react-query 11.8.1 11.10.0
better-sqlite3 12.6.0 12.6.2
hono 4.11.4 4.12.3
jotai 2.16.1 2.18.0
kysely 0.28.9 0.28.11
lru-cache 11.2.4 11.2.6
lucide-react 0.562.0 0.575.0
next 16.1.1 16.1.6
pg 8.16.3 8.19.0
@types/pg 8.16.0 8.18.0
pino 10.1.1 10.3.1
react 19.2.3 19.2.4
@types/react 19.2.8 19.2.14
react-day-picker 9.13.0 9.14.0
react-dom 19.2.3 19.2.4
react-error-boundary 6.0.3 6.1.1
react-hook-form 7.71.0 7.71.2
tailwind-merge 3.4.0 3.5.0
zod 4.3.5 4.3.6
@eslint/eslintrc 3.3.3 3.3.4
@hono/zod-openapi 1.2.0 1.2.2
@replanejs/admin 1.0.4 1.0.6
@replanejs/sdk 1.0.4 1.0.6
@replanejs/test-suite 1.0.4 1.0.6
@tailwindcss/postcss 4.1.18 4.2.1
@testing-library/react 16.3.1 16.3.2
@types/k6 1.5.0 1.6.0
@vitejs/plugin-react 5.1.2 5.1.4
bumpp 10.4.0 10.4.1
editorconfig 3.0.1 3.0.2
eslint-config-next 16.1.1 16.1.6
kysely-codegen 0.19.0 0.20.0
node-addon-api 8.5.0 8.6.0
node-gyp 12.1.0 12.2.0
prettier 3.7.4 3.8.1
tailwindcss 4.1.18 4.2.1
vite-tsconfig-paths 6.0.4 6.1.1

Updates @icons-pack/react-simple-icons from 13.8.0 to 13.11.2

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​icons-pack/react-simple-icons since your current version.


Updates @replanejs/next from 1.0.4 to 1.0.6

Release notes

Sourced from @​replanejs/next's releases.

v1.0.6

No significant changes

    View changes on GitHub

Bundle Sizes

Package Format Size Gzipped
@​replanejs/admin ESM 6.36 KB 1.74 KB
@​replanejs/admin CJS 6.41 KB 1.72 KB
@​replanejs/next ESM 1.87 KB 788 B
@​replanejs/next CJS 4.08 KB 1.27 KB
@​replanejs/react ESM 9.34 KB 2.64 KB
@​replanejs/react CJS 11.29 KB 3.10 KB
@​replanejs/sdk ESM 33.21 KB 8.69 KB
@​replanejs/sdk CJS 33.29 KB 8.68 KB
@​replanejs/svelte ESM 6.18 KB 1.84 KB
@​replanejs/test-suite ESM 39.92 KB 7.34 KB
@​replanejs/test-suite CJS 42.77 KB 7.77 KB

v1.0.5

No significant changes

    View changes on GitHub

Bundle Sizes

Package Format Size Gzipped
@​replanejs/admin ESM 6.36 KB 1.74 KB
@​replanejs/admin CJS 6.41 KB 1.72 KB
@​replanejs/next ESM 1.87 KB 788 B
@​replanejs/next CJS 4.08 KB 1.27 KB
@​replanejs/react ESM 9.34 KB 2.64 KB
@​replanejs/react CJS 11.29 KB 3.10 KB
@​replanejs/sdk ESM 33.21 KB 8.69 KB
@​replanejs/sdk CJS 33.29 KB 8.68 KB
@​replanejs/svelte ESM 6.18 KB 1.84 KB
@​replanejs/test-suite ESM 39.92 KB 7.34 KB
@​replanejs/test-suite CJS 42.77 KB 7.77 KB
Commits

Updates @sentry/nextjs from 10.33.0 to 10.40.0

Release notes

Sourced from @​sentry/nextjs's releases.

10.40.0

Important Changes

  • feat(tanstackstart-react): Add global sentry exception middlewares (#19330)

    The sentryGlobalRequestMiddleware and sentryGlobalFunctionMiddleware global middlewares capture unhandled exceptions thrown in TanStack Start API routes and server functions. Add them as the first entries in the requestMiddleware and functionMiddleware arrays of createStart():

    import { createStart } from '@tanstack/react-start/server';
    import { sentryGlobalRequestMiddleware, sentryGlobalFunctionMiddleware } from '@sentry/tanstackstart-react';
    export default createStart({
    requestMiddleware: [sentryGlobalRequestMiddleware, myRequestMiddleware],
    functionMiddleware: [sentryGlobalFunctionMiddleware, myFunctionMiddleware],
    });

  • feat(tanstackstart-react)!: Export Vite plugin from @sentry/tanstackstart-react/vite subpath (#19182)

    The sentryTanstackStart Vite plugin is now exported from a dedicated subpath. Update your import:

    - import { sentryTanstackStart } from '@sentry/tanstackstart-react';
    + import { sentryTanstackStart } from '@sentry/tanstackstart-react/vite';
  • fix(node-core): Reduce bundle size by removing apm-js-collab and requiring pino >= 9.10 (#18631)

    In order to keep receiving pino logs, you need to update your pino version to >= 9.10, the reason for the support bump is to reduce the bundle size of the node-core SDK in frameworks that cannot tree-shake the apm-js-collab dependency.

  • fix(browser): Ensure user id is consistently added to sessions (#19341)

    Previously, the SDK inconsistently set the user id on sessions, meaning sessions were often lacking proper coupling to the user set for example via Sentry.setUser(). Additionally, the SDK incorrectly skipped starting a new session for the first soft navigation after the pageload. This patch fixes these issues. As a result, metrics around sessions, like "Crash Free Sessions" or "Crash Free Users" might change. This could also trigger alerts, depending on your set thresholds and conditions. We apologize for any inconvenience caused!

    While we're at it, if you're using Sentry in a Single Page App or meta framework, you might want to give the new 'page' session lifecycle a try! This new mode no longer creates a session per soft navigation but continues the initial session until the next hard page refresh. Check out the docs to learn more!

  • ref!(gatsby): Drop Gatsby v2 support (#19467)

    We drop support for Gatsby v2 (which still relies on webpack 4) for a critical security update in https://github.com/getsentry/sentry-javascript-bundler-plugins/releases/tag/5.0.0

Other Changes

  • feat(astro): Add support for Astro on CF Workers (#19265)
  • feat(cloudflare): Instrument async KV API (#19404)

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

10.40.0

Important Changes

  • feat(tanstackstart-react): Add global sentry exception middlewares (#19330)

    The sentryGlobalRequestMiddleware and sentryGlobalFunctionMiddleware global middlewares capture unhandled exceptions thrown in TanStack Start API routes and server functions. Add them as the first entries in the requestMiddleware and functionMiddleware arrays of createStart():

    import { createStart } from '@tanstack/react-start/server';
    import { sentryGlobalRequestMiddleware, sentryGlobalFunctionMiddleware } from '@sentry/tanstackstart-react/server';
    export default createStart({
    requestMiddleware: [sentryGlobalRequestMiddleware, myRequestMiddleware],
    functionMiddleware: [sentryGlobalFunctionMiddleware, myFunctionMiddleware],
    });

  • feat(tanstackstart-react)!: Export Vite plugin from @sentry/tanstackstart-react/vite subpath (#19182)

    The sentryTanstackStart Vite plugin is now exported from a dedicated subpath. Update your import:

    - import { sentryTanstackStart } from '@sentry/tanstackstart-react';
    + import { sentryTanstackStart } from '@sentry/tanstackstart-react/vite';
  • fix(node-core): Reduce bundle size by removing apm-js-collab and requiring pino >= 9.10 (#18631)

    In order to keep receiving pino logs, you need to update your pino version to >= 9.10, the reason for the support bump is to reduce the bundle size of the node-core SDK in frameworks that cannot tree-shake the apm-js-collab dependency.

  • fix(browser): Ensure user id is consistently added to sessions (#19341)

    Previously, the SDK inconsistently set the user id on sessions, meaning sessions were often lacking proper coupling to the user set for example via Sentry.setUser(). Additionally, the SDK incorrectly skipped starting a new session for the first soft navigation after the pageload. This patch fixes these issues. As a result, metrics around sessions, like "Crash Free Sessions" or "Crash Free Users" might change. This could also trigger alerts, depending on your set thresholds and conditions. We apologize for any inconvenience caused!

    While we're at it, if you're using Sentry in a Single Page App or meta framework, you might want to give the new 'page' session lifecycle a try! This new mode no longer creates a session per soft navigation but continues the initial session until the next hard page refresh. Check out the docs to learn more!

  • ref!(gatsby): Drop Gatsby v2 support (#19467)

    We drop support for Gatsby v2 (which still relies on webpack 4) for a critical security update in https://github.com/getsentry/sentry-javascript-bundler-plugins/releases/tag/5.0.0

Other Changes

  • feat(astro): Add support for Astro on CF Workers (#19265)

... (truncated)

Commits
  • 663fd5e Increase bundler-tests timeout to 30s
  • 8033ea3 release: 10.40.0
  • eb3c4d2 Merge pull request #19488 from getsentry/prepare-release/10.40.0
  • 9a10630 meta(changelog): Update changelog for 10.40.0
  • 39d1ef7 fix(deps): Bump to latest version of each minimatch major (#19486)
  • e8ed6d2 test(nextjs): Deactivate canary test for cf-workers (#19483)
  • 6eb320e chore(deps): Bump Sentry CLI to latest v2 (#19477)
  • 8fc81d2 fix: Bump bundler plugins to v5 (#19468)
  • 365f7fa chore(ci): Adapt max turns of triage issue agent (#19473)
  • 11e5412 feat(tanstackstart-react)!: Export Vite plugin from @​sentry/tanstackstart-rea...
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.90.16 to 5.90.21

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-persist-client@​5.90.21

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.18
    • @​tanstack/react-query@​5.90.19

@​tanstack/react-query@​5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)

@​tanstack/react-query-persist-client@​5.90.20

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.17
    • @​tanstack/react-query@​5.90.18

@​tanstack/react-query@​5.90.20

Patch Changes

  • Updated dependencies [e7258c5]:
    • @​tanstack/query-core@​5.90.20

@​tanstack/react-query-persist-client@​5.90.19

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.16
    • @​tanstack/react-query@​5.90.17

@​tanstack/react-query@​5.90.19

Patch Changes

  • Updated dependencies [53fc74e]:
    • @​tanstack/query-core@​5.90.19

@​tanstack/react-query-persist-client@​5.90.18

Patch Changes

  • Updated dependencies [4be3ad7]:
    • @​tanstack/react-query@​5.90.16
    • @​tanstack/query-persist-client-core@​5.91.15

@​tanstack/react-query@​5.90.18

Patch Changes

  • Updated dependencies [dea1614]:
    • @​tanstack/query-core@​5.90.18

... (truncated)

Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)

5.90.20

Patch Changes

  • Updated dependencies [e7258c5]:
    • @​tanstack/query-core@​5.90.20

5.90.19

Patch Changes

  • Updated dependencies [53fc74e]:
    • @​tanstack/query-core@​5.90.19

5.90.18

Patch Changes

  • Updated dependencies [dea1614]:
    • @​tanstack/query-core@​5.90.18

5.90.17

Patch Changes

  • Updated dependencies [269351b]:
    • @​tanstack/query-core@​5.90.17
Commits
  • 08050cb ci: Version Packages (#10115)
  • c5def66 refactor(react-query/useQueries): remove unreachable 'willFetch' branch in su...
  • da2ff5a chore(vite.config): exclude 'tests' directory from coverage reports (#10084)
  • 2a592d2 test(react-query/suspense): add test cases for 'static' staleTime with number...
  • 7e3ea62 test(react-query/QueryResetErrorBoundary): relocate 'issue-9728' test and mig...
  • dee5d3e test(react-query/ssr): add 'useMutation' and 'useMutationState' tests for SSR...
  • 7ac4e20 ci: Version Packages (#10067)
  • 9ff3de7 Upgrade to Vitest v4 (#9862)
  • 0525ad1 ci: Version Packages (#10047)
  • 53fc74e fix(query-core): fix combine not updating when queries change with stable ref...
  • Additional commits viewable in compare view

Updates @trpc/client from 11.8.1 to 11.10.0

Release notes

Sourced from @​trpc/client's releases.

v11.10.0

What's Changed

New Contributors

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

v11.9.0

What's Changed

New Contributors

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

Commits
  • 54ee800 v11.10.0
  • 328cb0a Revert "v11.10.0"
  • de58ad3 v11.10.0
  • bc215fe feat(server): add batchIndex to procedures and middleware in batched reques...
  • d92cc45 fix(client): client connectionParams should respect specified encoder (#7132)
  • 9d4b3b9 feat(client): return origin error in cause in localLink (#7134)
  • 3beb506 v11.9.0
  • 7b6e624 feat(client,server): add experimental_encoder option for WebSocket connection...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​trpc/client since your current version.


Updates @trpc/server from 11.8.1 to 11.10.0

Release notes

Sourced from @​trpc/server's releases.

v11.10.0

What's Changed

New Contributors

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

v11.9.0

What's Changed

New Contributors

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

Commits
  • 54ee800 v11.10.0
  • 328cb0a Revert "v11.10.0"
  • de58ad3 v11.10.0
  • bc215fe feat(server): add batchIndex to procedures and middleware in batched reques...
  • 185b223 chore(deps): update dependency @​oxc-project/runtime to v0.112.0 (#7142)
  • bb9a907 chore(deps): update dependency @​oxc-project/runtime to v0.111.0 (#7125)
  • 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)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​trpc/server since your current version.


Updates @trpc/tanstack-react-query from 11.8.1 to 11.10.0

Release notes

Sourced from @​trpc/tanstack-react-query's releases.

v11.10.0

What's Changed

New Contributors

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

v11.9.0

What's Changed

New Contributors

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

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​trpc/tanstack-react-query since your current version.


Updates better-sqlite3 from 12.6.0 to 12.6.2

Release notes

Sourced from better-sqlite3's releases.

v12.6.2

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.6.1...v12.6.2

v12.6.1

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.6.0...v12.6.1

Commits

Updates hono from 4.11.4 to 4.12.3

Release notes

Sourced from hono's releases.

v4.12.3

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.2...v4.12.3

v4.12.2

Security fix

Fixed incorrect handling of X-Forwarded-For in the AWS Lambda adapter behind ALB that could allow IP-based access control bypass. The detail: GHSA-xh87-mx6m-69f3

Thanks @​EdamAme-x

What's Changed

Full Changelog: honojs/hono@v4.12.1...v4.12.2

v4.12.1

What's Changed

Full Changelog: honojs/hono@v4.12.0...v4.12.1

v4.12.0

Release Notes

Hono v4.12.0 is now available!

This release includes new features for the Hono client, middleware improvements, adapter enhancements, and significant performance improvements to the router and context.

$path for Hono Client

The Hono client now has a $path() method that returns the path string instead of a full URL. This is useful when you need just the path portion for routing or key-based operations:

const client = hc<typeof app>('http://localhost:8787')
// Get the path string
</tr></table>

... (truncated)

Commits
  • 790c57b 4.12.3
  • bda46ac fix(jwt): prevent memory leak by avoiding mutation of options object (#4759)
  • 0f505f4 fix(types): correct middleware types (#4774)
  • eb9c112 fix(types): remove DOM type dependencies from ClientResponse and request meth...
  • b1df304 fix(jwt): fix JwtVariables for ContextVariableMap (#4764)
  • e4602ad fix(jwt): use Math.floor instead of bitwise OR for safe timestamp (#4754)
  • 4bb70fa fix(validator): prevent type diff bug in form data parsing (#4753)
  • df97e5f 4.12.2
  • 212c64f fix(context): revert PR #4707 (#4757)
  • 5cc8f8f ci: apply automated fixes
  • Additional commits viewable in compare view

Updates jotai from 2.16.1 to 2.18.0

Release notes

Sourced from jotai's releases.

v2.18.0

We moved jotai/babel to jotai-babel.

Migration Guide

If you use the preset:

  {
-   "presets": ["jotai/babel/preset"]
+   "presets": ["jotai-babel/preset"]
  }

If you use a plugin:

  {
-   "plugins": ["jotai/babel/plugin-debug-label"]
+   "plugins": ["jotai-babel/plugin-debug-label"]
  }

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.17.1...v2.18.0

v2.17.1

Small typing improvements. If you are using v2.16 or earlier, we recommend upgrading to the latest version.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.17.0...v2.17.1

v2.17.0

This release deprecates some features, which will be dropped in v3.

What's Changed

... (truncated)

Commits

Updates kysely from 0.28.9 to 0.28.11

Release notes

Sourced from kysely's releases.

0.28.11

Hey 👋

A small batch of bug fixes. Please report any issues. 🤞😰🤞

🚀 Features

🐞 Bugfixes

SQLite 📘

📖 Documentation

📦 CICD & Tooling

⚠️ Breaking Changes

🐤 New Contributors

…3 updates

Bumps the minor-and-patch group with 43 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@icons-pack/react-simple-icons](https://github.com/icons-pack/react-simple-icons/tree/HEAD/react-simple-icons) | `13.8.0` | `13.11.2` |
| [@replanejs/next](https://github.com/replane-dev/replane-javascript/tree/HEAD/packages/next) | `1.0.4` | `1.0.6` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `10.33.0` | `10.40.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.16` | `5.90.21` |
| [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) | `11.8.1` | `11.10.0` |
| [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) | `11.8.1` | `11.10.0` |
| [@trpc/tanstack-react-query](https://github.com/trpc/trpc/tree/HEAD/packages/tanstack-react-query) | `11.8.1` | `11.10.0` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.6.0` | `12.6.2` |
| [hono](https://github.com/honojs/hono) | `4.11.4` | `4.12.3` |
| [jotai](https://github.com/pmndrs/jotai) | `2.16.1` | `2.18.0` |
| [kysely](https://github.com/kysely-org/kysely) | `0.28.9` | `0.28.11` |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.2.4` | `11.2.6` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.562.0` | `0.575.0` |
| [next](https://github.com/vercel/next.js) | `16.1.1` | `16.1.6` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.16.3` | `8.19.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.16.0` | `8.18.0` |
| [pino](https://github.com/pinojs/pino) | `10.1.1` | `10.3.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.8` | `19.2.14` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.13.0` | `9.14.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.4` |
| [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | `6.0.3` | `6.1.1` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.71.0` | `7.71.2` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.5.0` |
| [zod](https://github.com/colinhacks/zod) | `4.3.5` | `4.3.6` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.3` | `3.3.4` |
| [@hono/zod-openapi](https://github.com/honojs/middleware/tree/HEAD/packages/zod-openapi) | `1.2.0` | `1.2.2` |
| [@replanejs/admin](https://github.com/replane-dev/replane-javascript/tree/HEAD/packages/admin) | `1.0.4` | `1.0.6` |
| [@replanejs/sdk](https://github.com/replane-dev/replane-javascript/tree/HEAD/packages/sdk) | `1.0.4` | `1.0.6` |
| [@replanejs/test-suite](https://github.com/replane-dev/replane-javascript/tree/HEAD/packages/test-suite) | `1.0.4` | `1.0.6` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.18` | `4.2.1` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.1` | `16.3.2` |
| [@types/k6](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/k6) | `1.5.0` | `1.6.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.2` | `5.1.4` |
| [bumpp](https://github.com/antfu-collective/bumpp) | `10.4.0` | `10.4.1` |
| [editorconfig](https://github.com/editorconfig/editorconfig-core-js) | `3.0.1` | `3.0.2` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.1.1` | `16.1.6` |
| [kysely-codegen](https://github.com/RobinBlomberg/kysely-codegen) | `0.19.0` | `0.20.0` |
| [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.5.0` | `8.6.0` |
| [node-gyp](https://github.com/nodejs/node-gyp) | `12.1.0` | `12.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.2.1` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `6.0.4` | `6.1.1` |



Updates `@icons-pack/react-simple-icons` from 13.8.0 to 13.11.2
- [Release notes](https://github.com/icons-pack/react-simple-icons/releases)
- [Commits](https://github.com/icons-pack/react-simple-icons/commits/v13.11.2/react-simple-icons)

Updates `@replanejs/next` from 1.0.4 to 1.0.6
- [Release notes](https://github.com/replane-dev/replane-javascript/releases)
- [Commits](https://github.com/replane-dev/replane-javascript/commits/v1.0.6/packages/next)

Updates `@sentry/nextjs` from 10.33.0 to 10.40.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.33.0...10.40.0)

Updates `@tanstack/react-query` from 5.90.16 to 5.90.21
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.21/packages/react-query)

Updates `@trpc/client` from 11.8.1 to 11.10.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.10.0/packages/client)

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

Updates `@trpc/tanstack-react-query` from 11.8.1 to 11.10.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.10.0/packages/tanstack-react-query)

Updates `better-sqlite3` from 12.6.0 to 12.6.2
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v12.6.0...v12.6.2)

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

Updates `jotai` from 2.16.1 to 2.18.0
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.16.1...v2.18.0)

Updates `kysely` from 0.28.9 to 0.28.11
- [Release notes](https://github.com/kysely-org/kysely/releases)
- [Commits](kysely-org/kysely@v0.28.9...v0.28.11)

Updates `lru-cache` from 11.2.4 to 11.2.6
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.2.4...v11.2.6)

Updates `lucide-react` from 0.562.0 to 0.575.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.575.0/packages/lucide-react)

Updates `next` from 16.1.1 to 16.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.1...v16.1.6)

Updates `pg` from 8.16.3 to 8.19.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.19.0/packages/pg)

Updates `@types/pg` from 8.16.0 to 8.18.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `pino` from 10.1.1 to 10.3.1
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v10.1.1...v10.3.1)

Updates `react` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `@types/react` from 19.2.8 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-day-picker` from 9.13.0 to 9.14.0
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](gpbl/react-day-picker@v9.13.0...v9.14.0)

Updates `react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `react-error-boundary` from 6.0.3 to 6.1.1
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](bvaughn/react-error-boundary@6.0.3...6.1.1)

Updates `react-hook-form` from 7.71.0 to 7.71.2
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.71.0...v7.71.2)

Updates `tailwind-merge` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.4.0...v3.5.0)

Updates `zod` from 4.3.5 to 4.3.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.5...v4.3.6)

Updates `@eslint/eslintrc` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@eslintrc-v3.3.3...eslintrc-v3.3.4)

Updates `@hono/zod-openapi` from 1.2.0 to 1.2.2
- [Release notes](https://github.com/honojs/middleware/releases)
- [Changelog](https://github.com/honojs/middleware/blob/main/packages/zod-openapi/CHANGELOG.md)
- [Commits](https://github.com/honojs/middleware/commits/@hono/zod-openapi@1.2.2/packages/zod-openapi)

Updates `@replanejs/admin` from 1.0.4 to 1.0.6
- [Release notes](https://github.com/replane-dev/replane-javascript/releases)
- [Commits](https://github.com/replane-dev/replane-javascript/commits/v1.0.6/packages/admin)

Updates `@replanejs/sdk` from 1.0.4 to 1.0.6
- [Release notes](https://github.com/replane-dev/replane-javascript/releases)
- [Commits](https://github.com/replane-dev/replane-javascript/commits/v1.0.6/packages/sdk)

Updates `@replanejs/test-suite` from 1.0.4 to 1.0.6
- [Release notes](https://github.com/replane-dev/replane-javascript/releases)
- [Commits](https://github.com/replane-dev/replane-javascript/commits/v1.0.6/packages/test-suite)

Updates `@tailwindcss/postcss` from 4.1.18 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-postcss)

Updates `@testing-library/react` from 16.3.1 to 16.3.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.3.1...v16.3.2)

Updates `@types/k6` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/k6)

Updates `@types/pg` from 8.16.0 to 8.18.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@types/react` from 19.2.8 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@vitejs/plugin-react` from 5.1.2 to 5.1.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.4/packages/plugin-react)

Updates `bumpp` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/antfu-collective/bumpp/releases)
- [Commits](antfu-collective/bumpp@v10.4.0...v10.4.1)

Updates `editorconfig` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/editorconfig/editorconfig-core-js/releases)
- [Changelog](https://github.com/editorconfig/editorconfig-core-js/blob/main/CHANGELOG.md)
- [Commits](editorconfig/editorconfig-core-js@v3.0.1...v3.0.2)

Updates `eslint-config-next` from 16.1.1 to 16.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.1.6/packages/eslint-config-next)

Updates `kysely-codegen` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/RobinBlomberg/kysely-codegen/releases)
- [Commits](RobinBlomberg/kysely-codegen@0.19.0...0.20.0)

Updates `node-addon-api` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/nodejs/node-addon-api/releases)
- [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-addon-api@v8.5.0...v8.6.0)

Updates `node-gyp` from 12.1.0 to 12.2.0
- [Release notes](https://github.com/nodejs/node-gyp/releases)
- [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-gyp@v12.1.0...v12.2.0)

Updates `prettier` from 3.7.4 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.1)

Updates `tailwindcss` from 4.1.18 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss)

Updates `vite-tsconfig-paths` from 6.0.4 to 6.1.1
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v6.0.4...v6.1.1)

---
updated-dependencies:
- dependency-name: "@icons-pack/react-simple-icons"
  dependency-version: 13.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@replanejs/next"
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@trpc/client"
  dependency-version: 11.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@trpc/server"
  dependency-version: 11.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@trpc/tanstack-react-query"
  dependency-version: 11.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: better-sqlite3
  dependency-version: 12.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: hono
  dependency-version: 4.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: jotai
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: kysely
  dependency-version: 0.28.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lru-cache
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 0.575.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next
  dependency-version: 16.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pg
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/pg"
  dependency-version: 8.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pino
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-day-picker
  dependency-version: 9.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-error-boundary
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-hook-form
  dependency-version: 7.71.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tailwind-merge
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@eslint/eslintrc"
  dependency-version: 3.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@hono/zod-openapi"
  dependency-version: 1.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@replanejs/admin"
  dependency-version: 1.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@replanejs/sdk"
  dependency-version: 1.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@replanejs/test-suite"
  dependency-version: 1.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/k6"
  dependency-version: 1.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/pg"
  dependency-version: 8.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: bumpp
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: editorconfig
  dependency-version: 3.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint-config-next
  dependency-version: 16.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: kysely-codegen
  dependency-version: 0.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: node-addon-api
  dependency-version: 8.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: node-gyp
  dependency-version: 12.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vite-tsconfig-paths
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 28, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants