Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@rslib/core (source) ^0.18.0^0.19.0 age confidence devDependencies minor 0.19.1
@rslib/core (source) 0.18.60.19.0 age confidence devDependencies minor 0.19.1
daux/daux.io 0.22.00.23.0 age confidence docker minor
make-plural (source) 7.4.07.5.0 age confidence devDependencies minor
systeminformation (source) 5.28.05.28.5 age confidence devDependencies patch 5.28.9 (+3)

Release Notes

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

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

dauxio/daux.io (daux/daux.io)

v0.23.0

Compare Source

What's Changed

Full Changelog: dauxio/daux.io@0.22.3...0.23.0

v0.22.3

Compare Source

What's Changed

New Contributors

Full Changelog: dauxio/daux.io@0.22.2...0.22.3

v0.22.2

Compare Source

What's Changed

Full Changelog: dauxio/daux.io@0.22.1...0.22.2

v0.22.1

Compare Source

Highlights

  • fix Search-Form Box overflowing into title container on Mobile devices. by @​emhl in #​391

Updates

New Contributors

Full Changelog: dauxio/daux.io@0.22.0...0.22.1

eemeli/make-plural (make-plural)

v7.5.0

Compare Source

  • Update to cldr-core v48 (ddd9aed)
sebhildebrandt/systeminformation (systeminformation)

v5.28.5

Compare Source

v5.28.4

Compare Source

v5.28.3

Compare Source

v5.28.2

Compare Source

v5.28.1

Compare Source


Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 3, 2026

@renovate renovate bot merged commit 0134e0c into master Jan 3, 2026
7 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 3, 2026 05:49
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