Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

deps(deps): bump the minor-and-patch-dependencies group across 1 directory with 30 updates#127

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/minor-and-patch-dependencies-45ba123874
Closed

deps(deps): bump the minor-and-patch-dependencies group across 1 directory with 30 updates#127
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/minor-and-patch-dependencies-45ba123874

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

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

Package From To
@effect/cli 0.66.4 0.69.0
@effect/platform-node 0.88.6 0.94.1
effect 3.16.11 3.17.6
@hookform/resolvers 5.1.1 5.2.1
@tabler/icons-react 3.34.0 3.34.1
better-auth 1.2.12 1.3.4
lucide-react 0.525.0 0.536.0
next 15.3.4 15.4.5
react 19.1.0 19.1.1
@types/react 19.1.8 19.1.9
react-day-picker 9.7.0 9.8.1
react-dom 19.1.0 19.1.1
@types/react-dom 19.1.6 19.1.7
react-hook-form 7.59.0 7.62.0
react-is 19.1.0 19.1.1
react-resizable-panels 3.0.3 3.0.4
sonner 2.0.5 2.0.7
tw-animate-css 1.3.4 1.3.6
zustand 5.0.6 5.0.7
@next/bundle-analyzer 15.3.4 15.4.5
@opennextjs/cloudflare 1.3.1 1.6.3
@libsql/client 0.15.9 0.15.10
@biomejs/biome 2.0.6 2.1.3
@cloudflare/workers-types 4.20250702.0 4.20250803.0
alchemy 0.43.0 0.56.0
drizzle-orm 0.44.2 0.44.4
drizzle-zod 0.7.1 0.8.2
wait-on 8.0.3 8.0.4
wrangler 4.22.0 4.27.0

Updates @effect/cli from 0.66.4 to 0.69.0

Release notes

Sourced from @​effect/cli's releases.

@​effect/cli@​0.69.0

Patch Changes

  • Updated dependencies [7813640]:
    • @​effect/platform@​0.90.0

@​effect/cli@​0.68.0

Patch Changes

Changelog

Sourced from @​effect/cli's changelog.

0.69.0

Patch Changes

  • Updated dependencies [7813640]:
    • @​effect/platform@​0.90.0

0.68.0

Patch Changes

0.67.1

Patch Changes

0.67.0

Patch Changes

0.66.13

Patch Changes

  • Updated dependencies [c1c05a8, 81fe4a2]:
    • effect@3.16.13
    • @​effect/platform@​0.87.13
    • @​effect/printer@​0.44.13
    • @​effect/printer-ansi@​0.44.13

0.66.12

Patch Changes

... (truncated)

Commits

Updates @effect/platform-node from 0.88.6 to 0.94.1

Release notes

Sourced from @​effect/platform-node's releases.

@​effect/platform-node@​0.94.1

Patch Changes

@​effect/platform-node@​0.94.0

Patch Changes

  • Updated dependencies [5a0f4f1, e9cbd26]:
    • effect@3.17.1
    • @​effect/rpc@​0.68.0
    • @​effect/cluster@​0.46.0
    • @​effect/platform-node-shared@​0.47.0

@​effect/platform-node@​0.93.0

Patch Changes

  • Updated dependencies [7813640]:
    • @​effect/platform@​0.90.0
    • @​effect/cluster@​0.45.0
    • @​effect/platform-node-shared@​0.46.0
    • @​effect/rpc@​0.67.0
    • @​effect/sql@​0.44.0

@​effect/platform-node@​0.92.0

Patch Changes

Changelog

Sourced from @​effect/platform-node's changelog.

0.94.1

Patch Changes

0.94.0

Patch Changes

  • Updated dependencies [5a0f4f1, e9cbd26]:
    • effect@3.17.1
    • @​effect/rpc@​0.68.0
    • @​effect/cluster@​0.46.0
    • @​effect/platform-node-shared@​0.47.0

0.93.0

Patch Changes

  • Updated dependencies [7813640]:
    • @​effect/platform@​0.90.0
    • @​effect/cluster@​0.45.0
    • @​effect/platform-node-shared@​0.46.0
    • @​effect/rpc@​0.67.0
    • @​effect/sql@​0.44.0

0.92.0

Patch Changes

0.91.0

Patch Changes

... (truncated)

Commits

Updates effect from 3.16.11 to 3.17.6

Release notes

Sourced from effect's releases.

effect@3.17.6

Patch Changes

  • #5322 f187941 Thanks @​beezee! - Use non-greedy matching for Schema.String in Schema.TemplateLiteralParser

effect@3.17.5

Patch Changes

effect@3.17.4

Patch Changes

effect@3.17.3

Patch Changes

  • #5275 3504555 Thanks @​taylornz! - fix DateTime.makeZoned handling of DST transitions

  • #5282 f6c7ca7 Thanks @​beezee! - Improve inference on Metric.trackSuccessWith for use in Effect.pipe(...)

  • #5275 3504555 Thanks @​taylornz! - add DateTime.Disambiguation for handling DST edge cases

    Added four disambiguation strategies to DateTime.Zoned constructors for handling DST edge cases:

    • 'compatible' - Maintains backward compatibility
    • 'earlier' - Choose earlier time during ambiguous periods (default)
    • 'later' - Choose later time during ambiguous periods
    • 'reject' - Throw error for ambiguous times

effect@3.17.2

Patch Changes

effect@3.17.1

Patch Changes

effect@3.17.0

Minor Changes

... (truncated)

Changelog

Sourced from effect's changelog.

3.17.6

Patch Changes

  • #5322 f187941 Thanks @​beezee! - Use non-greedy matching for Schema.String in Schema.TemplateLiteralParser

3.17.5

Patch Changes

3.17.4

Patch Changes

3.17.3

Patch Changes

  • #5275 3504555 Thanks @​taylornz! - fix DateTime.makeZoned handling of DST transitions

  • #5282 f6c7ca7 Thanks @​beezee! - Improve inference on Metric.trackSuccessWith for use in Effect.pipe(...)

  • #5275 3504555 Thanks @​taylornz! - add DateTime.Disambiguation for handling DST edge cases

    Added four disambiguation strategies to DateTime.Zoned constructors for handling DST edge cases:

    • 'compatible' - Maintains backward compatibility
    • 'earlier' - Choose earlier time during ambiguous periods (default)
    • 'later' - Choose later time during ambiguous periods
    • 'reject' - Throw error for ambiguous times

3.17.2

Patch Changes

3.17.1

Patch Changes

3.17.0

Minor Changes

... (truncated)

Commits

Updates @hookform/resolvers from 5.1.1 to 5.2.1

Release notes

Sourced from @​hookform/resolvers's releases.

v5.2.1

5.2.1 (2025-07-29)

Bug Fixes

v5.2.0

5.2.0 (2025-07-25)

Features

  • ajv: add ajv-formats for ajvResolver (#797) (f040039)
Commits

Updates @tabler/icons-react from 3.34.0 to 3.34.1

Release notes

Sourced from @​tabler/icons-react's releases.

Release 3.34.1

Improvements

  • Allow support for React 19 for React Native package
  • Add subpath imports to React Native package
  • Fix build script python errors
  • Improve icons loading in Vite development mode

1 new icon:

  • outline/brand-dropbox

Fixed icons: outline/language-off, outline/language

Commits

Updates better-auth from 1.2.12 to 1.3.4

Release notes

Sourced from better-auth's releases.

better-auth@1.3.4

Patch Changes

  • Added listMembers API with pagination, sorting, and filtering.
  • Added membersLimit param to getFullOrganization.
  • Improved client inference for additional fields in organization schemas.
  • Fixed date handling by casting DB values to Date objects before using date methods.
  • Fixed Notion OAuth to extract user info correctly.
  • Ensured session is set in context when reading from cookie cach
Changelog

Sourced from better-auth's changelog.

1.3.4

Patch Changes

  • 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context.

    Organization

    • Added listMembers API with pagination, sorting, and filtering.
    • Added membersLimit param to getFullOrganization.
    • Improved client inference for additional fields in organization schemas.
    • Bug Fixes
    • Fixed date handling by casting DB values to Date objects before using date methods.
    • Fixed Notion OAuth to extract user info correctly.
    • Ensured session is set in context when reading from cookie cach
Commits
  • 02f1981 chore(release): version packages
  • 776c4ae chore(release): version packages (#3623)
  • be544ce chore: release v1.3.4-beta.3
  • 5bfabed fix: cast dates from db to Date when using date methods (#3611)
  • 8a50ac4 chore: improve client inference for organization additional fields (#3612)
  • fbff0e8 chore: release v1.3.4-beta.2
  • 847ee88 docs: add list member
  • e8b3d2c feat: list organization memebrs with pagination and filter queries (#3581)
  • 518ab70 feat(organization): add membersLimit param to allow to fetch more or less mem...
  • 7f508f0 fix: resolve notion oauth user info extraction (#3567)
  • Additional commits viewable in compare view

Updates lucide-react from 0.525.0 to 0.536.0

Release notes

Sourced from lucide-react's releases.

Version 0.536.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.535.0...0.536.0

Version 0.535.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.534.0...0.535.0

Version 0.534.0

What's Changed

Full Changelog: lucide-icons/lucide@0.533.0...0.534.0

Version 0.533.0

What's Changed

... (truncated)

Commits

Updates next from 15.3.4 to 15.4.5

Release notes

Sourced from next's releases.

v15.4.5

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

Core Changes

  • Fix API stripping JSON incorrectly (#82062)
  • Fix i18n fallback: false collision (#82158)
  • Revert "Fix tracing of server actions imported by client components (#82167)
  • Ensure setAssetPrefix updates config instance (#82165)
  • Turbopack: update mimalloc (#82166)
  • fix(next/image): fix image-optimizer.ts headers (#82175)
  • fix(next/image): improve and simplify detect-content-type (#82174)

Credits

Huge thanks to @​ijjk, @​sokra, and @​styfle for helping!

v15.4.4

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

Core Changes

  • Fix dynamicParams false layout case in dev (#82026)
  • Turbopack: fix scope hoisting variable renaming bug (#81640)
  • Upgrade to swc v33 (#81750)
  • Revert "[metadata] use https protocol for schema urls" (#81934)

Credits

Huge thanks to @​bgw @​mischnic @​huozhi @​lukesandberg and @​ijjk for helping!

v15.4.3

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

Core Changes

  • Turbopack: fix dist dir on Windows (#81758)

Credits

Huge thanks to @​mischnic for helping!

v15.4.2

[!NOTE]

... (truncated)

Commits

Updates react from 19.1.0 to 19.1.1

Release notes

Sourced from react's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates @types/react from 19.1.8 to 19.1.9

Commits

Updates react-day-picker from 9.7.0 to 9.8.1

Release notes

Sourced from react-day-picker's releases.

v9.8.1

Improved captionLayout documentation and build process.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.8.0...v9.8.1

v9.8.0

DayPicker 9.8 includes better keyboard navigation and resolves edge cases with month and year rendering.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.7.0...v9.8.0

Commits

…ctory with 30 updates

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

| Package | From | To |
| --- | --- | --- |
| [@effect/cli](https://github.com/Effect-TS/effect/tree/HEAD/packages/cli) | `0.66.4` | `0.69.0` |
| [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node) | `0.88.6` | `0.94.1` |
| [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) | `3.16.11` | `3.17.6` |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `5.1.1` | `5.2.1` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.34.0` | `3.34.1` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.2.12` | `1.3.4` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.525.0` | `0.536.0` |
| [next](https://github.com/vercel/next.js) | `15.3.4` | `15.4.5` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.0` | `19.1.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.8` | `19.1.9` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.7.0` | `9.8.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.0` | `19.1.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.6` | `19.1.7` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.59.0` | `7.62.0` |
| [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) | `19.1.0` | `19.1.1` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `3.0.3` | `3.0.4` |
| [sonner](https://github.com/emilkowalski/sonner) | `2.0.5` | `2.0.7` |
| [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) | `1.3.4` | `1.3.6` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.6` | `5.0.7` |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.3.4` | `15.4.5` |
| [@opennextjs/cloudflare](https://github.com/opennextjs/opennextjs-cloudflare/tree/HEAD/packages/cloudflare) | `1.3.1` | `1.6.3` |
| [@libsql/client](https://github.com/libsql/libsql-client-ts/tree/HEAD/packages/libsql-client) | `0.15.9` | `0.15.10` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.0.6` | `2.1.3` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20250702.0` | `4.20250803.0` |
| [alchemy](https://github.com/sam-goodwin/alchemy/tree/HEAD/alchemy) | `0.43.0` | `0.56.0` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.44.2` | `0.44.4` |
| [drizzle-zod](https://github.com/drizzle-team/drizzle-orm) | `0.7.1` | `0.8.2` |
| [wait-on](https://github.com/jeffbski/wait-on) | `8.0.3` | `8.0.4` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.22.0` | `4.27.0` |



Updates `@effect/cli` from 0.66.4 to 0.69.0
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/cli@0.69.0/packages/cli)

Updates `@effect/platform-node` from 0.88.6 to 0.94.1
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/platform-node/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform-node@0.94.1/packages/platform-node)

Updates `effect` from 3.16.11 to 3.17.6
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/effect@3.17.6/packages/effect)

Updates `@hookform/resolvers` from 5.1.1 to 5.2.1
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v5.1.1...v5.2.1)

Updates `@tabler/icons-react` from 3.34.0 to 3.34.1
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.34.1/packages/icons-react)

Updates `better-auth` from 1.2.12 to 1.3.4
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Changelog](https://github.com/better-auth/better-auth/blob/canary/packages/better-auth/CHANGELOG.md)
- [Commits](https://github.com/better-auth/better-auth/commits/better-auth@1.3.4/packages/better-auth)

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

Updates `next` from 15.3.4 to 15.4.5
- [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.3.4...v15.4.5)

Updates `react` from 19.1.0 to 19.1.1
- [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.1.1/packages/react)

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

Updates `react-day-picker` from 9.7.0 to 9.8.1
- [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.7.0...v9.8.1)

Updates `react-dom` from 19.1.0 to 19.1.1
- [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.1.1/packages/react-dom)

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

Updates `react-hook-form` from 7.59.0 to 7.62.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.59.0...v7.62.0)

Updates `react-is` from 19.1.0 to 19.1.1
- [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.1.1/packages/react-is)

Updates `react-resizable-panels` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Commits](bvaughn/react-resizable-panels@3.0.3...3.0.4)

Updates `sonner` from 2.0.5 to 2.0.7
- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](emilkowalski/sonner@v2.0.5...v2.0.7)

Updates `tw-animate-css` from 1.3.4 to 1.3.6
- [Release notes](https://github.com/Wombosvideo/tw-animate-css/releases)
- [Commits](Wombosvideo/tw-animate-css@v1.3.4...v1.3.6)

Updates `zustand` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.6...v5.0.7)

Updates `@next/bundle-analyzer` from 15.3.4 to 15.4.5
- [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/v15.4.5/packages/next-bundle-analyzer)

Updates `@opennextjs/cloudflare` from 1.3.1 to 1.6.3
- [Release notes](https://github.com/opennextjs/opennextjs-cloudflare/releases)
- [Changelog](https://github.com/opennextjs/opennextjs-cloudflare/blob/main/packages/cloudflare/CHANGELOG.md)
- [Commits](https://github.com/opennextjs/opennextjs-cloudflare/commits/@opennextjs/cloudflare@1.6.3/packages/cloudflare)

Updates `@libsql/client` from 0.15.9 to 0.15.10
- [Release notes](https://github.com/libsql/libsql-client-ts/releases)
- [Changelog](https://github.com/tursodatabase/libsql-client-ts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/libsql/libsql-client-ts/commits/v0.15.10/packages/libsql-client)

Updates `@biomejs/biome` from 2.0.6 to 2.1.3
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.1.3/packages/@biomejs/biome)

Updates `@cloudflare/workers-types` from 4.20250702.0 to 4.20250803.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
- [Commits](https://github.com/cloudflare/workerd/commits)

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

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

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

Updates `alchemy` from 0.43.0 to 0.56.0
- [Release notes](https://github.com/sam-goodwin/alchemy/releases)
- [Changelog](https://github.com/sam-goodwin/alchemy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sam-goodwin/alchemy/commits/v0.56.0/alchemy)

Updates `drizzle-orm` from 0.44.2 to 0.44.4
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.44.2...0.44.4)

Updates `drizzle-zod` from 0.7.1 to 0.8.2
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/commits)

Updates `wait-on` from 8.0.3 to 8.0.4
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](jeffbski/wait-on@v8.0.3...v8.0.4)

Updates `wrangler` from 4.22.0 to 4.27.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.27.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@effect/cli"
  dependency-version: 0.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@effect/platform-node"
  dependency-version: 0.94.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: effect
  dependency-version: 3.17.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@hookform/resolvers"
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@tabler/icons-react"
  dependency-version: 3.34.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: better-auth
  dependency-version: 1.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: lucide-react
  dependency-version: 0.536.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: next
  dependency-version: 15.4.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: react-day-picker
  dependency-version: 9.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: react-hook-form
  dependency-version: 7.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: react-is
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: react-resizable-panels
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: sonner
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: tw-animate-css
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: zustand
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@next/bundle-analyzer"
  dependency-version: 15.4.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@opennextjs/cloudflare"
  dependency-version: 1.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@libsql/client"
  dependency-version: 0.15.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@biomejs/biome"
  dependency-version: 2.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20250803.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@types/node"
  dependency-version: 18.19.121
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: alchemy
  dependency-version: 0.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: drizzle-orm
  dependency-version: 0.44.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: drizzle-zod
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: wait-on
  dependency-version: 8.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: wrangler
  dependency-version: 4.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 25, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-dependencies-45ba123874 branch August 25, 2025 04:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

0 participants