Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rslib/core (source) 0.17.1 -> 0.18.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.18.0

Compare Source

Highlights 💡

Enable persistent build cache by default

Rslib enables Rspack's persistent build cache by default, allowing it to reuse the cached results instead of rebuilding from scratch, which can significantly reduce build time for large projects.

// rslib.config.ts
export default {
  performance: {
    buildCache: true,
  },
};

More details:

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.17.2...v0.18.0

v0.17.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.17.1...v0.17.2


Configuration

📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 23, 2025
@netlify
Copy link

netlify bot commented Nov 23, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit aef2ed1
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/6922c581cc05a00008d741ec

@github-actions
Copy link
Contributor

📦 Binary Size-limit

Comparing aef2ed1 to feat: support SRI with experiments.css and CssExtractRspackPlugin (#12239) by harpsealjs

❌ Size increased by 4.00KB from 47.63MB to 47.63MB (⬆️0.01%)

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 23, 2025

CodSpeed Performance Report

Merging #12269 will not alter performance

Comparing renovate/rslib-core-0.x (aef2ed1) with main (ca1a20f)

Summary

✅ 17 untouched

@chenjiahan chenjiahan merged commit 08dbbd5 into main Nov 24, 2025
47 of 49 checks passed
@chenjiahan chenjiahan deleted the renovate/rslib-core-0.x branch November 24, 2025 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants