Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rspress/core (source) 2.0.0-beta.32 -> 2.0.0-beta.33 age adoption passing confidence
@rspress/plugin-algolia (source) 2.0.0-beta.32 -> 2.0.0-beta.33 age adoption passing confidence
@rspress/plugin-llms (source) 2.0.0-beta.32 -> 2.0.0-beta.33 age adoption passing confidence
@rspress/plugin-rss (source) 2.0.0-beta.32 -> 2.0.0-beta.33 age adoption passing confidence
@rspress/plugin-sitemap (source) 2.0.0-beta.32 -> 2.0.0-beta.33 age adoption passing confidence
@types/node (source) ^20.19.15 -> ^20.19.17 age adoption passing confidence
ts-jest (source) 29.4.2 -> 29.4.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2.0.0-beta.33

Compare Source

Breaking Changes🚨
Make raw HTML in md styled

related PR: #​2600

Rspress is now driven by CSS for style, ref: https://github.com/web-infra-dev/rspress/blob/main/packages/theme-default/src/styles/doc.scss

So you can:

  • Use original html tag like <ul><li>this is a line</li></ul>, they will now be styled the same as * this is a line
  • do not need to use Rspress's built-in const { h1: H1 } = getCustomMdxComponents() to annotate styles
  • For components that do not wish to be polluted by Rspress prose CSS, .rp-not-doc is all you needed
##### List

- list item 1   <------ styled
- list item 2

<ul>
  <li>list item 1</li>       <------ styled
  <li>list item 2</li>
</ul>

<div className="rp-not-doc">        <----- not styled
  <ul>
    <li>list item 1</li>
    <li>list item 2</li>
  </ul>
</div>

<ul className="rp-not-doc>   <----- not styled
  <li>list item 1</li>
  <li>list item 2</li>
</ul>
What's Changed
New Features 🎉
  • feat(theme-default): Make the tab component usable in layouts other than DocLayout by @​Karibash in #​2589
  • feat(theme/style)!: keep the html style be consistent with markdown syntax and .rp-not-doc escape hatch (#​2579) by @​SoonIter in #​2600
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.32...v2.0.0-beta.33

kulshekhar/ts-jest (ts-jest)

v29.4.4

Compare Source

Bug Fixes

v29.4.3

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, 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.

@renovate renovate bot requested a review from hardfist as a code owner September 16, 2025 18:32
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 16, 2025
@renovate renovate bot requested a review from chenjiahan as a code owner September 16, 2025 18:32
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 16, 2025
Copy link

netlify bot commented Sep 16, 2025

Deploy Preview for rspack ready!

Name Link
🔨 Latest commit 867c546
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/68d2a34c68a6ee0008269dc5
😎 Deploy Preview https://deploy-preview-11680--rspack.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.

Copy link
Contributor

github-actions bot commented Sep 16, 2025

📦 Binary Size-limit

Comparing 867c546 to fix: correct infrastructureLog type and add documentation (#11742) by neverland

🙈 Size remains the same at 47.43MB

Copy link

codspeed-hq bot commented Sep 16, 2025

CodSpeed Performance Report

Merging #11680 will not alter performance

Comparing renovate/patch-npm-dependencies (867c546) with main (786ffea)

Summary

✅ 17 untouched

@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch from 20365ab to e16574b Compare September 17, 2025 01:23
@renovate renovate bot changed the title chore(deps): update dependency @rslib/core to v0.13.3 chore(deps): update patch npm dependencies Sep 17, 2025
@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch 5 times, most recently from d92bd0f to 97aad8c Compare September 19, 2025 16:57
@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch from 97aad8c to ca56c0c Compare September 23, 2025 11:37
chenjiahan
chenjiahan previously approved these changes Sep 23, 2025
Copy link
Contributor Author

renovate bot commented Sep 23, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@chenjiahan chenjiahan enabled auto-merge (squash) September 24, 2025 02:47
@chenjiahan chenjiahan merged commit 1682a94 into main Sep 24, 2025
67 of 70 checks passed
@chenjiahan chenjiahan deleted the renovate/patch-npm-dependencies branch September 24, 2025 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant