Skip to content

build(deps-dev): bump the rslib group in /sdk with 2 updates#123

Merged
matoous merged 1 commit intomainfrom
dependabot/npm_and_yarn/sdk/rslib-fd079ce71e
Sep 30, 2025
Merged

build(deps-dev): bump the rslib group in /sdk with 2 updates#123
matoous merged 1 commit intomainfrom
dependabot/npm_and_yarn/sdk/rslib-fd079ce71e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 29, 2025

Bumps the rslib group in /sdk with 2 updates: @rslib/core and rsbuild-plugin-dts.

Updates @rslib/core from 0.13.3 to 0.14.0

Release notes

Sourced from @​rslib/core's releases.

v0.14.0

Breaking changes 🚨

Config loading

Currently, configuration files are loaded with jiti, which relies on Babel. This approach is relatively slow (at least ~70ms slower compared to native).

In Rslib v0.13.3, we introduced a new CLI option --config-loader native, which uses Node.js's native loader. This approach offers better performance and stricter behavior, but comes with certain requirements:

  • Requires Node v22.18+ with built-in TypeScript support
  • Import specifiers must include file extensions
  • When using TypeScript, package.json must set "type": "module"
  • Importing JSON requires with { type: "json" }

In Rslib v0.14.0, we adjust the default configuration loading behavior. The new default is now --config-loader auto, which:

  • First attempts to use the faster native loader
  • If that fails, it gracefully falls back to jiti for broader compatibility

This change to 'auto' as the default is part of our long-term plan to transition config loading from jiti to Node.js native.

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

Full Changelog: web-infra-dev/rslib@v0.13.3...v0.14.0

Commits

Updates rsbuild-plugin-dts from 0.13.3 to 0.14.0

Release notes

Sourced from rsbuild-plugin-dts's releases.

v0.14.0

Breaking changes 🚨

Config loading

Currently, configuration files are loaded with jiti, which relies on Babel. This approach is relatively slow (at least ~70ms slower compared to native).

In Rslib v0.13.3, we introduced a new CLI option --config-loader native, which uses Node.js's native loader. This approach offers better performance and stricter behavior, but comes with certain requirements:

  • Requires Node v22.18+ with built-in TypeScript support
  • Import specifiers must include file extensions
  • When using TypeScript, package.json must set "type": "module"
  • Importing JSON requires with { type: "json" }

In Rslib v0.14.0, we adjust the default configuration loading behavior. The new default is now --config-loader auto, which:

  • First attempts to use the faster native loader
  • If that fails, it gracefully falls back to jiti for broader compatibility

This change to 'auto' as the default is part of our long-term plan to transition config loading from jiti to Node.js native.

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

Full Changelog: web-infra-dev/rslib@v0.13.3...v0.14.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rslib group in /sdk with 2 updates: [@rslib/core](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/core) and [rsbuild-plugin-dts](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/plugin-dts).


Updates `@rslib/core` from 0.13.3 to 0.14.0
- [Release notes](https://github.com/web-infra-dev/rslib/releases)
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.14.0/packages/core)

Updates `rsbuild-plugin-dts` from 0.13.3 to 0.14.0
- [Release notes](https://github.com/web-infra-dev/rslib/releases)
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.14.0/packages/plugin-dts)

---
updated-dependencies:
- dependency-name: "@rslib/core"
  dependency-version: 0.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rslib
- dependency-name: rsbuild-plugin-dts
  dependency-version: 0.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rslib
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 29, 2025
@matoous matoous merged commit 46aea1b into main Sep 30, 2025
4 checks passed
@matoous matoous deleted the dependabot/npm_and_yarn/sdk/rslib-fd079ce71e branch September 30, 2025 07:21
@sumup-bot sumup-bot Bot mentioned this pull request Mar 3, 2026
@sumup-bot sumup-bot Bot mentioned this pull request Mar 13, 2026
This was referenced Mar 27, 2026
@sumup-bot sumup-bot Bot mentioned this pull request Apr 24, 2026
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant