Skip to content

chore(deps-dev): bump the dev-deps group across 1 directory with 32 updates#643

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-deps-aa5d125c0c
Open

chore(deps-dev): bump the dev-deps group across 1 directory with 32 updates#643
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-deps-aa5d125c0c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dev-deps group with 32 updates in the / directory:

Package From To
@iconify-json/logos 1.2.10 1.2.11
@iconify-json/lucide 1.2.91 1.2.113
@iconify/tailwind4 1.2.1 1.2.3
@jimmy.codes/eslint-config 7.3.0 9.0.0
@playwright/test 1.58.2 1.61.0
@tailwindcss/typography 0.5.19 0.5.20
@tailwindcss/vite 4.1.18 4.3.1
@tanstack/devtools-vite 0.5.1 0.7.0
@tanstack/eslint-plugin-router 1.155.0 1.162.0
@tanstack/react-devtools 0.9.6 0.10.5
@tanstack/react-query-devtools 5.91.3 5.101.0
@tanstack/react-router-devtools 1.160.2 1.167.0
@tanstack/router-vite-plugin 1.160.2 1.167.18
@types/react 19.2.16 19.2.17
@vitejs/plugin-react 5.1.4 6.0.2
@vitest/coverage-v8 4.0.18 4.1.9
@vitest/ui 4.0.18 4.1.9
cspell 9.6.4 10.0.1
daisyui 5.5.18 5.5.23
eslint 9.39.2 10.5.0
gitzy 6.5.7 7.2.1
happy-dom 20.8.9 20.10.6
jiti 2.6.1 2.7.0
knip 5.83.1 6.17.1
lefthook 2.1.1 2.1.9
msw 2.12.10 2.14.6
oxfmt 0.33.0 0.55.0
tailwindcss 4.1.18 4.3.1
turbo 2.9.14 2.9.18
vite 8.0.0-beta.14 8.0.16
vite-plugin-pwa 1.2.0 1.3.0
vitest 4.1.0 4.1.9

Updates @iconify-json/logos from 1.2.10 to 1.2.11

Commits

Updates @iconify-json/lucide from 1.2.91 to 1.2.113

Commits

Updates @iconify/tailwind4 from 1.2.1 to 1.2.3

Commits

Updates @jimmy.codes/eslint-config from 7.3.0 to 9.0.0

Release notes

Sourced from @​jimmy.codes/eslint-config's releases.

v9.0.0

9.0.0 (2026-06-11)

Features

  • ✨ upgrade eslint-react plugins to v5 (#276) (9dad3c6)

BREAKING CHANGES

  • 💥 react-hooks-extra is removed and the bundled rule set changes; new rules may surface errors and some opinionated rules (jsx-shorthand-*, prefer-namespace-import) no longer exist

v8.0.1

8.0.1 (2026-06-07)

Bug Fixes

  • 🐛 add .agents, .claude and .worktress to ignores (d39b19b)
  • 🐛 disable typescript-eslint/unbound-method in tests (56467b7)

v8.0.0

8.0.0 (2026-06-07)

Features

BREAKING CHANGES

  • 💥 requires ESLint >=10 and Node ^22.18.0 || >=24

v7.9.0

7.9.0 (2026-06-07)

Features

  • ✨ use eslint-plugin-jsx-a11y-x instead (#272) (bae59bd)

v7.8.0

7.8.0 (2026-06-07)

Features

... (truncated)

Changelog

Sourced from @​jimmy.codes/eslint-config's changelog.

9.0.0 (2026-06-11)

Features

  • ✨ upgrade eslint-react plugins to v5 (#276) (9dad3c6)

BREAKING CHANGES

  • 💥 react-hooks-extra is removed and the bundled rule set changes; new rules may surface errors and some opinionated rules (jsx-shorthand-*, prefer-namespace-import) no longer exist

8.0.1 (2026-06-07)

Bug Fixes

  • 🐛 add .agents, .claude and .worktress to ignores (d39b19b)
  • 🐛 disable typescript-eslint/unbound-method in tests (56467b7)

8.0.0 (2026-06-07)

Features

BREAKING CHANGES

  • 💥 requires ESLint >=10 and Node ^22.18.0 || >=24

7.9.0 (2026-06-07)

Features

  • ✨ use eslint-plugin-jsx-a11y-x instead (#272) (bae59bd)

7.8.0 (2026-06-07)

Features

7.7.0 (2026-05-01)

... (truncated)

Commits
  • 92d28e5 chore: 🤖 release v9.0.0 [skip ci]
  • 9dad3c6 feat: ✨ upgrade eslint-react plugins to v5 (#276)
  • 410ff6f chore: 🤖 release v8.0.1 [skip ci]
  • 56467b7 fix: 🐛 disable typescript-eslint/unbound-method in tests
  • d39b19b fix: 🐛 add .agents, .claude and .worktress to ignores
  • ed08bc8 chore: 🤖 release v8.0.0 [skip ci]
  • 72eb3fe feat: ✨ support eslint v10 (#274)
  • 6c5ee7a chore: 🤖 release v7.9.0 [skip ci]
  • bae59bd feat: ✨ use eslint-plugin-jsx-a11y-x instead (#272)
  • 08960f9 chore: 🤖 release v7.8.0 [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jimmy_codes, a new releaser for @​jimmy.codes/eslint-config since your current version.


Updates @playwright/test from 1.58.2 to 1.61.0

Release notes

Sourced from @​playwright/test's releases.

v1.61.0

🔑 WebAuthn passkeys

New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer navigator.credentials.create() / navigator.credentials.get() ceremonies in the page — no real hardware key required, works in all browsers:

const context = await browser.newContext();
// Seed a passkey your backend provisioned for a test user.
await context.credentials.create('example.com', {
id: credentialId,
userHandle,
privateKey,
publicKey,
});
await context.credentials.install();
const page = await context.newPage();
await page.goto('https://example.com/login');
// The page's navigator.credentials.get() is answered with the seeded passkey.

You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.

🗃️ Web Storage

New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:

await page.localStorage.setItem('token', 'abc');
const token = await page.localStorage.getItem('token');
const items = await page.sessionStorage.items();

New APIs

Network

Browser and Screencast

  • New option artifactsDir in browserType.connectOverCDP() controls where artifacts such as traces and downloads are stored when attached to an existing browser.
  • New option cursor in screencast.showActions() controls the cursor decoration rendered for pointer actions.
  • The onFrame callback in screencast.start() now receives a timestamp of when the frame was presented by the browser.

Test runner

  • The testOptions.video option now supports the same set of modes as trace: new 'on-all-retries', 'retain-on-first-failure' and 'retain-on-failure-and-retries' values. See the video modes table for which runs are recorded and kept in each mode.
  • Supported expect.soft.poll(...).
  • New fullConfig.argv — a snapshot of process.argv from the runner process, handy for reading custom arguments passed after the -- separator.
  • New fullConfig.failOnFlakyTests mirrors the config option, so reporters can explain why a flaky run failed.
  • testInfo.errors now lists each sub-error of an AggregateError as a separate entry.

... (truncated)

Commits
  • 1cc5a90 cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...
  • a6772bd cherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...
  • 8133dcf cherry-pick(#41283): docs: add Ubuntu 26.04 and Node.js 26.x to system requir...
  • 812432e chore: mark v1.61.0 (#41277)
  • ac05145 fix(fetch): report serverAddr and securityDetails for reused sockets (#41267)
  • 056efc9 fix(trace-viewer): add keyboard navigation to NetworkFilters component (#41...
  • 41f7b9a chore: fixes uncovered by the .NET 1.61 roll (#41266)
  • ba50778 fix(mcp): assign caps as array for legacy --vision flag (#41253)
  • b8ee5ae docs: release notes for v1.61 (#41261)
  • 49c1f69 fix(trace viewer): load trace from a local file (#41263)
  • Additional commits viewable in compare view

Updates @tailwindcss/typography from 0.5.19 to 0.5.20

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.20

Fixed

  • Support installing with stable versions of Tailwind CSS v4 (#424)
Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.20] - 2026-06-08

Fixed

  • Support installing with stable versions of Tailwind CSS v4 (#424)
Commits
Maintainer changes

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


Updates @tailwindcss/vite from 4.1.18 to 4.3.1

Release notes

Sourced from @​tailwindcss/vite'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 (#20196)

v4.3.0

Added

  • Add @container-size utility (#18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#19981, #20019)
  • Add scrollbar-gutter-* utilities (#20018)
  • Add zoom-* utilities (#20020)
  • Add tab-* utilities (#20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#19989)

Fixed

  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#19949)

... (truncated)

Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.3.1] - 2026-06-12

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 (#20196)

[4.3.0] - 2026-05-08

Added

  • Add @container-size utility (#18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#19981, #20019)
  • Add scrollbar-gutter-* utilities (#20018)
  • Add zoom-* utilities (#20020)
  • Add tab-* utilities (#20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#19989)

Fixed

... (truncated)

Commits
Maintainer changes

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


Updates @tanstack/devtools-vite from 0.5.1 to 0.7.0

Release notes

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

@​tanstack/devtools-vite@​0.7.0

Minor Changes

  • migrate from Babel to oxc-parser + MagicString (#397)

@​tanstack/devtools-vite@​0.6.1

Patch Changes

  • Fix unnecessary condition ESLint error in console pipe log method lookup. (#432)

  • Avoid piping raw DOM nodes through the console proxy. (#424)

  • Fix console pipe feedback loop and solid-js duplication with Vite 8 (#412)

@​tanstack/devtools-vite@​0.5.5

Patch Changes

  • Include skills/ directory in npm publish so npx @tanstack/intent install can discover them (#379)

@​tanstack/devtools-vite@​0.5.4

Patch Changes

  • Add @​tanstack/intent agent skills for AI coding agents (#377)

@​tanstack/devtools-vite@​0.5.3

Patch Changes

  • Updated dependencies [cf23787]:
    • @​tanstack/devtools-client@​0.0.6

@​tanstack/devtools-vite@​0.5.2

Patch Changes

  • fix an issue with dist and build matching (#354)
Changelog

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

0.7.0

Minor Changes

  • migrate from Babel to oxc-parser + MagicString (#397)

0.6.1

Patch Changes

  • Fix unnecessary condition ESLint error in console pipe log method lookup. (#432)

  • Avoid piping raw DOM nodes through the console proxy. (#424)

  • Fix console pipe feedback loop and solid-js duplication with Vite 8 (#412)

0.6.0

Minor Changes

  • Bumps vite versions to include v8 (#388)

0.5.5

Patch Changes

  • Include skills/ directory in npm publish so npx @tanstack/intent install can discover them (#379)

0.5.4

Patch Changes

  • Add @​tanstack/intent agent skills for AI coding agents (#377)

0.5.3

Patch Changes

  • Updated dependencies [cf23787]:
    • @​tanstack/devtools-client@​0.0.6

0.5.2

Patch Changes

  • fix an issue with dist and build matching (#354)
Commits

Updates @tanstack/eslint-plugin-router from 1.155.0 to 1.162.0

Changelog

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

1.162.0

Minor Changes

  • Clean minor bump, fresh start (#7395)

1.161.6

Patch Changes

  • build: update to vite-config 5.x (rolldown) (#6926)

1.161.5

Patch Changes

  • fix: build with @​tanstack/vite-config 0.4.3 (#6923)
Commits

Updates @tanstack/react-devtools from 0.9.6 to 0.10.5

Release notes

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

@​tanstack/react-devtools@​0.10.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/devtools@​0.12.2

@​tanstack/react-devtools@​0.10.2

Patch Changes

  • Updated dependencies [aa32769]:
    • @​tanstack/devtools@​0.11.2

@​tanstack/react-devtools@​0.10.1

Patch Changes

@​tanstack/react-devtools@​0.9.13

Patch Changes

  • Updated dependencies [1451124]:
    • @​tanstack/devtools@​0.10.14

@​tanstack/react-devtools@​0.9.12

Patch Changes

  • Updated dependencies [644bcb3]:
    • @​tanstack/devtools@​0.10.13

@​tanstack/react-devtools@​0.9.10

Patch Changes

  • Updated dependencies [024ea7d]:
    • @​tanstack/devtools@​0.10.11

@​tanstack/react-devtools@​0.9.9

Patch Changes

  • Updated dependencies []:
    • @​tanstack/devtools@​0.10.10

@​tanstack/react-devtools@​0.9.8

Patch Changes

  • Updated dependencies []:
    • @​tanstack/devtools@​0.10.9

@​tanstack/react-devtools@​0.9.7

Patch Changes

... (truncated)

Changelog

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

0.10.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/devtools@​0.12.2

0.10.4

Patch Changes

  • Updated dependencies [5ac65f8]:
    • @​tanstack/devtools@​0.12.1

0.10.3

Patch Changes

  • Updated dependencies [58e66f5]:
    • @​tanstack/devtools@​0.12.0

0.10.2

Patch Changes

  • Updated dependencies [aa32769]:
    • @​tanstack/devtools@​0.11.2

0.10.1

Patch Changes

0.10.0

Minor Changes

  • Change the way props are passed to the plugins (#319)

Patch Changes

0.9.13

Patch Changes

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 5.91.3 to 5.101.0

Release notes

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

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

Patch Changes

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

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

5.101.0

Patch Changes

5.100.14

Patch Changes

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

5.100.13

Patch Changes

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

5.100.12

Patch Changes

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

5.100.11

Patch Changes

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

5.100.10

Patch Changes

  • Updated dependencies [4d130b9]:
    • @​tanstack/query-devtools@​5.100.10
    • @​tanstack/react-query@​5.100.10

5.100.9

... (truncated)

Commits
  • f3d8d2a ci: Version Packages (#10774)
  • 2d27c4e test(react-query-devtools/ReactQueryDevtools{,Panel}): add tests for the full...
  • Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 9, 2026
@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
react-starter Ready Ready Preview, Comment Jun 19, 2026 3:57am

Request Review

github-actions[bot]
github-actions Bot previously approved these changes Jun 9, 2026
@github-actions github-actions Bot enabled auto-merge (squash) June 9, 2026 03:43
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-deps-aa5d125c0c branch from 2553055 to 39b0e67 Compare June 17, 2026 03:43
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-deps-aa5d125c0c branch from 39b0e67 to f2a93a2 Compare June 17, 2026 03:55
github-actions[bot]
github-actions Bot previously approved these changes Jun 17, 2026
…pdates

Bumps the dev-deps group with 32 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@iconify-json/logos](https://github.com/iconify/icon-sets) | `1.2.10` | `1.2.11` |
| [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.91` | `1.2.113` |
| [@iconify/tailwind4](https://github.com/iconify/iconify-tailwind/tree/HEAD/packages/plugin) | `1.2.1` | `1.2.3` |
| [@jimmy.codes/eslint-config](https://github.com/jimmy-guzman/eslint-config) | `7.3.0` | `9.0.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.61.0` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.19` | `0.5.20` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.18` | `4.3.1` |
| [@tanstack/devtools-vite](https://github.com/TanStack/devtools/tree/HEAD/packages/devtools-vite) | `0.5.1` | `0.7.0` |
| [@tanstack/eslint-plugin-router](https://github.com/TanStack/router/tree/HEAD/packages/eslint-plugin-router) | `1.155.0` | `1.162.0` |
| [@tanstack/react-devtools](https://github.com/TanStack/devtools/tree/HEAD/packages/react-devtools) | `0.9.6` | `0.10.5` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.91.3` | `5.101.0` |
| [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) | `1.160.2` | `1.167.0` |
| [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin) | `1.160.2` | `1.167.18` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.16` | `19.2.17` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.4` | `6.0.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.18` | `4.1.9` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `4.0.18` | `4.1.9` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `9.6.4` | `10.0.1` |
| [daisyui](https://github.com/saadeghi/daisyui/tree/HEAD/packages/daisyui) | `5.5.18` | `5.5.23` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.5.0` |
| [gitzy](https://github.com/jimmy-guzman/gitzy) | `6.5.7` | `7.2.1` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.8.9` | `20.10.6` |
| [jiti](https://github.com/unjs/jiti) | `2.6.1` | `2.7.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.83.1` | `6.17.1` |
| [lefthook](https://github.com/evilmartians/lefthook) | `2.1.1` | `2.1.9` |
| [msw](https://github.com/mswjs/msw) | `2.12.10` | `2.14.6` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.33.0` | `0.55.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.3.1` |
| [turbo](https://github.com/vercel/turborepo) | `2.9.14` | `2.9.18` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.0-beta.14` | `8.0.16` |
| [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `1.2.0` | `1.3.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.0` | `4.1.9` |



Updates `@iconify-json/logos` from 1.2.10 to 1.2.11
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/lucide` from 1.2.91 to 1.2.113
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify/tailwind4` from 1.2.1 to 1.2.3
- [Commits](https://github.com/iconify/iconify-tailwind/commits/HEAD/packages/plugin)

Updates `@jimmy.codes/eslint-config` from 7.3.0 to 9.0.0
- [Release notes](https://github.com/jimmy-guzman/eslint-config/releases)
- [Changelog](https://github.com/jimmy-guzman/eslint-config/blob/main/CHANGELOG.md)
- [Commits](jimmy-guzman/eslint-config@v7.3.0...v9.0.0)

Updates `@playwright/test` from 1.58.2 to 1.61.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.61.0)

Updates `@tailwindcss/typography` from 0.5.19 to 0.5.20
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-typography@v0.5.19...v0.5.20)

Updates `@tailwindcss/vite` from 4.1.18 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-vite)

Updates `@tanstack/devtools-vite` from 0.5.1 to 0.7.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.7.0/packages/devtools-vite)

Updates `@tanstack/eslint-plugin-router` from 1.155.0 to 1.162.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/eslint-plugin-router/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/eslint-plugin-router@1.162.0/packages/eslint-plugin-router)

Updates `@tanstack/react-devtools` from 0.9.6 to 0.10.5
- [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.5/packages/react-devtools)

Updates `@tanstack/react-query-devtools` from 5.91.3 to 5.101.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.101.0/packages/react-query-devtools)

Updates `@tanstack/react-router-devtools` from 1.160.2 to 1.167.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router-devtools@1.167.0/packages/react-router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.160.2 to 1.167.18
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-vite-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/router-vite-plugin@1.167.18/packages/router-vite-plugin)

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

Updates `@vitejs/plugin-react` from 5.1.4 to 6.0.2
- [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.2/packages/plugin-react)

Updates `@vitest/coverage-v8` from 4.0.18 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/coverage-v8)

Updates `@vitest/ui` from 4.0.18 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/ui)

Updates `cspell` from 9.6.4 to 10.0.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.0.1/packages/cspell)

Updates `daisyui` from 5.5.18 to 5.5.23
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/commits/v5.5.23/packages/daisyui)

Updates `eslint` from 9.39.2 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.5.0)

Updates `gitzy` from 6.5.7 to 7.2.1
- [Release notes](https://github.com/jimmy-guzman/gitzy/releases)
- [Changelog](https://github.com/jimmy-guzman/gitzy/blob/main/CHANGELOG.md)
- [Commits](jimmy-guzman/gitzy@v6.5.7...v7.2.1)

Updates `happy-dom` from 20.8.9 to 20.10.6
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.8.9...v20.10.6)

Updates `jiti` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/unjs/jiti/releases)
- [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md)
- [Commits](unjs/jiti@v2.6.1...v2.7.0)

Updates `knip` from 5.83.1 to 6.17.1
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.17.1/packages/knip)

Updates `lefthook` from 2.1.1 to 2.1.9
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v2.1.1...v2.1.9)

Updates `msw` from 2.12.10 to 2.14.6
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.12.10...v2.14.6)

Updates `oxfmt` from 0.33.0 to 0.55.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.55.0/npm/oxfmt)

Updates `tailwindcss` from 4.1.18 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 `turbo` from 2.9.14 to 2.9.18
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.9.14...v2.9.18)

Updates `vite` from 8.0.0-beta.14 to 8.0.16
- [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.0.16/packages/vite)

Updates `vite-plugin-pwa` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](vite-pwa/vite-plugin-pwa@v1.2.0...v1.3.0)

Updates `vitest` from 4.1.0 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)

---
updated-dependencies:
- dependency-name: "@iconify-json/logos"
  dependency-version: 1.2.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.111
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@iconify/tailwind4"
  dependency-version: 1.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@jimmy.codes/eslint-config"
  dependency-version: 8.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@playwright/test"
  dependency-version: 1.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@tailwindcss/typography"
  dependency-version: 0.5.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@tanstack/devtools-vite"
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@tanstack/eslint-plugin-router"
  dependency-version: 1.162.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@tanstack/react-devtools"
  dependency-version: 0.10.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.101.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@tanstack/react-router-devtools"
  dependency-version: 1.167.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-version: 1.167.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@vitest/ui"
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: cspell
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: daisyui
  dependency-version: 5.5.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: gitzy
  dependency-version: 7.0.11
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: happy-dom
  dependency-version: 20.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: jiti
  dependency-version: 2.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: knip
  dependency-version: 6.16.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: lefthook
  dependency-version: 2.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: msw
  dependency-version: 2.14.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: oxfmt
  dependency-version: 0.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: tailwindcss
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: turbo
  dependency-version: 2.9.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: vite-plugin-pwa
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: vitest
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-deps-aa5d125c0c branch from 7c70ecb to 24fa2aa Compare June 19, 2026 03:56
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