Skip to content

deps: bump the dependencies group with 14 updates#189

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-9471bb8f1f
Closed

deps: bump the dependencies group with 14 updates#189
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-9471bb8f1f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 14 updates:

Package From To
lint-staged 17.0.7 17.0.8
@clack/prompts 1.5.1 1.6.0
@happy-dom/global-registrator 20.10.5 20.10.6
happy-dom 20.10.5 20.10.6
@radix-ui/react-scroll-area 1.2.11 1.2.12
@radix-ui/react-separator 1.1.9 1.1.10
@radix-ui/react-slot 1.2.5 1.3.0
lucide-react 1.20.0 1.21.0
react-hook-form 7.79.0 7.80.0
postcss 8.5.12 8.5.15
@tanstack/react-devtools 0.10.5 0.10.7
@tanstack/react-router 1.170.15 1.170.16
@tanstack/devtools-vite 0.7.0 0.8.0
typescript-eslint 8.61.0 8.61.1

Updates lint-staged from 17.0.7 to 17.0.8

Release notes

Sourced from lint-staged's releases.

v17.0.8

Patch Changes

  • #1809 179b437 - Fix lint-staged discarding the ongoing merge conflict status (.git/MERGE_HEAD) when using the --hide-unstaged or --hide-all options.

  • #1811 3d0b2c0 - Fix issues with Git commands that are successful but also emit warnings to stderr, by ignoring the stderr output completely when the process exits with code 0. This was the behavior when using nano-spawn and execa, but when switching to tinyexec in 16.3.0 both stdout and stderr were used as interleaved output.

Changelog

Sourced from lint-staged's changelog.

17.0.8

Patch Changes

  • #1809 179b437 - Fix lint-staged discarding the ongoing merge conflict status (.git/MERGE_HEAD) when using the --hide-unstaged or --hide-all options.

  • #1811 3d0b2c0 - Fix issues with Git commands that are successful but also emit warnings to stderr, by ignoring the stderr output completely when the process exits with code 0. This was the behavior when using nano-spawn and execa, but when switching to tinyexec in 16.3.0 both stdout and stderr were used as interleaved output.

Commits
  • 5f3b8f2 Merge pull request #1812 from lint-staged/changeset-release/main
  • 43a9b8d chore(changeset): release
  • 630e2f6 Merge pull request #1809 from lint-staged/restore-merge-status
  • 179b437 fix: restore Git merge status after creating backup stash
  • 6bae2e2 Merge pull request #1811 from lint-staged/exec-git-ignore-stderr
  • b82a830 ci: run npm audit omitting dev, including prod dependencies
  • 0b19b80 build(deps): update dependencies
  • 3d0b2c0 fix: ignore stderr when doing Git operations
  • See full diff in compare view

Updates @clack/prompts from 1.5.1 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

    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

    Commits

    Updates @happy-dom/global-registrator from 20.10.5 to 20.10.6

    Release notes

    Sourced from @​happy-dom/global-registrator's releases.

    v20.10.6

    👷‍♂️ Patch fixes

    Commits

    Updates happy-dom from 20.10.5 to 20.10.6

    Release notes

    Sourced from happy-dom's releases.

    v20.10.6

    👷‍♂️ Patch fixes

    Commits

    Updates @radix-ui/react-scroll-area from 1.2.11 to 1.2.12

    Changelog

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

    1.2.12

    • Stabilized the viewport style tag unless the nonce changes.
    • Fixed Duplicate index signature errors that surfaced when consuming multiple packages together.
    • Updated dependencies: @radix-ui/react-primitive@2.1.6
    Commits

    Updates @radix-ui/react-separator from 1.1.9 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
    Commits

    Updates @radix-ui/react-slot from 1.2.5 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");
    Commits

    Updates lucide-react from 1.20.0 to 1.21.0

    Release notes

    Sourced from lucide-react's releases.

    Version 1.21.0

    What's Changed

    New Contributors

    Full Changelog: lucide-icons/lucide@1.20.0...1.21.0

    Commits
    • 5ff536e ci(release.yml): Fix workflow and remove version scripts in package scripts...
    • See full diff in compare view

    Updates react-hook-form from 7.79.0 to 7.80.0

    Release notes

    Sourced from react-hook-form's releases.

    Version 7.80.0

    🧄 feat: disable useFieldArray fields (#13535)

    const { fields } = useFieldArray({ disabled: true });
    fields[0].disabled; // contains disabled props

    🛺 perf: make rhf more performant (#13524) 🐞 fix(deepEqual): empty array and empty plain object should not be equal (#13533)

    thanks to @​JSap0914

    Changelog

    Sourced from react-hook-form's changelog.

    [7.80.0] - 2026-06-20

    Added

    • disabled prop support for individual fields within useFieldArray

    Fixed

    • deepEqual incorrectly treating empty array [] and empty plain object {} as equal

    Performance

    • Improve onChange, setValid, dirty checking, setValue, and setValues performance
    Commits

    Updates postcss from 8.5.12 to 8.5.15

    Release notes

    Sourced from postcss's releases.

    8.5.15

    • Fixed declaration parsing performance (by @​homanp).

    8.5.14

    8.5.13

    • Fixed postcss-scss commend regression.
    Changelog

    Sourced from postcss's changelog.

    8.5.15

    • Fixed declaration parsing performance (by @​homanp).

    8.5.14

    8.5.13

    • Fixed postcss-scss commend regression.
    Commits
    • eae46db Release 8.5.15 version
    • 79508ff Update CI actions
    • b128e21 Speed up declaration parsing by avoiding creating new array on each token
    • 9825dca Fix code format
    • 55789c8 Update dependencies
    • 84fbbe9 Install older pnpm action for old Node.js
    • 9f860bd Revert pnpm action for old Node.js
    • 0877198 Update CI actions
    • b2d1a33 Fix linter warnings
    • 0700dac Merge pull request #2088 from rootvector2/add-oss-fuzz-harness
    • Additional commits viewable in compare view

    Updates @tanstack/react-devtools from 0.10.5 to 0.10.7

    Release notes

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

    @​tanstack/react-devtools@​0.10.7

    Patch Changes

    • Updated dependencies [cc8c81b]:
      • @​tanstack/devtools@​0.12.4

    @​tanstack/react-devtools@​0.10.6

    Patch Changes

    • #466 73983a7 - Fix the plugin marketplace rendering empty ("No additional plugins available") when it should list installable plugins.

      • The client event bus no longer silently drops events emitted while its WebSocket is still connecting. Such events are now queued and flushed once the socket opens, so the marketplace's mounted request reliably reaches the server bus.
      • The marketplace now re-requests package.json every time it is opened and retries until the data arrives, so re-opening always re-fetches the plugin list.
      • Added TanStack AI Devtools (@tanstack/react-ai-devtools) to the plugin marketplace registry.
    • Updated dependencies [73983a7]:

      • @​tanstack/devtools@​0.12.3
    Changelog

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

    0.10.7

    Patch Changes

    • Updated dependencies [cc8c81b]:
      • @​tanstack/devtools@​0.12.4

    0.10.6

    Patch Changes

    • #466 73983a7 - Fix the plugin marketplace rendering empty ("No additional plugins available") when it should list installable plugins.

      • The client event bus no longer silently drops events emitted while its WebSocket is still connecting. Such events are now queued and flushed once the socket opens, so the marketplace's mounted request reliably reaches the server bus.
      • The marketplace now re-requests package.json every time it is opened and retries until the data arrives, so re-opening always re-fetches the plugin list.
      • Added TanStack AI Devtools (@tanstack/react-ai-devtools) to the plugin marketplace registry.
    • Updated dependencies [73983a7]:

      • @​tanstack/devtools@​0.12.3
    Commits

    Updates @tanstack/react-router from 1.170.15 to 1.170.16

    Release notes

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

    @​tanstack/react-router@​1.170.16

    Patch Changes

    • #7595 52db703 - Perf improvement of useMatch and derived hooks when navigating away from previous match

    • #7575 4a93cff - useMatches can skip useRef for structural sharing during SSR

    • #7600 f046b06 - Reduce Match rerenders during navigations (PR #7596)

    • #7577 689d88e - Reduce bundle size by sharing structuralSharing selector logic

    • #7627 689c5ab - Silence AbortError in renderRouterToStream, this is normal operation

    Changelog

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

    1.170.16

    Patch Changes

    • #7595 52db703 - Perf improvement of useMatch and derived hooks when navigating away from previous match

    • #7575 4a93cff - useMatches can skip useRef for structural sharing during SSR

    • #7600 f046b06 - Reduce Match rerenders during navigations (PR #7596)

    • #7577 689d88e - Reduce bundle size by sharing structuralSharing selector logic

    • #7627 689c5ab - Silence AbortError in renderRouterToStream, this is normal operation

    Commits
    • f23ed0f ci: Version Packages (#7576)
    • 689c5ab chore(react-router): silence AbortError in renderRouterToStream (#7627)
    • a2b9d51 docs: fix duplicate "to" typos (#7370)
    • 56bd271 perf(react-router): add match selector compares (#7596)
    • 52db703 fix(react-router): avoid throwing in useMatch selector (#7595)
    • 689d88e refactor(react-router): Reduce bundle size by sharing hook structuralSharing ...
    • 4a93cff refactor(react-router): useMatches skips useRef during SSR (#7575)
    • See full diff in compare view

    Updates @tanstack/devtools-vite from 0.7.0 to 0.8.0

    Release notes

    Sourced from @​tanstack/devtools-vite's releases.

    @​tanstack/devtools-vite@​0.8.0

    Minor Changes

    • #384 958c683 - feat: deliver devtools events from isolated server runtimes over Vite's native HotChannel

      Server code running in an isolated runtime (Nitro v3 worker thread, Cloudflare workerd, or any separate thread/process) does not share globalThis.__TANSTACK_EVENT_TARGET__ with the Vite dev process, so devtools events emitted on the server never reached the panel.

      The Vite plugin now bridges those events over the framework's existing import.meta.hot HotChannel — the same connection the runtime already uses for HMR. It injects a tiny, dev-only bridge into the event client when it runs in a non-client environment and wires each server environment's hot channel to the in-process ServerEventBus. No new WebSocket, no fetch, no reconnect logic, and no new runtime dependencies; the bridge is fully tree-shaken in production.

    @​tanstack/devtools-vite@​0.7.2

    Patch Changes

    • #466 73983a7 - Fix the plugin marketplace rendering empty ("No additional plugins available") when it should list installable plugins.

      • The client event bus no longer silently drops events emitted while its WebSocket is still connecting. Such events are now queued and flushed once the socket opens, so the marketplace's mounted request reliably reaches the server bus.
      • The marketplace now re-requests package.json every time it is opened and retries until the data arrives, so re-opening always re-fetches the plugin list.
      • Added TanStack AI Devtools (@tanstack/react-ai-devtools) to the plugin marketplace registry.
    • #449 2a2f9eb - Fix invalid syntax generated when removing parenthesized devtools JSX expressions.

    • Updated dependencies [73983a7]:

      • @​tanstack/devtools-client@​0.0.7
      • @​tanstack/devtools-event-bus@​0.4.2

    @​tanstack/devtools-vite@​0.7.1

    Patch Changes

    • #450 cf89dcd - fix go to source file whose path contains $ symbol
    Changelog

    Sourced from @​tanstack/devtools-vite's changelog.

    0.8.0

    Minor Changes

    • #384 958c683 - feat: deliver devtools events from isolated server runtimes over Vite's native HotChannel

      Server code running in an isolated runtime (Nitro v3 worker thread, Cloudflare workerd, or any separate thread/process) does not share globalThis.__TANSTACK_EVENT_TARGET__ with the Vite dev process, so devtools events emitted on the server never reached the panel.

      The Vite plugin now bridges those events over the framework's existing import.meta.hot HotChannel — the same connection the runtime already uses for HMR. It injects a tiny, dev-only bridge into the event client when it runs in a non-client environment and wires each server environment's hot channel to the in-process ServerEventBus. No new WebSocket, no fetch, no reconnect logic, and no new runtime dependencies; the bridge is fully tree-shaken in production.

    0.7.2

    Patch Changes

    • #466 73983a7 - Fix the plugin marketplace rendering empty ("No additional plugins available") when it should list installable plugins.

      • The client event bus no longer silently drops events emitted while its WebSocket is still connecting. Such events are now queued and flushed once the socket opens, so the marketplace's mounted request reliably reaches the server bus.
      • The marketplace now re-requests package.json every time it is opened and retries until the data arrives, so re-opening always re-fetches the plugin list.
      • Added TanStack AI Devtools (@tanstack/react-ai-devtools) to the plugin marketplace registry.
    • #449 2a2f9eb - Fix invalid syntax generated when removing parenthesized devtools JSX expressions.

    • Updated dependencies [73983a7]:

      • @​tanstack/devtools-client@​0.0.7
      • @​tanstack/devtools-event-bus@​0.4.2

    0.7.1

    Patch Changes

    • #450 cf89dcd - fix go to source file whose path contains $ symbol
    Commits
    • d9f2b37 ci: Version Packages (#468)
    • 958c683 feat: deliver devtools events from isolated server runtimes via Vite HotChann...
    • ca6e266 ci: Version Packages (#465)
    • 2a2f9eb fix(devtools-vite): preserve valid syntax when removing parenthesized devtool...
    • 45d9b8e ci: Version Packages (#453)
    • cf89dcd fix: fix go to source file whose path contains $ symbol (#450)
    • See full diff in compare view

    Updates typescript-eslint from 8.61.0 to 8.61.1

    Release notes

    Sourced from typescript-eslint's releases.

    v8.61.1

    8.61.1 (2026-06-15)

    🩹 Fixes

    • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
    • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
    • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
    • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
    • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

    ❤️ Thank You

    See GitHub Releases for more information.

    You can read about our versioning strategy and releases on our website.

    Changelog

    Sourced from typescript-eslint's changelog.

    8.61.1 (2026-06-15)

    This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

    See GitHub Releases for more information.

    You can read about our versioning strategy and releases on our website.

    Commits

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
    • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

    Bumps the dependencies group with 14 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [lint-staged](https://github.com/lint-staged/lint-staged) | `17.0.7` | `17.0.8` |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.5.1` | `1.6.0` |
    | [@happy-dom/global-registrator](https://github.com/capricorn86/happy-dom) | `20.10.5` | `20.10.6` |
    | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.10.5` | `20.10.6` |
    | [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/scroll-area) | `1.2.11` | `1.2.12` |
    | [@radix-ui/react-separator](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/separator) | `1.1.9` | `1.1.10` |
    | [@radix-ui/react-slot](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/slot) | `1.2.5` | `1.3.0` |
    | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.20.0` | `1.21.0` |
    | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.79.0` | `7.80.0` |
    | [postcss](https://github.com/postcss/postcss) | `8.5.12` | `8.5.15` |
    | [@tanstack/react-devtools](https://github.com/TanStack/devtools/tree/HEAD/packages/react-devtools) | `0.10.5` | `0.10.7` |
    | [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.170.15` | `1.170.16` |
    | [@tanstack/devtools-vite](https://github.com/TanStack/devtools/tree/HEAD/packages/devtools-vite) | `0.7.0` | `0.8.0` |
    | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.0` | `8.61.1` |
    
    
    Updates `lint-staged` from 17.0.7 to 17.0.8
    - [Release notes](https://github.com/lint-staged/lint-staged/releases)
    - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
    - [Commits](lint-staged/lint-staged@v17.0.7...v17.0.8)
    
    Updates `@clack/prompts` from 1.5.1 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 `@happy-dom/global-registrator` from 20.10.5 to 20.10.6
    - [Release notes](https://github.com/capricorn86/happy-dom/releases)
    - [Commits](capricorn86/happy-dom@v20.10.5...v20.10.6)
    
    Updates `happy-dom` from 20.10.5 to 20.10.6
    - [Release notes](https://github.com/capricorn86/happy-dom/releases)
    - [Commits](capricorn86/happy-dom@v20.10.5...v20.10.6)
    
    Updates `@radix-ui/react-scroll-area` from 1.2.11 to 1.2.12
    - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/scroll-area/CHANGELOG.md)
    - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/scroll-area)
    
    Updates `@radix-ui/react-separator` from 1.1.9 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.5 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 `lucide-react` from 1.20.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 `react-hook-form` from 7.79.0 to 7.80.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.79.0...v7.80.0)
    
    Updates `postcss` from 8.5.12 to 8.5.15
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.5.12...8.5.15)
    
    Updates `@tanstack/react-devtools` from 0.10.5 to 0.10.7
    - [Release notes](https://github.com/TanStack/devtools/releases)
    - [Changelog](https://github.com/TanStack/devtools/blob/main/packages/react-devtools/CHANGELOG.md)
    - [Commits](https://github.com/TanStack/devtools/commits/@tanstack/react-devtools@0.10.7/packages/react-devtools)
    
    Updates `@tanstack/react-router` from 1.170.15 to 1.170.16
    - [Release notes](https://github.com/TanStack/router/releases)
    - [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md)
    - [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.170.16/packages/react-router)
    
    Updates `@tanstack/devtools-vite` from 0.7.0 to 0.8.0
    - [Release notes](https://github.com/TanStack/devtools/releases)
    - [Changelog](https://github.com/TanStack/devtools/blob/main/packages/devtools-vite/CHANGELOG.md)
    - [Commits](https://github.com/TanStack/devtools/commits/@tanstack/devtools-vite@0.8.0/packages/devtools-vite)
    
    Updates `typescript-eslint` from 8.61.0 to 8.61.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-version: 17.0.8
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: "@clack/prompts"
      dependency-version: 1.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: "@happy-dom/global-registrator"
      dependency-version: 20.10.6
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: happy-dom
      dependency-version: 20.10.6
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: "@radix-ui/react-scroll-area"
      dependency-version: 1.2.12
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: "@radix-ui/react-separator"
      dependency-version: 1.1.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: "@radix-ui/react-slot"
      dependency-version: 1.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: lucide-react
      dependency-version: 1.21.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: react-hook-form
      dependency-version: 7.80.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: postcss
      dependency-version: 8.5.15
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: "@tanstack/react-devtools"
      dependency-version: 0.10.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: "@tanstack/react-router"
      dependency-version: 1.170.16
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: "@tanstack/devtools-vite"
      dependency-version: 0.8.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: typescript-eslint
      dependency-version: 8.61.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
    @dependabot @github

    dependabot Bot commented on behalf of github Jun 22, 2026

    Copy link
    Copy Markdown
    Contributor Author

    Labels

    The following labels could not be found: automated. Please create it before Dependabot can add it to a pull request.

    Please fix the above issues or remove invalid values from dependabot.yml.

    @dependabot @github

    dependabot Bot commented on behalf of github Jun 29, 2026

    Copy link
    Copy Markdown
    Contributor Author

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

    @dependabot dependabot Bot closed this Jun 29, 2026
    @dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-9471bb8f1f branch June 29, 2026 10:39
    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