fix(deps): update all non-major dependencies #20061
Open
+1,084
−834
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:
^1.13.0
->^1.14.1
^0.10.1
->^0.11.0
^9.26.0
->^9.27.0
^0.70.0
->^0.71.0
^0.70.0
->^0.71.0
^4.1.6
->^4.1.7
^4.1.6
->^4.1.7
^5.0.1
->^5.0.2
^22.15.17
->^22.15.21
^19.1.4
->^19.1.5
^19.1.4
->^19.1.5
^4.4.1
->^4.5.0
3.9.0
->3.10.0
^3.5.13
->^3.5.14
^2.3.0
->^2.4.2
^4.4.0
->^4.4.1
^9.26.0
->^9.27.0
^4.11.1
->^4.12.2
^1.30.0
->^1.30.1
^4.20250507.0
->^4.20250508.3
^1.50.1
->^1.52.0
10.10.0
->10.11.0
^0.13.3
->^0.13.4
^1.88.0
->^1.89.0
^1.88.0
->^1.89.0
^1.9.6
->^1.9.7
^5.28.6
->^5.33.1
^4.1.7
->^4.2.1
^4.1.6
->^4.1.7
^5.39.0
->^5.39.2
^3.1.5
->^3.1.6
^0.11.12
->^0.12.2
^1.5.2
->^1.5.5
^1.1.4
->^1.3.3
^3.1.3
->^3.1.4
^3.5.13
->^3.5.14
Release Notes
QwikDev/qwik (@builder.io/qwik)
v1.14.1
Compare Source
v1.14.0
Compare Source
Minor Changes
✨ Major improvements to prefetching with automatic bundle preloading (by @wmertens in #7453)
modulepreload
link tags for better browser integration.<Link>
component, AKA "single page app" mode)manifest
around)<ServiceWorkerRegister/>
or<PrefetchServiceWorker/>
).Service Worker:
This new implementation will use it to uninstall the current service worker to reduce the unnecessary duplication.
The builtin service workers components are deprecated but still exist for backwards compatibility.
The files under build/ and assets/ are named with their content hash and may therefore be cached indefinitely. Typically you should serve
build/*
andassets/*
withCache-Control: public, max-age=31536000, immutable
.However, if you changed the rollup configuration for output filenames, you will have to adjust the caching configuration accordingly.
You can configure the preload behavior in your SSR configuration:
Optional for legacy apps:
For legacy apps that still need service worker functionality, you can add it back using:
This will add a basic service worker setup that you can customize for specific caching strategies, offline support, or other PWA features beyond just prefetching.
Patch Changes
🐞🩹 linting errors which were previously being ignored across the monorepo. (by @better-salmon in #7418)
🐞🩹 now qwikloader is loaded only once in all cases (by @wmertens in #7506)
bombshell-dev/clack (@clack/prompts)
v0.11.0
Compare Source
Minor Changes
07ca32d
: Reverted a change where placeholders were being set as values on return.Patch Changes
07ca32d
]eslint/eslint (@eslint/js)
v9.27.0
Compare Source
oxc-project/oxc (@oxc-project/types)
v0.71.0
Features
d47b305
ast/estree: Addphase
field toImportExpression
in ESTree AST (#11165) (overlookmotel)1bc8d29
ast/estree: Addphase
field toImportDeclaration
in ESTree AST (#11157) (overlookmotel)tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.1.7
Compare Source
Added
Fixed
_
before numbers during candidate extraction (#17961)@theme
and@utility
together (#17675)::before
and::after
pseudo selectors create valid CSS rules in production builds (#17979)-rotate-*
utilities properly negate arbitrary values (#18014):merge(…)
selectors in legacy JS plugins (#18020).
are properly extracted from Clojure files (#18038)@import … source(…)
(#17963)class
(#18025)vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.5.0
Compare Source
Add
filter
for rolldown-vite #470Added
filter
so that it is more performant when running this plugin with rolldown-powered version of Vite.Skip HMR for JSX files with hooks #480
This removes the HMR warning for hooks with JSX.
vitejs/vite-plugin-react (@vitejs/plugin-react-swc)
v3.10.0
Compare Source
Add
filter
for rolldown-vite #470Added
filter
so that it is more performant when running this plugin with rolldown-powered version of Vite.Skip HMR preamble in Vitest browser mode #478
This was causing annoying
Sourcemap for "/@​react-refresh" points to missing source files
and is unnecessary in test mode.Skip HMR for JSX files with hooks #480
This removes the HMR warning for hooks with JSX.
vuejs/core (@vue/shared)
v3.5.14
Compare Source
Bug Fixes
useTemplateRef
as a definite ref (#13197) (8ae1122)v-for
(#13091) (3f27c58), closes #13087Features
web-platform-dx/baseline-browser-mapping (baseline-browser-mapping)
v2.4.2
Compare Source
What's Changed
Full Changelog: web-platform-dx/baseline-browser-mapping@v2.4.1...v2.4.2
v2.4.1
: - bug fixCompare Source
Full Changelog: web-platform-dx/baseline-browser-mapping@v2.4.0...v2.4.1
v2.4.0
Compare Source
What's Changed
getAllVersions()
, fixes refresh-downstream bug by @tonypconway in https://github.com/web-platform-dx/baseline-browser-mapping/pull/3Full Changelog: web-platform-dx/baseline-browser-mapping@v2.3.0...v2.4.0
eslint/eslint (eslint)
v9.27.0
Compare Source
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.12.2
Compare Source
Patch Changes
0b3809b
Thanks @JounQin! - fix: remove buggymodule-sync
exports fieldv4.12.1
Compare Source
Patch Changes
4b284cb
Thanks @JounQin! - feat: add suggestions support forextensions
unexpected
casev4.12.0
Compare Source
Minor Changes
90c1cd0
Thanks @JounQin! - feat(extensions): supportpathGroupOverrides
andfix
optionsparcel-bundler/lightningcss (lightningcss)
v1.30.1
Compare Source
Fixed crash on process exit when lightningcss was loaded inside a Node.js worker thread on Linux
cloudflare/workers-sdk (miniflare)
v4.20250508.3
Compare Source
Patch Changes
#9277
db5ea8f
Thanks @penalosa! - Support Mixed Mode for more binding types#9245
b87b472
Thanks @penalosa! - Support Mixed Mode Dispatch Namespacesv4.20250508.2
Compare Source
Patch Changes
3b384e2
Thanks @penalosa! - Move the Analytics Engine simulator implementation from JSRPC to a Wrapped binding. This fixes a regression introduced in https://github.com/cloudflare/workers-sdk/pull/8935 that preventing Analytics Engine bindings working in local dev for Workers with a compatibility date prior to JSRPC being enabled.v4.20250508.1
Compare Source
Patch Changes
#9246
d033a7d
Thanks @edmundhung! - fix: stripCF-Connecting-IP
header withinfetch
In v4.15.0, Miniflare began stripping the
CF-Connecting-IP
header via a global outbound service, which led to a TCP connection regression due to a bug in Workerd. This PR patches thefetch
API to strip the header during localwrangler dev
sessions as a temporary workaround until the underlying issue is resolved.v4.20250508.0
Compare Source
Patch Changes
#7914
37af035
Thanks @andyjessop! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests#9174
ceeb375
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#9181
349cffc
Thanks @penalosa! - Add a mixed-mode-only browser rendering plugin#9186
362cb0b
Thanks @penalosa! - Support Mixed Mode Service Bindings in Miniflare#9198
2cc8197
Thanks @kylecarbs! - fix: ensure the fetch proxy message port is startedWhile Node.js will start the message port automatically when a
message
event listener is added,this diverges from the standard Web API for message ports, which require you to explicitly start
listening on the port.
#9168
6b42c28
Thanks @dario-piotrowicz! - addmixedModeConnectionString
to the various binding configsmicrosoft/playwright (playwright-chromium)
v1.52.0
Compare Source
v1.51.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/35093 - [Regression]: TimeoutOverflowWarning:
2149630
.634 does not fit into a 32-bit signed integerhttps://github.com/microsoft/playwright/issues/35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')
Browser Versions
This version was also tested against the following stable channels:
[
v1.51.0
](https://redirect.github.com/microsoft/plaConfiguration
📅 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.