Skip to content

chore(deps): update all patch dependencies#2938

Merged
Timeless0911 merged 1 commit intomainfrom
renovate/all-patch
Dec 29, 2025
Merged

chore(deps): update all patch dependencies#2938
Timeless0911 merged 1 commit intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 29, 2025

This PR contains the following updates:

Package Change Age Confidence
@rslib/core (source) 0.18.5 -> 0.18.6 age confidence
@rspress/core (source) ^2.0.0-rc.2 -> ^2.0.0-rc.3 age confidence
@rstest/core (source) ^0.7.5 -> ^0.7.7 age confidence
@types/web ^0.0.306 -> ^0.0.309 age confidence
pnpm (source) 10.26.1 -> 10.26.2 age confidence
pnpm (source) >=10.26.1 -> >=10.26.2 age confidence

Release Notes

web-infra-dev/rslib (@​rslib/core)

v0.18.6

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.18.5...v0.18.6

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

v2.0.0-rc.3

Compare Source

Highlights ✨

🆕️ Support common tags

related PR: #​2879

You can use it in the frontmatter, and it also supports customization:

---
tag: new, experimental, ejectable
---
image
🌏 Enable text-autospace: normal; by default

related PR: #​2920

The text-autospace CSS property allows you to specify the space applied between Chinese/Japanese/Korean (CJK) and non-CJK characters.

/* If you don't like it, you can cancel it via `:root { text-autospace: unset; }` */
:root {
   text-autospace: normal;
}

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3

web-infra-dev/rstest (@​rstest/core)

v0.7.7

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
  • fix: cannot debug or profile child processes by @​claneo in #​800
  • fix: incorrect setup files source mapping when no isolated by @​9aoy in #​805
  • fix: coverage should show 0% when no source files are tested by @​9aoy in #​806
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.7.6...v0.7.7

v0.7.6

Compare Source

What's Changed

New Features 🎉
  • feat: always display all test cases when running a single test file by @​9aoy in #​794
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.7.5...v0.7.6

microsoft/TypeScript-DOM-Lib-Generator (@​types/web)

v0.0.309

Compare Source

asynciterable.d.ts

No changes

index.d.ts

Non-value types
  • ImageDataSettings
    • Added: pixelFormat

iterable.d.ts

No changes

ts5.5/asynciterable.d.ts

No changes

ts5.5/index.d.ts

Non-value types
  • ImageDataSettings
    • Added: pixelFormat

ts5.5/iterable.d.ts

No changes

ts5.6/asynciterable.d.ts

No changes

ts5.6/index.d.ts

Non-value types
  • ImageDataSettings
    • Added: pixelFormat

ts5.6/iterable.d.ts

No changes

ts5.9/asynciterable.d.ts

No changes

ts5.9/index.d.ts

Non-value types
  • ImageDataSettings
    • Added: pixelFormat

ts5.9/iterable.d.ts

No changes

v0.0.308

Compare Source

asynciterable.d.ts

No changes

index.d.ts

Non-value types
  • PopStateEventInit
    • Added: hasUAVisualTransition
  • WebGLContextAttributes
    • Added: xrCompatible

iterable.d.ts

No changes

ts5.5/asynciterable.d.ts

No changes

ts5.5/index.d.ts

Non-value types
  • PopStateEventInit
    • Added: hasUAVisualTransition
  • WebGLContextAttributes
    • Added: xrCompatible

ts5.5/iterable.d.ts

No changes

ts5.6/asynciterable.d.ts

No changes

ts5.6/index.d.ts

Non-value types
  • PopStateEventInit
    • Added: hasUAVisualTransition
  • WebGLContextAttributes
    • Added: xrCompatible

ts5.6/iterable.d.ts

No changes

ts5.9/asynciterable.d.ts

No changes

ts5.9/index.d.ts

Non-value types
  • PopStateEventInit
    • Added: hasUAVisualTransition
  • WebGLContextAttributes
    • Added: xrCompatible

ts5.9/iterable.d.ts

No changes

v0.0.307

Compare Source

asynciterable.d.ts

No changes

index.d.ts

Modified

  • CSSRule
    • Added: MARGIN_RULE
Non-value types
  • KeyframeAnimationOptions
    • Added: rangeEnd, rangeStart

iterable.d.ts

No changes

ts5.5/asynciterable.d.ts

No changes

ts5.5/index.d.ts

Modified

  • CSSRule
    • Added: MARGIN_RULE
Non-value types
  • KeyframeAnimationOptions
    • Added: rangeEnd, rangeStart

ts5.5/iterable.d.ts

No changes

ts5.6/asynciterable.d.ts

No changes

ts5.6/index.d.ts

Modified

  • CSSRule
    • Added: MARGIN_RULE
Non-value types
  • KeyframeAnimationOptions
    • Added: rangeEnd, rangeStart

ts5.6/iterable.d.ts

No changes

ts5.9/asynciterable.d.ts

No changes

ts5.9/index.d.ts

Modified

  • CSSRule
    • Added: MARGIN_RULE
Non-value types
  • KeyframeAnimationOptions
    • Added: rangeEnd, rangeStart

ts5.9/iterable.d.ts

No changes

pnpm/pnpm (pnpm)

v10.26.2: pnpm 10.26.2

Compare Source

Patch Changes

  • Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307.

  • Fix installation of Git dependencies using annotated tags #​10335.

    Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash.

  • Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244.

  • Try to avoid making network calls with preferOffline #​10334.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link
Copy Markdown

netlify Bot commented Dec 29, 2025

Deploy Preview for rspress-v2 ready!

Name Link
🔨 Latest commit 6523232
🔍 Latest deploy log https://app.netlify.com/projects/rspress-v2/deploys/6951d90ffbc1870008bbaee1
😎 Deploy Preview https://deploy-preview-2938--rspress-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link
Copy Markdown
Contributor

Rsdoctor Bundle Diff Analysis

Found 3 projects in monorepo, 1 project with changes.

📊 Quick Summary
Project Total Size Change
node 9.3 MB 0
node_md 1.2 MB 0
web 15.1 MB -18.0 B (-0.0%)
📋 Detailed Reports (Click to expand)

📁 web

Path: website/doc_build/diff-rsdoctor/web/rsdoctor-data.json

📌 Baseline Commit: 96aac43681 | PR: #2930

Metric Current Baseline Change
📊 Total Size 15.1 MB 15.1 MB -18.0 B (-0.0%)
📄 JavaScript 14.4 MB 14.4 MB -18.0 B (-0.0%)
🎨 CSS 115.4 KB 115.4 KB 0
🌐 HTML 0 B 0 B 0
📁 Other Assets 526.5 KB 526.5 KB 0

📦 Download Diff Report: web Bundle Diff

Generated by Rsdoctor GitHub Action

@Timeless0911 Timeless0911 merged commit 72f9f59 into main Dec 29, 2025
10 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-patch branch December 29, 2025 03:12
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