fix(deps): update all non-major dependencies - autoclosed #62
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.0.6
->^7.1.2
^0.5.7
->^0.5.9
^22.16.5
->^22.17.2
^10.2.0
->^10.2.3
^0.25.8
->^0.25.9
^9.31.0
->^9.33.0
10.13.1
->10.14.0
^4.45.1
->^4.46.2
^0.12.9
->^0.14.1
^4.20.3
->^4.20.4
^5.8.3
->^5.9.2
^2.3.5
->^2.3.6
^7.0.5
->^7.1.2
^5.100.2
->^5.101.2
Release Notes
sxzz/eslint-config (@sxzz/eslint-config)
v7.1.2
Compare Source
🚀 Features
erasableSyntaxOnly
- by @sxzz (59bb1)View changes on GitHub
v7.1.1
Compare Source
🐞 Bug Fixes
unicorn/require-module-specifiers
- by @sxzz (1e14f)View changes on GitHub
v7.1.0
Compare Source
🚀 Features
View changes on GitHub
sxzz/test-utils (@sxzz/test-utils)
v0.5.9
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.8
Compare Source
🚀 Features
View changes on GitHub
antfu-collective/bumpp (bumpp)
v10.2.3
Compare Source
🐞 Bug Fixes
-a
alias support for--all
- by @kingyue737 in https://github.com/antfu-collective/bumpp/issues/93 (7c0bb)View changes on GitHub
v10.2.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
evanw/esbuild (esbuild)
v0.25.9
Compare Source
Better support building projects that use Yarn on Windows (#3131, #3663)
With this release, you can now use esbuild to bundle projects that use Yarn Plug'n'Play on Windows on drives other than the
C:
drive. The problem was as follows:C:
driveD:
drive../..
to get from the project directory to the cache directory..
(soD:\..
is justD:
)Yarn works around this edge case by pretending Windows-style paths beginning with
C:\
are actually Unix-style paths beginning with/C:/
, so the../..
path segments are able to navigate across drives inside Yarn's implementation. This was broken for a long time in esbuild but I finally got access to a Windows machine and was able to debug and fix this edge case. So you should now be able to bundle these projects with esbuild.Preserve parentheses around function expressions (#4252)
The V8 JavaScript VM uses parentheses around function expressions as an optimization hint to immediately compile the function. Otherwise the function would be lazily-compiled, which has additional overhead if that function is always called immediately as lazy compilation involves parsing the function twice. You can read V8's blog post about this for more details.
Previously esbuild did not represent parentheses around functions in the AST so they were lost during compilation. With this change, esbuild will now preserve parentheses around function expressions when they are present in the original source code. This means these optimization hints will not be lost when bundling with esbuild. In addition, esbuild will now automatically add this optimization hint to immediately-invoked function expressions. Here's an example:
Note that you do not want to wrap all function expressions in parentheses. This optimization hint should only be used for functions that are called on initial load. Using this hint for functions that are not called on initial load will unnecessarily delay the initial load. Again, see V8's blog post linked above for details.
Update Go from 1.23.10 to 1.23.12 (#4257, #4258)
This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain false positive reports (specifically CVE-2025-4674 and CVE-2025-47907) from vulnerability scanners that only detect which version of the Go compiler esbuild uses.
eslint/eslint (eslint)
v9.33.0
Compare Source
v9.32.0
Compare Source
pnpm/pnpm (pnpm)
v10.14.0
Compare Source
Minor Changes
Added support for JavaScript runtime resolution
Declare Node.js, Deno, or Bun in
devEngines.runtime
(insidepackage.json
) and let pnpm download and pin it automatically.Usage example:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.devEngines.runtime
setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.Related PR: #9755.
Add
--cpu
,--libc
, and--os
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.pnpm install
to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.rollup/rollup (rollup)
v4.46.2
Compare Source
2025-07-29
Bug Fixes
Pull Requests
v4.46.1
Compare Source
2025-07-28
Bug Fixes
in
operator on external namespaces (#6036)Pull Requests
v4.46.0
Compare Source
2025-07-27
Features
in
checks on namespaces to keep them treeshake-able (#6029)Pull Requests
in
checks on namespaces to keep them treeshake-able (@cyyynthia, @lukastaegert)v4.45.3
Compare Source
2025-07-26
Bug Fixes
Pull Requests
rolldown/tsdown (tsdown)
v0.14.1
Compare Source
🐞 Bug Fixes
expandDirectories
- by @Debbl in https://github.com/rolldown/tsdown/issues/427 (fb2d1)View changes on GitHub
v0.14.0
Compare Source
🚨 Breaking Changes
expandDirectories
for matchingfast-glob
's behavior - by @sxzz (8171b)View changes on GitHub
v0.13.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.13.4
Compare Source
🚀 Features
cjsDefault
option - by @sxzz (f503f)🐞 Bug Fixes
cjsDefault
is enabled - by @sxzz (3ffa9)View changes on GitHub
v0.13.3
Compare Source
🚨 Minor Breaking Changes
dts.build
option should be enable manually fortsc -b
- by @sxzz (13146)🚀 Features
logLevel
&customLogger
option - by @sxzz (724d1)warnOnce
to logger - by @sxzz (eb4fb)ignoreWatch
- by @sxzz (91f9f)🐞 Bug Fixes
ignoreWatch
- by @sxzz (d0e31)View changes on GitHub
v0.13.2
Compare Source
🚨 Upstream Breaking Changes
dts.isolatedDeclarations
todts.oxc
- by @sxzz (5bdb9)🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.13.1
Compare Source
🚀 Features
🐞 Bug Fixes
defineConfig
- by @sxzz (7c32a)View changes on GitHub
v0.13.0
Compare Source
🚨 Breaking Changes
🚀 Features
banner
&footer
options - by @gwansikk and @sxzz in https://github.com/rolldown/tsdown/issues/338 (54e21)cjsDts
to input/output options context - by @sxzz (3c4b3)🐞 Bug Fixes
View changes on GitHub
privatenumber/tsx (tsx)
v4.20.4
Compare Source
microsoft/TypeScript (typescript)
v5.9.2
Compare Source
unjs/unplugin (unplugin)
v2.3.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
vitejs/vite (vite)
v7.1.2
Compare Source
Bug Fixes
[vite]
prefixes to debug logs (#20595) (7cdef61)npm:
prefix as a built-in module (#20558) (ab33803)Miscellaneous Chores
@jridgewell/remapping
from@ampproject/remapping
(#20577) (0a6048a)v7.1.1
Compare Source
Bug Fixes
launch-editor-middleware
(#20569) (826b394)Miscellaneous Chores
v7.1.0
Compare Source
Features
generateCodeFrame
(#20508) (e7d0b2a)Bug Fixes
image-set
containing__VITE_ASSET__
(#20520) (f1a2635)entryCssAssetFileNames
as an empty Set (#20542) (6a46cda)Tests
process.features
(#20544) (856d3f0)v7.0.6
Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
webpack/webpack (webpack)
v5.101.2
Compare Source
Fixes
createRequire
v5.101.1
Compare Source
Fixes
processAdditionalAssets
hookModuleFactory
classGetChunkFilename
failure caused bydependOn
entrymodule.exports
bundle to ESM libraryRawModule
and condition ofisDeferred
allowInlineStartup
v5.101.0
Compare Source
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.