Skip to content

chore(deps): update all patch dependencies#2144

Merged
Timeless0911 merged 1 commit intomainfrom
renovate/all-patch
May 12, 2025
Merged

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rslib/core (source) 0.6.8 -> 0.6.9 age adoption passing confidence
@types/unist (source) ^3.0.0 -> ^3.0.3 age adoption passing confidence
@unhead/react (source) ^2.0.0 -> ^2.0.8 age adoption passing confidence
create-rstack 1.4.0 -> 1.4.2 age adoption passing confidence
prettier-plugin-packagejson ^2.5.11 -> ^2.5.12 age adoption passing confidence
react (source) ^19.0.0 -> ^19.1.0 age adoption passing confidence
react-dom (source) ^19.0.0 -> ^19.1.0 age adoption passing confidence
rsbuild-plugin-publint ^0.3.1 -> ^0.3.2 age adoption passing confidence
rspress (source) ^2.0.0-beta.4 -> ^2.0.0-beta.5 age adoption passing confidence
rspress-plugin-sitemap ^1.1.1 -> ^1.1.2 age adoption passing confidence

Release Notes

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

v0.6.9

Compare Source

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.6.8...v0.6.9

rspack-contrib/create-rstack (create-rstack)

v1.4.2

Compare Source

What's Changed

Full Changelog: rstackjs/create-rstack@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: rstackjs/create-rstack@v1.4.0...v1.4.1

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.12

Compare Source

rspack-contrib/rsbuild-plugin-publint (rsbuild-plugin-publint)

v0.3.2

Compare Source

What's Changed

Full Changelog: rstackjs/rsbuild-plugin-publint@v0.3.1...v0.3.2

web-infra-dev/rspress (rspress)

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: v2.0.0-beta.4...v2.0.0-beta.5

jl917/rspress-plugin-sitemap (rspress-plugin-sitemap)

v1.1.2

Compare Source

Bug Fixes
  • 确保生成sitemap.xml时目录存在 (adef522)

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 May 12, 2025

Deploy Preview for rspress-v2 ready!

Name Link
🔨 Latest commit 83084ad
🔍 Latest deploy log https://app.netlify.com/sites/rspress-v2/deploys/6821660f613b0e000848270a
😎 Deploy Preview https://deploy-preview-2144--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 site configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 12, 2025

Deploy Preview for rspress ready!

Name Link
🔨 Latest commit 83084ad
🔍 Latest deploy log https://app.netlify.com/sites/rspress/deploys/6821660f77d56b0008a25a43
😎 Deploy Preview https://deploy-preview-2144--rspress.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 85 (🔴 down 9 from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (🟢 up 9 from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

@Timeless0911 Timeless0911 merged commit 894e60e into main May 12, 2025
12 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-patch branch May 12, 2025 03:48
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