Skip to content

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

Merged
9aoy merged 1 commit intomainfrom
renovate/rslib
Jul 23, 2025
Merged

chore(deps): update dependency @rslib/core to v0.11.0#413
9aoy merged 1 commit intomainfrom
renovate/rslib

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 23, 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 ( * 0-3 * * * ) (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 23, 2025

Deploy Preview for rstest-dev ready!

Name Link
🔨 Latest commit 3e05f7f
🔍 Latest deploy log https://app.netlify.com/projects/rstest-dev/deploys/688051a2b1587c0008a2f1a9
😎 Deploy Preview https://deploy-preview-413--rstest-dev.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.

@9aoy 9aoy merged commit 1334857 into main Jul 23, 2025
17 checks passed
@9aoy 9aoy deleted the renovate/rslib branch July 23, 2025 03:27
@9aoy 9aoy 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