fix(deps): update npm dependencies (minor)#1649
Conversation
|
|
There was a problem hiding this comment.
Pull request overview
Updates a set of pinned npm dependencies across the Juno monorepo (apps + shared config), with the corresponding pnpm-lock.yaml refresh.
Changes:
- Bump
eslintto10.2.1in selected apps and updateautoprefixerto10.5.0. - Bump
@tanstack/react-queryto5.99.2across multiple apps. - Bump tooling deps:
mswto2.13.5,@graphql-codegen/*to latest minor/patches, andtypescript-eslintto8.59.0in@cloudoperators/juno-config.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Lockfile updated to reflect bumped dependency graph and transitive updates. |
| packages/config/package.json | Updates typescript-eslint version used by the shared config package. |
| apps/template/package.json | Updates eslint pinned version for the template app. |
| apps/supernova/package.json | Updates @tanstack/react-query pinned version. |
| apps/heureka/package.json | Updates react-query, graphql-codegen tooling, autoprefixer, and eslint. |
| apps/greenhouse/package.json | Updates CodeMirror view and react-query. |
| apps/example/package.json | Updates react-query and msw. |
| apps/doop/package.json | Updates @tanstack/react-query pinned version. |
| apps/carbon/package.json | Updates autoprefixer and eslint. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates a set of npm dependencies across multiple workspaces/apps to newer minor/patch versions (Renovate-driven).
Changes:
- Bump ESLint to
10.2.1in affected apps. - Bump
@tanstack/react-queryto5.99.2across multiple apps. - Update a few supporting tools/libs (GraphQL Codegen, MSW, Autoprefixer, CodeMirror view, typescript-eslint).
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/config/package.json | Bumps typescript-eslint used by shared config tooling. |
| apps/template/package.json | Updates eslint to a newer patch/minor. |
| apps/supernova/package.json | Updates @tanstack/react-query. |
| apps/heureka/package.json | Updates React Query, GraphQL Codegen packages, Autoprefixer, and ESLint. |
| apps/greenhouse/package.json | Updates CodeMirror view and React Query. |
| apps/example/package.json | Updates React Query and MSW. |
| apps/doop/package.json | Updates React Query. |
| apps/carbon/package.json | Updates Autoprefixer and ESLint. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
| "@typescript-eslint/parser": "6.21.0", | ||
| "@vitejs/plugin-react": "6.0.1", | ||
| "@vitest/ui": "4.1.4", | ||
| "autoprefixer": "10.4.27", | ||
| "eslint": "10.1.0", | ||
| "autoprefixer": "10.5.0", | ||
| "eslint": "10.2.1", |
a4c406a to
8dab29f
Compare
b02c72c to
ac4557a
Compare
ac4557a to
15f08b9
Compare
This PR contains the following updates:
6.40.0→6.41.16.2.1→6.3.15.0.9→5.1.05.95.2→5.100.71.168.23→1.169.18.58.2→8.59.18.58.2→8.59.110.4.27→10.5.010.2.1→10.3.017.5.0→17.6.02.12.14→2.14.28.58.2→8.59.14.3.6→4.4.2Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v6.3.1Compare Source
Patch Changes
be85118Thanks @eddeee888! - Fix issue where same SDL in different
documents are ignored when handling documents vs externalDocuments
v6.3.0Compare Source
Minor Changes
#10659
e65d303Thanks @ikusakov2! - Add support for
externalDocumentsexternalDocumentsdeclares GraphQL documents that will be read but will not have type filesgenerated for them. These documents are available to plugins for type resolution (e.g. fragment
types), but no output files will be generated based on them. Accepts the same formats as
documents.This config option is useful for monorepos where each project may want to generate types for its
own documents, but some may need to read shared fragments from across projects.
Patch Changes
[
9a66574,9a66574,9a66574,e65d303]:dotansimha/graphql-code-generator (@graphql-codegen/typescript-operations)
v5.1.0Compare Source
Minor Changes
#10659
e65d303Thanks @ikusakov2! - Add support for
externalDocumentsexternalDocumentsdeclares GraphQL documents that will be read but will not have type filesgenerated for them. These documents are available to plugins for type resolution (e.g. fragment
types), but no output files will be generated based on them. Accepts the same formats as
documents.This config option is useful for monorepos where each project may want to generate types for its
own documents, but some may need to read shared fragments from across projects.
Patch Changes
9a66574Thanks @renovate! - dependencies updates:
tslib@^2.8.0↗︎ (from~2.6.0, independencies)[
9a66574,9a66574,9a66574,e65d303]:TanStack/query (@tanstack/react-query)
v5.100.7Compare Source
Patch Changes
v5.100.6Compare Source
Patch Changes
v5.100.5Compare Source
Patch Changes
a53ef97]:v5.100.4Compare Source
Patch Changes
v5.100.3Compare Source
Patch Changes
fix(suspense): skip calling combine when queries would suspend (#10576)
Updated dependencies [
f85d825]:v5.100.2Patch Changes
ea4497e,d6a7bf3,645d5d1]:v5.100.1Patch Changes
1bb0d23]:v5.100.0Compare Source
Patch Changes
6540a41]:v5.99.2Compare Source
Patch Changes
v5.99.1Compare Source
Patch Changes
v5.99.0Compare Source
Patch Changes
v5.98.0Compare Source
Patch Changes
v5.97.0Compare Source
Patch Changes
2bfb12c]:v5.96.2Compare Source
Patch Changes
v5.96.1Compare Source
Patch Changes
v5.96.0Compare Source
Patch Changes
TanStack/router (@tanstack/react-router)
v1.169.1Compare Source
Patch Changes
4a1e63f]:v1.169.0Compare Source
Minor Changes
params.parseto experimentally returnfalseto skip an incoming route candidate during path matching. Thrown parse errors still surface on the selected match instead of falling through, and outgoing typed route-template links continue to use exact route lookup followed byparams.stringifyfor URL generation. (#7263)Patch Changes
c992495]:v1.168.26Compare Source
Patch Changes
b5c4183]:v1.168.25Compare Source
Patch Changes
493148b]:v1.168.24Compare Source
Patch Changes
Add TanStack Start inline CSS manifest support for SSR so route styles can be embedded in the HTML response and hydrated without duplicate stylesheet links. (#7253)
Updated dependencies [
4d864ee]:typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.59.1Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.59.1Compare Source
This was a version bump only for parser 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.
v8.59.0Compare Source
This was a version bump only for parser 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.
postcss/autoprefixer (autoprefixer)
v10.5.0Compare Source
mask-position-xandmask-position-ysupport (by @toporek).eslint/eslint (eslint)
v10.3.0Compare Source
sindresorhus/globals (globals)
v17.6.0Compare Source
mswjs/msw (msw)
v2.14.2Compare Source
v2.14.2 (2026-04-29)
Bug Fixes
NetworkApitype (#2734) (f0c0321) @kettanaitov2.14.1Compare Source
v2.14.1 (2026-04-29)
Bug Fixes
f8dc874) @kettanaitov2.14.0Compare Source
v2.14.0 (2026-04-29)
Features
ws.onUpgradefor handling connection upgrades (#2732) (e00e4d6) @kettanaitoBug Fixes
6953307) @kettanaito30668e6) @kettanaitov2.13.6Compare Source
v2.13.6 (2026-04-24)
Bug Fixes
test()method (#2727) (3da7048) @kettanaitov2.13.5Compare Source
v2.13.5 (2026-04-23)
Bug Fixes
.resetHandlers()/.restoreHandlers()(#2725) (8d16801) @kettanaitov2.13.4Compare Source
v2.13.4 (2026-04-16)
Bug Fixes
ServiceWorkerSourcesingleton pattern (#2715) (580256b) @kettanaitoverbatimModuleSyntaxconsistently in exports (#2702) (9dedf52) @christoph-fricke @kettanaitod0cbd2d) @kettanaitorequest.signalfor the underlying stream (#2718) (429e05c) @kettanaitov2.13.3Compare Source
v2.13.3 (2026-04-14)
Bug Fixes
rettimeto 0.11.7 (#2711) (feee3ed) @kettanaitov2.13.2Compare Source
v2.13.1Compare Source
v2.13.1 (2026-04-07)
Bug Fixes
e7890e9) @kettanaitov2.13.0Compare Source
v2.13.0 (2026-04-06)
Features
defineNetwork) (#2650) (2b73790) @kettanaito @felmononinstanceofcheck. Instead, thekindproperty of the handler is used.Bug fixes
typescript-eslint/typescript-eslint (typescript-eslint)
v8.59.1Compare Source
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.
v8.59.0Compare Source
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.
colinhacks/zod (zod)
v4.4.2Compare Source
v4.4.1Compare Source
v4.4.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.