Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rspress/plugin-client-redirects (source) 2.0.0-alpha.7 -> 2.0.0-alpha.11 age adoption passing confidence
@rspress/shared (source) 2.0.0-alpha.7 -> 2.0.0-alpha.11 age adoption passing confidence
@rstack-dev/doc-ui 1.7.3 -> 1.7.4 age adoption passing confidence
rspress (source) 2.0.0-alpha.7 -> 2.0.0-alpha.11 age adoption passing confidence

Release Notes

web-infra-dev/rspress (@​rspress/plugin-client-redirects)

v2.0.0-alpha.11

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.10...v2.0.0-alpha.11

v2.0.0-alpha.10

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.9...v2.0.0-alpha.10

v2.0.0-alpha.9

Compare Source

Breaking Changes 🚨
Update unified@11 and mdx related pkgs

related PR: https://github.com/web-infra-dev/rspress/pull/2017

If you are using your own rehype or remark plugin in Rspress, you also need to upgrade to a version compatible with unified@11.

@​rspress/ migrate to native @​shikijs/rehype

related PR: https://github.com/web-infra-dev/rspress/pull/2046

All options will be the same as @​shikijs/rehype

Details
import { defineConfig } from 'rspress/config';
+ import { pluginShiki, transformerLineNumber } from '@​rspress/plugin-shiki';
- import { pluginShiki, createTransformerLineNumber } from '@​rspress/plugin-shiki';
+ import {
+  transformerNotationDiff,
+  transformerNotationErrorLevel,
+  transformerNotationFocus,
+  transformerNotationHighlight,
+ } from '@​shikijs/transformers';

export default defineConfig({
  plugins: [
    pluginShiki({
      transformers: [
-       // createTransformerLineNumber(),
-       // createTransformerDiff(),
-       // createTransformerErrorLevel(),
-       // createTransformerHighlight(),
-       // createTransformerFocus(),
+       transformerLineNumber(),
+       // transformerNotationDiff(),
+       // transformerNotationErrorLevel(),
+       // transformerNotationHighlight(),
+       // transformerNotationFocus(),
      ],
    }),
  ],
});
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.8...v2.0.0-alpha.9

v2.0.0-alpha.8

Compare Source

What's Changed
Breaking Changes 🚨
Make SSG strict by default, remove ssg.strict and add ssg.fallback

related PR: https://github.com/web-infra-dev/rspress/pull/2015

https://github.com/web-infra-dev/rspress/discussions/1105#discussioncomment-10324815

Rspress will not fallback to csr, if ssg failed, the process exit and the user need to investigate why it failed

if you want to go back to the old behavior, please set below

// rspress.config.ts
export default {
  ssg: {
    fallback: 'csr',
  },
};
Remove @rspress/modern-js-plugin

related PR: https://github.com/web-infra-dev/rspress/pull/2020

we maintain this plugin in the 1.x branch.

New Features 🎉
Bug Fixes 🐞
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.7...v2.0.0-alpha.8

rspack-contrib/rstack-doc-ui (@​rstack-dev/doc-ui)

v1.7.4

Compare Source

What's Changed

Full Changelog: rstackjs/rstack-doc-ui@v1.7.3...v1.7.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the bot:renovate This is from bot 'renovate' label Apr 1, 2025
@renovate renovate bot enabled auto-merge April 1, 2025 09:54
@changeset-bot
Copy link

changeset-bot bot commented Apr 1, 2025

⚠️ No Changeset found

Latest commit: 536b1dc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Apr 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link

codspeed-hq bot commented Apr 1, 2025

CodSpeed Performance Report

Merging #437 will not alter performance

Comparing renovate/rspress (536b1dc) with main (0768c86)

Summary

✅ 1 untouched benchmarks

@renovate renovate bot force-pushed the renovate/rspress branch 25 times, most recently from a3f8be6 to cac5167 Compare April 3, 2025 15:10
@renovate renovate bot force-pushed the renovate/rspress branch 5 times, most recently from de818fe to d2fc323 Compare April 12, 2025 13:53
@renovate renovate bot changed the title chore(deps): update rspress to v2.0.0-alpha.9 fix(deps): update rspress Apr 12, 2025
@renovate renovate bot force-pushed the renovate/rspress branch 17 times, most recently from 27ed85b to 3169474 Compare April 15, 2025 15:08
@renovate renovate bot force-pushed the renovate/rspress branch from 3169474 to 8fbb904 Compare April 15, 2025 15:12
@colinaaa colinaaa disabled auto-merge April 15, 2025 16:13
@renovate
Copy link
Contributor Author

renovate bot commented Apr 15, 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.

@colinaaa colinaaa merged commit ddbd7c9 into main Apr 15, 2025
23 checks passed
@colinaaa colinaaa deleted the renovate/rspress branch April 15, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot:renovate This is from bot 'renovate'

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant