chore(deps): update all non-major dependencies - #1861
Merged
Merged
Conversation
Deploying rstest with
|
| Latest commit: |
4116d0c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6d7cc5fc.rstest.pages.dev |
| Branch Preview URL: | https://renovate-all-non-major.rstest.pages.dev |
Rsdoctor Bundle Diff AnalysisFound 13 projects in monorepo, 2 projects with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 browserPath:
📦 Download Diff Report: browser Bundle Diff 📁 vscode/extensionPath:
📦 Download Diff Report: vscode/extension Bundle Diff Generated by Rsdoctor GitHub Action |
9aoy
approved these changes
Sep 18, 2026
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:
^1.8.0→^1.8.12.0.21→2.0.222.0.21→2.0.222.0.21→2.0.22^10.4.1→^10.4.2^2.5.0→^2.5.1^6.6.3→^6.6.410.3.0→10.3.3^6.35.1→^6.36.0^2.1.12→^2.1.14^1.45.0→^1.46.0^4.76.0→^4.78.0^3.9.6→^3.9.7^0.10.1→^0.10.2^0.10.1→^0.10.2Release Notes
bombshell-dev/clack (@clack/prompts)
v1.8.1Compare Source
Patch Changes
8bd9129Thanks @gameroman! - Return type for prompts now correctly specifiesCANCEL_SYMBOLinstead ofsymbolUpdated dependencies [
8bd9129]:web-infra-dev/rspress (@rspress/core)
v2.0.22Compare Source
What's Changed
New Features 🎉
Headcomponent for metadata links inLlmsHint🔗 by @sanjaiyan-dev in #3672Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.21...v2.0.22
testing-library/dom-testing-library (@testing-library/dom)
v10.4.2Compare Source
Bug Fixes
vuejs/test-utils (@vue/test-utils)
v2.5.1Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/test-utils@v2.5.0...v2.5.1
ant-design/ant-design (antd)
v6.6.4Compare Source
GroupProps, BackTop and FloatButtonBackTopProps, InputGroupProps, MentionsOptionProps, and SelectOptionPropstypes in favor ofGetPropsor option-derived types. #58949 @li-jia-nanclassNames.clearandstyles.clearsemantic customizations for the clear button. #59245 @lazergfilteredValuebeing ignored when responsive columns are hidden. #59198 @QDyanbingpagination.classNamesandpagination.stylessemantic customizations. #59267 @QDyanbingokTextandcancelTextfalling back to default text for falsyReactNodevalues. #59254 @QDyanbingonCancelwhencancelButtonProps.onClickis provided. #59255 @QDyanbingpresetsand crashing when preset items are frozen. #59272 @QDyanbingminandmaxconstraints when the container resizes. #59084 @QDyanbingitemSelectedBganditemSelectedColortokens are used. #59046 @EmilyyyLiudataSourceitemkeytypes change. #59166 @QDyanbingtrigger="hover". #59246 @QDyanbingstyles.popup.root. #59221 @giaBaoJSzeroRuntimein nested themes wheninheritisfalse. #59250 @QDyanbingGroupProps、BackTop 和 FloatButtonBackTopProps、InputGroupProps、MentionsOptionProps与 SelectOptionProps旧类型,建议改用GetProps或从选项推导的类型。#58949 @li-jia-nanclassNames.clear和styles.clear语义化配置的问题。#59245 @lazergfilteredValue失效的问题。#59198 @QDyanbingpagination.classNames和pagination.styles语义化配置的问题。#59267 @QDyanbingokText和cancelText为假值ReactNode时被默认文案覆盖的问题。#59254 @QDyanbingcancelButtonProps.onClick时不触发onCancel的问题。#59255 @QDyanbingpresets并在预设项被冻结时崩溃的问题。#59272 @QDyanbingmin和max约束的问题。#59084 @QDyanbingitemSelectedBg和itemSelectedColorToken 时,选中项文字颜色滞后于滑块动画的问题。#59046 @EmilyyyLiudataSource项key类型变化后恢复旧选中状态的问题。#59166 @QDyanbingtrigger="hover"时鼠标从触发按钮移向菜单出现闪烁的问题。#59246 @QDyanbingstyles.popup.root的问题。#59221 @giaBaoJSinherit为false时未继承zeroRuntime的问题。#59250 @QDyanbingstreetsidesoftware/cspell (cspell)
v10.3.3Compare Source
Fixes
fix: Add `--json` option to check text for use with AI (#9254)
fix: Add
--jsonoption to check text for use with AI (#9254)This pull request adds support for a
--jsonoutput mode to thecheckCLI command, enabling results to be emitted as structured JSON per file. It also introduces comprehensive test coverage for the new JSON output behavior, including error handling and exit code logic.CLI Enhancements:
--jsonflag to thecheckcommand, allowing users to receive results in JSON format. This includes proper handling of multiple files and error cases, such as missing files. [1] [2]--no-exit-codeflag. [1] [2]Implementation Details:
processRequestAnsifor standard output andprocessRequestJSONfor JSON output, with the latter aggregating results and errors per file. [1] [2]Testing Improvements:
--jsonscenarios, such as files with spelling errors, missing files, and the interaction with--no-exit-code. [1] [2]fix: Mark ParsedTags as read only. (#9253)
fix: Mark ParsedTags as read only. (#9253)
This pull request makes a small but important change to the
ParsedTextinterface in several files, improving type safety by marking thetagsproperty as a read-only type. This ensures that thetagsassociated with a parsed text segment cannot be modified after creation.tagsproperty in theParsedTextinterface to useReadonly<ParsedTags>instead ofParsedTags, making the tags immutable in the following files:packages/cspell-types/api/Parser/index.d.mtspackages/cspell-types/api/index.d.mtspackages/cspell-types/src/Parser/parser.tsfix: Make sure Parser and DocumentParser can be used together. (#9252)
fix: Make sure Parser and DocumentParser can be used together. (#9252)
This pull request enhances the parser interface definitions in the
cspell-typespackage to provide better flexibility and clarity for parser implementations. The main changes introduce optionalparseDocumentandparsemethods to both theParserandDocumentParserinterfaces, across both type declaration and source files.Parser interface enhancements:
parseDocumentmethod to theParserinterface, allowing parsers to optionally implement document-based parsing. (packages/cspell-types/api/Parser/index.d.mts[1]packages/cspell-types/api/index.d.mts[2]packages/cspell-types/src/Parser/parser.ts[3]parsemethod to theDocumentParserinterface, enabling parsers to optionally implement content-and-filename-based parsing. (packages/cspell-types/api/Parser/index.d.mts[1]packages/cspell-types/api/index.d.mts[2]packages/cspell-types/src/Parser/parser.ts[3]v10.3.2Compare Source
Fixes
fix: Add tags to ParsedText (#9237)
fix: Add tags to ParsedText (#9237)
This pull request introduces the concept of "tags" for parsed text segments in the CSpell types, allowing each segment of text to be annotated with a set of named tags. These tags can hold boolean, string, or undefined values, supporting richer metadata for parsers and downstream consumers. The changes affect both the TypeScript source and the type definitions.
The most important changes are:
Tagging Support for Parsed Text
tagsproperty to theParsedTextinterface, allowing each parsed text segment to carry a set of tags as metadata. (ParsedTextinparser.ts,index.d.mts,index.d.mts) [1] [2] [3]ParsedTagtype (boolean | string | undefined) and theParsedTagsinterface (a map of tag names toParsedTagvalues) to define the structure of tags. (parser.ts,index.d.mts,index.d.mts) [1] [2] [3]Type Exports and API Surface
ParsedTagandParsedTags, making these types available to consumers. (src/Parser/index.ts,src/index.ts,index.d.mts,index.d.mts) [1] [2] [3] [4]src/Parser/index.mtsfromexport *toexport type *, ensuring only types are exported.These changes lay the groundwork for parsers and other tools to annotate text with structured metadata, improving extensibility and downstream processing.
v10.3.1Compare Source
Fixes
fix: CSpell-Tools support replacements (#9205)
fix: CSpell-Tools support replacements (#9205)
Support replacing word fragments before adding the word to the dictionary.
webpro-nl/knip (knip)
v6.36.0: Release 6.36.0Compare Source
b5ac0cf) - thanks @igas!23419b4)3c2c1a5) - thanks @gioboa!parserOptions.parserhandling in ESLint plugin (#2028) (c79463c) - thanks @bytedoe!68bbe51) - thanks @thanadolps!30ff756) - thanks @gioboa!adfaf4f) - thanks @gioboa!a05e155)1c26560)d911c18)c1f18d5) - thanks @kenfdev!66e966b)e4fbf46) - thanks @Joehoel!c8df8a2) - thanks @giaBaoJS!import/resolversetting in ESLint plugin (#2041) (a80d386) - thanks @bytedoe!4c67685) - thanks @shoutoutuoadi325!ce387b0) - thanks @giaBaoJS!532dab5) - thanks @anandghegde!84a4943) - thanks @CruseCtrl!3f756a7)43b3f9b)f1e97b9)0188e7d)extendsfiles in eslintrc configs (#2044) (62b5bf5) - thanks @bytedoe!a85eb4e) - thanks @bytedoe!882ba3a) - thanks @gioboa!evilmartians/lefthook (lefthook)
v2.1.14Compare Source
lucide-icons/lucide (lucide-react)
v1.46.0: Version 1.46.0Compare Source
What's Changed
clef-g,clef-fandclef-cby @rrod497 in #4083monitor-pcicon by @karsa-mistmere in #4791Full Changelog: lucide-icons/lucide@1.45.0...1.46.0
streamich/memfs (memfs)
v4.78.0Compare Source
What's Changed
cpmodule by @streamich in #1294Full Changelog: streamich/memfs@v4.77.0...v4.78.0
v4.77.0Compare Source
What's Changed
Full Changelog: streamich/memfs@v4.76.0...v4.77.0
prettier/prettier (prettier)
v3.9.7Compare Source
🔗 Changelog
yuku-toolchain/yuku (yuku-ast)
v0.10.2Compare Source
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.