Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency @rslib/core to ^0.17.0#137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intorefactor/rslib
base:refactor/rslib
Choose a base branch
Loading
fromrenovate/rslib-core-0.x

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedOct 21, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
@rslib/core (source)^0.15.0 ->^0.17.0ageconfidence

Release Notes

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

v0.17.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog:web-infra-dev/rslib@v0.17.0...v0.17.1

v0.17.0

Compare Source

Highlights 💡

Improved ESM output

Optimizing ESM output has long been one of the key challenges faced by Rspack. Previously, we relied onmodule concatenation to optimize ESM outputs, but that approach had several limitations:

  • Impure output – The generated files contained Rspack's runtime code.
  • Prone to errors – Some modules could not be correctly concatenated, leading to unexpected runtime issues.
  • Limited code-splitting support – Split bundles became complex and difficult to analyze or optimize statically.

To address these issues once and for all, we introduced an experimental plugin calledEsmLibraryPlugin, purpose-built for constructing clean and efficient ESM libraries:

  • Full control over the bundling process – All modules are linked during compilation, eliminating reliance on Rspack's runtime.
  • Code-splitting support – Code after splitting can be statically analyzed and is tree-shaking friendly.

The image below compares the code splitting output before and after using this plugin — the left side shows the previous output, while the right side shows the cleaner output produced by EsmLibraryPlugin:

Rspack 1.6 ESM output diff

In Rslib, the EsmLibraryPlugin is now integrated out-of-the-box withexperiments.advancedEsm enabled to generate ESM output that is high-quality, more friendly to static analysis, and supports code splitting.

exportdefault{lib:[{format:'esm',bundle:true,experiments:{advancedEsm:true,},},],};

[!TIP]
Currently this option only takes effect in bundle mode when format is'esm'.

What's Changed

New Features 🎉
Other Changes

New Contributors

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

v0.16.1

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

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

v0.16.0

Compare Source

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 usedwithout any configuration file entirely.

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

Usage:  $ rslib buildOptions:  -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 🎉
Bug Fixes 🐞
Document 📖
Other Changes

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

v0.15.1

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog:web-infra-dev/rslib@v0.15.0...v0.15.1


Configuration

📅Schedule: Branch creation - At any time (no schedule defined), 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 byMend Renovate. View therepository job log.

@renovaterenovatebotforce-pushed therenovate/rslib-core-0.x branch from460011e to7664a94CompareOctober 23, 2025 09:36
@renovaterenovatebot changed the titlechore(deps): update dependency @rslib/core to ^0.16.0chore(deps): update dependency @rslib/core to ^0.17.0Oct 30, 2025
@renovaterenovatebotforce-pushed therenovate/rslib-core-0.x branch from7664a94 tof328ec5CompareOctober 30, 2025 18:36
@renovaterenovatebotforce-pushed therenovate/rslib-core-0.x branch fromf328ec5 to22d55b1CompareNovember 5, 2025 15:54
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp