fix(deps): update all non-major dependencies#20061
Merged
sapphi-red merged 2 commits intomainfrom May 26, 2025
Merged
Conversation
3da408f to
24816f0
Compare
Contributor
5a187c5 to
7313cad
Compare
7313cad to
78dcf94
Compare
Member
|
downgraded playwright for microsoft/playwright#35678 |
d45768a to
f9ad0f3
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
sapphi-red
approved these changes
May 26, 2025
Contributor
|
@sapphi-red Any schedule to release #20061 (comment)? |
Member
|
@JounQin Probably in two weeks. |
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
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:
^1.13.0->^1.14.1^0.10.1->^0.11.0^9.26.0->^9.27.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.03.9.0->3.10.0^3.5.13->^3.5.14^2.3.0->^2.4.3^4.4.0->^4.4.1^9.26.0->^9.27.0^4.11.1->^4.13.1^16.1.0->^16.2.0^1.30.0->^1.30.1^4.20250507.0->^4.20250508.3^1.50.1->^1.52.010.10.0->10.11.0^10.26.6->^10.26.7^1.88.0->^1.89.0^1.88.0->^1.89.0^1.9.6->^1.9.7^5.28.6->^5.33.2^4.1.7->^4.2.1^4.1.6->^4.1.7^5.39.0->^5.39.2^0.2.13->^0.2.14^3.1.5->^3.1.6^1.5.2->^1.5.5^1.1.4->^1.3.3^3.1.3->^3.1.4^3.5.13->^3.5.14Release Notes
QwikDev/qwik (@builder.io/qwik)
v1.14.1Compare Source
v1.14.0Compare Source
Minor Changes
✨ Major improvements to prefetching with automatic bundle preloading (by @wmertens in #7453)
modulepreloadlink tags for better browser integration.<Link>component, AKA "single page app" mode)manifestaround)<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.0Compare 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.0Compare Source
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.1.7Compare Source
Added
Fixed
_before numbers during candidate extraction (#17961)@themeand@utilitytogether (#17675)::beforeand::afterpseudo 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.0Compare Source
Add
filterfor rolldown-vite #470Added
filterso 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.0Compare Source
Add
filterfor rolldown-vite #470Added
filterso 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 filesand 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.14Compare Source
Bug Fixes
useTemplateRefas a definite ref (#13197) (8ae1122)v-for(#13091) (3f27c58), closes #13087Features
web-platform-dx/baseline-browser-mapping (baseline-browser-mapping)
v2.4.3: - dependency changesCompare Source
What's Changed
Full Changelog: web-platform-dx/baseline-browser-mapping@v2.4.2...v2.4.3
v2.4.2Compare 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.0Compare 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.0Compare Source
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.13.1Compare Source
Patch Changes
180785dThanks @JounQin! - fix(deps): bumpeslint-import-contextto v0.1.4v4.13.0Compare Source
Minor Changes
371ebeeThanks @JounQin! - feat: integrateeslint-import-contextto get rule context without additional paramsv4.12.2Compare Source
Patch Changes
0b3809bThanks @JounQin! - fix: remove buggymodule-syncexports fieldv4.12.1Compare Source
Patch Changes
4b284cbThanks @JounQin! - feat: add suggestions support forextensionsunexpectedcasev4.12.0Compare Source
Minor Changes
90c1cd0Thanks @JounQin! - feat(extensions): supportpathGroupOverridesandfixoptionssindresorhus/globals (globals)
v16.2.0Compare Source
parcel-bundler/lightningcss (lightningcss)
v1.30.1Compare Source
Fixed crash on process exit when lightningcss was loaded inside a Node.js worker thread on Linux
cloudflare/workers-sdk (miniflare)
v4.20250508.3Compare Source
Patch Changes
#9277
db5ea8fThanks @penalosa! - Support Mixed Mode for more binding types#9245
b87b472Thanks @penalosa! - Support Mixed Mode Dispatch Namespacesv4.20250508.2Compare Source
Patch Changes
3b384e2Thanks @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.1Compare Source
Patch Changes
#9246
d033a7dThanks @edmundhung! - fix: stripCF-Connecting-IPheader withinfetchIn v4.15.0, Miniflare began stripping the
CF-Connecting-IPheader via a global outbound service, which led to a TCP connection regression due to a bug in Workerd. This PR patches thefetchAPI to strip the header during localwrangler devsessions as a temporary workaround until the underlying issue is resolved.v4.20250508.0Compare Source
Patch Changes
#7914
37af035Thanks @andyjessop! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests#9174
ceeb375Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#9181
349cffcThanks @penalosa! - Add a mixed-mode-only browser rendering plugin#9186
362cb0bThanks @penalosa! - Support Mixed Mode Service Bindings in Miniflare#9198
2cc8197Thanks @kylecarbs! - fix: ensure the fetch proxy message port is startedWhile Node.js will start the message port automatically when a
messageevent listener is added,this diverges from the standard Web API for message ports, which require you to explicitly start
listening on the port.
#9168
6b42c28Thanks @dario-piotrowicz! - addmixedModeConnectionStringto the various binding configsmicrosoft/playwright (playwright-chromium)
v1.52.0[Compare Source](https://github.com/microsoft/playwright/compare/v1.51.1...
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.