Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@antfu/eslint-config 6.0.06.7.3 age confidence devDependencies minor
@iconify-json/ri 1.2.51.2.10 age confidence dependencies patch
@iconify-json/tabler 1.2.221.2.31 age confidence dependencies patch
@nuxt/eslint (source) 1.4.11.15.2 age confidence devDependencies minor
@nuxthub/core (source) 0.10.60.10.7 age confidence dependencies patch
@types/chrome (source) 0.1.110.1.37 age confidence devDependencies patch
@unocss/nuxt (source) 66.6.266.6.6 age confidence dependencies patch
@unocss/reset (source) 66.6.266.6.6 age confidence dependencies patch
@vueuse/core (source) 14.0.014.2.1 age confidence dependencies minor
ai (source) 6.0.1056.0.116 age confidence dependencies patch
danielroe/provenance-action v0.1.0v0.1.1 age confidence action patch
drizzle-kit (source) 0.31.40.31.9 age confidence devDependencies patch
drizzle-orm (source) ^0.44.2^0.45.0 age confidence dependencies minor
nuxt-webhook-validators 0.2.30.2.7 age confidence dependencies patch
pnpm (source) 10.21.010.32.1 age confidence packageManager minor
typescript (source) 5.9.25.9.3 age confidence devDependencies patch
unocss (source) 66.5.166.6.6 age confidence dependencies minor
unocss (source) 66.5.166.6.6 age confidence devDependencies minor
unplugin-vue-router (source) ^0.15.0^0.19.0 age confidence dependencies minor
vue-tsc (source) 3.0.73.2.5 age confidence devDependencies minor
wrangler (source) 4.59.14.73.0 age confidence devDependencies minor
wxt (source) 0.20.110.20.19 age confidence devDependencies patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v6.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.7.1

Compare Source

   🐞 Bug Fixes
  • pnpm: Do not set catalogMode when catalogs is not enabled  -  by @​antfu (0471e)
    View changes on GitHub

v6.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v6.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.6.0

Compare Source

   🐞 Bug Fixes
  • pnpm: Enforce catalog usage based on smart detection  -  by @​antfu (654c0)
    View changes on GitHub

v6.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v6.4.2

Compare Source

   🐞 Bug Fixes
  • pnpm: Move pnpm-workspace.yaml sorting config from yaml to pnpm  -  by @​antfu (fc2b1)
    View changes on GitHub

v6.4.1

Compare Source

No significant changes

    View changes on GitHub

v6.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v6.2.0

Compare Source

   🚀 Features
    View changes on GitHub

v6.1.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/eslint (@​nuxt/eslint)

v1.15.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.15.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.13.0

Compare Source

   🚀 Features
  • Upgrade eslint-flat-config-utils eslint-plugin-import-lite and eslint-plugin-jsdoc  -  by @​antfu (10bf9)
    View changes on GitHub

v1.12.1

Compare Source

No significant changes

    View changes on GitHub

v1.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.8.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt-hub/core (@​nuxthub/core)

v0.10.7

Compare Source

compare changes

🚀 Enhancements
  • db: Add support for database replica (#​808)
  • cli: Add "name" and "custom" arguments for db generate cli command (#​816)
  • cli: Add --force flag to skip confirmation when dropping all tables (#​834)
  • db: Add hub.db.applyMigrationsDuringDev: boolean option (#​837)
  • db: Use drizzle studio d1 driver (#​846)
🩹 Fixes
  • db: Generate schema types during prepare (#​795)
  • Change Cloudflare D1 API URI (#​794)
  • devtools: Point Drizzle Studio to correct D1 database file (#​806)
  • db: Create package.json during prepare (#​797)
  • db: Resolve Nuxt aliases in schema bundling (#​802)
  • db: Correct D1 migrations_dir path in wrangler.json (#​814)
  • playground: Fix get todos database query (#​819)
  • Fix incorrect license in README (#​829)
  • db: Resolve @​nuxthub/db from rootDir for pnpm workspaces (#​828)
  • db: Bundle cache schema entries (#​833)
  • db: Respect explicit libsql driver on Cloudflare (#​842)
  • db: Pass driver options to postgres-js (#​844)
📖 Documentation
  • Fix typo in schema documentation (#​807)
  • Add environments, CI/CD guide, and env vars reference (#​804)
  • Add nuxt-studio (64f9105)
  • Make formatting in db migrate command usage consistant (#​822)
  • Update migration handling for Cloudflare D1 (#​848)
  • blob: Clarify nuxt image dev config (#​851)
  • Fix typo in url (d4e24b3)
🏡 Chore
❤️ Contributors
unocss/unocss (@​unocss/nuxt)

v66.6.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v66.6.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v66.6.4

Compare Source

   🚀 Features
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v14.2.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v14.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v14.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vercel/ai (ai)

v6.0.116

Compare Source

Patch Changes

v6.0.115

Compare Source

Patch Changes

v6.0.114

Compare Source

Patch Changes
  • 2291047: fix(ai): fix missing support for image thought signatures (e.g. for Gemini image models)

v6.0.113

Compare Source

Patch Changes
  • 70d3980: fix(ai): use errorMode 'text' in approval continuation to preserve tool error messages

v6.0.112

Compare Source

Patch Changes

v6.0.111

Compare Source

Patch Changes
  • 2129c82: feat(ai): register global telemetry integrations

v6.0.110

Compare Source

Patch Changes

v6.0.109

Compare Source

Patch Changes

v6.0.108

Compare Source

Patch Changes
  • 2a4f512: feat(ai): add telemetry interface and registry

v6.0.107

Compare Source

Patch Changes

v6.0.106

Compare Source

Patch Changes
danielroe/provenance-action (danielroe/provenance-action)

v0.1.1

Compare Source

compare changes

🚀 Enhancements
  • Add support for bun.lock (#​12)
📖 Documentation
  • Use @main constraint for example (237ceea)
❤️ Contributors
drizzle-team/drizzle-orm (drizzle-kit)

v0.31.9

Compare Source

  • drizzle-kit api improvements for D1 connections

v0.31.8

Compare Source

Bug fixes
  • Fixed algorythm => algorithm typo.
  • Fixed external dependencies in build configuration.

v0.31.7: drizzle-kit@0.31.7

Compare Source

Bug fixes

v0.31.6

Compare Source

Bug fixes

v0.31.5

Compare Source

  • Add casing support to studio configuration and related functions
Yizack/nuxt-webhook-validators (nuxt-webhook-validators)

v0.2.7

Compare Source

compare changes

🩹 Fixes
  • Request body reusability (#​15)
💅 Refactors
  • Error handling to use statusinstead of statusCode (d8db183)
🏡 Chore
  • Update nuxt and all deps (e81ceeb)
❤️ Contributors

v0.2.6

Compare Source

compare changes

🚀 Enhancements
  • Add Slack webhook validator (5e78215)
🏡 Chore
  • Update nuxt to version 4.2.2 (8b4fb48)
❤️ Contributors

v0.2.5

Compare Source

compare changes

🚀 Enhancements
  • Add brevo webhook validator (6fca667)
✅ Tests
  • paypal: Add fake credentials (ac4e624)
❤️ Contributors

v0.2.4

Compare Source

compare changes

🏡 Chore
  • playground: Add twitch webhook callback verification (#​13)
  • Adjust package scripts (698200f)
🤖 CI
  • Update to latest checkout and node actions (bab0dde)
  • Use npm trusted publishing (eaf6f0b)
❤️ Contributors
pnpm/pnpm (pnpm)

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity

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.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Sep 15, 2025

Deploying unsight with  Cloudflare Pages  Cloudflare Pages

Latest commit: 173a5d0
Status: ✅  Deploy successful!
Preview URL: https://5c448b4f.unsight.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.unsight.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd154f8 to ce2f01e Compare September 16, 2025 14:47
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/eslint to v1.9.0 chore(deps): update all non-major dependencies Sep 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 3235a89 to 5ab823a Compare September 23, 2025 21:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 99826bf to 8ded71c Compare September 27, 2025 09:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from dc8ca1e to 11925f1 Compare October 8, 2025 21:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 3ce7718 to 761ccb7 Compare October 13, 2025 17:20
@socket-security
Copy link

socket-security bot commented Nov 7, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@socket-security
Copy link

socket-security bot commented Dec 10, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants