Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/core (source) ^7.23.6 -> ^7.28.4 age confidence devDependencies patch
@babel/preset-env (source) ^7.23.6 -> ^7.28.3 age confidence devDependencies patch
@babel/preset-react (source) ^7.23.3 -> ^7.27.1 age confidence devDependencies patch
@codemirror/autocomplete ^6.18.3 -> ^6.19.0 age confidence dependencies minor
@codemirror/commands ^6.7.1 -> ^6.9.0 age confidence dependencies minor
@codemirror/lang-html ^6.4.9 -> ^6.4.11 age confidence dependencies patch
@codemirror/lang-java ^6.0.1 -> ^6.0.2 age confidence dependencies patch
@codemirror/lang-javascript ^6.2.2 -> ^6.2.4 age confidence dependencies patch
@codemirror/lang-json ^6.0.1 -> ^6.0.2 age confidence dependencies patch
@codemirror/lang-markdown ^6.3.1 -> ^6.4.0 age confidence dependencies minor
@codemirror/lang-php ^6.0.1 -> ^6.0.2 age confidence dependencies patch
@codemirror/lang-sql ^6.8.0 -> ^6.10.0 age confidence dependencies minor
@codemirror/language ^6.10.6 -> ^6.11.3 age confidence dependencies patch
@codemirror/legacy-modes ^6.4.2 -> ^6.5.2 age confidence dependencies patch
@codemirror/search ^6.5.8 -> ^6.5.11 age confidence dependencies patch
@codemirror/state ^6.5.0 -> ^6.5.2 age confidence dependencies patch
@codemirror/view ^6.35.3 -> ^6.38.5 age confidence dependencies patch
@commitlint/cli (source) ^19.6.0 -> ^19.8.1 age confidence devDependencies patch
@commitlint/config-conventional (source) ^19.6.0 -> ^19.8.1 age confidence devDependencies patch
@sanity/icons (source) ^3.5.2 -> ^3.7.4 age confidence dependencies patch
@sanity/incompatible-plugin ^1.0.4 -> ^1.0.5 age confidence dependencies patch
@sanity/pkg-utils ^7.11.5 -> ^7.11.9 age confidence devDependencies patch
@sanity/ui (source) ^3.0.5 -> ^3.1.8 age confidence dependencies minor
@testing-library/jest-dom ^6.1.5 -> ^6.9.1 age confidence devDependencies minor
@testing-library/react ^14.1.2 -> ^14.3.1 age confidence devDependencies patch
@types/jest (source) ^29.5.11 -> ^29.5.14 age confidence devDependencies patch
@types/react (source) ^18.2.45 -> ^18.3.26 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^6.14.0 -> ^6.21.0 age confidence devDependencies patch
@typescript-eslint/parser (source) ^6.14.0 -> ^6.21.0 age confidence devDependencies patch
@uiw/codemirror-themes (source) ^4.23.6 -> ^4.25.2 age confidence dependencies minor
@uiw/react-codemirror (source) ^4.23.6 -> ^4.25.2 age confidence dependencies minor
actions/checkout 8e5e7e5 -> f43a0e5 action digest
actions/setup-node 64ed1c7 -> 3235b87 action digest
eslint (source) ^8.55.0 -> ^8.57.1 age confidence devDependencies patch
eslint-config-prettier ^9.1.0 -> ^9.1.2 age confidence devDependencies patch
eslint-config-sanity (source) ^7.0.1 -> ^7.1.4 age confidence devDependencies patch
eslint-plugin-prettier ^5.0.1 -> ^5.5.4 age confidence devDependencies patch
eslint-plugin-react ^7.33.2 -> ^7.37.5 age confidence devDependencies patch
eslint-plugin-react-hooks (source) ^4.6.0 -> ^4.6.2 age confidence devDependencies patch
husky ^8.0.1 -> ^8.0.3 age confidence devDependencies patch
lint-staged ^15.2.0 -> ^15.5.2 age confidence devDependencies patch
npm-run-allnpm-run-all2 ^4.1.5 -> ^5.0.0 devDependencies replacement
prettier (source) ^3.1.1 -> ^3.6.2 age confidence devDependencies patch
prettier-plugin-packagejson ^2.4.7 -> ^2.5.19 age confidence devDependencies patch
react (source) ^18.2.0 -> ^18.3.1 age confidence devDependencies patch
react-dom (source) ^18.2.0 -> ^18.3.1 age confidence devDependencies patch
react-is (source) ^18.2.0 -> ^18.3.1 age confidence devDependencies patch
sanity (source) ^4.3.0 -> ^4.10.2 age confidence devDependencies minor
semantic-release ^24.2.0 -> ^24.2.9 age confidence devDependencies patch
ts-jest (source) ^29.1.1 -> ^29.4.4 age confidence devDependencies patch
typescript (source) 5.9.2 -> 5.9.3 age confidence devDependencies patch

