Skip to content

Bump the npm-dependencies group across 1 directory with 26 updates - #63

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-c5bb63aa00
Open

Bump the npm-dependencies group across 1 directory with 26 updates#63
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-c5bb63aa00

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown

Bumps the npm-dependencies group with 24 updates in the / directory:

Package From To
@clack/prompts 0.11.0 1.7.0
lucide-react 0.468.0 1.31.0
react 19.2.7 19.2.8
@types/react 19.2.17 19.2.18
react-dom 19.2.7 19.2.8
@types/react-dom 19.2.3 19.2.4
recharts 3.8.0 3.10.1
sonner 2.0.7 2.0.8
@cloudflare/vite-plugin 1.45.0 1.52.1
@tailwindcss/postcss 4.3.2 4.3.3
@types/node 22.19.19 26.2.0
@vercel/functions 3.7.5 3.9.3
@vitejs/plugin-react 6.0.3 6.0.5
@vitejs/plugin-rsc 0.5.27 0.5.34
eslint 9.39.5 10.8.1
eslint-config-next 16.2.10 16.3.1
next 16.3.0-canary.87 16.3.1
nodemailer 9.0.4 9.0.5
react-server-dom-webpack 19.2.7 19.2.8
shadcn 4.16.2 4.18.0
tsx 4.23.1 4.23.12
typescript 5.9.3 7.0.2
vinext 0.0.50 0.2.1
vite 8.1.4 8.2.1

Updates @clack/prompts from 0.11.0 to 1.7.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.7.0

Minor Changes

  • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

Patch Changes

@​clack/prompts@​1.6.0

Minor Changes

  • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

    import { note } from '@clack/prompts';
    +import { styleText } from 'node:util';
    note(
    'You can edit the file src/index.jsx',
    'Next steps.'
    
    { format: (text) => styleText('dim', text) }
    );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    @​clack/prompts@​1.5.1

    Patch Changes

    @​clack/prompts@​1.5.0

    Minor Changes

    ... (truncated)

    Changelog

    Sourced from @​clack/prompts's changelog.

    1.7.0

    Minor Changes

    • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

    Patch Changes

    1.6.0

    Minor Changes

    • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

      If you want the old behavior, provide a format() function:

      import { note } from '@clack/prompts';
      +import { styleText } from 'node:util';
      note(
      'You can edit the file src/index.jsx',
      'Next steps.'
      
      { format: (text) => styleText('dim', text) }
      );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    1.5.1

    Patch Changes

    ... (truncated)

    Commits
    Maintainer changes

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


    Updates lucide-react from 0.468.0 to 1.31.0

    Release notes

    Sourced from lucide-react's releases.

    Version 1.31.0

    What's Changed

    New Contributors

    Full Changelog: lucide-icons/lucide@1.30.0...1.31.0

    Version 1.30.0

    What's Changed

    New Contributors

    Full Changelog: lucide-icons/lucide@1.29.0...1.30.0

    Version 1.29.0

    What's Changed

    Full Changelog: lucide-icons/lucide@1.28.0...1.29.0

    Version 1.28.0

    ... (truncated)

    Commits
    • 0f8d48b test(packages): updates unit test snapshots with face-slightly-smiling (#4676)
    • f229f83 chore(depedencies): Update dependencies (#4553)
    • 5ff536e ci(release.yml): Fix workflow and remove version scripts in package scripts...
    • 07c885e fix(docs): fix zephyr-cloud URL in readmes
    • 50d8af5 docs(readme): Update readme files (#4320)
    • 653e44b feat(packages): use .mjs for ESM bundles (#4285)
    • 7623e23 feat(docs): add Zephyr Cloud to Hero Backers tier & rework updateSponsors scr...
    • dada0a8 fix(lucide-react): Fix dynamic imports (#4210)
    • a6e648a fix(lucide-react): correct client directives in RSC files (#4189)
    • 1f010a3 fix(lucide-react): Fixes provider export and RSC render issues (#4175)
    • Additional commits viewable in compare view
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for lucide-react since your current version.


    Updates react from 19.2.7 to 19.2.8

    Release notes

    Sourced from react's releases.

    19.2.8 (July 21st, 2026)

    React Server Components

    Commits

    Updates @types/react from 19.2.17 to 19.2.18

    Commits

    Updates react-dom from 19.2.7 to 19.2.8

    Release notes

    Sourced from react-dom's releases.

    19.2.8 (July 21st, 2026)

    React Server Components

    Commits

    Updates @types/react-dom from 19.2.3 to 19.2.4

    Commits

    Updates recharts from 3.8.0 to 3.10.1

    Release notes

    Sourced from recharts's releases.

    v3.10.1

    What's Changed

    New Contributors

    Full Changelog: recharts/recharts@v3.10.0...v3.10.1

    v3.10.0

    What's Changed

    Legend position

    Legend now supports position and offset props, same as Label and LabeList. This replaces the previous align and verticalAlign for a more convenient positioning, and fixes couple visual bugs too. See https://recharts.github.io/en-US/examples/LegendPosition/

    XAxis auto height

    XAxis now supports height="auto" prop, similar to YAxis width="auto".

    Other features

    Bugfixes

    New Contributors

    ... (truncated)

    Commits
    • ffb9187 3.10.1
    • 411b6f2 fix(bar): keep barGap correct when maxBarSize clamps the bar width (#2774) (#...
    • 58c321b chore(deps-dev): bump postcss from 8.5.10 to 8.5.22 (#7581)
    • f08972b chore(deps-dev): bump the storybook group with 8 updates (#7578)
    • 89599d0 chore(deps-dev): bump chromatic from 11.29.0 to 18.1.0 (#7579)
    • 3da7d87 chore(deps-dev): bump typescript-eslint from 8.64.0 to 8.65.0 in the typescri...
    • 9764273 chore(deps-dev): bump marked from 18.0.5 to 18.0.7 (#7577)
    • a5d7737 fix(tooltip): fall back to index-based search when label-based search returns...
    • 497e8df chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.4 (#7576)
    • 0776eb0 chore(deps): bump immer from 11.1.9 to 11.1.15 (#7575)
    • Additional commits viewable in compare view
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for recharts since your current version.

    Install script changes

    This version modifies prepare script that runs during installation. Review the package contents before updating.


    Updates sonner from 2.0.7 to 2.0.8

    Release notes

    Sourced from sonner's releases.

    v2.0.8

    What's Changed

    New Contributors

    Full Changelog: emilkowalski/sonner@v2.0.7...v2.0.8

    Commits

    Updates @cloudflare/vite-plugin from 1.45.0 to 1.52.1

    Release notes

    Sourced from @​cloudflare/vite-plugin's releases.

    @​cloudflare/vite-plugin@​1.52.1

    Patch Changes

    @​cloudflare/vite-plugin@​1.52.0

    Minor Changes

    • #15123 d0c976c Thanks @​dependabot! - Detect Node.js compatibility from the compatibility date, now that nodejs_compat is enabled by default

      As of compatibility date 2026-08-04, workerd enables the nodejs_compat and nodejs_compat_v2 compatibility flags by default. Previously these tools only treated Node.js compatibility as enabled when one of those flags was listed explicitly, so a Worker on a compatibility date of 2026-08-04 or later without the flag would get Node.js APIs from the runtime but no Node.js polyfills from the bundler, and process.env could be substituted with an empty object at build time. They now resolve these flags the same way workerd does, and honour no_nodejs_compat to opt out.

      To keep Node.js compatibility switched off on a newer compatibility date, specify both no_nodejs_compat and no_nodejs_compat_v2, since each flag has its own default.

      @cloudflare/vitest-pool-workers needs nodejs_compat_v2 for its own test runner, so it continues to override a project that opts out of it. On a compatibility date that enables the flag anyway, it now drops the opt-out rather than adding the flag back, which workerd would reject — previously this stopped such a project from running any tests at all.

      wrangler types also no longer attributes its @types/node suggestion to "the nodejs_compat flag", which it can now make for Workers that do not set the flag at all.

    Patch Changes

    • #15148 0b82b15 Thanks @​jamesopstad! - Ignore a nodejs_compat compatibility flag that the compatibility date already enables

      workerd rejects a compatibility flag that its compatibility date enables by default, so a Worker configured with both a compatibility date of 2026-08-04 or later and nodejs_compat failed to start locally with "The compatibility flag nodejs_compat became the default as of 2026-08-04 so does not need to be specified anymore".

      The redundant nodejs_compat and nodejs_compat_v2 flags are now dropped when starting the runtime, which has no effect on the resulting Worker because the compatibility date enables both anyway. no_nodejs_compat and no_nodejs_compat_v2 still switch Node.js compatibility off, and a flag specified alongside its own opt-out is left alone so that workerd still reports those as contradictory.

    • Updated dependencies [d0c976c, d0c976c, 0b82b15, d0c976c, d0c976c, 90dd5e5, 3b02915]:

    @​cloudflare/vite-plugin@​1.51.3

    Patch Changes

    @​cloudflare/vite-plugin@​1.51.2

    Patch Changes

    ... (truncated)

    Changelog

    Sourced from @​cloudflare/vite-plugin's changelog.

    1.52.1

    Patch Changes

    1.52.0

    Minor Changes

    • #15123 d0c976c Thanks @​dependabot! - Detect Node.js compatibility from the compatibility date, now that nodejs_compat is enabled by default

      As of compatibility date 2026-08-04, workerd enables the nodejs_compat and nodejs_compat_v2 compatibility flags by default. Previously these tools only treated Node.js compatibility as enabled when one of those flags was listed explicitly, so a Worker on a compatibility date of 2026-08-04 or later without the flag would get Node.js APIs from the runtime but no Node.js polyfills from the bundler, and process.env could be substituted with an empty object at build time. They now resolve these flags the same way workerd does, and honour no_nodejs_compat to opt out.

      To keep Node.js compatibility switched off on a newer compatibility date, specify both no_nodejs_compat and no_nodejs_compat_v2, since each flag has its own default.

      @cloudflare/vitest-pool-workers needs nodejs_compat_v2 for its own test runner, so it continues to override a project that opts out of it. On a compatibility date that enables the flag anyway, it now drops the opt-out rather than adding the flag back, which workerd would reject — previously this stopped such a project from running any tests at all.

      wrangler types also no longer attributes its @types/node suggestion to "the nodejs_compat flag", which it can now make for Workers that do not set the flag at all.

    Patch Changes

    • #15148 0b82b15 Thanks @​jamesopstad! - Ignore a nodejs_compat compatibility flag that the compatibility date already enables

      workerd rejects a compatibility flag that its compatibility date enables by default, so a Worker configured with both a compatibility date of 2026-08-04 or later and nodejs_compat failed to start locally with "The compatibility flag nodejs_compat became the default as of 2026-08-04 so does not need to be specified anymore".

      The redundant nodejs_compat and nodejs_compat_v2 flags are now dropped when starting the runtime, which has no effect on the resulting Worker because the compatibility date enables both anyway. no_nodejs_compat and no_nodejs_compat_v2 still switch Node.js compatibility off, and a flag specified alongside its own opt-out is left alone so that workerd still reports those as contradictory.

    • Updated dependencies [d0c976c, d0c976c, 0b82b15, d0c976c, d0c976c, 90dd5e5, 3b02915]:

    1.51.3

    Patch Changes

    1.51.2

    Patch Changes

    • #14994 2194f88 Thanks @​emily-shen! - Update dev and preview for Miniflare's config-based options

      The Vite plugin now converts the Miniflare options it creates for dev and preview sessions to Miniflare's config-based workers shape.

    ... (truncated)

    Commits

    Updates @tailwindcss/postcss from 4.3.2 to 4.3.3

    Release notes

    Sourced from @​tailwindcss/postcss's releases.

    v4.3.3

    Fixed

    • Support --watch --poll[=ms] in @tailwindcss/cli when filesystem events are unreliable or unavailable (#20297)
    • Canonicalization: match arbitrary hex colors against theme colors case-insensitively (e.g. bg-[#fff] and bg-[#FFF]bg-white) (#20298)
    • Prevent Preflight from overriding Firefox's native iframe:focus-visible outline styles (#20292)
    • Ensure theme('colors.foo') in JS plugins resolves correctly when both --color-foo and --color-foo-bar exist (#20299)
    • Ensure fractional opacity modifiers work with named shadow sizes like shadow-sm/12.5, text-shadow-sm/12.5, drop-shadow-sm/12.5, and inset-shadow-sm/12.5 (#20302)
    • Parse selectors like [data-foo]div as two selectors instead of one (#20303)
    • Ensure @tailwindcss/postcss rebuilds when a preprocessor like Sass changes the input CSS without changing the input file on disk (#20310)
    • Ensure CSS nesting is handled even when Lightning CSS isn't run, such as in @tailwindcss/browser and Tailwind Play (

    Bumps the npm-dependencies group with 24 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.11.0` | `1.7.0` |
    | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.468.0` | `1.31.0` |
    | [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` |
    | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.17` | `19.2.18` |
    | [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` |
    | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.3` | `19.2.4` |
    | [recharts](https://github.com/recharts/recharts) | `3.8.0` | `3.10.1` |
    | [sonner](https://github.com/emilkowalski/sonner) | `2.0.7` | `2.0.8` |
    | [@cloudflare/vite-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vite-plugin-cloudflare) | `1.45.0` | `1.52.1` |
    | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.3.2` | `4.3.3` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.19` | `26.2.0` |
    | [@vercel/functions](https://github.com/vercel/vercel/tree/HEAD/packages/functions) | `3.7.5` | `3.9.3` |
    | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.3` | `6.0.5` |
    | [@vitejs/plugin-rsc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-rsc) | `0.5.27` | `0.5.34` |
    | [eslint](https://github.com/eslint/eslint) | `9.39.5` | `10.8.1` |
    | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.10` | `16.3.1` |
    | [next](https://github.com/vercel/next.js) | `16.3.0-canary.87` | `16.3.1` |
    | [nodemailer](https://github.com/nodemailer/nodemailer) | `9.0.4` | `9.0.5` |
    | [react-server-dom-webpack](https://github.com/react/react/tree/HEAD/packages/react-server-dom-webpack) | `19.2.7` | `19.2.8` |
    | [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.16.2` | `4.18.0` |
    | [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.12` |
    | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
    | [vinext](https://github.com/cloudflare/vinext) | `0.0.50` | `0.2.1` |
    | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.4` | `8.2.1` |
    
    
    
    Updates `@clack/prompts` from 0.11.0 to 1.7.0
    - [Release notes](https://github.com/bombshell-dev/clack/releases)
    - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
    - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.7.0/packages/prompts)
    
    Updates `lucide-react` from 0.468.0 to 1.31.0
    - [Release notes](https://github.com/lucide-icons/lucide/releases)
    - [Commits](https://github.com/lucide-icons/lucide/commits/1.31.0/packages/lucide-react)
    
    Updates `react` from 19.2.7 to 19.2.8
    - [Release notes](https://github.com/react/react/releases)
    - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)
    
    Updates `@types/react` from 19.2.17 to 19.2.18
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    Updates `react-dom` from 19.2.7 to 19.2.8
    - [Release notes](https://github.com/react/react/releases)
    - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)
    
    Updates `@types/react-dom` from 19.2.3 to 19.2.4
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
    
    Updates `recharts` from 3.8.0 to 3.10.1
    - [Release notes](https://github.com/recharts/recharts/releases)
    - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
    - [Commits](recharts/recharts@v3.8.0...v3.10.1)
    
    Updates `sonner` from 2.0.7 to 2.0.8
    - [Release notes](https://github.com/emilkowalski/sonner/releases)
    - [Commits](emilkowalski/sonner@v2.0.7...v2.0.8)
    
    Updates `@cloudflare/vite-plugin` from 1.45.0 to 1.52.1
    - [Release notes](https://github.com/cloudflare/workers-sdk/releases)
    - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vite-plugin-cloudflare/CHANGELOG.md)
    - [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vite-plugin@1.52.1/packages/vite-plugin-cloudflare)
    
    Updates `@tailwindcss/postcss` from 4.3.2 to 4.3.3
    - [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.3.3/packages/@tailwindcss-postcss)
    
    Updates `@types/node` from 22.19.19 to 26.2.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@types/react` from 19.2.17 to 19.2.18
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    Updates `@types/react-dom` from 19.2.3 to 19.2.4
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
    
    Updates `@vercel/functions` from 3.7.5 to 3.9.3
    - [Release notes](https://github.com/vercel/vercel/releases)
    - [Changelog](https://github.com/vercel/vercel/blob/main/packages/functions/CHANGELOG.md)
    - [Commits](https://github.com/vercel/vercel/commits/@vercel/next@3.9.3/packages/functions)
    
    Updates `@vitejs/plugin-react` from 6.0.3 to 6.0.5
    - [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@6.0.5/packages/plugin-react)
    
    Updates `@vitejs/plugin-rsc` from 0.5.27 to 0.5.34
    - [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
    - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-rsc/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-rsc@0.5.34/packages/plugin-rsc)
    
    Updates `eslint` from 9.39.5 to 10.8.1
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](eslint/eslint@v9.39.5...v10.8.1)
    
    Updates `eslint-config-next` from 16.2.10 to 16.3.1
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Commits](https://github.com/vercel/next.js/commits/v16.3.1/packages/eslint-config-next)
    
    Updates `next` from 16.3.0-canary.87 to 16.3.1
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Commits](vercel/next.js@v16.3.0-canary.87...v16.3.1)
    
    Updates `nodemailer` from 9.0.4 to 9.0.5
    - [Release notes](https://github.com/nodemailer/nodemailer/releases)
    - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
    - [Commits](nodemailer/nodemailer@v9.0.4...v9.0.5)
    
    Updates `react-server-dom-webpack` from 19.2.7 to 19.2.8
    - [Release notes](https://github.com/react/react/releases)
    - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-server-dom-webpack)
    
    Updates `shadcn` from 4.16.2 to 4.18.0
    - [Release notes](https://github.com/shadcn-ui/ui/releases)
    - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
    - [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.18.0/packages/shadcn)
    
    Updates `tailwindcss` from 4.3.2 to 4.3.3
    - [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.3.3/packages/tailwindcss)
    
    Updates `tsx` from 4.23.1 to 4.23.12
    - [Release notes](https://github.com/privatenumber/tsx/releases)
    - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
    - [Commits](privatenumber/tsx@v4.23.1...v4.23.12)
    
    Updates `typescript` from 5.9.3 to 7.0.2
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Commits](https://github.com/microsoft/TypeScript/commits)
    
    Updates `vinext` from 0.0.50 to 0.2.1
    - [Release notes](https://github.com/cloudflare/vinext/releases)
    - [Commits](https://github.com/cloudflare/vinext/compare/v0.0.50...vinext@0.2.1)
    
    Updates `vite` from 8.1.4 to 8.2.1
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v8.2.1/packages/vite)
    
    Updates `wrangler` from 4.111.0 to 4.123.0
    - [Release notes](https://github.com/cloudflare/workers-sdk/releases)
    - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.123.0/packages/wrangler)
    
    ---
    updated-dependencies:
    - dependency-name: "@clack/prompts"
      dependency-version: 1.7.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    - dependency-name: lucide-react
      dependency-version: 1.31.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    - dependency-name: react
      dependency-version: 19.2.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: "@types/react"
      dependency-version: 19.2.18
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: react-dom
      dependency-version: 19.2.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: "@types/react-dom"
      dependency-version: 19.2.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: recharts
      dependency-version: 3.10.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: sonner
      dependency-version: 2.0.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: "@cloudflare/vite-plugin"
      dependency-version: 1.52.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: "@tailwindcss/postcss"
      dependency-version: 4.3.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: "@types/node"
      dependency-version: 26.2.0
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    - dependency-name: "@types/react"
      dependency-version: 19.2.18
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: "@types/react-dom"
      dependency-version: 19.2.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: "@vercel/functions"
      dependency-version: 3.9.3
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: "@vitejs/plugin-react"
      dependency-version: 6.0.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: "@vitejs/plugin-rsc"
      dependency-version: 0.5.34
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: eslint
      dependency-version: 10.8.1
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    - dependency-name: eslint-config-next
      dependency-version: 16.3.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: next
      dependency-version: 16.3.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: nodemailer
      dependency-version: 9.0.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: react-server-dom-webpack
      dependency-version: 19.2.8
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: shadcn
      dependency-version: 4.18.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: tailwindcss
      dependency-version: 4.3.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: tsx
      dependency-version: 4.23.12
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: typescript
      dependency-version: 7.0.2
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    - dependency-name: vinext
      dependency-version: 0.2.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: vite
      dependency-version: 8.2.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: wrangler
      dependency-version: 4.123.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-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 17, 2026
    @vercel

    vercel Bot commented Aug 17, 2026

    Copy link
    Copy Markdown

    The latest updates on your projects. Learn more about Vercel for GitHub.

    Project Deployment Actions Updated (UTC)
    openbucket Error Error Aug 17, 2026 4:28am

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

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

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants