chore(deps): update dependencies (non-major)#44
Merged
Conversation
dbb7674 to
3c4cb07
Compare
3c4cb07 to
86a4176
Compare
86a4176 to
746f40d
Compare
746f40d to
36af90b
Compare
36af90b to
316a5f9
Compare
316a5f9 to
2500537
Compare
2500537 to
25fe11e
Compare
25fe11e to
3b7db6f
Compare
3b7db6f to
aac5465
Compare
aac5465 to
70af6ab
Compare
70af6ab to
8b9447f
Compare
8b9447f to
aa5e13e
Compare
aa5e13e to
59e2177
Compare
59e2177 to
89a51f3
Compare
89a51f3 to
ebdf04d
Compare
052c124 to
3d0ce60
Compare
3d0ce60 to
f169ea0
Compare
f169ea0 to
4a26ce3
Compare
4a26ce3 to
6dfe401
Compare
6dfe401 to
be4f25b
Compare
be4f25b to
fdd8193
Compare
fdd8193 to
64126e7
Compare
64126e7 to
a51fcfb
Compare
a51fcfb to
7f473ca
Compare
7f473ca to
564787e
Compare
564787e to
418d1f4
Compare
418d1f4 to
9c4ecc0
Compare
9c4ecc0 to
e907015
Compare
e907015 to
0646c8c
Compare
0646c8c to
2da3321
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^0.22.0->^0.23.2^8.57.0->^8.57.1^3.3.3->^3.6.2^1.2.2->^1.2.3^1.2.4->^1.2.5^1.22.2->^1.25.3^1.2.3->^1.2.4^1.4.1->^1.5.1^1.33.9->^1.41.0^5.5.4->^5.9.2^5.3.5->^5.4.20^1.6.0->^1.6.1Release Notes
antfu-collective/ni (@antfu/ni)
v0.23.2Compare Source
No significant changes
View changes on GitHub
v0.23.1Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.23.0Compare Source
🚨 Breaking Changes
parseNietc. now returnResolvedCommandobject instead of string, migrate totinyexec- by @userquin, Ben McCann and @antfu in #231 (3d323)View changes on GitHub
v0.22.4Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.22.3Compare Source
🐞 Bug Fixes
@jsdevtools/ez-spawn, fix #224 - by @antfu in #224 (af1b1)View changes on GitHub
v0.22.2Compare Source
No significant changes
View changes on GitHub
v0.22.1Compare Source
🚀 Features
🐞 Bug Fixes
bun xinstead ofbunx- by @MAttila42 in #219 (13282)View changes on GitHub
eslint/eslint (eslint)
v8.57.1Compare Source
Bug Fixes
a19072ffix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4fix: do not throw when defining a global named__defineSetter__(#18898) (Francesco Trotta)60a1267fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8efix: allownamein global ignores, fix--no-ignorefor non-global (#18875) (Milos Djermanovic)3836bb4fix: do not crash on error infs.walkfilter (#18886) (Milos Djermanovic)2dec349fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7ddocs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7eadocs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07fdocs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366abuild: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04chore: package.json update for @eslint/js release (Jenkins)3f6ce8dchore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic)9f07549chore: ignore/docs/v8.xin link checker (#18660) (Milos Djermanovic)prettier/prettier (prettier)
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
v3.5.3Compare Source
v3.5.2Compare Source
diff
Remove
module-synccondition (#17156 by @fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.v3.5.1Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.v3.5.0Compare Source
diff
🔗 Release Notes
v3.4.2Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on(#16887 by @fisker)v3.4.0Compare Source
diff
🔗 Release Notes
prosemirror/prosemirror-example-setup (prosemirror-example-setup)
v1.2.3Compare Source
Bug fixes
Make the type of the
fullMenuoptionMenuElement[][]instead ofMenuItem[][].prosemirror/prosemirror-menu (prosemirror-menu)
v1.2.5Compare Source
Bug fixes
Make sure the menu is re-rendered when the editor's root changes, so that it doesn't reference icons whose SVG lives in another root.
prosemirror/prosemirror-model (prosemirror-model)
v1.25.3Compare Source
Bug fixes
Fix a bug in
Slicethat made it possible for invalidReplaceAroundSteps to be applied in some situations.v1.25.2Compare Source
Bug fixes
Suppress lint warnings about dereferencing methods by making
Schema.nodeFromJSONandmarkFromJSONproperties instead of methods.Avoid using
setAttribute("style", ...)to stay clear of content security policies.v1.25.1Compare Source
Bug fixes
Make the DOM parser not discard nodes whose document representation cannot be placed inside the represenation of some parent DOM node.
v1.25.0Compare Source
New features
Mark specs can now be marked with a
codeproperty.v1.24.1Compare Source
Bug fixes
The parser now automatically preserves whitespace inside
<pre>orwhite-space: preelements.v1.24.0Compare Source
New features
Fragment.contentandNode.childrennow expose a node's set of children as an array.v1.23.0Compare Source
New features
The new
NodeType.isInGroupmethod can be used to query group membership.v1.22.3Compare Source
Bug fixes
Fix some corner cases in the way the DOM parser tracks active marks.
prosemirror/prosemirror-schema-basic (prosemirror-schema-basic)
v1.2.4Compare Source
Bug fixes
Add a
codeflag to the code mark.prosemirror/prosemirror-schema-list (prosemirror-schema-list)
v1.5.1Compare Source
Bug fixes
Fix an issue where
liftListItemwould, in some circumstances, join lists of different types when they ended up on the same level.v1.5.0Compare Source
New features
The new
wrapRangeInListfunction provides the implementation of thewrapInListcommand as a more flexible function.prosemirror/prosemirror-view (prosemirror-view)
v1.41.0Compare Source
Bug fixes
Make sure
transformPastedis properly called when pasting into a code block.Fix an issue where the editor didn't properly set the DOM selection in a shadow DOM on Safari in some situations.
Work around a Safari issue that broke composition right after changing the set of active marks.
New features
Pass an argument to
transformPastedthat tells the handler whether the paste is plain text. Call transformPasted when pasting into a code blockv1.40.1Compare Source
Bug fixes
Fix an issue where, for some Android virtual keyboards, joining textblocks that contain an image with Backspace would run the handler for Enter instead.
Fix an issue causing
posAtCoordsto get confused by table cells sticking out of their parent row elements.v1.40.0Compare Source
Bug fixes
Suppress lint warnings about dereferencing methods by making
EditorView.dispatcha property instead of a method.New features
The
"handleTextInput"prop now takes an additional argument that can be used to generate the default transaction for that text change.Widget decorations now support a
relaxedSideoption which can be used to allow the DOM cursor to appear at either side.v1.39.3Compare Source
Bug fixes
Fix an issue where clicks using different mouse buttons could be grouped into a single double- or triple-click.
Only delete the selection when starting a composition when it crosses block boundaries.
v1.39.2Compare Source
Bug fixes
Default to using
trustedTypes.defaultPolicyfor clipboard input, when available.Fix an issue where pasting multiple lines from the virtual keyboard on Android would have only the effect of an enter press.
v1.39.1Compare Source
v1.39.0Compare Source
Bug fixes
Fix an issue where, with some types of schemas, pressing Enter on Android with a Chinese keyboard wouldn't properly detect the Enter press.
New features
The new
dragCopiesprop can be used to configure whether a drag event inside the editor copies or moves content.v1.38.1Compare Source
Bug fixes
Fix a regression in 1.38.0 that breaks scrolling back to the selection after Chrome tries to reset it on focus.
Remove some internally used types from the public type declaration files. Include file extension in web test local imports
Fix an issue where scrolling the cursor into view could inappropriately scroll parent nodes of absolutely positioned elements.
v1.38.0Compare Source
New features
The clipboard serialization logic is now available as a
serializeToClipboardmethod on the view object.v1.37.2Compare Source
Bug fixes
Fix a bug that caused
EditorView.nodeDOMto sometimes not return a DOM node when querying a node next to a widget.Fix an issue where an editor would, when scrolling the selection into view, try to do so even if the selection wasn't in that editor.
v1.37.1Compare Source
Bug fixes
Fix an issue where
display: contentelements could breakposAtCoords.Work around an issue with Chrome reporting the selection incorrectly during composition.
v1.37.0Compare Source
Bug fixes
Fix an issue on Safari where the (incorrect) top-level selection was used, instead of the workaround that also works inside shadow roots.
New features
Mark views can now provide an
ignoreMutationmethod. Add ViewMutationRecord to doc templatev1.36.0Compare Source
Bug fixes
Don't recreated
TrustedTypePolicyobjects for every paste.New features
Add support for a
destroymethod on custom mark views. Add MarkView to the doc templatev1.35.0Compare Source
New features
The new
NodeView.multiTypeflag is now required to opt into handling different node types in a single node view. It used to be the default, but this tripped too many people up.v1.34.3Compare Source
Bug fixes
Fix an issue that would, during some types of document updates, leave the document DOM in an improper form.
Handle the case where drag-selecting in Firefox creates a selection with multiple distinct ranges.
v1.34.2Compare Source
Bug fixes
Fix pasting in Chrome with the require-trusted-types-for CSP enabled.
Fix an issue where, for some kinds of IME on Windows, pressing Enter while in a composition would execute the resulting command on the wrong selection, erasing some typed content.
v1.34.1Compare Source
Bug fixes
Fix null dereferences caused by the behavior of Chrome's newly supported
caretPositionFromPointmethod.Fix an issue where on Android, with GBoard, enter presses in code blocks while a spell correction was selected didn't insert a new line.
v1.34.0Compare Source
New features
The
DecorationGroupinterface now has aforEachSetmethod to iterate though the contained decoration sets.v1.33.11Compare Source
Bug fixes
Delete the selection on composition start when on a mark boundary to force Chrome to apply the correct style to the composition.
When the browser starts a composition and the selection spans across blocks, start by clearing it to make sure the composed text node lands in a valid position.
v1.33.10Compare Source
Bug fixes
Prevent triple clicks and clicks on atom nodes from dispatching a selection update when the new selection is equal to the current selection.
Don't crash when
window.getSelection()returns null.Create a cursor wrapper when starting a composition with a selection that spans mark boundaries, to avoid odd DOM forms created by Chrome in such a situation.
microsoft/TypeScript (typescript)
v5.9.2Compare Source
v5.8.3Compare Source
v5.8.2Compare Source
v5.7.3: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Downloads are available on npm
v5.7.2: TypeScript 5.7Compare Source
For release notes, check out the release announcement.
Downloads are available on:
v5.6.3: TypeScript 5.6.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.6.2: TypeScript 5.6Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
vitejs/vite (vite)
v5.4.20Compare Source
v5.4.19Compare Source
Please refer to CHANGELOG.md for details.
v5.4.18Compare Source
Please refer to CHANGELOG.md for details.
v5.4.17Compare Source
Please refer to CHANGELOG.md for details.
v5.4.16Compare Source
Please refer to CHANGELOG.md for details.
v5.4.15Compare Source
Please refer to CHANGELOG.md for details.
v5.4.14Compare Source
Please refer to CHANGELOG.md for details.
v5.4.13Compare Source
Please refer to CHANGELOG.md for details.
v5.4.12Compare Source
This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.
Please refer to CHANGELOG.md for details.
v5.4.11Compare Source
Today, we're taking another big step in Vite's story. The Vite team, contributors, and ecosystem partners are excited to announce the release of the next Vite major:
We want to thank the more than 1K contributors to Vite Core and the maintainers and contributors of Vite plugins, integrations, tools, and translations that have helped us craft this new major. We invite you to get involved and help us improve Vite for the whole ecosystem. Learn more at our Contributing Guide.
⚠ BREAKING CHANGES
file://resolution (#18422)build.cssMinifyto'esbuild'for SSR (#15637)json.stringify: 'auto'and make that the default (#18303)fast-globtotinyglobby(#18243)Features
module-synccondition when loading config if enabled (#18650) (cf5028d)isSsrTargetWebWorkerflag toconfigEnvironmenthook (#18620) (3f5fab0)ssr.resolve.mainFieldsoption (#18646) (a6f5f5b)platformoption (#18611) (0924879)?inlineand?no-inlinequeries to control inlining (#15454) (9162172)vite-ignoreattribute to opt-out of processing (#18494) (d951310)file://resolution (#18422) (6a7e313)consoleincreateLogger(#18379) (0c497d9)sec-fetch-destheader to detect JS in transform (#9981) (e51dc40)json.stringify: 'auto'and make that the default (#18303) (b80daa7)environment::listen(#18263) (4d5f51d)this.environmentinoptionsandonLoghook (#18142) (7722c06)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 was generated by Mend Renovate. View the repository job log.