Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 16, 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 ^7.7.2^7.7.3 age confidence pnpm.catalog.dev patch
@commitlint/cli (source) ^20.5.0^20.5.3 age confidence pnpm.catalog.dev patch
@commitlint/config-conventional (source) ^20.5.0^20.5.3 age confidence pnpm.catalog.dev patch
@iconify-json/lucide ^1.2.98^1.2.106 age confidence pnpm.catalog.dev patch
@iconify-json/simple-icons ^1.2.74^1.2.81 age confidence pnpm.catalog.dev patch
@nuxt/devtools (source) ^3.2.3^3.2.4 age confidence pnpm.catalog.dev patch
@nuxt/ui (source) ^4.5.1^4.7.1 age confidence pnpm.catalog.integrations minor
@nuxtjs/i18n (source) ^10.2.3^10.3.0 age confidence pnpm.catalog.dev minor
@playwright/test (source) ^1.58.2^1.59.1 age confidence pnpm.catalog.test minor
@types/node (source) ^25.5.0^25.6.2 age confidence pnpm.catalog.types minor
@vitest/browser-playwright (source) ^4.1.0^4.1.5 age confidence pnpm.catalog.test patch
@vitest/coverage-v8 (source) ^4.1.0^4.1.5 age confidence pnpm.catalog.test patch
@vueuse/core (source) ^14.2.1^14.3.0 age confidence pnpm.catalog.integrations minor
@vueuse/nuxt (source) ^14.2.1^14.3.0 age confidence pnpm.catalog.integrations minor
bumpp ^11.0.1^11.1.0 age confidence pnpm.catalog.dev minor
libphonenumber-js ^1.12.40^1.13.0 age confidence pnpm.catalog.integrations minor
node (source) >=24.14.0>=24.15.0 age confidence engines minor
node 24-alpine24.15.0-alpine age confidence final minor
nuxt (source) ^4.4.2^4.4.4 age confidence pnpm.catalog.dev patch
playwright (source) ^1.58.2^1.59.1 age confidence pnpm.catalog.test minor
pnpm (source) 10.32.110.33.4 age confidence packageManager minor
pnpm (source) >=10.32.1>=10.33.4 age confidence engines minor
vitest (source) ^4.1.0^4.1.5 age confidence pnpm.catalog.test patch
vue-tsc (source) ^3.2.5^3.2.8 age confidence pnpm.catalog.dev patch
zod (source) ^4.3.6^4.4.3 age confidence pnpm.catalog.integrations minor

Release Notes

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

v7.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
conventional-changelog/commitlint (@​commitlint/cli)

v20.5.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.5.2

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.5.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

nuxt/devtools (@​nuxt/devtools)

v3.2.4

Compare Source

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

v4.7.1

Compare Source

