Skip to content

fix(deps): update npm dependencies (minor)#1582

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/npm-dependencies
Open

fix(deps): update npm dependencies (minor)#1582
renovate[bot] wants to merge 1 commit intomainfrom
renovate/npm-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 2, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@codemirror/state 6.5.46.6.0 age confidence
@codemirror/view 6.39.156.40.0 age confidence
@graphql-codegen/cli (source) 6.1.36.2.1 age confidence
@tanstack/react-query (source) 5.90.215.95.2 age confidence
@tanstack/react-router (source) 1.161.41.168.7 age confidence
@types/node (source) 24.10.1524.12.0 age confidence
typescript-eslint (source) 8.56.18.57.2 age confidence

Release Notes

codemirror/state (@​codemirror/state)

v6.6.0

Compare Source

New features

EditorSelection.range now takes an optional assoc argument.

SelectionRange.extend can now be given a third argument to specify associativity.

codemirror/view (@​codemirror/view)

v6.40.0

Compare Source

Bug fixes

Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift modifier when delivered to key event handlers.

Fix an issue where EditorView.moveVertically could move to the wrong place in wrapped lines with a large line height.

Make sure the selection head associativity is properly set for mouse selections made with shift held down.

New features

WidgetType.updateDOM is now called with the previous widget value as third argument.

v6.39.17

Compare Source

Bug fixes

Improve touch tap-selection on line wrapping boundaries.

Make drawSelection draw our own selection handles on iOS.

Fix an issue where posAtCoords, when querying line wrapping points, got confused by extra empty client rectangles produced by Safari.

v6.39.16

Compare Source

Bug fixes

Perform scroll stabilization on the document or wrapping scrollable elements, when the user scrolls the editor.

Fix an issue where changing decorations right before a composition could end up corrupting the visible DOM.

Fix an issue where some types of text input over a selection would be read as happening in wrong position.

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v6.2.1

Compare Source

Patch Changes
  • #​10618 e804925 Thanks @​PalmerTurley34! - Honor per-output preset importExtension and emitLegacyCommonJSImports config instead of always using the root config values.

v6.2.0

Compare Source

Minor Changes
Patch Changes
TanStack/query (@​tanstack/react-query)

v5.95.2

Compare Source

Patch Changes

v5.95.1

Compare Source

Patch Changes

v5.95.0

Compare Source

Patch Changes

v5.94.5

Compare Source

Patch Changes

v5.94.4

Compare Source

Patch Changes

v5.91.3

Compare Source

Patch Changes
  • fix: stop node types from leaking into browser (#​10302)

v5.91.2

Compare Source

Patch Changes

v5.91.0

Compare Source

Minor Changes
Patch Changes
TanStack/router (@​tanstack/react-router)

v1.168.7

Compare Source

Patch Changes

v1.168.6

Compare Source

Patch Changes
  • Remove the extra SSR sentinel tag used for onRendered in React Router while (#​7054)
    preserving the client-side render timing needed for scroll restoration and
    onRendered subscribers.

v1.168.5

Compare Source

Patch Changes

v1.168.4

Compare Source

Patch Changes

v1.168.3

Compare Source

Patch Changes

v1.168.2

Compare Source

Patch Changes

v1.168.1

Compare Source

Patch Changes

v1.168.0

Compare Source

Minor Changes
  • remove pendingMatches, cachedMatches (#​6704)
    move to signal-based reactivity
    solid uses its own native signals
Patch Changes

v1.167.5

Compare Source

Patch Changes

v1.167.4

Compare Source

Patch Changes

v1.167.3

Compare Source

Patch Changes

v1.167.2

Compare Source

Patch Changes

v1.167.1

Compare Source

Patch Changes

v1.167.0

Compare Source

Minor Changes
Patch Changes

v1.166.8

Compare Source

Patch Changes

v1.166.7

Compare Source

Version 1.166.7 - 3/10/26, 7:24 PM

Changes

Fix
Chore

Packages

v1.166.6

Compare Source

Version 1.166.6 - 3/9/26, 10:25 PM

Changes

Fix
  • ensure lazy error component is preloaded (#​6875) (b7def82) by Manuel Schiller

Packages

v1.166.4

Compare Source

Version 1.166.4 - 3/9/26, 7:16 PM

Changes

Fix
  • don"t re-execute stale loaders on unrelated location changes (#​6867) (31ed0a9) by Manuel Schiller
Chore
Docs

Packages

v1.166.3

Compare Source

Version 1.166.3 - 3/8/26, 1:32 PM

Changes

Fix
Test
Docs
Benchmarks

Packages

v1.166.2

Compare Source

Version 1.166.2 - 3/4/26, 8:36 PM

Changes
Fix
  • handle beforeLoad throwing notFound correctly (#​6811) (9c81d5a) by Manuel Schiller
Chore
Test
Packages

v1.163.3

Compare Source

Version 1.163.3 - 2/27/26, 10:12 PM

Changes
Fix
Packages

v1.163.2

Compare Source

Version 1.163.2 - 2/25/26, 8:25 AM

Changes

Fix

Packages

v1.162.9

Compare Source

Version 1.162.9 - 2/24/26, 12:49 PM

Changes

Fix
Docs
  • router: add MaskOptions to Navigation documentation (#​6625) (9fd7fb9) by JongKyung Lee
  • router: fix typo in the path param guide for complex suffixes (#​6738) (623cbb0) by combab0

Packages


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 2, 2026 08:17
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 2, 2026

⚠️ No Changeset found

Latest commit: 6271716

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

PR Preview Action v1.8.1

🚀 View preview at
https://cloudoperators.github.io/juno/pr-preview/pr-1582/

Built to branch gh-pages at 2026-04-03 00:39 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@renovate renovate bot force-pushed the renovate/npm-dependencies branch 2 times, most recently from 3d56272 to f15788e Compare April 2, 2026 17:57
@renovate renovate bot force-pushed the renovate/npm-dependencies branch from f15788e to 6271716 Compare April 3, 2026 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants