-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update all non-major dependencies #67
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: |
514d323
to
b04b56e
Compare
0ef5d06
to
d60d883
Compare
d60d883
to
3ac7872
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^7.1.4
->^7.2.7
^24.5.2
->^24.7.0
^10.2.3
->^10.3.1
^9.36.0
->^9.37.0
10.17.0
->10.18.1
^4.52.0
->^4.52.4
^0.15.4
->^0.15.6
^4.20.5
->^4.20.6
^5.9.2
->^5.9.3
^7.1.6
->^7.1.9
^5.101.3
->^5.102.0
Release Notes
sxzz/eslint-config (@sxzz/eslint-config)
v7.2.7
Compare Source
No significant changes
View changes on GitHub
v7.2.6
Compare Source
🐞 Bug Fixes
return
in computed - by @sxzz (f724b)View changes on GitHub
v7.2.5
Compare Source
No significant changes
View changes on GitHub
v7.2.4
Compare Source
🐞 Bug Fixes
unicorn/prefer-ternary
- by @sxzz (b3b3d)View changes on GitHub
v7.2.3
Compare Source
🐞 Bug Fixes
undefined
in args - by @sxzz (2830d)View changes on GitHub
v7.2.2
Compare Source
🐞 Bug Fixes
no-anonymous-default-export
for vue/jsx files - by @sxzz (a1e6a)View changes on GitHub
v7.2.1
Compare Source
🚀 Features
🐞 Bug Fixes
🏎 Performance
require
for pure CJS deps - by @sxzz (5a61d)View changes on GitHub
v7.2.0
Compare Source
🚀 Features
View changes on GitHub
antfu-collective/bumpp (bumpp)
v10.3.1
Compare Source
No significant changes
View changes on GitHub
v10.3.0
Compare Source
🚀 Features
--release
for release type - by @luoling8192 in #97 (5af7b)View changes on GitHub
eslint/eslint (eslint)
v9.37.0
Compare Source
pnpm/pnpm (pnpm)
v10.18.1
Compare Source
Patch Changes
--lockfile-only
is used #8320.pnpm setup
creates a command shim to the pnpm executable. This is needed to be able to runpnpm self-update
on Windows #5700.pnpm install
, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalog
as originally intended.v10.18.0
Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMs
andfetchMinSpeedKiBps
.Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR: #10025.
Patch Changes
minimumReleaseAge
configuration #10030.cleanupUnusedCatalogs
configuration when removing dependent packages.scriptShell
is set tofalse
#8748.pnpm dlx
should not fail whenminimumReleaseAge
is set #10037.v10.17.1
Compare Source
Patch Changes
minimumReleaseAge
setting, print this information out in the error message #9974.state.json
creation path when executingpnpm patch
in a workspace project #9733.minimumReleaseAge
is set and thelatest
tag is not mature enough, prefer a non-deprecated version as the newlatest
#9987.rollup/rollup (rollup)
v4.52.4
Compare Source
2025-10-03
Bug Fixes
Pull Requests
v4.52.3
Compare Source
2025-09-27
Bug Fixes
Pull Requests
fb197b7
(@renovate[bot])v4.52.2
Compare Source
2025-09-23
Bug Fixes
Pull Requests
v4.52.1
Compare Source
2025-09-23
Bug Fixes
Pull Requests
rolldown/tsdown (tsdown)
v0.15.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.15.5
Compare Source
🚀 Features
inlineOnly
option - by @sxzz (e3bce)🐞 Bug Fixes
🏎 Performance
require
pure cjs deps - by @sxzz (091b8)View changes on GitHub
privatenumber/tsx (tsx)
v4.20.6
Compare Source
Bug Fixes
This release is also available on:
microsoft/TypeScript (typescript)
v5.9.3
Compare Source
vitejs/vite (vite)
v7.1.9
Compare Source
Reverts
v7.1.8
Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
create-react-app
license (#20865) (166a178)v7.1.7
Compare Source
Bug Fixes
emitAssets: true
whensharedConfigBuild: true
(#20787) (4c4583c)import.meta.hot.prune
callbacks to complete before running other HMRs (#20698) (98a3484)webpack/webpack (webpack)
v5.102.0
Compare Source
Features
import file from "./file.ext" with { type: "bytes" }
to get the content asUint8Array
(look at example)import file from "./file.ext" with { type: "text" }
to get the content as text (look at example)snapshot.contextModule
to configure snapshots options for context modulesextractSourceMap
option to implement the capabilities of loading source maps by comment, you don't needsource-map-loader
(look at example)topLevelAwait
experiment is now stable (you can removeexperiments.topLevelAwait
from yourwebpack.config.js
)layers
experiment is now stable (you can removeexperiments.layers
from yourwebpack.config.js
)Fixes
this
exportstimeout
attribute of script tages-lexer
formjs
files for build dependencies__non_webpack_require__
for ES moduleschunk.auxiliaryFiles
createRequire
only when output is ES module and target is nodePerformance Improvements
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: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.