Skip to content

fix(deps): update rspress#742

Merged
colinaaa merged 2 commits intomainfrom
renovate/rspress
May 17, 2025
Merged

fix(deps): update rspress#742
colinaaa merged 2 commits intomainfrom
renovate/rspress

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rspress/plugin-client-redirects (source) 2.0.0-beta.4 -> 2.0.0-beta.6 age adoption passing confidence
@rspress/shared (source) 2.0.0-beta.4 -> 2.0.0-beta.6 age adoption passing confidence
@rstack-dev/doc-ui 1.8.0 -> 1.10.0 age adoption passing confidence
rspress (source) 2.0.0-beta.4 -> 2.0.0-beta.6 age adoption passing confidence

Release Notes

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

v2.0.0-beta.6

Compare Source

What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.5...v2.0.0-beta.6

v2.0.0-beta.5

Compare Source

Highlights✨
Use shiki v3 by default, drop prism support

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

Migrate all code highlighting from prism to shiki in compile time. It is worth noting that some code block syntax will be changed, e.g transformerNotationHighlight

More info: https://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-12458121

before

import { defineConfig } from 'rspress/config';
import { pluginShiki, createTransformerLineNumber, createTransformerDiff } from '@​rspress/plugin-shiki';

export default defineConfig({
  plugins: [
    pluginShiki({
      transformers: [
        createTransformerLineNumber(),
        createTransformerDiff(),
        // createTransformerErrorLevel(),
        // createTransformerHighlight(),
        // createTransformerFocus(),
      ],
    }),
  ],
});

after

import { defineConfig } from 'rspress/config';
import {
  transformerNotationDiff,
} from '@​shikijs/transformers';

export default defineConfig({
  markdown: {
    showLineNumber: true,
    shiki: {
        transformers: [
          transformerNotationDiff(),
          // transformerNotationErrorLevel(),
          // transformerNotationFocus(),
          // transformerNotationHighlight(),
      ],
    }
  }
});
Support JSON schema for _meta.json

related PR: #​2079

Now you can get type hints in the IDE. For example, in VSCode you can set

// .vscode/settings.json
{
 //...
 "json.schemas": [
    {
      "fileMatch": ["**/_meta.json"],
      "url": "./node_modules/rspress/meta-json-schema.json"
      // or "url": "https://unpkg.com/rspress@2.0.0-beta.5/meta-json-schema.json"
    }
  ],
  // ...
}
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.4...v2.0.0-beta.5

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

v1.10.0

Compare Source

Full Changelog: rstackjs/rstack-doc-ui@v1.9.1...v1.10.0

v1.9.1

Compare Source

What's Changed

Full Changelog: rstackjs/rstack-doc-ui@v1.9.0...v1.9.1

v1.9.0

Compare Source

What's Changed

Full Changelog: rstackjs/rstack-doc-ui@v1.8.0...v1.9.0


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 May 8, 2025
@renovate renovate bot enabled auto-merge May 8, 2025 16:08
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented May 8, 2025

⚠️ No Changeset found

Latest commit: 6e3f069

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
Copy Markdown

codecov bot commented May 8, 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
Copy Markdown

codspeed-hq bot commented May 8, 2025

CodSpeed Performance Report

Merging #742 will not alter performance

Comparing renovate/rspress (6e3f069) with main (f63ddc2)

Summary

✅ 6 untouched benchmarks

@relativeci

This comment was marked as outdated.

@renovate renovate bot force-pushed the renovate/rspress branch 2 times, most recently from 6c0caa3 to 06d851f Compare May 8, 2025 16:47
@relativeci
Copy link
Copy Markdown

relativeci bot commented May 8, 2025

React Example

#17 Bundle Size — 233.45KiB (0%).

06d851f(current) vs 54861d0 main#14(baseline)

Bundle metrics  no changes
                 Current
#17
     Baseline
#14
No change  Initial JS 0B 0B
No change  Initial CSS 0B 0B
No change  Cache Invalidation 0% 0%
No change  Chunks 0 0
No change  Assets 4 4
No change  Modules 140 140
No change  Duplicate Modules 55 55
No change  Duplicate Code 46.22% 46.22%
No change  Packages 2 2
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#17
     Baseline
#14
No change  IMG 145.76KiB 145.76KiB
No change  Other 87.69KiB 87.69KiB

Bundle analysis reportBranch renovate/rspressProject dashboard


Generated by RelativeCIDocumentationReport issue

@relativeci
Copy link
Copy Markdown

relativeci bot commented May 8, 2025

Web Explorer

#5 Bundle Size — 312.77KiB (0%).

06d851f(current) vs 54861d0 main#2(baseline)

Bundle metrics  no changes
                 Current
#5
     Baseline
#2
No change  Initial JS 151.26KiB 151.26KiB
No change  Initial CSS 33.15KiB 33.15KiB
No change  Cache Invalidation 0% 0%
No change  Chunks 5 5
No change  Assets 5 5
No change  Modules 204 204
No change  Duplicate Modules 13 13
No change  Duplicate Code 2.47% 2.47%
No change  Packages 5 5
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#5
     Baseline
#2
No change  JS 279.62KiB 279.62KiB
No change  CSS 33.15KiB 33.15KiB

Bundle analysis reportBranch renovate/rspressProject dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot force-pushed the renovate/rspress branch 20 times, most recently from a712536 to b61ec4d Compare May 12, 2025 06:05
@renovate renovate bot force-pushed the renovate/rspress branch 14 times, most recently from 61e4afa to 25dd97b Compare May 15, 2025 15:53
@renovate renovate bot changed the title chore(deps): update rspress to v2.0.0-beta.5 fix(deps): update rspress May 15, 2025
@renovate renovate bot force-pushed the renovate/rspress branch 8 times, most recently from 34375d6 to f48b58e Compare May 16, 2025 13:49
@renovate renovate bot force-pushed the renovate/rspress branch from f48b58e to 33e098a Compare May 16, 2025 14:11
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented May 17, 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 disabled auto-merge May 17, 2025 12:36
@colinaaa colinaaa merged commit 89017b8 into main May 17, 2025
38 checks passed
@colinaaa colinaaa deleted the renovate/rspress branch May 17, 2025 12:36
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