Skip to content

chore(deps): bump the frontend group across 1 directory with 25 updates - #143

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/apps/frontend/frontend-300a0115aa
Open

chore(deps): bump the frontend group across 1 directory with 25 updates#143
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/apps/frontend/frontend-300a0115aa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the frontend group with 25 updates in the /apps/frontend directory:

Package From To
@solidjs/router 0.16.1 0.16.2
@tanstack/solid-query 5.99.0 5.101.2
@tanstack/solid-virtual 3.13.23 3.13.33
cytoscape 3.33.2 3.34.0
graphql 16.13.2 17.0.2
graphql-tag 2.12.6 2.12.7
graphql-ws 6.0.8 6.1.0
markdown-it 14.1.1 14.3.0
solid-js 1.9.12 1.9.14
@graphql-codegen/cli 6.3.0 7.2.0
@graphql-codegen/typescript 5.0.10 6.1.0
@graphql-codegen/typescript-graphql-request 7.0.0 7.1.0
@graphql-codegen/typescript-operations 5.1.0 6.1.0
@playwright/test 1.59.1 1.61.1
@types/node 25.6.0 26.1.1
@typescript-eslint/eslint-plugin 8.58.2 8.64.0
@typescript-eslint/parser 8.58.2 8.64.0
@vitest/coverage-v8 4.1.4 4.1.10
esbuild 0.27.7 0.28.1
eslint 10.2.0 10.7.0
happy-dom 20.9.0 20.11.0
typescript 6.0.2 7.0.2
vite 8.0.8 8.1.5
vite-plugin-solid 2.11.12 2.11.13
vitest 4.1.4 4.1.10

Updates @solidjs/router from 0.16.1 to 0.16.2

Changelog

Sourced from @​solidjs/router's changelog.

0.16.2

