Skip to content

chore(deps): update all non-major dependencies - #1861

Merged
9aoy merged 1 commit into
mainfrom
renovate/all-non-major
Sep 18, 2026
Merged

9aoy merged 1 commit into
mainfrom
renovate/all-non-major

Conversation

@renovate

@renovate renovate Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@clack/prompts (source) ^1.8.0^1.8.1 age confidence
@rspress/core (source) 2.0.212.0.22 age confidence
@rspress/plugin-algolia (source) 2.0.212.0.22 age confidence
@rspress/plugin-client-redirects (source) 2.0.212.0.22 age confidence
@testing-library/dom ^10.4.1^10.4.2 age confidence
@vue/test-utils ^2.5.0^2.5.1 age confidence
antd (source) ^6.6.3^6.6.4 age confidence
cspell (source) 10.3.010.3.3 age confidence
knip (source) ^6.35.1^6.36.0 age confidence
lefthook ^2.1.12^2.1.14 age confidence
lucide-react (source) ^1.45.0^1.46.0 age confidence
memfs ^4.76.0^4.78.0 age confidence
prettier (source) ^3.9.6^3.9.7 age confidence
yuku-ast ^0.10.1^0.10.2 age confidence
yuku-parser ^0.10.1^0.10.2 age confidence

Release Notes

bombshell-dev/clack (@​clack/prompts)

v1.8.1

Compare Source

Patch Changes
web-infra-dev/rspress (@​rspress/core)

v2.0.22

Compare Source

What's Changed

New Features 🎉
Bug 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.2

Compare Source

Bug Fixes
vuejs/test-utils (@​vue/test-utils)

v2.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.5.0...v2.5.1

ant-design/ant-design (antd)

v6.6.4

Compare Source

  • 🗑 Deprecate legacy Avatar GroupProps, BackTop and FloatButton BackTopProps, Input GroupProps, Mentions OptionProps, and Select OptionProps types in favor of GetProps or option-derived types. #​58949 @​li-jia-nan
  • 🐞 Fix AutoComplete missing classNames.clear and styles.clear semantic customizations for the clear button. #​59245 @​lazerg
  • Table
  • Modal
    • 🐞 Fix Modal okText and cancelText falling back to default text for falsy ReactNode values. #​59254 @​QDyanbing
    • 🐞 Fix Modal not triggering onCancel when cancelButtonProps.onClick is provided. #​59255 @​QDyanbing
  • ColorPicker
    • 🐞 Fix ColorPicker clear control remaining interactive and showing hover styles when disabled. #​59164 @​dogledogle
    • 🐞 Fix ColorPicker modifying presets and crashing when preset items are frozen. #​59272 @​QDyanbing
  • 🐞 Fix Splitter panel sizes exceeding their min and max constraints when the container resizes. #​59084 @​QDyanbing
  • 🐞 Fix Segmented selected item text color lagging behind the thumb animation when custom itemSelectedBg and itemSelectedColor tokens are used. #​59046 @​EmilyyyLiu
  • 🐞 Fix Transfer restoring stale selections after dataSource item key types change. #​59166 @​QDyanbing
  • 🐞 Fix FloatButton.Group menu flickering when moving the pointer from the trigger to the menu with trigger="hover". #​59246 @​QDyanbing
  • 🐞 Fix Form vertical Form.Item controls shrinking inside horizontal layouts. #​59263 @​QDyanbing
  • 🐞 Fix Tabs more dropdown ignoring styles.popup.root. #​59221 @​giaBaoJS
  • 🐞 Fix ConfigProvider failing to inherit zeroRuntime in nested themes when inherit is false. #​59250 @​QDyanbing

  • 🗑 废弃 Avatar GroupProps、BackTop 和 FloatButton BackTopProps、Input GroupProps、Mentions OptionProps 与 Select OptionProps 旧类型,建议改用 GetProps 或从选项推导的类型。#​58949 @​li-jia-nan
  • 🐞 修复 AutoComplete 缺失清除按钮 classNames.clearstyles.clear 语义化配置的问题。#​59245 @​lazerg
  • Table
  • Modal
    • 🐞 修复 Modal 的 okTextcancelText 为假值 ReactNode 时被默认文案覆盖的问题。#​59254 @​QDyanbing
    • 🐞 修复 Modal 配置 cancelButtonProps.onClick 时不触发 onCancel 的问题。#​59255 @​QDyanbing
  • ColorPicker
  • 🐞 修复 Splitter 容器尺寸变化时面板尺寸超出 minmax 约束的问题。#​59084 @​QDyanbing
  • 🐞 修复 Segmented 使用自定义 itemSelectedBgitemSelectedColor Token 时,选中项文字颜色滞后于滑块动画的问题。#​59046 @​EmilyyyLiu
  • 🐞 修复 Transfer 的 dataSourcekey 类型变化后恢复旧选中状态的问题。#​59166 @​QDyanbing
  • 🐞 修复 FloatButton.Group 使用 trigger="hover" 时鼠标从触发按钮移向菜单出现闪烁的问题。#​59246 @​QDyanbing
  • 🐞 修复 Form 在水平布局中嵌套的垂直 Form.Item 控件高度被压缩的问题。#​59263 @​QDyanbing
  • 🐞 修复 Tabs 折叠下拉菜单未应用 styles.popup.root 的问题。#​59221 @​giaBaoJS
  • 🐞 修复 ConfigProvider 在嵌套主题中 inheritfalse 时未继承 zeroRuntime 的问题。#​59250 @​QDyanbing
streetsidesoftware/cspell (cspell)

v10.3.3

Compare Source

Fixes
fix: Add `--json` option to check text for use with AI (#​9254)
fix: Add --json option to check text for use with AI (#​9254)

This pull request adds support for a --json output mode to the check CLI 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:

  • Added a --json flag to the check command, allowing users to receive results in JSON format. This includes proper handling of multiple files and error cases, such as missing files. [1] [2]
  • Updated the exit code logic to work with both standard and JSON output, respecting the --no-exit-code flag. [1] [2]

Implementation Details:

  • Introduced separate processing functions: processRequestAnsi for standard output and processRequestJSON for JSON output, with the latter aggregating results and errors per file. [1] [2]
  • Added a helper function to detect missing files and report them as JSON errors.

Testing Improvements:

  • Expanded CLI test coverage to include various --json scenarios, such as files with spelling errors, missing files, and the interaction with --no-exit-code. [1] [2]
  • Added utility functions and interfaces in tests to parse and validate the JSON output.

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 ParsedText interface in several files, improving type safety by marking the tags property as a read-only type. This ensures that the tags associated with a parsed text segment cannot be modified after creation.

  • Updated the tags property in the ParsedText interface to use Readonly<ParsedTags> instead of ParsedTags, making the tags immutable in the following files:
    • packages/cspell-types/api/Parser/index.d.mts
    • packages/cspell-types/api/index.d.mts
    • packages/cspell-types/src/Parser/parser.ts

fix: 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-types package to provide better flexibility and clarity for parser implementations. The main changes introduce optional parseDocument and parse methods to both the Parser and DocumentParser interfaces, across both type declaration and source files.

Parser interface enhancements:

  • Added an optional parseDocument method to the Parser interface, 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]
  • Added an optional parse method to the DocumentParser interface, 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.2

Compare 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
  • Added a new optional tags property to the ParsedText interface, allowing each parsed text segment to carry a set of tags as metadata. (ParsedText in parser.ts, index.d.mts, index.d.mts) [1] [2] [3]
  • Introduced the ParsedTag type (boolean | string | undefined) and the ParsedTags interface (a map of tag names to ParsedTag values) to define the structure of tags. (parser.ts, index.d.mts, index.d.mts) [1] [2] [3]
Type Exports and API Surface
  • Updated exports throughout the codebase to include ParsedTag and ParsedTags, making these types available to consumers. (src/Parser/index.ts, src/index.ts, index.d.mts, index.d.mts) [1] [2] [3] [4]
  • Changed the export style in src/Parser/index.mts from export * to export 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.1

Compare 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.0

Compare Source

evilmartians/lefthook (lefthook)

v2.1.14

Compare Source

lucide-icons/lucide (lucide-react)

v1.46.0: Version 1.46.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.45.0...1.46.0

streamich/memfs (memfs)

v4.78.0

Compare Source

What's Changed

Full Changelog: streamich/memfs@v4.77.0...v4.78.0

v4.77.0

Compare Source

What's Changed

Full Changelog: streamich/memfs@v4.76.0...v4.77.0

prettier/prettier (prettier)

v3.9.7

Compare Source

  • Support Angular 22.2
  • Fix regressions in v3.9

🔗 Changelog

yuku-toolchain/yuku (yuku-ast)

v0.10.2

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying rstest with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4116d0c
Status: ✅  Deploy successful!
Preview URL: https://6d7cc5fc.rstest.pages.dev
Branch Preview URL: https://renovate-all-non-major.rstest.pages.dev

View logs

@github-actions

Copy link
Copy Markdown

Rsdoctor Bundle Diff Analysis

Found 13 projects in monorepo, 2 projects with changes.

📊 Quick Summary
Project Total Size Change
adapter-rsbuild 6.1 KB 0
adapter-rspack 12.4 KB 0
adapter-rslib 51.1 KB 0
browser 1.1 MB +476.0 B (0.0%)
browser-react 6.4 KB 0
coverage-istanbul 20.1 KB 0
coverage-v8 82.2 KB 0
playwright 53.8 KB 0
browser/client 79.6 KB 0
core/main 2.0 MB 0
core/browser 645.2 KB 0
vscode/extension 1.3 MB 📈 +33.5 KB (+2.6%)
vscode/worker 18.4 KB 0
📋 Detailed Reports (Click to expand)

📁 browser

Path: packages/browser/.rsdoctor/rsdoctor-data.json

📌 Baseline Commit: a915d80903 | PR: #1859

Metric Current Baseline Change
📊 Total Size 1.1 MB 1.1 MB +476.0 B (0.0%)
📄 JavaScript 1.0 MB 1.0 MB +476.0 B (0.0%)
🎨 CSS 11.6 KB 11.6 KB 0
🌐 HTML 763.0 B 763.0 B 0
📁 Other Assets 62.4 KB 62.4 KB 0

📦 Download Diff Report: browser Bundle Diff

📁 vscode/extension

Path: packages/vscode/.rsdoctor/extension/rsdoctor-data.json

📌 Baseline Commit: a915d80903 | PR: #1859

Metric Current Baseline Change
📊 Total Size 1.3 MB 1.3 MB +33.5 KB (+2.6%)
📄 JavaScript 471.7 KB 471.7 KB 0
🎨 CSS 0 B 0 B 0
🌐 HTML 0 B 0 B 0
📁 Other Assets 854.9 KB 821.4 KB +33.5 KB (+4.1%)

📦 Download Diff Report: vscode/extension Bundle Diff

Generated by Rsdoctor GitHub Action

@9aoy
9aoy merged commit bbefea9 into main Sep 18, 2026
12 checks passed
@9aoy
9aoy deleted the renovate/all-non-major branch September 18, 2026 03:36
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.

1 participant