Bug Fixes
  • ChatMessage: make actions slot accessible on touch devices (f5a3349)
  • Drawer: handle RTL mode (#​6396) (2e3fed2)
  • Link: prevent double-prefixing with @nuxtjs/i18n auto-localization (#​6404) (dde09d0)
  • ProseImg: close zoom overlay on Escape key (e3cdbc5)
  • ProsePrompt: improve responsive (0a5b433)

v4.7.0

Compare Source

Features
Bug Fixes
  • Accordion/Tabs: use item value as stable key to avoid remounts (#​6380) (3cee610)
  • Avatar: remove leading-none from fallback (#​6383) (77ce09a)
  • ChatMessage/ChatMessages: preserve generic message type in slot scope (#​6391) (20f66db)
  • ChatMessages: prevent layout shift caused by indicator during streaming (#​6297) (b7160e2)
  • ChatMessages: use MutationObserver for auto-scroll during streaming (#​6357) (47bf3cb)
  • ChatPromptSubmit: ignore disabled prop when status is not ready (600a2ca)
  • components: resolve defaultVariants in template logic (#​6361) (75b37d0)
  • ContentSearch/DashboardSearch: pick shared props from CommandPalette (cdcf2e5)
  • ContentSearch: speed up navigation mapping (0faf2c2)
  • ContentToc: use links for scrollspy instead of hardcoded h2/h3 (#​6282) (6aba2ea)
  • FieldGroup: prevent context from leaking into portals (#​6313) (5155e27)
  • FileUpload: use form field color and highlight instead of raw props (bb5a9ed)
  • Header/DashboardSidebar/Sidebar: allow auto focus in menu for proper focus trapping (#​6266) (9b91ee4)
  • InputDate/InputTime: increase segments width (#​6339) (4ebdb2f)
  • InputTags: add missing field group variant (#​6326) (aae5378)
  • Link: ensure single-root rendering for v-show and $el resolution (#​6310) (2c4ff35)
  • Modal/Slideover: drop empty header wrapper when empty (#​6381) (1082960)
  • module: use relative tagPriority for inline style tags (#​6299) (ae693d0)
  • PricingTable: align header elements vertically (#​6111) (0daacb0)
  • PricingTable: handle RTL mode (#​6382) (ab203db)
  • ProseCodeCollapse: match background on overscroll (28c89fe)
  • ProseImg: respect markdown width attribute (#​6350) (d4e4ea1)
  • ProsePre: get code from DOM if code prop is missing (#​6333) (b808ce4)
  • Select: support item-aligned position mode (#​6358) (255807a)

v4.6.1

Compare Source

Bug Fixes
  • ai: use part.state for streaming detection and deprecate isReasoningStreaming (d2d7543)
  • ChatMessage: hide files slot when no file parts exist (9cddc8e)
  • ChatMessages: keep indicator visible until first content arrives (195cce8)
  • ChatMessages: reset scroll icon when messages are cleared (#​6239) (4ba3eef)
  • ChatPrompt: guard enter during composition (#​6280) (a911ca8)
  • DashboardSidebar: always pass collapsed: false in mobile menu slots (957a0f5), closes #​6157
  • Modal/Slideover/Drawer: suppress reka ui title and description warnings (3451b8d), closes #​6240
  • module: inline defaultVariants and prefix in dev template (314e23b)
  • module: transpile reka-ui to prevent injection errors (#​6286) (b822c43)

v4.6.0

Compare Source

⚠ BREAKING CHANGES
  • module: use moduleDependencies to manipulate options (#​5384)
Features
Bug Fixes
  • Avatar: use resolved size for image width/height (#​6008) (6dd0fc4)
  • ChatShimmer: handle RTL mode (#​6180) (51793a8)
  • ContentNavigation: prevent toggling disabled parent items (#​6122) (0f1074f)
  • ContentSurround: handle RTL mode (#​6148) (6921f13)
  • ContentToc: reset start margin at lg breakpoint (8f24f79)
  • DashboardSearchButton: use valid HTML structure for trailing slot (#​6194) (578a12f)
  • Editor: guard lift calls for unavailable list extensions (#​6100) (065db6b)
  • Error: support status and statusText properties (1350d62), closes #​6134
  • FileUpload: make multiple, accept and reset options reactive (#​6204) (ae093df)
  • Modal/Slideover/Popover/Drawer: prevent double close:prevent emit (#​6226) (9a0d501)
  • module: only auto-import public composables and allow Vite opt-out (#​6197) (886f5fb)
  • NavigationMenu: improve RTL support for viewport and indicator (#​6164) (755867b)
  • NavigationMenu: propagate disabled state to item in vertical orientation (6d4d651)
  • ProsePre: move shiki line highlight styles to theme (d663950)
nuxt-modules/i18n (@​nuxtjs/i18n)

v10.3.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.2.4

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub
microsoft/playwright (@​playwright/test)

v1.59.1

Compare Source

v1.59.0

Compare Source

vitest-dev/vitest (@​vitest/browser-playwright)

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.4

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.2

Compare Source

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (#​9975).

   🐞 Bug Fixes
    View changes on GitHub

v4.1.1

Compare Source

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

v14.3.0

Compare Source

   🚀 Features

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 2am and before 3am"
  • Automerge
    • "after 1am and before 2am"

🚦 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.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 16, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 16, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 403c82b to f56a883 Compare June 23, 2025 10:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 7b658d2 to 625786f Compare June 30, 2025 22:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 625786f to 94b893c Compare July 1, 2025 20:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 8477973 to 9f2bf68 Compare July 16, 2025 23:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 053482d to e6b1dfc Compare July 24, 2025 12:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5733c40 to 6147d28 Compare July 31, 2025 11:44
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Nov 20, 2025

No dependency changes detected. Learn more about Socket for GitHub.

👍 No dependency changes detected in pull request

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 30, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 7 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 28, reused 0, downloaded 0, added 0
Progress: resolved 33, reused 0, downloaded 0, added 0
Progress: resolved 36, reused 0, downloaded 0, added 0
Progress: resolved 181, reused 0, downloaded 0, added 0
Progress: resolved 252, reused 0, downloaded 0, added 0
Progress: resolved 406, reused 0, downloaded 0, added 0
Progress: resolved 657, reused 0, downloaded 0, added 0
Progress: resolved 722, reused 0, downloaded 0, added 0
Progress: resolved 741, reused 0, downloaded 0, added 0
Progress: resolved 778, reused 0, downloaded 0, added 0
Progress: resolved 819, reused 0, downloaded 0, added 0
Progress: resolved 856, reused 0, downloaded 0, added 0
Progress: resolved 871, reused 0, downloaded 0, added 0
/tmp/renovate/repos/github/nextorders/food/apps/essence:
 ERR_PNPM_TRUST_DOWNGRADE  High-risk trust downgrade for "chokidar@4.0.3" (possible package takeover)

This error happened while installing the dependencies of nuxt@4.4.4
 at @nuxt/vite-builder@4.4.4
 at vite-plugin-checker@0.13.0

Trust checks are based solely on publish date, not semver. A package cannot be installed if any earlier-published version had stronger trust evidence. Earlier versions had provenance attestation, but this version has no trust evidence. A trust downgrade may indicate a supply chain incident.

@sonarqubecloud
Copy link
Copy Markdown

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.

0 participants