Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/logos ^1.2.5 -> ^1.2.9 age confidence
@iconify-json/simple-icons ^1.2.46 -> ^1.2.49 age confidence
@nuxt/eslint-config (source) ^1.8.0 -> ^1.9.0 age confidence
@nuxt/ui-pro (source) ^3.3.0 -> ^3.3.2 age confidence
@types/node (source) ^24.2.0 -> ^24.3.0 age confidence
eslint (source) ^9.32.0 -> ^9.34.0 age confidence
nuxi (source) ^3.27.0 -> ^3.28.0 age confidence
pkg-types ^2.2.0 -> ^2.3.0 age confidence
pnpm (source) 10.14.0 -> 10.15.0 age confidence
shiki (source) ^3.9.2 -> ^3.12.0 age confidence
tailwindcss (source) ^4.1.11 -> ^4.1.12 age confidence
unstorage (source) ^1.16.1 -> ^1.17.0 age confidence
vue (source) ^3.5.18 -> ^3.5.20 age confidence
vue-tsc (source) ^3.0.5 -> ^3.0.6 age confidence

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v1.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt/ui-pro (@​nuxt/ui-pro)

v3.3.2

Compare Source

v3.3.1

Compare Source

eslint/eslint (eslint)

v9.34.0

Compare Source

v9.33.0

Compare Source

nuxt/cli (nuxi)

v3.28.0

Compare Source

3.28.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • init: Add --nightly flag (#​650)
🩹 Fixes
  • dev: Handle array of dotenv file names (73888d3)
  • init: Use amended directory when adding modules (#​998)
  • init: Skip modules that are dependencies of the selected template (#​910)
  • init: Default nightly install to latest (6b80c59)
  • dev: End websocket connections gracefully (#​1001)
  • upgrade: Do not use cache when getting nuxt version (#​1002)
🏡 Chore
🤖 CI
  • Run size compare workflow on pull_request_target (#​999)
❤️ Contributors
unjs/pkg-types (pkg-types)

v2.3.0

Compare Source

compare changes

🚀 Enhancements
  • packagejson: Object format support for workspaces field (#​236)
  • Add deno.lock to known lockfiles (#​244)
  • Support package.json5 and package.yaml (#​234)
  • updatePackage, sortPackage and normalizePackage utils (#​240)
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v10.15.0

Compare Source

Minor Changes
  • Added the cleanupUnusedCatalogs configuration. When set to true, pnpm will remove unused catalog entries during installation #​9793.
  • Automatically load pnpmfiles from config dependencies that are named @*/pnpm-plugin-* #​9780.
  • pnpm config get now prints an INI string for an object value #​9797.
  • pnpm config get now accepts property paths (e.g. pnpm config get catalog.react, pnpm config get .catalog.react, pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'), and pnpm config set now accepts dot-leading or subscripted keys (e.g. pnpm config set .ignoreScripts true).
  • pnpm config get --json now prints a JSON serialization of config value, and pnpm config set --json now parses the input value as JSON.
Patch Changes
  • Semi-breaking. When automatically installing missing peer dependencies, prefer versions that are already present in the direct dependencies of the root workspace package #​9835.
  • When executing the pnpm create command, must verify whether the node version is supported even if a cache already exists #​9775.
  • When making requests for the non-abbreviated packument, add */* to the Accept header to avoid getting a 406 error on AWS CodeArtifact #​9862.
  • The standalone exe version of pnpm works with glibc 2.26 again #​9734.
  • Fix a regression in which pnpm dlx pkg --help doesn't pass --help to pkg #​9823.
shikijs/shiki (shiki)

v3.12.0

Compare Source

v3.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.10.0

Compare Source

   🚀 Features
    View changes on GitHub
tailwindlabs/tailwindcss (tailwindcss)

v4.1.12

Compare Source

Fixed
  • Don't consider the global important state in @apply (#​18404)
  • Add missing suggestions for flex-<number> utilities (#​18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#​18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#​18432)
  • Track source locations through @plugin and @config (#​18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#​18485)
  • Ignore consecutive semicolons in the CSS parser (#​18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#​18511)
  • Extract candidates in Slang templates (#​18565)
  • Improve error messages when encountering invalid functional utility names (#​18568)
  • Discard CSS AST objects with false or undefined properties (#​18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#​18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#​18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#​18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#​18704)
  • Don't scan .hdr and .exr files for classes by default (#​18734)
unjs/unstorage (unstorage)

v1.17.0

Compare Source

compare changes

🚀 Enhancements
  • Add vercel-runtime-cache driver (#​656)
  • deno-kv: Support ttl for setItem and setItemRaw (#​659)
📖 Documentation
  • database: Correct tableName config key (#​652)
  • database: Correct tableName config key (#​653)
🏡 Chore
❤️ Contributors
vuejs/core (vue)

v3.5.20

Compare Source

Bug Fixes

v3.5.19

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v3.0.6

Compare Source


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

cloudflare-workers-and-pages bot commented Aug 5, 2025

Deploying undocs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3316334
Status: ✅  Deploy successful!
Preview URL: https://2c2808a2.undocs.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.undocs.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e1de325 to 739d0bb Compare August 6, 2025 09:50
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Aug 7, 2025
@renovate renovate bot closed this Aug 7, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch August 7, 2025 10:40
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Aug 11, 2025
@renovate renovate bot reopened this Aug 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 211c1c9 to c811b43 Compare August 17, 2025 07:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 32bf78c to ca9c4d2 Compare August 25, 2025 07:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ca9c4d2 to c25468e Compare August 25, 2025 11:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c25468e to 3316334 Compare August 27, 2025 03: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