Skip to content

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

Merged
matoous merged 1 commit intomainfrom
dependabot/npm_and_yarn/sdk/rslib-057eb695de
Apr 21, 2026
Merged

chore(deps-dev): bump the rslib group in /sdk with 2 updates#338
matoous merged 1 commit intomainfrom
dependabot/npm_and_yarn/sdk/rslib-057eb695de

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

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

Updates @rslib/core from 0.20.3 to 0.21.0

Release notes

Sourced from @​rslib/core's releases.

v0.21.0

Highlights 💡

Single Executable Applications

Rslib now supports building Node.js single executable applications with the experimental experiments.exe option.

export default {
  lib: [
    {
      format: 'esm',
      experiments: {
        exe: true,
      },
    },
  ],
};

More details: experiments.exe

Best Practices Skill

Rslib now provides a best practices skill, which can be used when writing, reviewing, or troubleshooting Rslib projects.

  • In an existing project:
npx skills add rstackjs/agent-skills --skill rslib-best-practices
  • When creating a new project:
npx -y create-rslib@latest my-project -t react --skill rslib-best-practices

More details: AI - Agent Skills

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

... (truncated)

Commits

Updates rsbuild-plugin-dts from 0.20.3 to 0.21.0

Release notes

Sourced from rsbuild-plugin-dts's releases.

v0.21.0

Highlights 💡

Single Executable Applications

Rslib now supports building Node.js single executable applications with the experimental experiments.exe option.

export default {
  lib: [
    {
      format: 'esm',
      experiments: {
        exe: true,
      },
    },
  ],
};

More details: experiments.exe

Best Practices Skill

Rslib now provides a best practices skill, which can be used when writing, reviewing, or troubleshooting Rslib projects.

  • In an existing project:
npx skills add rstackjs/agent-skills --skill rslib-best-practices
  • When creating a new project:
npx -y create-rslib@latest my-project -t react --skill rslib-best-practices

More details: AI - Agent Skills

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

... (truncated)

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 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.20.3 to 0.21.0
- [Release notes](https://github.com/web-infra-dev/rslib/releases)
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.21.0/packages/core)

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

---
updated-dependencies:
- dependency-name: "@rslib/core"
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rslib
- dependency-name: rsbuild-plugin-dts
  dependency-version: 0.21.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 Apr 21, 2026
@matoous matoous merged commit 004e3a4 into main Apr 21, 2026
10 checks passed
@matoous matoous deleted the dependabot/npm_and_yarn/sdk/rslib-057eb695de branch April 21, 2026 13:23
This was referenced Apr 21, 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