Skip to content

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

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

chore(deps): bump the minor-and-patch group across 1 directory with 45 updates#79
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-5076030ab7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

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

Package From To
@auth/pg-adapter 1.11.1 1.11.2
@icons-pack/react-simple-icons 13.8.0 13.13.0
@replanejs/next 1.0.4 1.2.0
@sentry/nextjs 10.33.0 10.50.0
@tanstack/react-query 5.90.16 5.100.5
@trpc/client 11.8.1 11.16.0
@trpc/server 11.8.1 11.16.0
@trpc/tanstack-react-query 11.8.1 11.16.0
ajv 8.18.0 8.20.0
better-sqlite3 12.6.0 12.9.0
hono 4.11.4 4.12.15
jotai 2.16.1 2.19.1
kysely 0.28.14 0.28.16
lru-cache 11.2.4 11.3.5
next 16.1.1 16.2.4
next-auth 4.24.13 4.24.14
nodemailer 8.0.4 8.0.6
@types/nodemailer 7.0.5 8.0.0
pg 8.16.3 8.20.0
@types/pg 8.16.0 8.20.0
pino 10.1.1 10.3.1
react 19.2.3 19.2.5
@types/react 19.2.8 19.2.14
react-day-picker 9.13.0 9.14.0
react-dom 19.2.3 19.2.5
react-error-boundary 6.0.3 6.1.1
react-hook-form 7.71.0 7.74.0
tailwind-merge 3.4.0 3.5.0
zod 4.3.5 4.3.6
@eslint/eslintrc 3.3.3 3.3.5
@hono/zod-openapi 1.2.0 1.3.0
@replanejs/admin 1.0.4 1.2.0
@replanejs/sdk 1.0.4 1.2.0
@replanejs/test-suite 1.0.4 1.2.0
@tailwindcss/postcss 4.1.18 4.2.4
@testing-library/react 16.3.1 16.3.2
@types/k6 1.5.0 1.7.0
editorconfig 3.0.1 3.0.2
eslint-config-next 16.1.1 16.2.4
kysely-codegen 0.19.0 0.20.0
node-addon-api 8.5.0 8.7.0
node-gyp 12.1.0 12.3.0
prettier 3.7.4 3.8.3
tailwindcss 4.1.18 4.2.4
vite-tsconfig-paths 6.0.4 6.1.1

Updates @auth/pg-adapter from 1.11.1 to 1.11.2

Release notes

Sourced from @​auth/pg-adapter's releases.

@​auth/pg-adapter@​1.11.2

Other

  • @​auth/core: dependency update (67f2b168)
Commits
Maintainer changes

This version was pushed to npm by better-gustavo, a new releaser for @​auth/pg-adapter since your current version.


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

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​icons-pack/react-simple-icons since your current version.


Updates @replanejs/next from 1.0.4 to 1.2.0

Release notes

Sourced from @​replanejs/next's releases.

v1.2.0

   🚀 Features

    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 787 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 41.15 KB 7.58 KB
@​replanejs/test-suite CJS 44.05 KB 8.02 KB

v1.1.1

No significant changes

    View changes on GitHub

Bundle Sizes

Package Format Size Gzipped
@​replanejs/admin ESM 6.36 KB 1.73 KB
@​replanejs/admin CJS 6.41 KB 1.72 KB
@​replanejs/next ESM 1.87 KB 786 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.83 KB
@​replanejs/test-suite ESM 39.92 KB 7.34 KB
@​replanejs/test-suite CJS 42.77 KB 7.77 KB

v1.0.6

No significant changes

    View changes on GitHub

Bundle Sizes

... (truncated)

Commits

Updates @sentry/nextjs from 10.33.0 to 10.50.0

Release notes

Sourced from @​sentry/nextjs's releases.

10.50.0

Important Changes

  • feat(effect): Support v4 beta (#20394)

    The @sentry/effect integration now supports Effect v4 beta, enabling Sentry instrumentation for the latest Effect framework version. Read more in the Effect SDK readme.

  • feat(hono): Add @sentry/hono/bun for Bun runtime (#20355)

    A new @sentry/hono/bun entry point adds first-class support for running Hono applications instrumented with Sentry on the Bun runtime. Read more in the Hono SDK readme.

  • feat(replay): Add replayStart/replayEnd client lifecycle hooks (#20369)

    New replayStart and replayEnd client lifecycle hooks let you react to replay session start and end events in your application.

Other Changes

  • feat(core): Emit no_parent_span client outcomes for discarded spans requiring a parent (#20350)
  • feat(deps): Bump protobufjs from 7.5.4 to 7.5.5 (#20372)
  • feat(hono): Add runtime packages as optional peer dependencies (#20423)
  • feat(opentelemetry): Add tracingChannel utility for context propagation (#20358)
  • fix(browser): Enrich graphqlClient spans for relative URLs (#20370)
  • fix(browser): Filter implausible LCP values (#20338)
  • fix(cloudflare): Use TransformStream to keep track of streams (#20452)
  • fix(console): Re-patch console in AWS Lambda runtimes (#20337)
  • fix(core): Correct GoogleGenAIIstrumentedMethod typo in type name
  • fix(core): Handle stateless MCP wrapper transport correlation (#20293)
  • fix(hono): Remove undefined from options type (#20419)
  • fix(node): Guard against null httpVersion in outgoing request span attributes (#20430)
  • fix(node-core): Pass rejection reason instead of Promise as originalException (#20366)
  • chore: Ignore claude worktrees (#20440)
  • chore: Prevent test from creating zombie process (#20392)
  • chore: Update size-limit (#20412)
  • chore(dev-deps): Bump nx from 22.5.0 to 22.6.5 (#20458)
  • chore(e2e-tests): Use tarball symlinks for E2E tests instead of verdaccio (#20386)
  • chore(lint): Remove lint warnings (#20413)
  • chore(test): Remove empty variant tests (#20443)
  • chore(tests): Use verdaccio as node process instead of docker image (#20336)
  • docs(readme): Update usage instructions for binary scripts (#20426)
  • ref(node): Vendor undici instrumentation (#20190)
  • test(aws-serverless): Ensure aws-serverless E2E tests run locally (#20441)
  • test(aws-serverless): Split npm & layer tests (#20442)
  • test(browser): Fix flaky sessions route-lifecycle test + upgrade axios (#20197)
  • test(cloudflare): Use .makeRequestAndWaitForEnvelope to wait for envelopes (#20208)

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

10.50.0

Important Changes

  • feat(effect): Support v4 beta (#20394)

    The @sentry/effect integration now supports Effect v4 beta, enabling Sentry instrumentation for the latest Effect framework version. Read more in the Effect SDK readme.

  • feat(hono): Add @sentry/hono/bun for Bun runtime (#20355)

    A new @sentry/hono/bun entry point adds first-class support for running Hono applications instrumented with Sentry on the Bun runtime. Read more in the Hono SDK readme.

  • feat(replay): Add replayStart/replayEnd client lifecycle hooks (#20369)

    New replayStart and replayEnd client lifecycle hooks let you react to replay session start and end events in your application.

Other Changes

  • feat(core): Emit no_parent_span client outcomes for discarded spans requiring a parent (#20350)
  • feat(deps): Bump protobufjs from 7.5.4 to 7.5.5 (#20372)
  • feat(hono): Add runtime packages as optional peer dependencies (#20423)
  • feat(opentelemetry): Add tracingChannel utility for context propagation (#20358)
  • fix(browser): Enrich graphqlClient spans for relative URLs (#20370)
  • fix(browser): Filter implausible LCP values (#20338)
  • fix(cloudflare): Use TransformStream to keep track of streams (#20452)
  • fix(console): Re-patch console in AWS Lambda runtimes (#20337)
  • fix(core): Correct GoogleGenAIIstrumentedMethod typo in type name
  • fix(core): Handle stateless MCP wrapper transport correlation (#20293)
  • fix(hono): Remove undefined from options type (#20419)
  • fix(node): Guard against null httpVersion in outgoing request span attributes (#20430)
  • fix(node-core): Pass rejection reason instead of Promise as originalException (#20366)
  • chore: Ignore claude worktrees (#20440)
  • chore: Prevent test from creating zombie process (#20392)
  • chore: Update size-limit (#20412)
  • chore(dev-deps): Bump nx from 22.5.0 to 22.6.5 (#20458)
  • chore(e2e-tests): Use tarball symlinks for E2E tests instead of verdaccio (#20386)
  • chore(lint): Remove lint warnings (#20413)
  • chore(test): Remove empty variant tests (#20443)
  • chore(tests): Use verdaccio as node process instead of docker image (#20336)
  • docs(readme): Update usage instructions for binary scripts (#20426)
  • ref(node): Vendor undici instrumentation (#20190)
  • test(aws-serverless): Ensure aws-serverless E2E tests run locally (#20441)
  • test(aws-serverless): Split npm & layer tests (#20442)
  • test(browser): Fix flaky sessions route-lifecycle test + upgrade axios (#20197)

... (truncated)

Commits
  • 785e756 release: 10.50.0
  • ed26a19 Merge pull request #20461 from getsentry/prepare-release/10.50.0
  • 7b584c4 meta(changelog): Update changelog for 10.50.0
  • 39740da test(cloudflare): Use .makeRequestAndWaitForEnvelope to wait for envelopes (#...
  • c741030 test(aws-serverless): Split npm & layer tests (#20442)
  • f97076d chore(dev-deps): Bump nx from 22.5.0 to 22.6.5 (#20458)
  • 4b4ac76 fix(node): Guard against null httpVersion in outgoing request span attribut...
  • 7569b10 fix(cloudflare): Use TransformStream to keep track of streams (#20452)
  • a4c9686 test(hono): Add E2E tests for middleware spans (#20451)
  • ff23846 chore: Ignore claude worktrees (#20440)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.90.16 to 5.100.5

Release notes

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

@​tanstack/react-query-devtools@​5.100.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.100.5
    • @​tanstack/react-query@​5.100.5

@​tanstack/react-query-next-experimental@​5.100.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.100.5

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

Patch Changes

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

@​tanstack/react-query@​5.100.5

Patch Changes

  • Updated dependencies [a53ef97]:
    • @​tanstack/query-core@​5.100.5

@​tanstack/react-query-devtools@​5.100.4

Patch Changes

  • fix(devtools): change onClose callback type from () => unknown to () => void (#10118)

  • Updated dependencies [3d1a62e]:

    • @​tanstack/query-devtools@​5.100.4
    • @​tanstack/react-query@​5.100.4

@​tanstack/react-query-next-experimental@​5.100.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.100.4

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

Patch Changes

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

@​tanstack/react-query@​5.100.4

Patch Changes

... (truncated)

Changelog

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

5.100.5

Patch Changes

  • Updated dependencies [a53ef97]:
    • @​tanstack/query-core@​5.100.5

5.100.4

Patch Changes

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

5.100.3

Patch Changes

  • fix(suspense): skip calling combine when queries would suspend (#10576)

  • Updated dependencies [f85d825]:

    • @​tanstack/query-core@​5.100.3

5.100.2

Patch Changes

5.100.1

Patch Changes

  • Updated dependencies [1bb0d23]:
    • @​tanstack/query-core@​5.100.1

5.100.0

Patch Changes

  • Updated dependencies [6540a41]:
    • @​tanstack/query-core@​5.100.0

5.99.2

Patch Changes

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

... (truncated)

Commits

Updates @trpc/client from 11.8.1 to 11.16.0

Release notes

Sourced from @​trpc/client's releases.

v11.16.0

What's Changed

@trpc/openapi 11.16.0-alpha

  • Drops the type depth limit of 20, and significantly hardens cyclic-type support for both inference and Zod
  • Support zod.lazy via Standard Schema fallback
  • Strip symbols from output (no more __@asyncIterator@5456 symbols in output)
  • Add more comprehensive types for the OpenAPI doc from the official package (now a dependency) and apply some patches to these types because they're slightly outdated
  • Fixes several issues with gathering schema descriptions, such as consuming jsdoc comments from node_modules types

New Contributors

Full Changelog: trpc/trpc@v11.15.1...v11.16.0

v11.15.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.15.0...v11.15.1

v11.15.0

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.14.1...v11.15.0

v11.14.1

What's Changed

Full Changelog: trpc/trpc@v11.14.0...v11.14.1

v11.14.0

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​trpc/client since your current version.


Updates @trpc/server from 11.8.1 to 11.16.0

Release notes

Sourced from @​trpc/server's releases.

v11.16.0

What's Changed

@trpc/openapi 11.16.0-alpha

  • Drops the type depth limit of 20, and significantly hardens cyclic-type support for both inference and Zod
  • Support zod.lazy via Standard Schema fallback
  • Strip symbols from output (no more __@asyncIterator@5456 symbols in output)
  • Add more comprehensive types for the OpenAPI doc from the official package (now a dependency) and apply some patches to these types because they're slightly outdated
  • Fixes several issues with gathering schema descriptions, such as consuming jsdoc comments from node_modules types

New Contributors

Full Changelog: trpc/trpc@v11.15.1...v11.16.0

v11.15.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.15.0...v11.15.1

v11.15.0

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.14.1...v11.15.0

v11.14.1

What's Changed

Full Changelog: trpc/trpc@v11.14.0...v11.14.1

v11.14.0

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​trpc/server since your current version.


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

Release notes

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

v11.16.0

What's Changed

@trpc/openapi 11.16.0-alpha

  • Drops the type depth limit of 20, and significantly hardens cyclic-type support for both inference and Zod
  • Support zod.lazy via Standard Schema fallback
  • Strip symbols from output (no more __@asyncIterator@5456 symbols in output)
  • Add more comprehensive types for the OpenAPI doc from the official package (now a dependency) and apply some patches to these types because they're slightly outdated
  • Fixes several issues with gathering schema descriptions, such as consuming jsdoc comments from node_modules types

New Contributors

Full Changelog: trpc/trpc@v11.15.1...v11.16.0

v11.15.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.15.0...v11.15.1

v11.15.0

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.14.1...v11.15.0

v11.14.1

What's Changed

Full Changelog: trpc/trpc@v11.14.0...v11.14.1

v11.14.0

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​trpc/tanstack-react-query since your current version.


Updates ajv from 8.18.0 to 8.20.0

Release notes

Sourced from ajv's releases.

v8.20.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.19.0...v8.20.0

v8.19.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.18.0...v8.19.0

Commits

Updates better-sqlite3 from 12.6.0 to 12.9.0

Release notes

Sourced from better-sqlite3's releases.

v12.9.0

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.8.0...v12.9.0

v12.8.0

What's Changed

New Contributors

Why SQLite v3.51.3 instead of v3.52.0

From the SQLite team:

Some important issues have been found with version 3.52.0. In order to give us time to deal with those issues, we plan to withdraw the 3.52.0 release. In its place, we will put up a new 3.51.3 patch release that includes a fix for the recently discovered WAL-reset bug as well as other patches. This will happen probably within about the next twelve hours.

Hence, if you were planning to upgrade to 3.52.0 tomorrow (Friday, 2026-03-14), perhaps it would be better to wait a day or so for 3.51.3.

At some point we will do version 3.52.1 which will hopefully resolve the issues that have arisen with the 3.52.0 release.

Full Changelog: WiseLibs/better-sqlite3@v12.7.1...v12.8.0

v12.7.1

Also not a viable release

The V8 API change was more bonkers than expected. See v12.8.0.

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.7.0...v12.7.1

v12.7.0

CAUTION: NOT A VIABLE RELEASE

Two (!!) reasons:

  1. Electron v41 bit us and removed functions we were using, so a bunch of prebuilds are missing
  2. From the SQLite team:

    Some important issues have been found with version 3.52.0. In order to give us time to deal with those issues, we plan to withdraw the 3.52.0 release. In its place, we will put up a new 3.51.3 patch release that includes a fix for the recently discovered WAL-reset bug as well as other patches. This will happen probably within about the next twelve hours.

What's Changed

... (truncated)

Commits

…5 updates

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

| Package | From | To |
| --- | --- | --- |
| [@auth/pg-adapter](https://github.com/nextauthjs/next-auth) | `1.11.1` | `1.11.2` |
| [@icons-pack/react-simple-icons](https://github.com/icons-pack/react-simple-icons/tree/HEAD/react-simple-icons) | `13.8.0` | `13.13.0` |
| [@replanejs/next](https://github.com/replane-dev/replane-javascript/tree/HEAD/packages/next) | `1.0.4` | `1.2.0` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `10.33.0` | `10.50.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.16` | `5.100.5` |
| [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) | `11.8.1` | `11.16.0` |
| [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) | `11.8.1` | `11.16.0` |
| [@trpc/tanstack-react-query](https://github.com/trpc/trpc/tree/HEAD/packages/tanstack-react-query) | `11.8.1` | `11.16.0` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.18.0` | `8.20.0` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.6.0` | `12.9.0` |
| [hono](https://github.com/honojs/hono) | `4.11.4` | `4.12.15` |
| [jotai](https://github.com/pmndrs/jotai) | `2.16.1` | `2.19.1` |
| [kysely](https://github.com/kysely-org/kysely) | `0.28.14` | `0.28.16` |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.2.4` | `11.3.5` |
| [next](https://github.com/vercel/next.js) | `16.1.1` | `16.2.4` |
| [next-auth](https://github.com/nextauthjs/next-auth) | `4.24.13` | `4.24.14` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `8.0.4` | `8.0.6` |
| [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer) | `7.0.5` | `8.0.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.16.3` | `8.20.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.16.0` | `8.20.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.5` |
| [@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.5` |
| [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.74.0` |
| [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.5` |
| [@hono/zod-openapi](https://github.com/honojs/middleware/tree/HEAD/packages/zod-openapi) | `1.2.0` | `1.3.0` |
| [@replanejs/admin](https://github.com/replane-dev/replane-javascript/tree/HEAD/packages/admin) | `1.0.4` | `1.2.0` |
| [@replanejs/sdk](https://github.com/replane-dev/replane-javascript/tree/HEAD/packages/sdk) | `1.0.4` | `1.2.0` |
| [@replanejs/test-suite](https://github.com/replane-dev/replane-javascript/tree/HEAD/packages/test-suite) | `1.0.4` | `1.2.0` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.18` | `4.2.4` |
| [@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.7.0` |
| [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.2.4` |
| [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.7.0` |
| [node-gyp](https://github.com/nodejs/node-gyp) | `12.1.0` | `12.3.0` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.3` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.2.4` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `6.0.4` | `6.1.1` |



Updates `@auth/pg-adapter` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/pg-adapter@1.11.1...@auth/pg-adapter@1.11.2)

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

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

Updates `@sentry/nextjs` from 10.33.0 to 10.50.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.50.0)

Updates `@tanstack/react-query` from 5.90.16 to 5.100.5
- [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.100.5/packages/react-query)

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

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

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

Updates `ajv` from 8.18.0 to 8.20.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.18.0...v8.20.0)

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

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

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

Updates `kysely` from 0.28.14 to 0.28.16
- [Release notes](https://github.com/kysely-org/kysely/releases)
- [Commits](kysely-org/kysely@v0.28.14...v0.28.16)

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

Updates `next` from 16.1.1 to 16.2.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@v16.1.1...v16.2.4)

Updates `next-auth` from 4.24.13 to 4.24.14
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.13...next-auth@4.24.14)

Updates `nodemailer` from 8.0.4 to 8.0.6
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v8.0.4...v8.0.6)

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

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

Updates `@types/pg` from 8.16.0 to 8.20.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.5
- [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.5/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)
- [Commits](gpbl/react-day-picker@v9.13.0...v9.14.0)

Updates `react-dom` from 19.2.3 to 19.2.5
- [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.5/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.74.0
- [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.74.0)

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.5
- [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.5)

Updates `@hono/zod-openapi` from 1.2.0 to 1.3.0
- [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.3.0/packages/zod-openapi)

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

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

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

Updates `@tailwindcss/postcss` from 4.1.18 to 4.2.4
- [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.4/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.7.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/k6)

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

Updates `@types/pg` from 8.16.0 to 8.20.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 `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.2.4
- [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.2.4/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.7.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.7.0)

Updates `node-gyp` from 12.1.0 to 12.3.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.3.0)

Updates `prettier` from 3.7.4 to 3.8.3
- [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.3)

Updates `tailwindcss` from 4.1.18 to 4.2.4
- [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.4/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: "@auth/pg-adapter"
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@icons-pack/react-simple-icons"
  dependency-version: 13.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@replanejs/next"
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.100.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@trpc/client"
  dependency-version: 11.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@trpc/server"
  dependency-version: 11.16.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.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ajv
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: better-sqlite3
  dependency-version: 12.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: hono
  dependency-version: 4.12.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: jotai
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: kysely
  dependency-version: 0.28.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lru-cache
  dependency-version: 11.3.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next
  dependency-version: 16.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next-auth
  dependency-version: 4.24.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: nodemailer
  dependency-version: 8.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/nodemailer"
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: minor-and-patch
- dependency-name: pg
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/pg"
  dependency-version: 8.20.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.5
  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.5
  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.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@hono/zod-openapi"
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@replanejs/admin"
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@replanejs/sdk"
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@replanejs/test-suite"
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.4
  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.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/nodemailer"
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: minor-and-patch
- dependency-name: "@types/pg"
  dependency-version: 8.20.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: 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.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: node-gyp
  dependency-version: 12.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-version: 4.2.4
  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 Apr 27, 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