Skip to content

fix(deps): update all non-major dependencies#22681

Merged
sapphi-red merged 1 commit into
mainfrom
renovate/all-minor-patch
Jun 15, 2026
Merged

fix(deps): update all non-major dependencies#22681
sapphi-red merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@tailwindcss/postcss (source) ^4.3.0^4.3.1 age confidence
@tailwindcss/vite (source) ^4.3.0^4.3.1 age confidence
@types/node (source) ^24.13.1^24.13.2 age confidence
@vitejs/devtools (source) ^0.3.1^0.3.3 age confidence
@vue/shared (source) ^3.5.35^3.5.38 age confidence
acorn ^8.16.0^8.17.0 age confidence
baseline-browser-mapping ^2.10.34^2.10.37 age confidence
esbuild ^0.28.0^0.28.1 age confidence
eslint (source) ^10.4.1^10.5.0 age confidence
eslint-plugin-n ^18.0.1^18.1.0 age confidence
eslint-plugin-react-refresh ^0.5.2^0.5.3 age confidence
less (source) ^4.6.4^4.6.6 age confidence
miniflare (source) ^4.20260603.0^4.20260611.0 age confidence
oxfmt (source) ^0.53.0^0.54.0 age confidence
phoenix ^1.8.7^1.8.8 age confidence
pnpm (source) 10.34.110.34.3 age confidence
sass ^1.100.0^1.101.0 age confidence
tailwindcss (source) ^4.3.0^4.3.1 age confidence
typescript-eslint (source) ^8.60.1^8.61.0 age confidence
vue (source) ^3.5.35^3.5.38 age confidence
vue-tsc (source) ^3.3.4^3.3.5 age confidence

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.3.1

Compare Source

Added
  • Add --silent option to suppress output in @tailwindcss/cli (#​20100)
Fixed
  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#​20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#​20052)
  • Allow @apply to be used with CSS mixins (#​19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#​20059)
  • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#​20080)
  • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#​20103)
  • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#​20027)
  • Canonicalization: don't suggest invalid calc(…) expressions (e.g. px-[calc(1rem+0px)]px-[calc(1rem+0)]) (#​20127)
  • Canonicalization: avoid suggesting large spacing-scale values for arbitrary lengths (e.g. left-[99999px]left-[99999px], not left-24999.75) (#​20130)
  • Ensure @tailwindcss/cli in --watch mode recovers when a tracked dependency is deleted and restored (#​20137)
  • Ensure standalone @tailwindcss/cli binaries are ignored when scanning for class candidates (#​20139)
  • Ensure class candidates are extracted from Twig addClass(…) and removeClass(…) calls (#​20198)
  • Don't crash in the Ruby or Vue preprocessors when scanning files containing invalid UTF-8 bytes (#​19588)
  • Allow @variant to be used inside addBase (#​19480)
  • Ensure @source globs with symlinks are preserved (#​20203)
  • Ensure later @source rules can re-include files excluded by earlier @source not rules (#​20203)
  • Upgrade: don't migrate empty class rules to invalid @utility rules (#​20205)
  • Ensure transitions between inset-shadow-none and other inset shadows work correctly (#​20208)
  • Ensure explicitly referenced @source directories are scanned even when ignored by git (#​20214)
  • Ensure @source globs ending in **/* preserve dynamic path segments to avoid scanning too many files (#​20217)
  • Canonicalization: don't fold calc(…) divisions when the result would require high precision (e.g. w-[calc(100%/3.5)]w-[calc(100%/3.5)], not w-[28.571428571428573%]) (#​20221)
  • Serve ESM type declarations to ESM importers of @tailwindcss/postcss (#​20228)
Changed
  • Generate 0 instead of calc(var(--spacing) * 0) for spacing utilities like m-0 and left-0 (#​20196)
  • Generate var(--spacing) instead of calc(var(--spacing) * 1) for spacing utilities like m-1 and left-1 (#​20196)
vitejs/devtools (@​vitejs/devtools)

v0.3.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (@​vue/shared)

v3.5.38

Compare Source

v3.5.37

Compare Source

v3.5.36

Compare Source

Bug Fixes
acornjs/acorn (acorn)

v8.17.0

Compare Source

web-platform-dx/baseline-browser-mapping (baseline-browser-mapping)

v2.10.37

Compare Source

v2.10.36

Compare Source

v2.10.35

Compare Source

eslint/eslint (eslint)

v10.5.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v18.1.0

Compare Source

🌟 Features
  • Allow workspace root dependencies for no-extraneous-import (#​536) (fd4f84e)
  • support devEngines.runtime from package.json (#​530) (9ef3c32)
🩹 Fixes
📚 Documentation
  • fix usage in README.md (c1b1b84)
  • Update online playground link in README (058916a)
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.5.3

Compare Source

  • Fix check for non component class exported via export { } #​110 (fixes #​109)
less/less.js (less)

v4.6.6

Compare Source

Changes

v4.6.5

Compare Source

Bug Fixes
Maintenance
cloudflare/workers-sdk (miniflare)

v4.20260611.0

Compare Source

Minor Changes
  • #​14119 2047a32 Thanks @​tahmid-23! - Add support for serving R2 bucket objects publicly via the dev server

    Each 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's id when set, otherwise its binding name. Buckets with a remoteProxyConnectionString are not exposed. The endpoint supports GET and HEAD, range requests, conditional headers, and forwards stored HTTP metadata.

Patch Changes
  • #​14246 f3990b2 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260609.1 1.20260610.1
  • #​14256 4597f08 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260610.1 1.20260611.1

v4.20260609.0

Compare Source

Patch Changes
  • #​14192 d076bcc Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260603.1 1.20260605.1
  • #​14217 24497d0 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260605.1 1.20260608.1
  • #​14231 4bb572f Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260608.1 1.20260609.1
  • #​14177 48c4ff0 Thanks @​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.0

Compare Source

📚 Documentation
  • dadafe3 oxlint, oxfmt: Mention migrate skills in npm READMEs (#​22965) (Boshen)
  • f88961a oxfmt: Annotate each config option with supported languages (#​22953) (leaysgur)
phoenixframework/phoenix (phoenix)

v1.8.8

Compare Source

Enhancements
  • [phx.new] Use LiveView 1.2.0
pnpm/pnpm (pnpm)

v10.34.3

Compare Source

v10.34.2

Compare Source

sass/dart-sass (sass)

v1.101.0

Compare Source

  • Potentially breaking bug fix: The Node package importer now properly
    supports resolving import-only variants of Sass files declared in the
    exports, sass, and style fields of package.json. Previously, these
    files were ignored even when loaded via @import, so any code relying on
    loading module-system-only files this way may break.
typescript-eslint/typescript-eslint (typescript-eslint)

v8.61.0

Compare 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.5

Compare Source

language-core

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 15, 2026
@sapphi-red sapphi-red merged commit f4f0633 into main Jun 15, 2026
20 of 21 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch June 15, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant