Skip to content

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

Merged
romhml merged 1 commit into
mainfrom
renovate/all-minor-patch
Sep 24, 2025
Merged

chore(deps): update all non-major dependencies#124
romhml merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 15, 2025

Copy link
Copy Markdown
Contributor

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.67 -> ^1.2.68 age confidence
@iconify-json/simple-icons ^1.2.51 -> ^1.2.53 age confidence
@nuxt/content (source) ^3.7.0 -> ^3.7.1 age confidence
@nuxt/devtools-kit (source) ^2.6.3 -> ^2.6.5 age confidence
@nuxt/ui (source) ^3.3.3 -> ^3.3.5 age confidence
@nuxt/ui (source) 3.3.3 -> 3.3.5 age confidence
@nuxt/ui-pro (source) 3.3.3 -> 3.3.5 age confidence
@types/node (source) ^22.18.3 -> ^22.18.6 age confidence
@vue/language-core (source) 3.0.7 -> 3.0.8 age confidence
better-sqlite3 ^12.2.0 -> ^12.4.1 age confidence
eslint (source) ^9.35.0 -> ^9.36.0 age confidence
nuxt-og-image (source) ^5.1.9 -> ^5.1.11 age confidence
pnpm (source) 10.16.1 -> 10.17.1 age confidence
shiki (source) ^3.12.2 -> ^3.13.0 age confidence
vite (source) ^7.1.5 -> ^7.1.7 age confidence
vue-component-meta (source) ^3.0.7 -> ^3.0.8 age confidence
vue-component-type-helpers (source) ^3.0.7 -> ^3.0.8 age confidence
wrangler (source) ^4.36.0 -> ^4.39.0 age confidence
zod (source) ^4.1.8 -> ^4.1.11 age confidence

Release Notes

nuxt/content (@​nuxt/content)

v3.7.1

Compare Source

