Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2025

This PR contains the following updates:

Package Change Age Confidence
@codemirror/autocomplete 6.19.1 -> 6.20.0 age confidence
@codemirror/commands 6.10.0 -> 6.10.1 age confidence
@codemirror/view 6.38.7 -> 6.39.4 age confidence
@types/node (source) 24.10.1 -> 24.10.4 age confidence
@types/react (source) 19.2.5 -> 19.2.7 age confidence
@types/styled-components (source) 5.1.35 -> 5.1.36 age confidence
anser 2.3.2 -> 2.3.5 age confidence
eslint (source) 9.39.1 -> 9.39.2 age confidence
eslint-config-next (source) 16.0.7 -> 16.0.10 age confidence
next (source) 16.0.7 -> 16.0.10 age confidence
react (source) 19.2.0 -> 19.2.3 age confidence
react-dom (source) 19.2.0 -> 19.2.3 age confidence

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.20.0

Compare Source

New features

Completions now support a sortText property to influence sort order.

codemirror/commands (@​codemirror/commands)

v6.10.1

Compare Source

Bug fixes

Fix a bug where copyLineDown would leave the cursor on the wrong line when it was at the start of the line.

codemirror/view (@​codemirror/view)

v6.39.4

Compare Source

Bug fixes

Fix a bug where paste events handlers on Chrome could fail to run when pasting on a blank line.

Fix a regression causing the native cursor to get stuck before block widgets with side>0.

Fix a crash in content DOM building after a block widget.

Fix a bug in posAtCoords that would in some circumstances make it return positions on the wrong side of a block widget.

v6.39.3

Compare Source

Bug fixes

Fix a bug that could corrupt the rendered document in some situations involving adjacent mark decorations of the same type.

v6.39.2

Compare Source

Bug fixes

Fix an issue where moveVertially was sometimes unable to escape lines with thick borders or padding.

v6.39.1

Compare Source

Bug fixes

Restore a workaround for a Chrome selection bug that had regressed in the previous release.

v6.39.0

Compare Source

Bug fixes

Properly handle bidirectional text in posAtCoords.

Avoid computing a zero character width (leading to divisions by zero) when the editor is hidden and the browser doesn't have a layout for it.

New features

The posAndSideAtCoords method is an extended version of posAtCoords that also tells you which side of the position the coordinates are associated with.

Add support for block wrappers, decoration-like things that allow extension code to create DOM nodes around groups of lines.

v6.38.8

Compare Source

Bug fixes

Improve handling of composition with multiple cursors on MacOS.

Fix an issue where computing a document position from screen coordinates would sometimes go wrong in right-to-left text.

IonicaBizau/anser (anser)

v2.3.5

Compare Source

Clean up files

v2.3.4

Compare Source

Fix grayscale palette colors returning undefined /cc #​83 -- thanks @​skipi 🍰

v2.3.3

Compare Source

Update documentation links

eslint/eslint (eslint)

v9.39.2

Compare Source

vercel/next.js (eslint-config-next)

v16.0.10

Compare Source

v16.0.9

Compare Source

v16.0.8

Compare Source

vercel/next.js (next)

v16.0.10

Compare Source

v16.0.9

Compare Source

v16.0.8

Compare Source

facebook/react (react)

v19.2.3: 19.2.3 (December 11th, 2025)

Compare Source

React Server Components

v19.2.2: 19.2.2 (December 11th, 2025)

Compare Source

React Server Components

v19.2.1: 19.2.1 (December 3rd, 2025)

Compare Source

React Server Components

Configuration

📅 Schedule: Branch creation - "on tuesday" (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 force-pushed the renovate/js-update branch 2 times, most recently from f9f64d2 to 1f9e35f Compare November 24, 2025 10:53
@renovate renovate bot force-pushed the renovate/js-update branch from 1f9e35f to de3b2fb Compare December 3, 2025 19:15
@renovate renovate bot changed the title chore(deps): update javascript packages (non-major) fix(deps): update javascript packages (non-major) Dec 3, 2025
@gwilymk gwilymk enabled auto-merge December 6, 2025 19:25
@gwilymk gwilymk added this pull request to the merge queue Dec 6, 2025
@renovate renovate bot changed the title fix(deps): update javascript packages (non-major) chore(deps): update javascript packages (non-major) Dec 6, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Dec 6, 2025
@renovate renovate bot force-pushed the renovate/js-update branch 2 times, most recently from 015029d to 3c1020e Compare December 9, 2025 01:05
@renovate renovate bot changed the title chore(deps): update javascript packages (non-major) fix(deps): update javascript packages (non-major) Dec 9, 2025
@renovate renovate bot force-pushed the renovate/js-update branch 10 times, most recently from b68a489 to 2f29c4a Compare December 15, 2025 22:26
@renovate renovate bot force-pushed the renovate/js-update branch from 2f29c4a to 87f578a Compare December 17, 2025 09:07
@gwilymk gwilymk added this pull request to the merge queue Dec 18, 2025
Merged via the queue into master with commit 1a06c7f Dec 18, 2025
8 checks passed
@gwilymk gwilymk deleted the renovate/js-update branch December 18, 2025 00:16
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.

2 participants