-
-
Notifications
You must be signed in to change notification settings - Fork 13
fix(deps): update all non-major dependencies #188
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,520
−1,292
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
commit: |
7340f05
to
1f546ae
Compare
1f546ae
to
77445f6
Compare
8437f2f
to
7d3db18
Compare
d51daac
to
594d842
Compare
594d842
to
d6b2f11
Compare
5264693
to
ebfd8b3
Compare
f9f430f
to
e55cce8
Compare
2b643d1
to
29fc433
Compare
29fc433
to
7b3afd7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.18.2
->^0.19.0
2.0.0-nightly-20250411100807
->2.0.0-nightly-20250827162746
2.0.0-nightly-20250411141103
->2.0.0-nightly-20250827162746
^0.3.12
->^0.3.13
^0.3.29
->^0.3.30
^1.4.11
->^1.5.0
^1.4.11
->^1.5.0
^1.13.3
->^1.13.5
^7.1.2
->^7.1.4
^2.2.3
->^2.2.4
^0.5.9
->^0.5.10
^24.2.0
->^24.3.0
^3.5.18
->^3.5.20
^10.2.2
->^10.2.3
^3.45.0
->^3.45.1
^0.25.8
->^0.25.9
^9.32.0
->^9.34.0
^5.6.3
->^5.6.4
10.14.0
->10.15.0
1.0.0-beta.31
->1.0.0-beta.34
^4.46.2
->^4.49.0
^1.89.2
->^1.91.0
^0.13.3
->^0.14.2
^2.3.5
->^2.3.8
^0.4.8
->^0.5.1
^7.0.6
->^7.1.3
^11.3.2
->^11.3.3
^3.5.18
->^3.5.20
^5.101.0
->^5.101.3
Release Notes
chialab/rna (@chialab/esbuild-plugin-html)
v0.19.0
Compare Source
Minor Changes
3e27c42
: Upgrade esbuild to 0.21.xdfa2625
: Migrate from sucrase to oxc parser.f53a437
: Update esbuild to 0.20.xPatch Changes
e9812e3
: Update some dependencies.048fb10
: Use stable cheerio.b190cf1
: IntroduceinjectStylesAs
config.a5ef23d
: Ignore empty<script>
and<style>
elements.b37143c
: Preserve whitespaces inside<pre>
elements.475a487
: Addextensions
andpreprocess
options to HTML plugin.e9812e3
]3e27c42
]dfa2625
]f53a437
]a5ef23d
]farm-fe/farm (@farmfe/cli)
v2.0.0-nightly-20250827162746
Compare Source
jridgewell/sourcemaps (@jridgewell/gen-mapping)
v0.3.13
Compare Source
default
subpath export:aab8d72
export default
intomodule.exports =
in UMD plugin:cf85c75
Full Changelog: jridgewell/sourcemaps@gen-mapping/0.3.12...gen-mapping/0.3.13
jridgewell/sourcemaps (@jridgewell/trace-mapping)
v0.3.30
Compare Source
default
subpath export:aab8d72
export default
intomodule.exports =
in UMD plugin:cf85c75
Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.29...trace-mapping/0.3.30
web-infra-dev/rspack (@rspack/cli)
v1.5.0
Compare Source
🎉 See Announcing Rspack 1.5 for more details.
What's Changed
Breaking changes 💡
Performance Improvements ⚡
try_to_add
of module concatenation by @LingyuCodhttps://github.com/web-infra-dev/rspack/pull/11279/11279fmt_debug
tonone
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11439/11439get_scheme
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11475/11475Mutex<Option<T>>
withOnceLock<T>
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11480/11480New Features 🎉
@rspack/browser
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/10870/10870experiments.swc
in parallel loader context by @jbrohttps://github.com/web-infra-dev/rspack/pull/11300/11300import
externalized module to webpack modules by @fi3ewohttps://github.com/web-infra-dev/rspack/pull/11358/11358[folder]
template string inlocalIdentName
option by @mochiyahttps://github.com/web-infra-dev/rspack/pull/11356/11356BrowserImportEsmPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11431/11431BrowserRequirePlugin
and removenonWebpackRequire
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11470/11470Bug Fixes 🐞
PathData
type by @colinahttps://github.com/web-infra-dev/rspack/pull/11315/11315Refactor 🔨
rspack_binding_api
by @h-a-nhttps://github.com/web-infra-dev/rspack/pull/11263/11263PluginContext
andasync_trait
from traitPlugin
by @h-a-nhttps://github.com/web-infra-dev/rspack/pull/11272/11272esm.sh
default domain inBrowserHttpImportEsmPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11482/11482Document Updates 📖
@rspack/browser
package by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11472/11472Other Changes
2025-07-28
by @h-a-nhttps://github.com/web-infra-dev/rspack/pull/11217/11217@rspack/browser
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11254/11254experiments.topLevelAwait
config by @stormslowhttps://github.com/web-infra-dev/rspack/pull/11284/11284rspack_binding_api
in CODEOWNERS by @h-a-nhttps://github.com/web-infra-dev/rspack/pull/11307/11307@rsbuild/core
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11383/11383swc_core
from 35.0.0 to 36.0.0 by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11419/11419New Contributors
Full Changelog: web-infra-dev/rspack@v1.4.11...v1.5.0
swc-project/swc (@swc/core)
v1.13.5
Compare Source
Bug Fixes
(es/minifier) Preserve
array.join
with nullable values (#10937) (e495403)(es/preset-env) Update polyfill data (#11013) (934d8a5)
Features
Refactor
preserve
supports (#11025) (bc83875)v1.13.4
Compare Source
Bug Fixes
(es/lexer) Use error when handling '\0' (#10964) (53c22d1)
(es/minifier) Skip serde of
pure_funcs
in options (#10969) (862e70d)(es/minifier) Fix compile error with
debug
feature (#10999) (831eed5)(es/minifier) Don't eliminate class expr if some side effects contain
this
(#11003) (18aeac6)(es/module) Support optional chaining in
import.meta
(#10985) (758d8ec)(es/parser) Allow TS type args to start with LSHIFT (
<<
) to parseT<<S>() => void>
([#10996](https://redirect.github.com/swc-projeConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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.