Skip to content

chore(deps)(deps): bump the runtime-deps group across 1 directory with 30 updates#893

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/runtime-deps-ee4b6efde1
Open

chore(deps)(deps): bump the runtime-deps group across 1 directory with 30 updates#893
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/runtime-deps-ee4b6efde1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the runtime-deps group with 30 updates in the / directory:

Package From To
arktype 2.2.0 2.2.1
@clack/prompts 1.4.0 1.6.0
esbuild 0.28.0 0.28.1
prettier 3.8.3 3.8.4
pg-cursor 2.20.0 2.21.0
vitest 4.1.8 4.1.9
next 16.2.7 16.2.9
@react-router/node 7.16.0 7.18.0
@react-router/serve 7.16.0 7.18.0
isbot 5.1.40 5.1.44
react-router 7.16.0 7.18.0
@radix-ui/react-dropdown-menu 2.1.16 2.1.18
@radix-ui/react-label 2.1.8 2.1.10
@radix-ui/react-radio-group 1.3.8 1.4.1
@radix-ui/react-select 2.2.6 2.3.1
@radix-ui/react-separator 1.1.8 1.1.10
@radix-ui/react-slot 1.2.4 1.3.0
@tailwindcss/postcss 4.3.0 4.3.1
lucide-react 1.17.0 1.21.0
tailwindcss 4.3.0 4.3.1
monaco-editor 0.52.2 0.55.1
vscode-languageserver-protocol 3.17.5 3.18.0
ws 8.20.1 8.21.0
evlog 2.18.1 2.19.1
@prisma/dev 0.24.12 0.24.14
@types/node 25.9.1 25.9.4
mongodb 7.2.0 7.3.0
pg 8.21.0 8.22.0
tsdown 0.22.1 0.22.3
vscode-languageserver 10.0.0 10.0.1

Updates arktype from 2.2.0 to 2.2.1

Changelog

Sourced from arktype's changelog.

2.2.1

Improve regex inference for zero-min quantifiers on numeric patterns

// was: Regex<`${number}`>
// now: Regex<"" | `${number}`>
regex("^\\d*$")

See arkregex CHANGELOG for full notes.

Commits
  • 93cb501 release: arkregex 0.0.6 + dependents; publish @​ark/fast-check
  • See full diff in compare view

Updates @clack/prompts from 1.4.0 to 1.6.0

Release notes

Sourced from @​clack/prompts's releases.

@​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

    • #543 83428ac Thanks @​florian-lefebvre! - Adds support for Standard Schema validation

      Prompts accept an optional validate() function to validate user input. While a function provides more flexibility and customization over your validation, it can be a bit verbose. To help solve this, there are libraries that provide schema-based validation to make shorthand and type-strict validation substantially easier.

      Libraries following the Standard Schema specification are now natively supported. For example, using Arktype:

      import { text } from '@clack/prompts';
      import { type } from 'arktype';
      const name = await text({
      message: 'Enter your email',

    ... (truncated)

    Changelog

    Sourced from @​clack/prompts's changelog.

    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

    1.5.0

    Minor Changes

    • #543 83428ac Thanks @​florian-lefebvre! - Adds support for Standard Schema validation

      Prompts accept an optional validate() function to validate user input. While a function provides more flexibility and customization over your validation, it can be a bit verbose. To help solve this, there are libraries that provide schema-based validation to make shorthand and type-strict validation substantially easier.

      Libraries following the Standard Schema specification are now natively supported. For example, using Arktype:

      import { text } from '@clack/prompts';
      import { type } from 'arktype';

    ... (truncated)

    Commits
    • 0e70056 [ci] release (#562)
    • f87933f fix(prompts): do not dim note contents (#568)
    • cc6aab5 feat(prompts): add instructions footer for select, multi-select & `group-...
    • 02ae191 [ci] release (#549)
    • 56e9d67 docs: add jsdoc for date, limit-options, and messages (#546)
    • 030ba4d [ci] release (#539)
    • 83428ac feat: standard schema for validation (#543)
    • adb6af9 docs: add jsdoc for box, group, and group-multi-select (#542)
    • 3170ed9 docs: add jsdoc for autocomplete, confirm, and path prompts (#540)
    • 3dcb31a fix: spaces and uppercase characters in multiline input (#534)
    • See full diff in compare view

    Updates esbuild from 0.28.0 to 0.28.1

    Release notes

    Sourced from esbuild's releases.

    v0.28.1

    • Disallow \ in local development server HTTP requests (GHSA-g7r4-m6w7-qqqr)

      This release fixes a security issue where HTTP requests to esbuild's local development server could traverse outside of the serve directory on Windows using a \ backslash character. It happened due to the use of Go's path.Clean() function, which only handles Unix-style / characters. HTTP requests with paths containing \ are no longer allowed.

      Thanks to @​dellalibera for reporting this issue.

    • Add integrity checks to the Deno API (GHSA-gv7w-rqvm-qjhr)

      The previous release of esbuild added integrity checks to esbuild's npm install script. This release also adds integrity checks to esbuild's Deno install script. Now esbuild's Deno API will also fail with an error if the downloaded esbuild binary contains something other than the expected content.

      Note that esbuild's Deno API installs from registry.npmjs.org by default, but allows the NPM_CONFIG_REGISTRY environment variable to override this with a custom package registry. This change means that the esbuild executable served by NPM_CONFIG_REGISTRY must now match the expected content.

      Thanks to @​sondt99 for reporting this issue.

    • Avoid inlining using and await using declarations (#4482)

      Previously esbuild's minifier sometimes incorrectly inlined using and await using declarations into subsequent uses of that declaration, which then fails to dispose of the resource correctly. This bug happened because inlining was done for let and const declarations by avoiding doing it for var declarations, which no longer worked when more declaration types were added. Here's an example:

      // Original code
      {
        using x = new Resource()
        x.activate()
      }
      // Old output (with --minify)
      new Resource().activate();
      // New output (with --minify)
      {using e=new Resource;e.activate()}

    • Fix module evaluation when an error is thrown (#4461, #4467)

      If an error is thrown during module evaluation, esbuild previously didn't preserve the state of the module for subsequent module references. This was observable if import() or require() is used to import a module multiple times. The thrown error is supposed to be thrown by every call to import() or require(), not just the first. With this release, esbuild will now throw the same error every time you call import() or require() on a module that throws during its evaluation.

    • Fix some edge cases around the new operator (#4477)

      Previously esbuild incorrectly printed certain edge cases involving complex expressions inside the target of a new expression (specifically an optional chain and/or a tagged template literal). The generated code for the new target was not correctly wrapped with parentheses, and either contained a syntax error or had different semantics. These edge cases have been fixed so that they now correctly wrap the new target in parentheses. Here is an example of some affected code:

      // Original code
      new (foo()`bar`)()
      new (foo()?.bar)()
      // Old output
      new foo()bar();
      new (foo())?.bar();

    ... (truncated)

    Changelog

    Sourced from esbuild's changelog.

    0.28.1

    • Disallow \ in local development server HTTP requests (GHSA-g7r4-m6w7-qqqr)

      This release fixes a security issue where HTTP requests to esbuild's local development server could traverse outside of the serve directory on Windows using a \ backslash character. It happened due to the use of Go's path.Clean() function, which only handles Unix-style / characters. HTTP requests with paths containing \ are no longer allowed.

      Thanks to @​dellalibera for reporting this issue.

    • Add integrity checks to the Deno API (GHSA-gv7w-rqvm-qjhr)

      The previous release of esbuild added integrity checks to esbuild's npm install script. This release also adds integrity checks to esbuild's Deno install script. Now esbuild's Deno API will also fail with an error if the downloaded esbuild binary contains something other than the expected content.

      Note that esbuild's Deno API installs from registry.npmjs.org by default, but allows the NPM_CONFIG_REGISTRY environment variable to override this with a custom package registry. This change means that the esbuild executable served by NPM_CONFIG_REGISTRY must now match the expected content.

      Thanks to @​sondt99 for reporting this issue.

    • Avoid inlining using and await using declarations (#4482)

      Previously esbuild's minifier sometimes incorrectly inlined using and await using declarations into subsequent uses of that declaration, which then fails to dispose of the resource correctly. This bug happened because inlining was done for let and const declarations by avoiding doing it for var declarations, which no longer worked when more declaration types were added. Here's an example:

      // Original code
      {
        using x = new Resource()
        x.activate()
      }
      // Old output (with --minify)
      new Resource().activate();
      // New output (with --minify)
      {using e=new Resource;e.activate()}

    • Fix module evaluation when an error is thrown (#4461, #4467)

      If an error is thrown during module evaluation, esbuild previously didn't preserve the state of the module for subsequent module references. This was observable if import() or require() is used to import a module multiple times. The thrown error is supposed to be thrown by every call to import() or require(), not just the first. With this release, esbuild will now throw the same error every time you call import() or require() on a module that throws during its evaluation.

    • Fix some edge cases around the new operator (#4477)

      Previously esbuild incorrectly printed certain edge cases involving complex expressions inside the target of a new expression (specifically an optional chain and/or a tagged template literal). The generated code for the new target was not correctly wrapped with parentheses, and either contained a syntax error or had different semantics. These edge cases have been fixed so that they now correctly wrap the new target in parentheses. Here is an example of some affected code:

      // Original code
      new (foo()`bar`)()
      new (foo()?.bar)()
      // Old output
      new foo()bar();
      new (foo())?.bar();

    ... (truncated)

    Commits

    Updates prettier from 3.8.3 to 3.8.4

    Release notes

    Sourced from prettier's releases.

    3.8.4

    🔗 Changelog

    Changelog

    Sourced from prettier's changelog.

    3.8.4

    diff

    Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @​byplayer)

    Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

    <!-- Input -->
    - a
    
    
    b
    
    
    c
    
    d
    
    
    
    <!-- Prettier 3.8.3 -->
    
    a
    
    b
    
    
    c
    
    d
    
    
    
    <!-- Prettier 3.8.4 -->
    
    
    a
    
    b
    
    
    
    c
    
    d
    Commits
    • 1c6ba55 Release 3.8.4
    • 4a673dc Fix blank lines between list items and nested sub-lists being removed in Mark...
    • 074aaed Replace main branch in changelog link with tags (#19054)
    • c22a003 Bump Prettier dependency to 3.8.3
    • 07bad1f Clean changelog_unreleased
    • See full diff in compare view

    Updates pg-cursor from 2.20.0 to 2.21.0

    Commits

    Updates vitest from 4.1.8 to 4.1.9

    Release notes

    Sourced from vitest's releases.

    v4.1.9

    🐞 Bug Fixes

    View changes on GitHub
    Commits
    • a7a61e7 chore: release v4.1.9 (#10598)
    • 934b0f5 fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...
    • 7fb2965 fix(browser): wait for orchestrator readiness before resolving browser sessio...
    • a518019 fix: fix importOriginal with optimizer and query import [backport to v4] (#...
    • See full diff in compare view

    Updates next from 16.2.7 to 16.2.9

    Release notes

    Sourced from next's releases.

    v16.2.9

    Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

    v16.2.8

    Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

    Commits

    Updates @react-router/node from 7.16.0 to 7.18.0

    Release notes

    Sourced from @​react-router/node's releases.

    v7.18.0

    See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7180

    v7.17.0

    See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7170

    Changelog

    Sourced from @​react-router/node's changelog.

    v7.18.0

    Patch Changes

    v7.17.0

    Patch Changes

    Commits

    Updates @react-router/serve from 7.16.0 to 7.18.0

    Release notes

    Sourced from @​react-router/serve's releases.

    v7.18.0

    See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7180

    v7.17.0

    See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7170

    Changelog

    Sourced from @​react-router/serve's changelog.

    v7.18.0

    Patch Changes

    v7.17.0

    Patch Changes

    Commits

    Updates isbot from 5.1.40 to 5.1.44

    Changelog

    Sourced from isbot's changelog.

    5.1.44

    • Pattern updates
    • Maintenance: remove defunct services from crawlers list

    5.1.43

    • Pattern updates

    5.1.42

    • Pattern updates

    5.1.41

    • [FIX] Browser entry: was missing from package output
    • Pattern updates
    Commits

    Updates react-router from 7.16.0 to 7.18.0

    Release notes

    Sourced from react-router's releases.

    v7.18.0

    See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7180

    v7.17.0

    See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7170

    Changelog

    Sourced from react-router's changelog.

    v7.18.0

    Patch Changes

    • Fix server handler prerender responses when using ssr: false and future.v8_trailingSlashAwareDataRequests: true. Avoids false positive "SPA Mode" detection when serving prerendered paths (#15173)
    • Use the ServerRouter nonce for nonce-aware SSR components when they don't provide their own value so strict CSP pages can load them. (#15170)
    • Use turbo-stream to serialize and deserialize Framework Mode hydration errors (#15175)
    • Precompute route branch matchers to avoid recompiling route path regexes during matching (#15186)
    • Use the constructed request URL host when validating action request origins. (#15185)
    • Remove the un-documented custom error serialization logic from Data Mode SSR built-in hydration flows (#15175)
    • Validate protocols in RSC render redirects (#15177)
    • Consolidate url normalization logic and better handle mixed slashes (#15176)

    v7.17.0

    Minor Changes

    • Ship a subset of the official documentation inside the react-router package (#15121)
      • Markdown docs are now available in node_modules/react-router/docs, letting AI coding agents and the React Router agent skills read official docs locally
      • Excludes auto-generated API docs (api/), community/ content, and tutorials (tutorials/)
    Commits

    Updates @radix-ui/react-dropdown-menu from 2.1.16 to 2.1.18

    Changelog

    Sourced from @​radix-ui/react-dropdown-menu's changelog.

    2.1.18

    • Fixed a bug where menus and submenus remained open after a window loses focus.
    • Updated dependencies: @radix-ui/react-menu@2.1.18, @radix-ui/react-primitive@2.1.6

    2.1.17

    • Added repository.directory to all package.json files
    • Updated dependencies: @radix-ui/react-menu@2.1.17, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3
    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​radix-ui/react-dropdown-menu since your current version.


    Updates @radix-ui/react-label from 2.1.8 to 2.1.10

    Changelog

    Sourced from @​radix-ui/react-label's changelog.

    2.1.10

    • Updated dependencies: @radix-ui/react-primitive@2.1.6

    2.1.9

    • Added repository.directory to all package.json files
    • Updated dependencies: @radix-ui/react-primitive@2.1.5
    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​radix-ui/react-label since your current version.


    Updates @radix-ui/react-radio-group from 1.3.8 to 1.4.1

    Changelog

    Sourced from @​radix-ui/react-radio-group's changelog.

    1.4.1

    • Updated dependencies: @radix-ui/react-primitive@2.1.6, @radix-ui/react-roving-focus@1.1.13

    1.4.0

    • Added unstable RadioGroupItemProvider, RadioGroupItemTrigger and RadioGroupItemBubbleInput parts. These expose the previously internal composition of a radio item (context provider, the interactive control, and the hidden form input) so consumers can directly access and recompose them. The RadioGroupItem component continues to render them by default.
    • Added repository.directory to all package.json files
    • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-direction@1.1.2, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-primitive@2.1.5, @radix-ui/react-roving-focus@1.1.12, @radix-ui/react-use-controllable-state@1.2.3, @radix-ui/react-use-previous@1.1.2, @radix-ui/react-use-size@1.1.2
    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​radix-ui/react-radio-group since your current version.


    Updates @radix-ui/react-select from 2.2.6 to 2.3.1

    Changelog

    Sourced from @​radix-ui/react-select's changelog.

    2.3.1

    • Allowed a Select.Item with an empty string value to act as a "clear" option. Selecting it resets the selection back to the placeholder, restoring the native <select> behavior for optional selects.
    • Fixed a bug where typeahead search resulted in focusing an element that no longer exists.
    • Updated dependencies: @radix-ui/react-slot@1.3.0, @radix-ui/react-popper@1.3.1, @radix-ui/react-dismissable-layer@1.1.13, @radix-ui/react-primitive@2.1.6, @radix-ui/react-collection@1.1.10, @radix-ui/react-focus-scope@1.1.10, @radix-ui/react-portal@1.1.12, @radix-ui/react-visually-hidden@1.2.6

    2.3.0

    • Added unstable Provider and BubbleInput parts to Select. Select.unstable_Provider sets up Select's context and state without implicitly rendering the hidden native select, and Select.unstable_BubbleInput exposes that previously internal native select so consumers can recompose it explicitly. Select continues to render both by default.
    • Added support for presence-based exit animations in Select
    • Fixed Select hidden input so it submits empty string when no value is selected
    • Fixed placeholder rendering when a controlled Select is reset to an empty value
    • Added missing __selectScope prop to PopperContent component
    • Fixed Select closing unexpectedly after touch-scrolling its content when rendered inside an open shadow DOM
    • Fixed a bug where iOS text selection and editing on HTML inputs within react-dialog were broken
    • Fixed triggers referencing a non-existent element via aria-controls when their content is removed from the DOM (credit to @​dodomorandi for the original PR)
    • Fixed SelectValue logging invalid prop errors when used with both asChild and a placeholder
    • Added repository.directory to all package.json files
    • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-popper@1.3.0, @radix-ui/react-slot@1.2.5, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-dismissable-layer@1.1.12, @radix-ui/react-collection@1.1.9, @radix-ui/react-direction@1.1.2, @radix-ui/number@1.1.2, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-focus-scope@1.1.9, @radix-ui/react-id@1.1.2, @radix-ui/react-portal@1.1.11, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-controllable-state@1.2.3, @radix-ui/react-use-layout-effect@1.1.2, @radix-ui/react-use-previous@1.1.2, @radix-ui/react-visually-hidden@1.2.5
    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​radix-ui/react-select since your current version.


    Updates @radix-ui/react-separator from 1.1.8 to 1.1.10

    Changelog

    Sourced from @​radix-ui/react-separator's changelog.

    1.1.10

    • Updated dependencies: @radix-ui/react-primitive@2.1.6

    1.1.9

    • Added repository.directory to all package.json files
    • Updated dependencies: @radix-ui/react-primitive@2.1.5
    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​radix-ui/react-separator since your current version.


    Updates @radix-ui/react-slot from 1.2.4 to 1.3.0

    Changelog

    Sourced from @​radix-ui/react-slot's changelog.

    1.3.0

    Added generic type arguments for SlotProps and createSlot

    SlotProps and createSlot now accept generic type arguments to specify the type of element a slot should render, as well as its props.

    const Slot = createSlot<HTMLButtonElement, MyCustomButtonProps>("Slot");

    1.2.5

    • Fixed infinite re-render loop in React 19 caused by Slot creating a new ref callback on every render
    • Added support for nested Slottable via a render prop, so a slotted element can be wrapped while still merging Slot props and refs onto it
    • Added repository.directory to all package.json files
    • Improved error messages for invalid slot children
    • Updated dependencies: @radix-ui/react-compose-refs@1.1.3
    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​radix-ui/react-slot since your current version.


    Updates @tailwindcss/postcss from 4.3.0 to 4.3.1

    Release notes

    Sourced from @​tailwindcss/postcss's releases.

    v4.3.1

    Added

    • Add --silent option to suppress output in @tailwindcss/cli (#20100)

    Fixed

    • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#20028)
    • Canonicalization: don't crash when plugin utilities throw for unsupported values (#20052)
    • Allow @apply to be used with CSS mixins (#19427)
    • Ensure not-* correctly negates @container queries, including style(…) queries (#20059)
    • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#20080)
    • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#20103)
    • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#20027)
    • Canonicalization: don't suggest invalid calc(…) expressions (e.g. px-[calc(1rem+0px)]px-[calc(1rem+0)]) (#20127)
    • Canonicalization: avoid suggesting large spacing-scale values for arbitrary lengths (e.g. left-[99999px]left-[99999px], not left-24999.75) (#20130)
    • Ensure @tailwindcss/cli in --watch mode recovers when a tracked dependency is deleted and restored (#20137)
    • Ensure standalone @tailwindcss/cli binaries are ignored when scanning for class candidates (#20139)
    • Ensure class candidates are extracted from Twig addClass(…) and removeClass(…) calls (#20198)
    • Don't crash in the Ruby or Vue preprocessors when scanning files containing invalid UTF-8 bytes (#19588)
    • Allow @variant to be used inside addBase (#19480)
    • Ensure @source globs with symlinks are preserved (#20203)
    • Ensure later @source rules can re-include files excluded by earlier @source not rules (#20203)
    • Upgrade: don't migrate empty class rules to invalid @utility rules (#20205)
    • Ensure transitions between inset-shadow-none and other inset shadows work correctly (#20208)
    • Ensure explicitly referenced @source directories are scanned even when ignored by git (#20214)
    • Ensure @source globs ending in **/* preserve dynamic path segments to avoid scanning too many files (#20217)
    • Canonicalization: don't fold calc(…) divisions when the result would require high precision (e.g. w-[calc(100%/3.5)]w-[calc(100%/3.5)], not w-[28.571428571428573%]) (#20221)
    • Serve ESM type declarations to ESM importers of @tailwindcss/postcss (#20228)

    Changed

    • Generate 0 instead of calc(var(--spacing) * 0) for spacing utilities like m-0 and left-0 (#20196)
    • Generate var(--spacing) instead of calc(var(--spacing) * 1) for spacing utilities like m-1 and left-1 (

    …h 30 updates
    
    Bumps the runtime-deps group with 30 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [arktype](https://github.com/arktypeio/arktype/tree/HEAD/ark/type) | `2.2.0` | `2.2.1` |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.4.0` | `1.6.0` |
    | [esbuild](https://github.com/evanw/esbuild) | `0.28.0` | `0.28.1` |
    | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` |
    | [pg-cursor](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg-cursor) | `2.20.0` | `2.21.0` |
    | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.8` | `4.1.9` |
    | [next](https://github.com/vercel/next.js) | `16.2.7` | `16.2.9` |
    | [@react-router/node](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-node) | `7.16.0` | `7.18.0` |
    | [@react-router/serve](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve) | `7.16.0` | `7.18.0` |
    | [isbot](https://github.com/omrilotan/isbot) | `5.1.40` | `5.1.44` |
    | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.16.0` | `7.18.0` |
    | [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dropdown-menu) | `2.1.16` | `2.1.18` |
    | [@radix-ui/react-label](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/label) | `2.1.8` | `2.1.10` |
    | [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/radio-group) | `1.3.8` | `1.4.1` |
    | [@radix-ui/react-select](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/select) | `2.2.6` | `2.3.1` |
    | [@radix-ui/react-separator](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/separator) | `1.1.8` | `1.1.10` |
    | [@radix-ui/react-slot](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/slot) | `1.2.4` | `1.3.0` |
    | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.3.0` | `4.3.1` |
    | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.17.0` | `1.21.0` |
    | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.3.0` | `4.3.1` |
    | [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.52.2` | `0.55.1` |
    | [vscode-languageserver-protocol](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/protocol) | `3.17.5` | `3.18.0` |
    | [ws](https://github.com/websockets/ws) | `8.20.1` | `8.21.0` |
    | [evlog](https://github.com/HugoRCD/evlog) | `2.18.1` | `2.19.1` |
    | @prisma/dev | `0.24.12` | `0.24.14` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.1` | `25.9.4` |
    | [mongodb](https://github.com/mongodb/node-mongodb-native) | `7.2.0` | `7.3.0` |
    | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.21.0` | `8.22.0` |
    | [tsdown](https://github.com/rolldown/tsdown) | `0.22.1` | `0.22.3` |
    | [vscode-languageserver](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/server) | `10.0.0` | `10.0.1` |
    
    
    
    Updates `arktype` from 2.2.0 to 2.2.1
    - [Release notes](https://github.com/arktypeio/arktype/releases)
    - [Changelog](https://github.com/arktypeio/arktype/blob/main/ark/type/CHANGELOG.md)
    - [Commits](https://github.com/arktypeio/arktype/commits/arktype@2.2.1/ark/type)
    
    Updates `@clack/prompts` from 1.4.0 to 1.6.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.6.0/packages/prompts)
    
    Updates `esbuild` from 0.28.0 to 0.28.1
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.28.0...v0.28.1)
    
    Updates `prettier` from 3.8.3 to 3.8.4
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.8.3...3.8.4)
    
    Updates `pg-cursor` from 2.20.0 to 2.21.0
    - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/brianc/node-postgres/commits/pg-cursor@2.21.0/packages/pg-cursor)
    
    Updates `vitest` from 4.1.8 to 4.1.9
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest)
    
    Updates `next` from 16.2.7 to 16.2.9
    - [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.2.7...v16.2.9)
    
    Updates `@react-router/node` from 7.16.0 to 7.18.0
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-node/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/@react-router/node@7.18.0/packages/react-router-node)
    
    Updates `@react-router/serve` from 7.16.0 to 7.18.0
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-serve/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/@react-router/serve@7.18.0/packages/react-router-serve)
    
    Updates `isbot` from 5.1.40 to 5.1.44
    - [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
    - [Commits](omrilotan/isbot@v5.1.40...v5.1.44)
    
    Updates `react-router` from 7.16.0 to 7.18.0
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.18.0/packages/react-router)
    
    Updates `@radix-ui/react-dropdown-menu` from 2.1.16 to 2.1.18
    - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dropdown-menu/CHANGELOG.md)
    - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dropdown-menu)
    
    Updates `@radix-ui/react-label` from 2.1.8 to 2.1.10
    - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/label/CHANGELOG.md)
    - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/label)
    
    Updates `@radix-ui/react-radio-group` from 1.3.8 to 1.4.1
    - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/radio-group/CHANGELOG.md)
    - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/radio-group)
    
    Updates `@radix-ui/react-select` from 2.2.6 to 2.3.1
    - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/select/CHANGELOG.md)
    - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/select)
    
    Updates `@radix-ui/react-separator` from 1.1.8 to 1.1.10
    - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/separator/CHANGELOG.md)
    - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/separator)
    
    Updates `@radix-ui/react-slot` from 1.2.4 to 1.3.0
    - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/slot/CHANGELOG.md)
    - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/slot)
    
    Updates `@tailwindcss/postcss` from 4.3.0 to 4.3.1
    - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/@tailwindcss-postcss)
    
    Updates `lucide-react` from 1.17.0 to 1.21.0
    - [Release notes](https://github.com/lucide-icons/lucide/releases)
    - [Commits](https://github.com/lucide-icons/lucide/commits/1.21.0/packages/lucide-react)
    
    Updates `tailwindcss` from 4.3.0 to 4.3.1
    - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/tailwindcss)
    
    Updates `monaco-editor` from 0.52.2 to 0.55.1
    - [Release notes](https://github.com/microsoft/monaco-editor/releases)
    - [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
    - [Commits](microsoft/monaco-editor@v0.52.2...v0.55.1)
    
    Updates `vscode-languageserver-protocol` from 3.17.5 to 3.18.0
    - [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
    - [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/types/3.18.0/protocol)
    
    Updates `ws` from 8.20.1 to 8.21.0
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.20.1...8.21.0)
    
    Updates `evlog` from 2.18.1 to 2.19.1
    - [Release notes](https://github.com/HugoRCD/evlog/releases)
    - [Commits](https://github.com/HugoRCD/evlog/compare/evlog@2.18.1...evlog@2.19.1)
    
    Updates `@prisma/dev` from 0.24.12 to 0.24.14
    
    Updates `@types/node` from 25.9.1 to 25.9.4
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `mongodb` from 7.2.0 to 7.3.0
    - [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
    - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
    - [Commits](mongodb/node-mongodb-native@v7.2.0...v7.3.0)
    
    Updates `pg` from 8.21.0 to 8.22.0
    - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.22.0/packages/pg)
    
    Updates `tsdown` from 0.22.1 to 0.22.3
    - [Release notes](https://github.com/rolldown/tsdown/releases)
    - [Commits](rolldown/tsdown@v0.22.1...v0.22.3)
    
    Updates `vscode-languageserver` from 10.0.0 to 10.0.1
    - [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
    - [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/10.0.1/server)
    
    ---
    updated-dependencies:
    - dependency-name: arktype
      dependency-version: 2.2.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: "@clack/prompts"
      dependency-version: 1.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: esbuild
      dependency-version: 0.28.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: prettier
      dependency-version: 3.8.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: pg-cursor
      dependency-version: 2.21.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: vitest
      dependency-version: 4.1.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: next
      dependency-version: 16.2.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: "@react-router/node"
      dependency-version: 7.18.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: "@react-router/serve"
      dependency-version: 7.18.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: isbot
      dependency-version: 5.1.44
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: react-router
      dependency-version: 7.18.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: "@radix-ui/react-dropdown-menu"
      dependency-version: 2.1.18
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: "@radix-ui/react-label"
      dependency-version: 2.1.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: "@radix-ui/react-radio-group"
      dependency-version: 1.4.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: "@radix-ui/react-select"
      dependency-version: 2.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: "@radix-ui/react-separator"
      dependency-version: 1.1.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: "@radix-ui/react-slot"
      dependency-version: 1.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: "@tailwindcss/postcss"
      dependency-version: 4.3.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: lucide-react
      dependency-version: 1.21.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: tailwindcss
      dependency-version: 4.3.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: monaco-editor
      dependency-version: 0.55.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: vscode-languageserver-protocol
      dependency-version: 3.18.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: ws
      dependency-version: 8.21.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: evlog
      dependency-version: 2.19.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: "@prisma/dev"
      dependency-version: 0.24.14
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: "@types/node"
      dependency-version: 25.9.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: mongodb
      dependency-version: 7.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: pg
      dependency-version: 8.22.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: runtime-deps
    - dependency-name: tsdown
      dependency-version: 0.22.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    - dependency-name: vscode-languageserver
      dependency-version: 10.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: runtime-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 30, 2026
    @dependabot dependabot Bot requested a review from a team as a code owner June 30, 2026 11:49
    @dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 30, 2026
    @pkg-pr-new

    pkg-pr-new Bot commented Jun 30, 2026

    Copy link
    Copy Markdown

    Open in StackBlitz

    @prisma-next/extension-author-tools

    npm i https://pkg.pr.new/@prisma-next/extension-author-tools@893
    

    @prisma-next/mongo-runtime

    npm i https://pkg.pr.new/@prisma-next/mongo-runtime@893
    

    @prisma-next/family-mongo

    npm i https://pkg.pr.new/@prisma-next/family-mongo@893
    

    @prisma-next/sql-runtime

    npm i https://pkg.pr.new/@prisma-next/sql-runtime@893
    

    @prisma-next/family-sql

    npm i https://pkg.pr.new/@prisma-next/family-sql@893
    

    @prisma-next/extension-arktype-json

    npm i https://pkg.pr.new/@prisma-next/extension-arktype-json@893
    

    @prisma-next/middleware-cache

    npm i https://pkg.pr.new/@prisma-next/middleware-cache@893
    

    @prisma-next/mongo

    npm i https://pkg.pr.new/@prisma-next/mongo@893
    

    @prisma-next/extension-paradedb

    npm i https://pkg.pr.new/@prisma-next/extension-paradedb@893
    

    @prisma-next/extension-pgvector

    npm i https://pkg.pr.new/@prisma-next/extension-pgvector@893
    

    @prisma-next/extension-postgis

    npm i https://pkg.pr.new/@prisma-next/extension-postgis@893
    

    @prisma-next/postgres

    npm i https://pkg.pr.new/@prisma-next/postgres@893
    

    @prisma-next/sql-orm-client

    npm i https://pkg.pr.new/@prisma-next/sql-orm-client@893
    

    @prisma-next/sqlite

    npm i https://pkg.pr.new/@prisma-next/sqlite@893
    

    @prisma-next/extension-supabase

    npm i https://pkg.pr.new/@prisma-next/extension-supabase@893
    

    @prisma-next/target-mongo

    npm i https://pkg.pr.new/@prisma-next/target-mongo@893
    

    @prisma-next/adapter-mongo

    npm i https://pkg.pr.new/@prisma-next/adapter-mongo@893
    

    @prisma-next/driver-mongo

    npm i https://pkg.pr.new/@prisma-next/driver-mongo@893
    

    @prisma-next/contract

    npm i https://pkg.pr.new/@prisma-next/contract@893
    

    @prisma-next/utils

    npm i https://pkg.pr.new/@prisma-next/utils@893
    

    @prisma-next/config

    npm i https://pkg.pr.new/@prisma-next/config@893
    

    @prisma-next/errors

    npm i https://pkg.pr.new/@prisma-next/errors@893
    

    @prisma-next/framework-components

    npm i https://pkg.pr.new/@prisma-next/framework-components@893
    

    @prisma-next/operations

    npm i https://pkg.pr.new/@prisma-next/operations@893
    

    @prisma-next/ts-render

    npm i https://pkg.pr.new/@prisma-next/ts-render@893
    

    @prisma-next/contract-authoring

    npm i https://pkg.pr.new/@prisma-next/contract-authoring@893
    

    @prisma-next/ids

    npm i https://pkg.pr.new/@prisma-next/ids@893
    

    @prisma-next/psl-parser

    npm i https://pkg.pr.new/@prisma-next/psl-parser@893
    

    @prisma-next/psl-printer

    npm i https://pkg.pr.new/@prisma-next/psl-printer@893
    

    @prisma-next/cli

    npm i https://pkg.pr.new/@prisma-next/cli@893
    

    @prisma-next/cli-telemetry

    npm i https://pkg.pr.new/@prisma-next/cli-telemetry@893
    

    @prisma-next/config-loader

    npm i https://pkg.pr.new/@prisma-next/config-loader@893
    

    @prisma-next/emitter

    npm i https://pkg.pr.new/@prisma-next/emitter@893
    

    @prisma-next/language-server

    npm i https://pkg.pr.new/@prisma-next/language-server@893
    

    @prisma-next/migration-tools

    npm i https://pkg.pr.new/@prisma-next/migration-tools@893
    

    prisma-next

    npm i https://pkg.pr.new/prisma-next@893
    

    @prisma-next/vite-plugin-contract-emit

    npm i https://pkg.pr.new/@prisma-next/vite-plugin-contract-emit@893
    

    @prisma-next/mongo-codec

    npm i https://pkg.pr.new/@prisma-next/mongo-codec@893
    

    @prisma-next/mongo-contract

    npm i https://pkg.pr.new/@prisma-next/mongo-contract@893
    

    @prisma-next/mongo-value

    npm i https://pkg.pr.new/@prisma-next/mongo-value@893
    

    @prisma-next/mongo-contract-psl

    npm i https://pkg.pr.new/@prisma-next/mongo-contract-psl@893
    

    @prisma-next/mongo-contract-ts

    npm i https://pkg.pr.new/@prisma-next/mongo-contract-ts@893
    

    @prisma-next/mongo-emitter

    npm i https://pkg.pr.new/@prisma-next/mongo-emitter@893
    

    @prisma-next/mongo-schema-ir

    npm i https://pkg.pr.new/@prisma-next/mongo-schema-ir@893
    

    @prisma-next/mongo-query-ast

    npm i https://pkg.pr.new/@prisma-next/mongo-query-ast@893
    

    @prisma-next/mongo-orm

    npm i https://pkg.pr.new/@prisma-next/mongo-orm@893
    

    @prisma-next/mongo-query-builder

    npm i https://pkg.pr.new/@prisma-next/mongo-query-builder@893
    

    @prisma-next/mongo-lowering

    npm i https://pkg.pr.new/@prisma-next/mongo-lowering@893
    

    @prisma-next/mongo-wire

    npm i https://pkg.pr.new/@prisma-next/mongo-wire@893
    

    @prisma-next/sql-contract

    npm i https://pkg.pr.new/@prisma-next/sql-contract@893
    

    @prisma-next/sql-errors

    npm i https://pkg.pr.new/@prisma-next/sql-errors@893
    

    @prisma-next/sql-operations

    npm i https://pkg.pr.new/@prisma-next/sql-operations@893
    

    @prisma-next/sql-schema-ir

    npm i https://pkg.pr.new/@prisma-next/sql-schema-ir@893
    

    @prisma-next/sql-contract-psl

    npm i https://pkg.pr.new/@prisma-next/sql-contract-psl@893
    

    @prisma-next/sql-contract-ts

    npm i https://pkg.pr.new/@prisma-next/sql-contract-ts@893
    

    @prisma-next/sql-contract-emitter

    npm i https://pkg.pr.new/@prisma-next/sql-contract-emitter@893
    

    @prisma-next/sql-lane-query-builder

    npm i https://pkg.pr.new/@prisma-next/sql-lane-query-builder@893
    

    @prisma-next/sql-relational-core

    npm i https://pkg.pr.new/@prisma-next/sql-relational-core@893
    

    @prisma-next/sql-builder

    npm i https://pkg.pr.new/@prisma-next/sql-builder@893
    

    @prisma-next/target-postgres

    npm i https://pkg.pr.new/@prisma-next/target-postgres@893
    

    @prisma-next/target-sqlite

    npm i https://pkg.pr.new/@prisma-next/target-sqlite@893
    

    @prisma-next/adapter-postgres

    npm i https://pkg.pr.new/@prisma-next/adapter-postgres@893
    

    @prisma-next/adapter-sqlite

    npm i https://pkg.pr.new/@prisma-next/adapter-sqlite@893
    

    @prisma-next/driver-postgres

    npm i https://pkg.pr.new/@prisma-next/driver-postgres@893
    

    @prisma-next/driver-sqlite

    npm i https://pkg.pr.new/@prisma-next/driver-sqlite@893
    

    commit: 50206ec

    @github-actions

    Copy link
    Copy Markdown

    size-limit report 📦

    Path Size
    postgres / no-emit 160.37 KB (+0.01% 🔺)
    postgres / emit 147.56 KB (+0.01% 🔺)
    mongo / no-emit 79.86 KB (0%)
    mongo / emit 72.68 KB (0%)
    cf-worker / no-emit 188.42 KB (+0.17% 🔺)
    cf-worker / emit 173.88 KB (+0.18% 🔺)

    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