chore(deps): update all non-major dependencies #22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.4.0
->^0.5.5
1.2.2
->1.2.8
1.2.2
->1.2.8
^6.2.0
->^6.3.2
^22.13.0
->^22.13.11
9.15.4
->9.15.9
^10.25.4
->^10.26.4
7.7.0
->7.7.1
^2.11.1
->^2.12.1
29.2.5
->29.2.6
5.7.3
->5.8.2
Release Notes
web-infra-dev/rslib (@rslib/core)
v0.5.5
Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.5.4...v0.5.5
v0.5.4
Compare Source
What's Changed
Bug Fixes 🐞
output.filenameHash
does not take effect on JavaScript files by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/818Other Changes
declaration files
keyword by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/817Full Changelog: web-infra-dev/rslib@v0.5.3...v0.5.4
v0.5.3
Compare Source
What's Changed
Bug Fixes 🐞
?url
query should work in bundle mode by @SoonIter in https://github.com/web-infra-dev/rslib/pull/804target: 'node'
, empty js files(css transform) should be deleted by @SoonIter in https://github.com/web-infra-dev/rslib/pull/809Document 📖
resolve.alias
by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/805Other Changes
Full Changelog: web-infra-dev/rslib@v0.5.2...v0.5.3
v0.5.2
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
output.distPath.root
by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/788Document 📖
externalHelpers
highlights by @chenjiahan in https://github.com/web-infra-dev/rslib/pull/796README.zh-CN.md
and update some chapters by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/797Other Changes
README.zh-CN.md
and update storybook monorepo to ^8.6.0 by @renovate in https://github.com/web-infra-dev/rslib/pull/800Full Changelog: web-infra-dev/rslib@v0.5.1...v0.5.2
v0.5.1
Compare Source
What's Changed
New Features 🎉
declarationDir
oroutDir
is resolved outside project root by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/780Bug Fixes 🐞
redirect.dts.extension
is enabled by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/778Document 📖
redirect.dts.extension
by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/771Other Changes
Full Changelog: web-infra-dev/rslib@v0.5.0...v0.5.1
v0.5.0
Compare Source
Highlights ✨
This release brings exciting new features and improvements to Rslib:
Support DTS Redirect: Rslib now supports to control the redirect of the import paths in output TypeScript declaration files. (#742)
compilerOptions.paths
configured intsconfig.json
.Support
outBase
in Bundleless Mode: When building a project where source files exist across multiple directories with bundleless mode, the output directory structure will be replicated relative to theoutBase
directory in the output directory, see lib.outBase for more details. (#745)Add Documents about Assets: Documents related to asset module have been added for common scenarios in component library development, see Import static assets, Import SVGR and Import JSON files for more details. (#741)
Support pkg.pr.new: With pkg.pr.new, each of commits in main branch will trigger an instant preview release without publishing anything to NPM. This enables users to access features and bug-fixes without the need to wait for release cycles. (#766)
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.4.1...v0.5.0
v0.4.1
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
.nvmrc
for development by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/734New Contributors
Full Changelog: web-infra-dev/rslib@v0.4.0...v0.4.1
web-infra-dev/rspack (@rspack/core)
v1.2.8
Compare Source
Highlights 💡
Optimized memory consumption while rebuilding
Bumped Mimalloc to v3 to lift memory usage issue while rebuilding on macOS. https://github.com/web-infra-dev/rspack/pull/9533
A user shared the following results after testing the 1.2.8:
Version | Initial Compile | After 10 HMR
-- | -- | --
1.2.2 | 4.57 GB | 5.48 GB
1.2.7 | 3.93 GB | 4.18 GB
1.2.8-canary-3d971bbf-20250304 | 3.66 GB | 3.72 GB
The 1.2.8 demonstrates a ~10% improvement over 1.2.7.
What's Changed
Exciting New Features 🎉
rspack preview
support fornodeEnv
flag and default env by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9543preview
script and removecross-env
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9544JSONError
diagnostic in resolver by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9566entrypoint.getEntrypointChunk()
by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/9625Bug Fixes 🐞
innerHTML
content in rendered asset tags by @faultyserver in https://github.com/web-infra-dev/rspack/pull/9526Document Updates 📖
sri
option of HTML plugin by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9610Other Changes
replace_all_placeholder
by @shulaoda in https://github.com/web-infra-dev/rspack/pull/9525Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.