Skip to content

chore(deps): update dependency @rslib/core to v0.11.0 - autoclosed#5660

Merged
chenjiahan merged 1 commit intomainfrom
renovate/rslib
Jul 24, 2025
Merged

chore(deps): update dependency @rslib/core to v0.11.0 - autoclosed#5660
chenjiahan merged 1 commit intomainfrom
renovate/rslib

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@rslib/core (source) 0.10.6 -> 0.11.0 age confidence

Release Notes

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

v0.11.0

Compare Source

Breaking changes 🚨
redirect.asset

Boolean values are no longer supported for redirect.asset, see the documentation of redirect.asset for more details. (#​1119)

Please note the following changes that may require adjustments to your configurations:

export default defineConfig({
  lib: [
    {
      redirect: {
-       asset: true,
+       asset: {
+         path: true,
+         extension: true,
+       },
      },
    },
  ],
});
export default defineConfig({
  lib: [
    {
      redirect: {
-       asset: false,
+       asset: {
+         path: false,
+         extension: false,
+       },
      },
    },
  ],
});
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.10.6...v0.11.0


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 Jul 24, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit b399cd4
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/6881959fdabb6900085f4e19
😎 Deploy Preview https://deploy-preview-5660--rsbuild.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: 75 (🔴 down 1 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

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

@chenjiahan chenjiahan merged commit f97c1a2 into main Jul 24, 2025
12 checks passed
@chenjiahan chenjiahan deleted the renovate/rslib branch July 24, 2025 02:29
@renovate renovate Bot changed the title chore(deps): update dependency @rslib/core to v0.11.0 chore(deps): update dependency @rslib/core to v0.11.0 - autoclosed Jul 24, 2025
@chenjiahan chenjiahan mentioned this pull request Jul 24, 2025
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