This is a special PR that replaces npm-run-all with the community suggested minimal stable replacement version.


Release Notes

babel/babel (@​babel/core)

v7.28.4

Compare Source

🏠 Internal

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
codemirror/autocomplete (@​codemirror/autocomplete)

v6.19.0

Compare Source

New features

Completion sections may now set their rank to dynamic to indicate their order should be determined by the matching score of their best-matching option.

v6.18.7

Compare Source

Bug fixes

Add a binding for Alt-i to trigger startCompletion, following VS Code's current default bindings.

Improve handling of nested fields in snippets.

codemirror/commands (@​codemirror/commands)

v6.9.0

Compare Source

Bug fixes

Prevent the default behavior of backspace and delete keys, to prevent the browser from doing anything creative when there's nothing to delete.

New features

Implement new addCursorAbove and addCursorBelow commands. Bind them to Mod-Alt-ArrowUp/Down in the default keymap.

codemirror/lang-html (@​codemirror/lang-html)

v6.4.11

Compare Source

Bug fixes

Adjust autocompletion to work with @​lezer/html's improved handling of < characters without tag name after them.

v6.4.10

Compare Source

Bug fixes

Don't include period characters in the language's word characters.

codemirror/lang-markdown (@​codemirror/lang-markdown)

v6.4.0

Compare Source

New features

The new pasteURLAsLink extension allows you to paste URLs over a selection to quickly create a link.

codemirror/lang-sql (@​codemirror/lang-sql)

v6.10.0

Compare Source

New features

Allow [ in identifierQuotes for MSSQL-style bracketed identifiers.

codemirror/language (@​codemirror/language)

v6.11.3

Compare Source

Bug fixes

Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.

codemirror/legacy-modes (@​codemirror/legacy-modes)

v6.5.2

Compare Source

Bug fixes

Properly tokenize multi-line strings in TOML mode.

Properly declare comment syntax metadata for the Q language.

codemirror/view (@​codemirror/view)

v6.38.5

Compare Source

Bug fixes

Avoid firing text changes that cover unchanged text on Android.

Fix an issue where the editor could, in some circumstances, insert a stray newline when typing over a document that ended in a block widget.

Work around an issue in Safari 26 that causes inappropriate scrolling on focus in some circumstances.

v6.38.4

Compare Source

Bug fixes

Work around a Chrome Android issue where the browser doesn't properly fire composition end events, leaving CodeMirror to believe the user was still composing.

v6.38.3

Compare Source

Bug fixes

Work around a rendering bug in Mobile Safari by completely hiding empty layers.

Fix vertical cursor motion in Chrome around decorations with bottom borders or margins.

Fix an issue that caused mark decorations longer than 512 characters to needlessly be split.

Move the cursor out of atomic ranges when text input happens.

v6.38.2

Compare Source

Bug fixes

Re-enable falling dispatching keys by key code for Cmd-Alt- combinations on macOS.

Make sure all pointer selections skip atomic ranges.

sanity-io/pkg-utils (@​sanity/pkg-utils)

v7.11.9

Compare Source

Bug Fixes

v7.11.8

Compare Source

Bug Fixes

v7.11.7

Compare Source

Bug Fixes

v7.11.6

Compare Source

Bug Fixes
sanity-io/ui (@​sanity/ui)

v3.1.8

Compare Source

Bug Fixes
  • deps: update dependency framer-motion to ^12.23.22 (main) (#​2109) (2d605cf)

v3.1.7

Compare Source

Bug Fixes
  • deps: update dependency framer-motion to ^12.23.21 (main) (#​2101) (0ee41d2)

v3.1.6

Compare Source

Bug Fixes
  • deps: update dependency framer-motion to ^12.23.19 (main) (#​2097) (43a8ee2)

v3.1.5

Compare Source

Bug Fixes
  • deps: update dependency framer-motion to ^12.23.18 (main) (#​2084) (cd740ab)

v3.1.4

Compare Source

Bug Fixes
  • deps: update dependency framer-motion to ^12.23.16 (main) (#​2080) (11bc8d0)

v3.1.3

Compare Source

Bug Fixes

v3.1.2

Compare Source

Bug Fixes
  • deps: update dependency framer-motion to ^12.23.15 (main) (#​2064) (ee0ca00)

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features

v3.0.14

Compare Source

Bug Fixes

v3.0.13

Compare Source

Bug Fixes

v3.0.12

Compare Source

Bug Fixes

v3.0.11

Compare Source

Bug Fixes

v3.0.10

Compare Source

Bug Fixes

v3.0.9

Compare Source

Bug Fixes

v3.0.8

Compare Source

Bug Fixes

v3.0.7

Compare Source

Bug Fixes
  • allow v20 in node engines (7a0d198)

v3.0.6

Compare Source

Bug Fixes
  • specify required node v22 minor as well (b040a77)
testing-library/jest-dom (@​testing-library/jest-dom)

v6.9.1

Compare Source

v6.9.0

Compare Source

v6.8.0

Compare Source

v6.7.0

Compare Source

Features
uiwjs/react-codemirror (@​uiw/codemirror-themes)

v4.25.2

Compare Source

Buy me a coffee

Documentation v4.25.2: https://raw.githack.com/uiwjs/react-codemirror/81b52d5/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.1...v4.25.2

npm i @&#8203;uiw/[email protected]

v4.25.1

Compare Source

Buy me a coffee

Documentation v4.25.1: https://raw.githack.com/uiwjs/react-codemirror/0eebca2/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.0...v4.25.1

npm i @&#8203;uiw/[email protected]

v4.25.0

Compare Source

Buy me a coffee

Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html
Comparing Changes: uiwjs/react-codemirror@v4.24.2...v4.25.0

npm i @&#8203;uiw/[email protected]

The package @uiw/codemirror-extensions-langs returns syntax highlighting extensions based on file extensions.

import { loadLanguage, langNames, langs } from '@&#8203;uiw/codemirror-extensions-langs';

+ langs.js();
- langs.javascript();
sanity-io/sanity (sanity)

v4.10.2

Compare Source

Bug Fixes

v4.10.1

Compare Source

Bug Fixes

v4.10.0

Compare Source

Features
  • sanity: add strict version layering (cdb7d83)
  • sanity: export getDocumentIsInPerspective (066182d)
  • sanity: use strict version layering when opening document comparison view (c11fbe5)
  • sanity: use upstream versio

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team January 1, 2024 00:27
@renovate renovate bot force-pushed the renovate/non-major branch 14 times, most recently from c9c1ddb to ab257f9 Compare January 8, 2024 17:45
@renovate renovate bot force-pushed the renovate/non-major branch 13 times, most recently from 25f81d7 to bd0974a Compare January 15, 2024 11:19
@renovate renovate bot force-pushed the renovate/non-major branch 3 times, most recently from c8ea320 to 7f88a81 Compare September 11, 2025 11:59
@renovate renovate bot force-pushed the renovate/non-major branch 10 times, most recently from 1249fcc to 14b6643 Compare September 19, 2025 22:34
@renovate renovate bot force-pushed the renovate/non-major branch 8 times, most recently from e46b271 to 1399c3a Compare September 28, 2025 22:47
@renovate renovate bot force-pushed the renovate/non-major branch 7 times, most recently from 7e95391 to 2e3a066 Compare October 6, 2025 23:32
@renovate renovate bot force-pushed the renovate/non-major branch from 2e3a066 to c1640f7 Compare October 7, 2025 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants