Skip to content

chore(deps): update all patch dependencies#2277

Merged
Timeless0911 merged 1 commit intomainfrom
renovate/all-patch
Jun 16, 2025
Merged

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) ^19.1.6 -> ^19.1.8 age adoption passing confidence
postcss (source) 8.5.4 -> 8.5.5 age adoption passing confidence
rspress (source) ^2.0.0-beta.11 -> ^2.0.0-beta.14 age adoption passing confidence

Release Notes

postcss/postcss (postcss)

v8.5.5

Compare Source

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).
web-infra-dev/rspress (rspress)

v2.0.0-beta.14

Compare Source

Breaking Changes 🚨

Remove @rspress/plugin-shiki package and create rspress/shiki-transformers🔥

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

We have already enabled shiki by default, so this package is no longer maintained.

If you want to use some built-in transformers of Rspress, you can do this below:

import { transformerCompatibleMetaHighlight } from "rspress/shiki-transformers";

It also supports using it in React components,

For example:

import { CodeBlockRuntime } from '@​theme';
import { transformerNotationHighlight } from '@​shikijs/transformers';
import { transformerLineNumber } from "rspress/shiki-transformers";

<CodeBlockRuntime
  lang="ts"
  title="highlight.ts"
  code={`console.log('Highlighted'); // [!code highlight]
// [!code highlight:1]
console.log('Highlighted');
console.log('Not highlighted');`}
  shikiOptions={{
    transformers: [transformerNotationHighlight(), transformerLineNumber()],
  }}
/>

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: v2.0.0-beta.13...v2.0.0-beta.14

v2.0.0-beta.13

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: v2.0.0-beta.12...v2.0.0-beta.13

v2.0.0-beta.12

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v2.0.0-beta.11...v2.0.0-beta.12


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 Jun 16, 2025

Deploy Preview for rspress-v2 ready!

Name Link
🔨 Latest commit 68e6f27
🔍 Latest deploy log https://app.netlify.com/projects/rspress-v2/deploys/684f66f1ff7a440008a4ef0f
😎 Deploy Preview https://deploy-preview-2277--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.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 16, 2025

Deploy Preview for rspress ready!

Name Link
🔨 Latest commit 68e6f27
🔍 Latest deploy log https://app.netlify.com/projects/rspress/deploys/684f66f1c0ace80008c6ece5
😎 Deploy Preview https://deploy-preview-2277--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: 77 (🔴 down 19 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 project configuration.

@Timeless0911 Timeless0911 merged commit dadeaf4 into main Jun 16, 2025
12 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-patch branch June 16, 2025 03:10
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