Skip to content

chore(deps): update all non-major dependencies#851

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#851
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@iconify-json/carbon ^1.2.23^1.2.24 age confidence devDependencies patch
@tailwindcss/vite (source) ^4.3.1^4.3.2 age confidence dependencies patch
@unocss/core (source) ^66.7.2^66.7.4 age confidence pnpm-workspace.overrides patch
@unocss/nuxt (source) ^66.7.2^66.7.4 age confidence pnpm-workspace.overrides patch
@unocss/nuxt (source) ^66.7.2^66.7.4 age confidence dependencies patch
@unocss/preset-attributify (source) ^66.7.2^66.7.4 age confidence pnpm-workspace.overrides patch
@unocss/preset-icons (source) ^66.7.2^66.7.4 age confidence pnpm-workspace.overrides patch
@unocss/preset-mini (source) ^66.7.2^66.7.4 age confidence pnpm-workspace.overrides patch
@unocss/reset (source) ^66.7.2^66.7.4 age confidence pnpm-workspace.overrides patch
MatteoGabriele/agentscan-action v1.14.0v1.15.0 age confidence action minor
docus ^5.12.2^5.12.3 age confidence dependencies patch
eslint (source) ^10.5.0^10.6.0 age confidence devDependencies minor
playwright-core (source) ^1.61.0^1.61.1 age confidence devDependencies patch
pnpm (source) 11.8.011.9.0 age confidence packageManager minor
unocss (source) ^66.7.2^66.7.4 age confidence pnpm-workspace.overrides patch
unocss (source) ^66.7.2^66.7.4 age confidence dependencies patch
unplugin (source) ^3.0.0^3.3.0 age confidence dependencies minor
vite (source) ~7.3.5~7.3.6 age confidence pnpm-workspace.overrides patch
vite (source) ~7.3.5~7.3.6 age confidence devDependencies patch
vue (source) 3.5.383.5.39 age confidence dependencies patch
vue (source) 3.5.383.5.39 age confidence devDependencies patch
vue-bundle-renderer ^2.2.0^2.3.1 age confidence devDependencies minor
vue-tsc (source) ^3.3.5^3.3.6 age confidence devDependencies patch

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.3.2

Compare Source

Fixed
  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#​20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#​20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#​20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#​20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#​20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#​20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#​20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#​20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#​20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#​20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#​20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#​20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#​20289)
unocss/unocss (@​unocss/core)

v66.7.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.7.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
MatteoGabriele/agentscan-action (MatteoGabriele/agentscan-action)

v1.15.0

Compare Source

Full Changelog: MatteoGabriele/agentscan-action@v1.14.0...v1.15.0

nuxt-content/docus (docus)

v5.12.3

Compare Source

Bug Fixes
eslint/eslint (eslint)

v10.6.0

Compare Source

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#​20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#​20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#​20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#​21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#​21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#​21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#​21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#​21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#​21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#​21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#​20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#​20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#​20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#​20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#​20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#​20983) (lumir)

Chores

microsoft/playwright (playwright-core)

v1.61.1

Compare Source

pnpm/pnpm (pnpm)

v11.9.0

Compare Source

unjs/unplugin (unplugin)

v3.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v7.3.6

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/core (vue)

v3.5.39

Compare Source

Bug Fixes
nuxt-contrib/vue-bundle-renderer (vue-bundle-renderer)

v2.3.1

Compare Source

v2.3.1 is a re-release of v2.3.0 with a fix to the release workflow.

👉 Changelog

compare changes

🤖 CI
❤️ Contributors
vuejs/language-tools (vue-tsc)

v3.3.6

Compare Source

language-core
  • fix: make generic component internal context inference type-safe across .d.ts boundary (#​6104) - Thanks to @​Holiden!
  • fix: do not treat non-trivial property accesses as compound - Thanks to @​KazariEX!
  • fix: treat semicolon-terminated expressions as compound - Thanks to @​KazariEX!
  • fix: preserve return types for compound event handlers - Thanks to @​KazariEX!
  • fix: use WeakMap to cache inline TS ASTs - Thanks to @​KazariEX!
  • fix: match upstream CSS v-bind parsing behavior - Thanks to @​KazariEX!
  • fix: include setup bindings as potential component names (#​6111) - Thanks to @​KazariEX!
  • perf: reduce boundary code feature allocations - Thanks to @​KazariEX!
  • refactor: centralize code features and deprecate allCodeFeatures - Thanks to @​KazariEX!

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • 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 requested a review from danielroe as a code owner June 29, 2026 05:35
@socket-security

socket-security Bot commented Jun 29, 2026

Copy link
Copy Markdown

@pkg-pr-new

pkg-pr-new Bot commented Jun 29, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@nuxt/fonts@851

commit: e9e3e63

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 29, 2026

Copy link
Copy Markdown

Deploying fonts with  Cloudflare Pages  Cloudflare Pages

Latest commit: e9e3e63
Status: ✅  Deploy successful!
Preview URL: https://e3b2e94a.fonts-dsw.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.fonts-dsw.pages.dev

View logs

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a68928c to a2b6ff6 Compare July 2, 2026 00:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a2b6ff6 to e9e3e63 Compare July 4, 2026 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants