fix(deps): update all non-major dependencies #20324
Merged
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.27.4
->^7.27.7
^7.27.5
->^7.27.7
^9.29.0
->^9.30.0
^0.3.25
->^0.3.26
^2.10.1
->^2.10.2
^4.1.10
->^4.1.11
^4.1.10
->^4.1.11
^22.15.32
->^22.15.34
^4.5.2
->^4.6.0
^4.25.0
->^4.25.1
^16.5.0
->^16.6.1
^9.29.0
->^9.30.0
^4.15.2
->^4.16.1
^4.20250617.3
->^4.20250617.4
10.12.2
->10.12.4
3.6.0
->3.6.2
^5.34.7
->^5.34.9
^4.1.10
->^4.1.11
^8.34.1
->^8.35.0
^2.11.6
->^2.11.7
^2.0.0-alpha.6
->^2.0.0-alpha.7
^1.6.0
->^1.6.1
^1.5.1
->^1.6.0
^8.18.2
->^8.18.3
Release Notes
babel/babel (@babel/core)
v7.27.7
Compare Source
👓 Spec Compliance
babel-parser
,babel-plugin-transform-classes
allow*
options as top level only (@JLHwung)babel-parser
🐛 Bug Fix
babel-core
babel-types
babel-plugin-transform-parameters
async function*
should throw synchronously (@liuxingbaoyu)🏠 Internal
babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
NodePath#splitExportDeclaration
in destructuring transforms (@JLHwung)babel/babel (@babel/parser)
v7.27.7
Compare Source
v7.27.7 (2025-06-26)
Thanks @arthur-mountain and @evankanderson for your first PRs!
👓 Spec Compliance
babel-parser
,babel-plugin-transform-classes
allow*
options as top level only (@JLHwung)babel-parser
🐛 Bug Fix
babel-core
babel-types
babel-plugin-transform-parameters
async function*
should throw synchronously (@liuxingbaoyu)🏠 Internal
babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
NodePath#splitExportDeclaration
in destructuring transforms (@JLHwung)Committers: 6
eslint/eslint (@eslint/js)
v9.30.0
Compare Source
jridgewell/sourcemaps (@jridgewell/trace-mapping)
v0.3.26
Compare Source
a924ed3
module-sync
exports type for require(esm):3836f6c
9a02665
cdf32c7
5676069
13c8987
Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.25...trace-mapping/0.3.26
preactjs/preset-vite (@preact/preset-vite)
v2.10.2
Compare Source
What's Changed
Maintenance
Docs
vitest-browser-preact
by @JoviDeCroock in https://github.com/preactjs/preset-vite/pull/164New Contributors
Full Changelog: preactjs/preset-vite@2.10.1...2.10.2
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.1.11
Compare Source
Fixed
emit(…)
(#18330)--watch=always
in the CLI's usage (#18337)@tailwindcss/vite
(#18384)vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.6.0
Compare Source
Add raw Rolldown support
This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.
browserslist/browserslist (browserslist)
v4.25.1
Compare Source
motdotla/dotenv (dotenv)
v16.6.1
Compare Source
Changed
quiet
to true – hiding the runtime log message (#874)config({ quiet: true })
to suppress.require('dotenv').config()
forrequire('@​dotenvx/dotenvx').config()
.v16.6.0
Compare Source
Added
[dotenv@16.6.0] injecting env (1) from .env
(#870){ quiet: true }
to suppresseslint/eslint (eslint)
v9.30.0
Compare Source
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.16.1
Compare Source
Patch Changes
#399
33f07b4
Thanks @JounQin! - fix: should only usecontext.physicalFilename
as fallback instead of main source#400
34adb40
Thanks @renovate! - chore(deps): bumpstable-hash-x
v0.2v4.16.0
Compare Source
Minor Changes
1c8b9ae
Thanks @Rel1cx and @JounQin! - feat: portreact-x/prefer-react-namespace-import
intoprefer-namespace-import
Patch Changes
#393
14cb948
Thanks @lnhrdt and @JounQin! - fix(extensions): always calculatefix
option#388
1089d9f
Thanks @JounQin! - fix: takecontext.cwd
into account for cache key#390
8ca9272
Thanks @JounQin, @scytacki and @arcanis! - fix: pnp issue when used in a monorepocloudflare/workers-sdk (miniflare)
v4.20250617.4
Compare Source
Patch Changes
b137a6f
Thanks @emily-shen! - fix: correctly pass container engine config to miniflarepnpm/pnpm (pnpm)
v10.12.4
Compare Source
Patch Changes
Fix
pnpm licenses
command for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --json
prints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm install
afterpnpm fetch
should hoist all dependencies that need to be hoisted.Fixes a regression introduced in [v10.12.2] by [#9648]; resolves [#9689].
[v10.12.2]: https://redirect.github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions
[#9648]: https://github.com/pnpm/pnpm/pull/9648
[#9689]: https://github.com/pnpm/pnpm/issues/9689
v10.12.3
Compare Source
Patch Changes
Regression introduced in v10.12.2 by #9648; resolves #9685.
prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlines
library to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlines
did not already closethem.
sveltejs/svelte (svelte)
v5.34.9
Compare Source
Patch Changes
v5.34.8
Compare Source
Patch Changes
fix: untrack
$inspect.with
and add check for unsafe mutation (#16209)fix: use fine grained for template if the component is not explicitly in legacy mode (#16232)
lift unsafe_state_mutation constraints for SvelteSet, SvelteMap, SvelteDate, SvelteURL and SvelteURLSearchParams created inside the derived (#16221)
typescript-eslint/typescript-eslint (typescript-eslint)
v8.35.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
solidjs/vite-plugin-solid (vite-plugin-solid)
v2.11.7
Compare Source
Patch Changes
f58b288
: add new configuration from dom-expressionsvuejs/vitepress (vitepress)
v2.0.0-alpha.7
Compare Source
Bug Fixes
a
tags as titles properly (#4809) (5359903)Features
replace
option touseRouter
for history management (#4788) (23541b4), closes #4787Performance Improvements
BREAKING CHANGES
cwd
,ignore
,dot
anddebug
are supported inglobOptions
ofcreateContentLoader
. If you want to pass other options, you still can but you might need to suppress type errors.@ts-expect-error
oras any
and report the issues at respective repositories.yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)
v1.6.1
Compare Source
🚀 Features
View changes on GitHub
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)
v1.6.0
Compare Source
compare changes
🚀 Enhancements
README.md
to theunnecessaryFilesList
(b039dc2)tsc
linting forsrc/**/*.ts
(52ee133)copyOrDownloadAsMarkdownButtons
and fix comments (1254c83)🩹 Fixes
3ceea9e
(d75a57a)@types/node
package error by removing--production
from bun install (1362166)bun install
(b7a5865)biome.jsonc
file which is required for linting (5ef8dd7)💅 Refactors
isolatedDeclarations
(b2767f7)📖 Documentation
🏡 Chore
v2
and fix new linting errors (a64fecb)❤️ Contributors
websockets/ws (ws)
v8.18.3
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: 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.