Bug Fixes
  • remove zod and zod-to-json-schema from optional deps (#​3541) (8e038f0)
nuxt/devtools (@​nuxt/devtools-kit)

v2.6.5

Compare Source

Bug Fixes
  • ensure path resolve is safe (1fabb49)

v2.6.4

Compare Source

Bug Fixes
  • using textContent instead of innerHtml for auth pagechore: update lock (7cadbbe)
nuxt/ui (@​nuxt/ui)

v3.3.5

Compare Source

🐛 Bug Fixes

New Contributors

Full Changelog: nuxt/ui@v3.3.4...v3.3.5

v3.3.4

Compare Source

🐛 Bug Fixes

Full Changelog: nuxt/ui@v3.3.3...v3.3.4

nuxt/ui-pro (@​nuxt/ui-pro)

v3.3.5

Compare Source

v3.3.4

Compare Source

vuejs/language-tools (@​vue/language-core)

v3.0.8

Compare Source

Features
  • feat(vscode): introduce vue.server.path setting (#​5647)
Bug Fixes
  • fix(language-core): initialize properties of VueVirtualCode in constructor (#​5635) - Thanks to @​KazariEX!
  • fix(vscode): flatten reactivity visualization decorators (#​5642) - Thanks to @​KazariEX!
  • fix(vscode): normalize reactivity visualization ranges
  • fix(vscode): patch typescriptServerPlugin languages without FS hack
  • fix(language-service): do not provide semantic tokens and document highlights for non-file scheme files (#​5653) - Thanks to @​KazariEX!
Performance
  • perf(typescript-plugin): redo single-file language service for reactivity visualization (#​5652)
Other Changes
  • refactor(typescript-plugin): externalize reactivity analysis logic (#​5645) - Thanks to @​KazariEX!
WiseLibs/better-sqlite3 (better-sqlite3)

v12.4.1

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.0...v12.4.1

v12.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v12.2.0...v12.3.0

eslint/eslint (eslint)

v9.36.0

Compare Source

nuxt-modules/og-image (nuxt-og-image)

v5.1.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v10.17.1

Compare Source

Patch Changes
  • When a version specifier cannot be resolved because the versions don't satisfy the minimumReleaseAge setting, print this information out in the error message #​9974.
  • Fix state.json creation path when executing pnpm patch in a workspace project #​9733.
  • When minimumReleaseAge is set and the latest tag is not mature enough, prefer a non-deprecated version as the new latest #​9987.

v10.17.0

Compare Source

Minor Changes
  • The minimumReleaseAgeExclude setting now supports patterns. For instance:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - "@​eslint/*"

    Related PR: #​9984.

Patch Changes
  • Don't ignore the minimumReleaseAge check, when the package is requested by exact version and the packument is loaded from cache #​9978.
  • When minimumReleaseAge is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #​9979.
shikijs/shiki (shiki)

v3.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.3

Compare Source

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

v7.1.7

Compare Source

Bug Fixes
  • build: fix ssr environment emitAssets: true when sharedConfigBuild: true (#​20787) (4c4583c)
  • client: use CSP nonce when rendering error overlay (#​20791) (9bc9d12)
  • deps: update all non-major dependencies (#​20811) (9f2247c)
  • glob: handle glob imports from folders starting with dot (#​20800) (105abe8)
  • hmr: trigger prune event when import is removed from non hmr module (#​20768) (9f32b1d)
  • hmr: wait for import.meta.hot.prune callbacks to complete before running other HMRs (#​20698) (98a3484)

v7.1.6

Compare Source

Bug Fixes
  • deps: update all non-major dependencies (#​20773) (88af2ae)
  • esbuild: inject esbuild helper functions with minified $ variables correctly (#​20761) (7e8e004)
  • fallback terser to main thread when nameCache is provided (#​20750) (a679a64)
  • types: strict env typings fail when skipLibCheck is false (#​20755) (cc54e29)
Miscellaneous Chores
cloudflare/workers-sdk (wrangler)

v4.39.0

Compare Source

Minor Changes
  • #​10647 555a6da Thanks @​efalcao! - VPC service binding support

  • #​10612 97a72cc Thanks @​jonesphillip! - Added new pipelines commands (pipelines, streams, sinks, setup), moved old pipelines commands behind --legacy

  • #​10652 acd48ed Thanks @​edmundhung! - Rename Hyperdrive local connection string environment variable from WRANGLER_HYPERDRIVE_LOCAL_CONNECTION_STRING_<BINDING_NAME> to CLOUDFLARE_HYPERDRIVE_LOCAL_CONNECTION_STRING_<BINDING_NAME>. The old variable name is still supported but will now show a deprecation warning.

  • #​10721 55a10a3 Thanks @​penalosa! - Stabilise Worker Loader bindings

Patch Changes

v4.38.0

Compare Source

Minor Changes
Patch Changes

v4.37.1

Compare Source

Patch Changes
  • #​10658 3029b9a Thanks @​1000hz! - Fixed an issue with service tags not being applied properly to Workers when the Wrangler configuration file did not include a top-level name property.

  • #​10657 31ec996 Thanks @​penalosa! - Disable remote bindings with the --local flag

  • Updated dependencies [783afeb]:

    • miniflare@​4.20250913.0
colinhacks/zod (zod)

v4.1.11

Compare Source

v4.1.10

Compare Source

v4.1.9

Compare Source


Configuration

📅 Schedule: Branch creation - "on Monday" (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.


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

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

@pkg-pr-new

pkg-pr-new Bot commented Sep 15, 2025

Copy link
Copy Markdown
@compodium/core

npm i https://pkg.pr.new/romhml/compodium/@compodium/core@124

@compodium/examples

npm i https://pkg.pr.new/romhml/compodium/@compodium/examples@124

@compodium/meta

npm i https://pkg.pr.new/romhml/compodium/@compodium/meta@124

@compodium/nuxt

npm i https://pkg.pr.new/romhml/compodium/@compodium/nuxt@124

@compodium/vue

npm i https://pkg.pr.new/romhml/compodium/@compodium/vue@124

commit: 5b71c4c

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from cf48347 to 83472b1 Compare September 22, 2025 18:47
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from bb4b503 to 5b71c4c Compare September 23, 2025 20:54
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5b71c4c to 449c297 Compare September 24, 2025 12:16
@romhml
romhml merged commit a0e0571 into main Sep 24, 2025
1 check passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch September 24, 2025 12:18
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.

1 participant