chore(deps): update all non-major dependencies #12
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:
^1.3.14
->^1.3.22
^0.6.8
->^0.9.1
^22.15.3
->^22.15.29
10.10.0
->10.11.0
Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v1.3.22
Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
modifyRsbuildConfig
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5293Document 📖
output.copy
examples by @puxiao in https://github.com/web-infra-dev/rsbuild/pull/5298Other Changes
source.alias
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5288New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.3.21...v1.3.22
v1.3.21
Compare Source
What's Changed
New Features 🎉
Performance 🚀
crypto.hash
in higher versions of Node by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5244Bug Fixes 🐞
Document 📖
context.devServer
with examples by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5267en/browserslist.mdx
by @Timeless0911 in https://github.com/web-infra-dev/rsbuild/pull/5280Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.3.20...v1.3.21
v1.3.20
Compare Source
What's Changed
New Features 🎉
tools.rspack
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5230Document 📖
afterListen
server method by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5231Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.19...v1.3.20
v1.3.19
Compare Source
What's Changed
New Features 🎉
server.sockWrite
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5211Bug Fixes 🐞
Document 📖
buildDependencies
by @colinaaa in https://github.com/web-infra-dev/rsbuild/pull/5222Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.18...v1.3.19
v1.3.18
Compare Source
What's Changed
New Features 🎉
defaultAllowedOrigins
from core by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5202callerName
option tocreateRsbuild
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5204Bug Fixes 🐞
server.cors
with MF Rsbuild plugin by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5200server.cors
with built-in MF plugin by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5201Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.17...v1.3.18
v1.3.17
Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.16...v1.3.17
v1.3.16
Compare Source
What's Changed
Performance 🚀
New Features 🎉
mimetype
option toapi.transform
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5160enforce
option toapi.transform
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5174Bug Fixes 🐞
Document 📖
Other Changes
watchOptions.ignored
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5169Full Changelog: web-infra-dev/rsbuild@v1.3.15...v1.3.16
v1.3.15
Compare Source
What's Changed
New Features 🎉
modifyHTML
hook by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5145Bug Fixes 🐞
Document 📖
modifyHTML
hook by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5151Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.14...v1.3.15
web-infra-dev/rslib (@rslib/core)
v0.9.1
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.9.0...v0.9.1
v0.9.0
Compare Source
Highlights ✨
This release brings exciting new features to Rslib:
Vue support
Rslib now provides support for building Vue component libraries by integrating unplugin-vue. Checkout Solution - Vue to learn how to build a Vue component library using Rslib. Additionally,
storybook-vue3-rsbuild
is provided for Vue3 Storybook support.What's Changed
New Features 🎉
umdName
of array and object type by @Timeless09https://github.com/web-infra-dev/rslib/pull/1020l/1020Performance 🚀
commander
withcac
by @Timeless09https://github.com/web-infra-dev/rslib/pull/1012l/1012Document 📖
source.exclude
description by @Timeless09https://github.com/web-infra-dev/rslib/pull/1009l/1009Other Changes
Full Changelog: web-infra-dev/rslib@v0.8.0...v0.9.0
v0.8.0
Compare Source
Highlights ✨
IIFE Format Support
Set format to
'iife'
to generate IIFE JavaScript output which stands for "immediately-invoked function expression" and is intended to be run in the browser, see IIFE for more details.source code
output
What's Changed
New Features 🎉
iife
format by @fi3ework in https://github.com/web-infra-dev/rslib/pull/998Document 📖
Other Changes
@ast-grep/napi
by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/994Full Changelog: web-infra-dev/rslib@v0.7.1...v0.8.0
v0.7.1
Compare Source
Highlights ✨
In
0.7.0
, due to breaking changes in@ast-grep/napi
, Ubuntu 20 is not supported if user enable dts generation.This version revert this.
What's Changed
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.7.0...v0.7.1
v0.7.0
Compare Source
Highlights ✨
First blog for Rslib 📚
Check out our first blog for Rslib: Rslib: Build library with Rspack
Breaking changes 🚨
Reverted in
v0.7.1
.Due to breaking changes in
@ast-grep/napi
, Ubuntu 20 is not supported now if user enable dts generation.Update to Ubuntu 22 or higher if possible, reference: ast-grep/ast-grep@96f5500.
What's Changed
New Features 🎉
'esm'
by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/976Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.6.9...v0.7.0
v0.6.9
Compare Source
What's Changed
New Features 🎉
Document 📖
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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.