-
-
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.
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
745664a
to
2b643d1
Compare
6cfb55d
to
206f019
Compare
3a51da8
to
7ed012f
Compare
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
af3cdca
to
7c41edb
Compare
7c41edb
to
71184d9
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:
^7.28.2
->^7.28.4
^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.31
^1.4.11
->^1.5.3
^1.4.11
->^1.5.3
^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.1
^3.5.18
->^3.5.21
^10.2.2
->^10.2.3
^3.45.0
->^3.45.1
^0.25.8
->^0.25.9
^9.32.0
->^9.35.0
^5.6.3
->^5.6.4
10.14.0
->10.15.1
1.0.0-beta.31
->1.0.0-beta.37
^4.46.2
->^4.50.1
^1.89.2
->^1.92.1
^14.2.4
->^14.2.5
^0.13.3
->^0.15.0
^2.3.5
->^2.3.10
^0.4.8
->^0.5.1
^7.0.6
->^7.1.5
^11.3.2
->^11.3.3
^3.5.18
->^3.5.21
^5.101.0
->^5.101.3
Release Notes
babel/babel (@babel/types)
v7.28.4
Compare Source
🏠 Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
transform-regenerator
(@liuxingbaoyu)babel-core
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.31
Compare Source
generatedPositionFor
: #42Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.30...trace-mapping/0.3.31
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.3
Compare Source
Highlights 💡
Advanced tree-shaking
Rspack v1.5.3 ships advanced tree-shaking for dynamic imports via member expression analysis.
Ongoing improvements are in progress, and upcoming releases will continue to improve static analysis to cover more syntax patterns, such as
dynamic import
with a subsequent.then()
.What's Changed
Performance Improvements ⚡
New Features 🎉
ModuleFederationPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11558/11558postprocess
andResolvedRequest
toBrowserHttpImportEsmPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11571/11571Bug Fixes 🐞
jsc.output.charset
in swc loader by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11568/11568module
identifier as normal by @fi3ewohttps://github.com/web-infra-dev/rspack/pull/11588/11588Refactor 🔨
Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.2...v1.5.3
v1.5.2
Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
link.href
for extract-css runtime by @JSerFeng in #11547Refactor 🔨
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.1...v1.5.2
v1.5.1
Compare Source
What's Changed
Performance Improvements ⚡
ProgressPlugin
,RsdoctorPlugin
andRstestPlugin
by @CPunisher in #11484Bug Fixes 🐞
SwcJsMinimizerRspackPlugin
by @CPunisher in #11496Refactor 🔨
Document Updates 📖
Rule.type
with more details by @chenjiahan in #11503Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.0...v1.5.1
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 🔨
Configuration
📅 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.