Skip to content

chore(deps): update dependency @rslib/core to v0.19.6#426

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rslib-core-0.x
Open

chore(deps): update dependency @rslib/core to v0.19.6#426
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rslib-core-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2026

This PR contains the following updates:

Package Change Age Confidence
@rslib/core (source) 0.18.00.19.6 age confidence

Release Notes

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

v0.19.6

Compare Source

What's Changed

Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.19.5...v0.19.6

v0.19.5

Compare Source

What's Changed

Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.19.4...v0.19.5

v0.19.4

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rslib@v0.19.3...v0.19.4

v0.19.3

Compare Source

What's Changed

Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.19.2...v0.19.3

v0.19.2

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.19.1...v0.19.2

v0.19.1

Compare Source

What's Changed

Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.19.0...v0.19.1

v0.19.0

Compare Source

Highlights 💡

New JavaScript API

This release introduces a new, comprehensive JavaScript API for Rslib.

[!CAUTION]
This is a Breaking Change. The previously exposed informal API has been removed. You can switch to the new JavaScript API and refer to the docs below to re-integrate.

See the API docs for details:

Usage
  1. Install Rslib: install the @rslib/core package:
npm add @​rslib/core -D
  1. Create an Rslib instance: call the createRslib method to create an Rslib instance:
import { createRslib } from '@​rslib/core';

const rslib = await createRslib();
  1. Call Rslib instance methods: use the rslib.build method which will build production outputs:
await rslib.build();
Advanced ESM Output

In previous versions, Rslib integrated Rspack's EsmLibraryPlugin through an experimental configuration of experiments.advancedEsm, aiming to optimize the quality of ESM outputs. Now, we are pleased to announce that this plugin has been stabilized.

In this release, the EsmLibraryPlugin is enabled by default by setting experiments.advancedEsm to true in bundle mode. Developers can directly obtain ESM output that is high-quality, more friendly to static analysis, and supports code splitting without any additional configuration.

Better Rstest Integration

Rslib now supports seamless integration with Rstest.

By using the official @​rstest/adapter-rslib, you can directly reuse your Rslib build configurations (such as resolve.alias and source.define) within Rstest. This enables zero-config testing for Rslib projects, ensuring your test environment perfectly mirrors your build environment while eliminating the overhead of maintaining duplicate configurations.

// rstest.config.ts
import { defineConfig } from '@​rstest/core';
import { withRslibConfig } from '@​rstest/adapter-rslib';

export default defineConfig({
  extends: withRslibConfig({}),
  // Additional Rstest-specific configurations
  // ...
});

More details: https://rstest.rs/guide/integration/rslib

What's Changed

New Features 🎉
Other Changes

Full Changelog: web-infra-dev/rslib@v0.18.6...v0.19.0

v0.18.6

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.18.5...v0.18.6

v0.18.5

Compare Source

What's Changed
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.18.4...v0.18.5

v0.18.4

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.18.3...v0.18.4

v0.18.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.18.2...v0.18.3

v0.18.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.18.1...v0.18.2

v0.18.1

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

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


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

netlify bot commented Jan 5, 2026

Deploy Preview for rslint ready!

Name Link
🔨 Latest commit f5525c4
🔍 Latest deploy log https://app.netlify.com/projects/rslint/deploys/6973b5776fb12f0008e70365
😎 Deploy Preview https://deploy-preview-426--rslint.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.

@renovate renovate bot force-pushed the renovate/rslib-core-0.x branch from ee5e5f8 to 8d7c199 Compare January 8, 2026 17:12
@renovate renovate bot force-pushed the renovate/rslib-core-0.x branch from 8d7c199 to f3d5403 Compare January 20, 2026 20:12
@renovate renovate bot changed the title chore(deps): update dependency @rslib/core to v0.19.1 chore(deps): update dependency @rslib/core to v0.19.2 Jan 20, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 20, 2026

Deploying rslint with  Cloudflare Pages  Cloudflare Pages

Latest commit: f5525c4
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/rslib-core-0.x branch from f3d5403 to c017a2f Compare January 21, 2026 10:58
@renovate renovate bot changed the title chore(deps): update dependency @rslib/core to v0.19.2 chore(deps): update dependency @rslib/core to v0.19.3 Jan 21, 2026
@renovate renovate bot force-pushed the renovate/rslib-core-0.x branch 2 times, most recently from f5525c4 to edac7eb Compare January 30, 2026 13:22
@renovate renovate bot changed the title chore(deps): update dependency @rslib/core to v0.19.3 chore(deps): update dependency @rslib/core to v0.19.4 Jan 30, 2026
@renovate renovate bot force-pushed the renovate/rslib-core-0.x branch 2 times, most recently from 8fb60b8 to a53e7a9 Compare February 5, 2026 07:08
@renovate renovate bot changed the title chore(deps): update dependency @rslib/core to v0.19.4 chore(deps): update dependency @rslib/core to v0.19.5 Feb 5, 2026
@renovate renovate bot force-pushed the renovate/rslib-core-0.x branch from a53e7a9 to 9f00293 Compare February 12, 2026 14:25
@renovate renovate bot force-pushed the renovate/rslib-core-0.x branch from 9f00293 to 54a46c6 Compare February 14, 2026 10:15
@renovate renovate bot changed the title chore(deps): update dependency @rslib/core to v0.19.5 chore(deps): update dependency @rslib/core to v0.19.6 Feb 14, 2026
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.

0 participants