Patch Changes

  • 676db85: fix #451 - dispose per-route roots when the route tree unmounts; leaked roots stayed subscribed to route matches and crashed with TypeError: ... (evaluating 'match().path') on a later navigation (e.g. when a <Show> in the root component hid the outlet during login/logout flows)

  • cae1d15: Fix a batch of long-standing bugs:

    • useSubmission().retry was always a no-op due to an operator-precedence bug (#504)
    • disposing an older owner no longer unregisters a newer action bound to the same URL, which caused forms to fall through to native submission after revalidation (#542)
    • useBeforeLeave listeners now observe defaultPrevented set by other listeners (#530)
    • <A> active state now ignores trailing slashes on href (#532)
    • useCurrentMatches returns a copy so user mutation can't corrupt router state (#516)
    • static path segments no longer percent-encode RFC 3986 pchar characters (+, @, :, $, &, ,, ;, =), so routes like /+foo or /@user match the browser's raw pathname (#559, #509)
    • consecutive synchronous setSearchParams calls now compose: the merge applies to the in-flight navigation target instead of the stale committed location (#547)
  • e9acd69: fix #454 - default RouteDefinition's data generic to any so typed components and preload functions are assignable in annotated configs like const routes: RouteDefinition[], where no inference site for the generic exists

  • 9d80d4e: Paths with empty interior segments (doubled slashes, e.g. //dash or /foo//bar) no longer match routes and now render the not-found state instead of silently matching their collapsed form (#567). A single trailing slash is still tolerated. Doubled leading slashes are also no longer normalized away by the browser integration and parse correctly instead of being treated as protocol-relative URLs.

  • b308c21: fix #497 - revalidate now forces the cache miss synchronously instead of deferring it into the transition microtask, so a same-tick refetch() after an un-awaited revalidate() refetches fresh data

  • e9acd69: fix #347 - accept VoidComponent pages as route components; component now takes a RouteSectionComponent union so components that don't declare children type-check, while components requiring props the router doesn't pass are still rejected

Commits

Updates @tanstack/solid-query from 5.99.0 to 5.101.2

Release notes

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

@​tanstack/solid-query-devtools@​5.101.2

Patch Changes

@​tanstack/solid-query-persist-client@​5.101.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.101.2
    • @​tanstack/solid-query@​5.101.2

@​tanstack/solid-query@​5.101.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.2

@​tanstack/solid-query-devtools@​5.101.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.101.1
    • @​tanstack/solid-query@​5.101.1

@​tanstack/solid-query-persist-client@​5.101.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.101.1
    • @​tanstack/solid-query@​5.101.1

@​tanstack/solid-query@​5.101.1

Patch Changes

  • Updated dependencies [9eff92e]:
    • @​tanstack/query-core@​5.101.1

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

Patch Changes

@​tanstack/solid-query-persist-client@​5.101.0

Patch Changes

... (truncated)

Changelog

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

5.101.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.2

5.101.1

Patch Changes

  • Updated dependencies [9eff92e]:
    • @​tanstack/query-core@​5.101.1

5.101.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.0

5.100.14

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.100.14

5.100.13

Patch Changes

  • Updated dependencies [d423168]:
    • @​tanstack/query-core@​5.100.13

5.100.12

Patch Changes

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

5.100.11

Patch Changes

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

5.100.10

... (truncated)

Commits
  • 610e8d1 ci: Version Packages (#10996)
  • b809297 ci: Version Packages (#10977)
  • 18d4504 test(solid-query/useQuery): add type test for generic indexed-access 'TData' ...
  • 84dbefa test(solid-query/useQuery): move type-only test to 'useQuery.test-d.tsx' (#10...
  • 784c2f0 test(solid-query/useQueries): move type-only tests to 'useQueries.test-d.tsx'...
  • 86b949b test(solid-query/useQueries): add test for using a provided custom 'queryClie...
  • 588b30f test(solid-query/useQueries): add test for not fetching during the restoring ...
  • 0e2bfe7 test(solid-query): add 'renderWithClient' helper and replace inline 'QueryCli...
  • 6048592 test(solid-query/useMutation): split 'should pass meta to mutation' into sepa...
  • c8ebcd7 test(solid-query): replace deprecated 'toBeCalledTimes' with 'toHaveBeenCalle...
  • Additional commits viewable in compare view

Updates @tanstack/solid-virtual from 3.13.23 to 3.13.33

Release notes

Sourced from @​tanstack/solid-virtual's releases.

@​tanstack/solid-virtual@​3.13.33

Patch Changes

@​tanstack/solid-virtual@​3.13.32

Patch Changes

  • #1203 95ef53b - Preserve measured item sizes when reactive virtualizer options change.

@​tanstack/solid-virtual@​3.13.31

Patch Changes

@​tanstack/solid-virtual@​3.13.30

Patch Changes

@​tanstack/solid-virtual@​3.13.29

Patch Changes

  • Updated dependencies [ef69ea3]:
    • @​tanstack/virtual-core@​3.17.1

@​tanstack/solid-virtual@​3.13.28

Patch Changes

@​tanstack/solid-virtual@​3.13.27

Patch Changes

  • Updated dependencies [c746841]:
    • @​tanstack/virtual-core@​3.16.1

@​tanstack/solid-virtual@​3.13.26

Patch Changes

  • Updated dependencies [fc992ab]:
    • @​tanstack/virtual-core@​3.16.0

@​tanstack/solid-virtual@​3.13.25

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/solid-virtual's changelog.

3.13.33

Patch Changes

3.13.32

Patch Changes

  • #1203 95ef53b - Preserve measured item sizes when reactive virtualizer options change.

3.13.31

Patch Changes

3.13.30

Patch Changes

3.13.29

Patch Changes

  • Updated dependencies [ef69ea3]:
    • @​tanstack/virtual-core@​3.17.1

3.13.28

Patch Changes

3.13.27

Patch Changes

  • Updated dependencies [c746841]:
    • @​tanstack/virtual-core@​3.16.1

3.13.26

... (truncated)

Commits

Updates cytoscape from 3.33.2 to 3.34.0

Release notes

Sourced from cytoscape's releases.

v3.34.0

Release version v3.34.0

v3.33.4

Release version v3.33.4

v3.33.3

Release version v3.33.3

Commits
  • 22716bf 3.34.0
  • 2d55446 Build 3.34.0
  • 578987a Update version to 3.34.0
  • 41d6284 Merge master to unstable
  • a4b1145 Documentation 3.34.0: Append 3.34.0 to versions.json
  • 14e222f Proper sorting #914
  • 66258ed Update who-uses list #914
  • 300af0b Fix CI tests: upgrade playwright and set hard limits on actions runners timeouts
  • aa1fab9 Fix CI tests: upgrade playwright and set hard limits on actions runners timeouts
  • be82ee8 Merge pull request #3457 from cytoscape/feature/inside-labels
  • Additional commits viewable in compare view
Maintainer changes

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


Updates graphql from 16.13.2 to 17.0.2

Release notes

Sourced from graphql's releases.

v17.0.2 (2026-07-03)

Bug Fix 🐞

Polish 💅

Committers: 2

v17.0.1 (2026-06-16)

Bug Fix 🐞

  • #4824 fix(diagnostics): emit asyncStart after promise settlement to match native tracePromise (@​logaretm)

Internal 🏠

Committers: 2

v17.0.0 (2026-06-15)

New Feature 🚀

Bug Fix 🐞

Docs 📝

... (truncated)

Commits
  • 71606d7 chore(release): v17.0.2
  • 101de34 fix: detect default-value changes on input object fields (#4832)
  • 82da713 fix(mapSchemaConfig): fix context for schema argument mapper (#4829)
  • 9617473 chore(release): v17.0.1
  • 851bd6a chore(release): protect latest release channels (#4825)
  • c471d36 fix(diagnostics): emit asyncStart after promise settlement to match native `t...
  • 3f3895f chore(npm): remove obsolete ESM-only package build (#4823)
  • c7e494a chore(release): v17.0.0
  • d977f66 docs: post 17.rc-0 update (#4817)
  • 39f865f docs: document @experimental_disableErrorPropagation (#4820)
  • Additional commits viewable in compare view

Updates graphql-tag from 2.12.6 to 2.12.7

Release notes

Sourced from graphql-tag's releases.

v2.12.7

Patch Changes

Changelog

Sourced from graphql-tag's changelog.

2.12.7

Patch Changes

Commits
Maintainer changes

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


Updates graphql-ws from 6.0.8 to 6.1.0

Release notes

Sourced from graphql-ws's releases.

v6.1.0

Minor Changes

Changelog

Sourced from graphql-ws's changelog.

6.1.0

Minor Changes

Commits
  • 0b69b9b Upcoming Release Changes (#679)
  • 8bbad60 chore: downgrade uws for node 20
  • 3675e0d chore: bump uws
  • 0f78663 chore: bump node version
  • a6a792a chore(release): permissions write-all
  • 1b657c5 chore(release): npm publish registry
  • 65c1f88 chore(release): content permissions need write
  • d068b8f chore(release): maybe permissions per
  • 4a25081 chore(release): needs contents read
  • bf18045 chore(release): permissions and oidc
  • Additional commits viewable in compare view
Maintainer changes

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


Updates markdown-it from 14.1.1 to 14.3.0

Changelog

Sourced from markdown-it's changelog.

[14.3.0] - 2026-07-02

Changed

  • Reworked build pipeline & tools.
  • Added source maps.
  • Bumped linkify-it to 5.0.2.

Fixed

  • Preserve backslash-space hard line breaks, matching CommonMark 6.7, #1185.

[14.2.0] - 2026-05-24

Added

  • isPunctCharCode to utilities.

Fixed

  • Don't end HTML comment blocks on a blank line, #1155.
  • Properly recognize astral chars (surrogates) in delimiter scans for emphasis-like markers, #1072. Big thanks to @​tats-u for his global efforts with improving CJK support.
  • Preserve unicode whitespaces when trimm headings/paragraphs, #1074.
  • More strict entities decode to avoid false positives ;, #1096.
  • Restore block parser state on fail in lheading rule, #1131.

Security

  • Fixed poor smartquotes perfomance on > 70k quotes in single block
  • Bumped linkify-it to 5.0.1 with fixed potential perfomance issues.
Commits
  • ff0ee08 14.3.0 released
  • 52e2749 Bump linkify-it / vite deps
  • 56c2404 fix: keep backslash-space hard line break (CommonMark 6.7) (#1185)
  • 0fbb18b Bump vite from 8.0.14 to 8.0.16 (#1181)
  • 83450e2 Rework benchmark deps and bump versions
  • 57a6863 benchmark => tinybench
  • 7608db1 Update CI config
  • 9d8eb42 Added package-lock and updated versions to latest possible
  • 0aee70d lint: enable @​stylistic/no-multi-spaces rule
  • 8878985 lint => neostandard
  • Additional commits viewable in compare view

Updates solid-js from 1.9.12 to 1.9.14

Commits

Updates @graphql-codegen/cli from 6.3.0 to 7.2.0

Changelog

Sourced from @​graphql-codegen/cli's changelog.

7.2.0

Minor Changes

Patch Changes

7.1.3

Patch Changes

  • #10335 3280ace Thanks @​Diluka! - Fix graphql-config loading order to correctly detect codegen projects

    Previously, a graphql-config file like this failed:

    projects:
      default:
        schema: 'default/schema.graphql'
      project1:
        schema: 'project1/schema.graphql'
        extensions:
          codegen:
            generates:
              'project1/__generated__/types.ts':
                plugins: ['typescript']

... (truncated)

Commits
  • 726d28a chore(release): update monorepo packages versions (#10889)
  • 959915f CODEGEN905 - Add GraphQL 17 support (#10866)
  • 2670296 chore(release): update monorepo packages versions (#10870)
  • 3280ace fix loading multi projects graphql config (#10335)
  • d65bbb9 chore(release): update monorepo packages versions (#10862)
  • a2e1093 Fix ESM issue for CLI require flag on Windows (#10861)
  • a989a96 chore(release): update monorepo packages versions (#10860)
  • 3fa901b CODEGEN-848 - Fix CLI --version flag (#10858)
  • 41bc398 chore(release): update monorepo packages versions (#10854)
  • cbf9544 feat(cli): allow disabling legacy federation injection for FederationV2 schem...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​graphql-codegen/cli since your current version.


Updates @graphql-codegen/typescript from 5.0.10 to 6.1.0

Changelog

Sourced from @​graphql-codegen/typescript's changelog.

6.1.0

Minor Changes

Patch Changes

  • Updated dependencies [959915f, 959915f, 959915f]:
    • @​graphql-codegen/plugin-helpers@​7.1.0
    • @​graphql-codegen/schema-ast@​6.1.0
    • @​graphql-codegen/visitor-plugin-common@​7.2.0

6.0.2

Patch Changes

6.0.1

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​graphql-codegen/typescript since your current version.


Updates @graphql-codegen/typescript-graphql-request from 7.0.0 to 7.1.0

Changelog

Sourced from @​graphql-codegen/typescript-graphql-request's changelog.

7.1.0

Minor Changes

7.0.1

Patch Changes

Commits
  • 1744fb7 chore(release): update monorepo packages versions (#1498)
  • a69289d fix: import graphql-request RequestOptions as type (#1440)
  • 734bf36 chore(deps): update graphql-tools (#1451)

Bumps the frontend group with 25 updates in the /apps/frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@solidjs/router](https://github.com/solidjs/solid-router) | `0.16.1` | `0.16.2` |
| [@tanstack/solid-query](https://github.com/TanStack/query/tree/HEAD/packages/solid-query) | `5.99.0` | `5.101.2` |
| [@tanstack/solid-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/solid-virtual) | `3.13.23` | `3.13.33` |
| [cytoscape](https://github.com/cytoscape/cytoscape.js) | `3.33.2` | `3.34.0` |
| [graphql](https://github.com/graphql/graphql-js) | `16.13.2` | `17.0.2` |
| [graphql-tag](https://github.com/apollographql/graphql-tag) | `2.12.6` | `2.12.7` |
| [graphql-ws](https://github.com/enisdenjo/graphql-ws) | `6.0.8` | `6.1.0` |
| [markdown-it](https://github.com/markdown-it/markdown-it) | `14.1.1` | `14.3.0` |
| [solid-js](https://github.com/solidjs/solid) | `1.9.12` | `1.9.14` |
| [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `6.3.0` | `7.2.0` |
| [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) | `5.0.10` | `6.1.0` |
| [@graphql-codegen/typescript-graphql-request](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/graphql-request) | `7.0.0` | `7.1.0` |
| [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) | `5.1.0` | `6.1.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.59.1` | `1.61.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `26.1.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.58.2` | `8.64.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.58.2` | `8.64.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.4` | `4.1.10` |
| [esbuild](https://github.com/evanw/esbuild) | `0.27.7` | `0.28.1` |
| [eslint](https://github.com/eslint/eslint) | `10.2.0` | `10.7.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.9.0` | `20.11.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `7.0.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.8` | `8.1.5` |
| [vite-plugin-solid](https://github.com/solidjs/vite-plugin-solid) | `2.11.12` | `2.11.13` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.4` | `4.1.10` |



Updates `@solidjs/router` from 0.16.1 to 0.16.2
- [Changelog](https://github.com/solidjs/solid-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-router/commits/v0.16.2)

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

Updates `@tanstack/solid-virtual` from 3.13.23 to 3.13.33
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/solid-virtual/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/solid-virtual@3.13.33/packages/solid-virtual)

Updates `cytoscape` from 3.33.2 to 3.34.0
- [Release notes](https://github.com/cytoscape/cytoscape.js/releases)
- [Commits](cytoscape/cytoscape.js@v3.33.2...v3.34.0)

Updates `graphql` from 16.13.2 to 17.0.2
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.13.2...v17.0.2)

Updates `graphql-tag` from 2.12.6 to 2.12.7
- [Release notes](https://github.com/apollographql/graphql-tag/releases)
- [Changelog](https://github.com/apollographql/graphql-tag/blob/main/CHANGELOG.md)
- [Commits](apollographql/graphql-tag@v2.12.6...v2.12.7)

Updates `graphql-ws` from 6.0.8 to 6.1.0
- [Release notes](https://github.com/enisdenjo/graphql-ws/releases)
- [Changelog](https://github.com/enisdenjo/graphql-ws/blob/master/CHANGELOG.md)
- [Commits](enisdenjo/graphql-ws@v6.0.8...v6.1.0)

Updates `markdown-it` from 14.1.1 to 14.3.0
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@14.1.1...14.3.0)

Updates `solid-js` from 1.9.12 to 1.9.14
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits)

Updates `@graphql-codegen/cli` from 6.3.0 to 7.2.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@7.2.0/packages/graphql-codegen-cli)

Updates `@graphql-codegen/typescript` from 5.0.10 to 6.1.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@6.1.0/packages/plugins/typescript/typescript)

Updates `@graphql-codegen/typescript-graphql-request` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator-community/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/typescript/graphql-request/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/typescript-graphql-request@7.1.0/packages/plugins/typescript/graphql-request)

Updates `@graphql-codegen/typescript-operations` from 5.1.0 to 6.1.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@6.1.0/packages/plugins/typescript/operations)

Updates `@playwright/test` from 1.59.1 to 1.61.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.59.1...v1.61.1)

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

Updates `@typescript-eslint/eslint-plugin` from 8.58.2 to 8.64.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.64.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.58.2 to 8.64.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.64.0/packages/parser)

Updates `@vitest/coverage-v8` from 4.1.4 to 4.1.10
- [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.10/packages/coverage-v8)

Updates `esbuild` from 0.27.7 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.27.7...v0.28.1)

Updates `eslint` from 10.2.0 to 10.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.2.0...v10.7.0)

Updates `happy-dom` from 20.9.0 to 20.11.0
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.9.0...v20.11.0)

Updates `typescript` from 6.0.2 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `vite` from 8.0.8 to 8.1.5
- [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.1.5/packages/vite)

Updates `vite-plugin-solid` from 2.11.12 to 2.11.13
- [Release notes](https://github.com/solidjs/vite-plugin-solid/releases)
- [Changelog](https://github.com/solidjs/vite-plugin-solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/vite-plugin-solid/compare/vite-plugin-solid@2.11.12...vite-plugin-solid@2.11.13)

Updates `vitest` from 4.1.4 to 4.1.10
- [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.10/packages/vitest)

---
updated-dependencies:
- dependency-name: "@solidjs/router"
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: "@tanstack/solid-query"
  dependency-version: 5.101.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: "@tanstack/solid-virtual"
  dependency-version: 3.13.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: cytoscape
  dependency-version: 3.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: graphql
  dependency-version: 17.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend
- dependency-name: graphql-tag
  dependency-version: 2.12.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: graphql-ws
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: markdown-it
  dependency-version: 14.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: solid-js
  dependency-version: 1.9.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend
- dependency-name: "@graphql-codegen/typescript"
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend
- dependency-name: "@graphql-codegen/typescript-graphql-request"
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: "@graphql-codegen/typescript-operations"
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend
- dependency-name: "@playwright/test"
  dependency-version: 1.61.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: eslint
  dependency-version: 10.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: happy-dom
  dependency-version: 20.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend
- dependency-name: vite
  dependency-version: 8.1.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: vite-plugin-solid
  dependency-version: 2.11.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added deps frontend Frontend Side labels Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps frontend Frontend Side

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants