fix(deps): update all non-major dependencies#22681
Merged
Merged
Conversation
sapphi-red
approved these changes
Jun 15, 2026
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:
^4.3.0→^4.3.1^4.3.0→^4.3.1^24.13.1→^24.13.2^0.3.1→^0.3.3^3.5.35→^3.5.38^8.16.0→^8.17.0^2.10.34→^2.10.37^0.28.0→^0.28.1^10.4.1→^10.5.0^18.0.1→^18.1.0^0.5.2→^0.5.3^4.6.4→^4.6.6^4.20260603.0→^4.20260611.0^0.53.0→^0.54.0^1.8.7→^1.8.810.34.1→10.34.3^1.100.0→^1.101.0^4.3.0→^4.3.1^8.60.1→^8.61.0^3.5.35→^3.5.38^3.3.4→^3.3.5Release Notes
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.3.1Compare Source
Added
--silentoption to suppress output in@tailwindcss/cli(#20100)Fixed
Module#registerHooksinstead ofModule#registeron Node 26+ (#20028)@applyto be used with CSS mixins (#19427)not-*correctly negates@containerqueries, includingstyle(…)queries (#20059)drop-shadow-*color utilities work with custom shadow values containingcalc(…)(#20080)@tailwindcss/vite(#20103)@tailwindcss/webpackcan be installed in Rspack projects without requiringwebpackas a peer dependency (#20027)calc(…)expressions (e.g.px-[calc(1rem+0px)]→px-[calc(1rem+0)]) (#20127)left-[99999px]→left-[99999px], notleft-24999.75) (#20130)@tailwindcss/cliin--watchmode recovers when a tracked dependency is deleted and restored (#20137)@tailwindcss/clibinaries are ignored when scanning for class candidates (#20139)addClass(…)andremoveClass(…)calls (#20198)@variantto be used insideaddBase(#19480)@sourceglobs with symlinks are preserved (#20203)@sourcerules can re-include files excluded by earlier@source notrules (#20203)@utilityrules (#20205)inset-shadow-noneand other inset shadows work correctly (#20208)@sourcedirectories are scanned even when ignored by git (#20214)@sourceglobs ending in**/*preserve dynamic path segments to avoid scanning too many files (#20217)calc(…)divisions when the result would require high precision (e.g.w-[calc(100%/3.5)]→w-[calc(100%/3.5)], notw-[28.571428571428573%]) (#20221)@tailwindcss/postcss(#20228)Changed
0instead ofcalc(var(--spacing) * 0)for spacing utilities likem-0andleft-0(#20196)var(--spacing)instead ofcalc(var(--spacing) * 1)for spacing utilities likem-1andleft-1(#20196)vitejs/devtools (@vitejs/devtools)
v0.3.3Compare Source
🐞 Bug Fixes
View changes on GitHub
vuejs/core (@vue/shared)
v3.5.38Compare Source
v3.5.37Compare Source
v3.5.36Compare Source
Bug Fixes
once: true(#14902) (450a8a8)acornjs/acorn (acorn)
v8.17.0Compare Source
web-platform-dx/baseline-browser-mapping (baseline-browser-mapping)
v2.10.37Compare Source
v2.10.36Compare Source
v2.10.35Compare Source
eslint/eslint (eslint)
v10.5.0Compare Source
eslint-community/eslint-plugin-n (eslint-plugin-n)
v18.1.0Compare Source
🌟 Features
devEngines.runtimefrom package.json (#530) (9ef3c32)🩹 Fixes
📚 Documentation
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.5.3Compare Source
export { }#110 (fixes #109)less/less.js (less)
v4.6.6Compare Source
Changes
v4.6.5Compare Source
Bug Fixes
notkeyword silently ignored when used without parentheses in conditions (@Copilot)Maintenance
cloudflare/workers-sdk (miniflare)
v4.20260611.0Compare Source
Minor Changes
#14119
2047a32Thanks @tahmid-23! - Add support for serving R2 bucket objects publicly via the dev serverEach local R2 bucket is now exposed under
/cdn-cgi/local/r2/public/<bucket-id>/<key>on the existing user-facing dev server. The<bucket-id>is the bucket'sidwhen set, otherwise its binding name. Buckets with aremoteProxyConnectionStringare not exposed. The endpoint supports GET and HEAD, range requests, conditional headers, and forwards stored HTTP metadata.Patch Changes
#14246
f3990b2Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#14256
4597f08Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
v4.20260609.0Compare Source
Patch Changes
#14192
d076bccThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#14217
24497d0Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#14231
4bb572fThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#14177
48c4ff0Thanks @ktKongTong! - Enable local scheduled handler dispatch for Workers + Assets (#9882)It is now possible to trigger a scheduled handler on a Worker that has assets.
oxc-project/oxc (oxfmt)
v0.54.0Compare Source
📚 Documentation
dadafe3oxlint, oxfmt: Mention migrate skills in npm READMEs (#22965) (Boshen)f88961aoxfmt: Annotate each config option with supported languages (#22953) (leaysgur)phoenixframework/phoenix (phoenix)
v1.8.8Compare Source
Enhancements
pnpm/pnpm (pnpm)
v10.34.3Compare Source
v10.34.2Compare Source
sass/dart-sass (sass)
v1.101.0Compare Source
supports resolving import-only variants of Sass files declared in the
exports,sass, andstylefields ofpackage.json. Previously, thesefiles were ignored even when loaded via
@import, so any code relying onloading module-system-only files this way may break.
typescript-eslint/typescript-eslint (typescript-eslint)
v8.61.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vuejs/language-tools (vue-tsc)
v3.3.5Compare Source
language-core
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.