Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps @rslib/core from 0.13.2 to 0.16.1.

Release notes

Sourced from @​rslib/core's releases.

v0.16.1

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: web-infra-dev/rslib@v0.16.0...v0.16.1

v0.16.0

Highlights 💡

Additional build CLI options

The Rslib build command now supports additional CLI options that take precedence over configuration file settings, and can even be used without any configuration file entirely.

For example: rslib build --entry index.ts --minify --tsconfig tsconfig.build.json.

Usage:
  $ rslib build

Options: -w, --watch turn on watch mode, watch for changes and rebuild --entry <entry> set entry file or pattern (repeatable) --dist-path <dir> set output directory --bundle enable bundle mode (use --no-bundle to disable) --format <format> specify the output format (esm | cjs | umd | mf | iife) --syntax <syntax> set build syntax target (repeatable) --target <target> set runtime target (web | node) --dts emit declaration files (use --no-dts to disable) --externals <pkg> add package to externals (repeatable) --minify minify output (use --no-minify to disable) --clean clean output directory before build (use --no-clean to disable) --auto-extension control automatic extension redirect (use --no-auto-extension to disable) --auto-external control automatic dependency externalization (use --no-auto-external to disable) --tsconfig <path> use specific tsconfig (relative to project root)

What's Changed

New Features 🎉

... (truncated)

Commits
  • a54d243 Release v0.16.1 (#1289)
  • eb47e13 fix: align esX browserslist expression to SWC (#1287)
  • 83c20a4 chore(build): avoid using require in configuration file (#1288)
  • 911639c chore: bump Rsbuild 1.6.0-beta.1 and remove special output.distPath merge l...
  • d03f804 chore(deps): update all non-major dependencies (#1284)
  • 41820d3 Release v0.16.0 (#1282)
  • 97d9613 fix: align esX browserslist expression to caniuse (#1280)
  • 9d1e9ab fix: cjs import.meta.url shims in async chunks (#1281)
  • d30ee87 chore(deps): update all non-major dependencies (#1276)
  • dd8f64d feat: support build without config file (#1275)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@rslib/core](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/core) from 0.13.2 to 0.16.1.
- [Release notes](https://github.com/web-infra-dev/rslib/releases)
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.16.1/packages/core)

---
updated-dependencies:
- dependency-name: "@rslib/core"
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

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