chore(deps): update non-major #93
Open
+1,254
−1,680
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.23.6
->^7.28.4
^7.23.6
->^7.28.3
^7.23.3
->^7.27.1
^6.18.3
->^6.19.0
^6.7.1
->^6.9.0
^6.4.9
->^6.4.11
^6.0.1
->^6.0.2
^6.2.2
->^6.2.4
^6.0.1
->^6.0.2
^6.3.1
->^6.4.0
^6.0.1
->^6.0.2
^6.8.0
->^6.10.0
^6.10.6
->^6.11.3
^6.4.2
->^6.5.2
^6.5.8
->^6.5.11
^6.5.0
->^6.5.2
^6.35.3
->^6.38.5
^19.6.0
->^19.8.1
^19.6.0
->^19.8.1
^3.5.2
->^3.7.4
^1.0.4
->^1.0.5
^7.11.5
->^7.11.9
^3.0.5
->^3.1.8
^6.1.5
->^6.9.1
^14.1.2
->^14.3.1
^29.5.11
->^29.5.14
^18.2.45
->^18.3.26
^6.14.0
->^6.21.0
^6.14.0
->^6.21.0
^4.23.6
->^4.25.2
^4.23.6
->^4.25.2
8e5e7e5
->f43a0e5
64ed1c7
->3235b87
^8.55.0
->^8.57.1
^9.1.0
->^9.1.2
^7.0.1
->^7.1.4
^5.0.1
->^5.5.4
^7.33.2
->^7.37.5
^4.6.0
->^4.6.2
^8.0.1
->^8.0.3
^15.2.0
->^15.5.2
^4.1.5
->^5.0.0
^3.1.1
->^3.6.2
^2.4.7
->^2.5.19
^18.2.0
->^18.3.1
^18.2.0
->^18.3.1
^18.2.0
->^18.3.1
^4.3.0
->^4.10.2
^24.2.0
->^24.2.9
^29.1.1
->^29.4.4
5.9.2
->5.9.3
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
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
transform-regenerator
(@liuxingbaoyu)babel-core
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
babel-parser
import("./a", {with:{},})
(@easrng)💅 Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
scripts
andbabel-worker.cjs
(@JLHwung)🔬 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
andaddCursorBelow
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
[
inidentifierQuotes
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
v3.1.7
Compare Source
Bug Fixes
v3.1.6
Compare Source
Bug Fixes
v3.1.5
Compare Source
Bug Fixes
v3.1.4
Compare Source
Bug Fixes
v3.1.3
Compare Source
Bug Fixes
v3.1.2
Compare Source
Bug Fixes
v3.1.1
Compare Source
Bug Fixes
v3.1.0
Compare Source
Features
v3.0.14
Compare Source
Bug Fixes
useArrayProp
usage (#2055) (d693ec7)v3.0.13
Compare Source
Bug Fixes
react-hooks/set-state-in-effect
(#2054) (dd7c347)v3.0.12
Compare Source
Bug Fixes
react-hooks/preserve-manual-memoization
(#2053) (c797d2b)v3.0.11
Compare Source
Bug Fixes
react-hooks/refs
(#2052) (630922b)v3.0.10
Compare Source
Bug Fixes
displayName
toReact.createContext
(#2047) (1232e9b)v3.0.9
Compare Source
Bug Fixes
v3.0.8
Compare Source
Bug Fixes
v3.0.7
Compare Source
Bug Fixes
v3.0.6
Compare Source
Bug Fixes
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
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
935f3b5
@sberesnevnrd0700cd
@jaywcjlove6b2929d
@jaywcjlove7573daa
@sberesnevnrcc35e8b
@jaywcjlove952e1bd
@philibeav4.25.1
Compare Source
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
6a45175
@jaywcjlovev4.25.0
Compare Source
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
98acfd8
@jaywcjloveb46ed3e
@jaywcjlove250ec77
@jaywcjlovebc3693a
@jaywcjloveThe package
@uiw/codemirror-extensions-langs
returns syntax highlighting extensions based on file extensions.sanity-io/sanity (sanity)
v4.10.2
Compare Source
Bug Fixes
v4.10.1
Compare Source
Bug Fixes
StringInputPortableText
(#10748) (0f14b5c)v4.10.0
Compare Source
Features
getDocumentIsInPerspective
(066182d)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.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here