Skip to content

chore: Update all non-major dependencies - #274

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

chore: Update all non-major dependencies#274
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@graphql-codegen/cli (source) ^7.2.0^7.3.1 age adoption passing confidence dependencies minor
@graphql-codegen/plugin-helpers (source) ^7.1.0^7.2.1 age adoption passing confidence dependencies minor
@graphql-tools/code-file-loader (source) ^8.1.34^8.1.37 age adoption passing confidence dependencies patch
@graphql-yoga/render-graphiql (source) ^5.21.3^5.22.0 age adoption passing confidence dependencies minor
@iconify-json/lucide ^1.2.123^1.2.126 age adoption passing confidence dependencies patch 1.2.127
@nuxt/content (source) ^3.15.2^3.16.0 age adoption passing confidence dependencies minor
@​nuxt/icon ^2.5.0^2.5.1 age adoption passing confidence dependencies patch
@nuxt/test-utils ^4.1.0^4.2.0 age adoption passing confidence devDependencies minor
@nuxt/ui (source) ^4.10.0^4.11.0 age adoption passing confidence dependencies minor
@vitest/coverage-v8 (source) ^4.1.10^4.1.11 age adoption passing confidence devDependencies patch
danielroe/uppt v0.5.5v0.6.9 age adoption passing confidence action minor
eslint (source) ^10.8.1^10.9.1 age adoption passing confidence devDependencies minor
happy-dom ^20.11.2^20.11.12 age adoption passing confidence devDependencies patch 20.12.0 (+3)
knip (source) ^6.32.2^6.32.3 age adoption passing confidence devDependencies patch 6.33.0
node 24.19.024.20.0 age adoption passing confidence uses-with minor
pnpm (source) 11.22.011.24.0 age adoption passing confidence packageManager minor
reka-ui ^2.10.3^2.10.4 age adoption passing confidence dependencies patch
vite (source) ^8.2.1^8.2.2 age adoption passing confidence devDependencies patch
vitest (source) ^4.1.10^4.1.11 age adoption passing confidence devDependencies patch
vue (source) ^3.5.41^3.5.42 age adoption passing confidence peerDependencies patch
vue-tsc (source) ^3.3.10^3.3.11 age adoption passing confidence devDependencies patch

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v7.3.1

Compare Source

Patch Changes
  • #​10924
    0c8f5ba
    Thanks @​eddeee888! - Fix profiler output not being written to the
    filesystem in watch mode (--profile --watch)

    The profiler trace was only written on the non-watch code path, after the watch-mode early return,
    so a profiled watch session never produced a codegen-*.json file.

    The profiler now writes a fresh trace file after the initial run and after every rebuild, with
    each file containing only that run's events. A failed rebuild does not produce a trace and its
    events are discarded so they don't leak into the next successful run.

    The Profiler now owns its own trace lifecycle:

    • a new clear() method starts a new trace
    • a new outputName property provides the filename for the current trace (null for the noop
      profiler)
    • filename generation was removed from CodegenContext
  • Updated dependencies
    [0c8f5ba]:

v7.3.0

Compare Source

Minor Changes
  • #​10921
    58cdb31
    Thanks @​eddeee888! - Extend overwrite with
    overwrite.removeStaleFiles and overwrite.updateExistingFiles

    overwrite was being used to both remove stale files in watch mode and update existing files.
    Some plugins such as Server Preset may dynamically return files to write between watch runs (for
    performance purposes).

    The overwrite can now take an object with overwrite.removeStaleFiles and
    overwrite.updateExistingFiles fields to allow granular control over actions.

    This is not a breaking change because overwrite=true|false still works.

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/plugin-helpers)

v7.2.1

Compare Source

Patch Changes
  • #​10924
    0c8f5ba
    Thanks @​eddeee888! - Fix profiler output not being written to the
    filesystem in watch mode (--profile --watch)

    The profiler trace was only written on the non-watch code path, after the watch-mode early return,
    so a profiled watch session never produced a codegen-*.json file.

    The profiler now writes a fresh trace file after the initial run and after every rebuild, with
    each file containing only that run's events. A failed rebuild does not produce a trace and its
    events are discarded so they don't leak into the next successful run.

    The Profiler now owns its own trace lifecycle:

    • a new clear() method starts a new trace
    • a new outputName property provides the filename for the current trace (null for the noop
      profiler)
    • filename generation was removed from CodegenContext

v7.2.0

Compare Source

Minor Changes
  • #​10921
    58cdb31
    Thanks @​eddeee888! - Extend overwrite with
    overwrite.removeStaleFiles and overwrite.updateExistingFiles

    overwrite was being used to both remove stale files in watch mode and update existing files.
    Some plugins such as Server Preset may dynamically return files to write between watch runs (for
    performance purposes).

    The overwrite can now take an object with overwrite.removeStaleFiles and
    overwrite.updateExistingFiles fields to allow granular control over actions.

    This is not a breaking change because overwrite=true|false still works.

ardatan/graphql-tools (@​graphql-tools/code-file-loader)

v8.1.37

Compare Source

Patch Changes

v8.1.36

Compare Source

Patch Changes

v8.1.35

Compare Source

Patch Changes
graphql-hive/graphql-yoga (@​graphql-yoga/render-graphiql)

v5.22.0

Compare Source

Patch Changes
  • Updated dependencies
    [94ebe5b]:
    • graphql-yoga@​5.22.0
nuxt/content (@​nuxt/content)

v3.16.0

Compare Source

Bug Fixes
  • avoid install prompt in non-interactive environments (#​3833) (2d0e84b)
  • ContentRenderer: keep async component identity stable across re-resolves (#​3835) (dcf86e6)
  • improve generated git cache key (#​3839) (d1e353e)
  • module: keep content templates when building with _prepare (#​3837) (e390c3b)
  • nuxthub: handle object form of hub.db (#​3822) (8841abc)
  • query: tolerate trailing slashes in path-based lookups (#​3838) (220d392)
  • runtime: use dynamic import for #content/adapter to prevent prerender failure (#​3830) (400390a)
  • use UTC getters in formatDate/formatDateTime to prevent timezone drift (#​3782) (9f1f89a)
nuxt/test-utils (@​nuxt/test-utils)

v4.2.0

Compare Source

v4.2.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • browser: add render helper for vitest browser mode (#​1725)
  • runtime-utils: add spy option to mount + render helpers (#​1762)
🩹 Fixes
  • runtime-utils: mockNuxtImport sourcemap mapped position (#​1787)
  • config: tolerate non-cloneable values when cloning config (#​1771)
  • e2e: honour setupTimeout in playwright + surface server logs (#​1785)
  • e2e: add explanation if server exited before being ready (#​1761)
  • module: handle string presets in auto-imports (#​1784)
  • config: don't run includeSource in both projects in defineVitestConfig (#​1763)
  • e2e: use taskkill to kill processes on windows (#​1760)
  • config: support nuxt v5 with nitro vite environment (#​1758)
🏡 Chore
  • avoid missing file extension warning in test/examples (#​1775)
  • exempt first-party packages from pnpm minimumReleaseAge (#​1774)
  • replace latest ranges with caret ranges (#​1773)
  • move vite environment api tests to example tests (#​1755)
✅ Tests
  • re-enable bun browser e2e on windows (#​1791)
🤖 CI
  • migrate to uppt for release workflow (#​1792)
🎉 New Contributors
❤️ Contributors
nuxt/ui (@​nuxt/ui)

v4.11.0

Compare Source

Features
Bug Fixes
  • AuthForm: type submit payload with the schema output (#​6816) (795c353)
  • Calendar: correct size scale (#​6832) (29f9890)
  • CommandPalette: always escape search highlight to prevent XSS (#​6741) (2a172ef)
  • components: resolve theme props consistently in form controls (#​6834) (7c74269)
  • ContentToc: prevent list from collapsing (#​6778) (706cfd0)
  • Editor: ignore updates without document changes (#​6807) (7e615e1)
  • Icon: render bundled icons during SSR in Vue (#​6841) (545f9e3)
  • locale: correct native names and tajik language code (#​6823) (e333e8d)
  • locale: correct slide placeholder casing in lb (#​6822) (10ec237)
  • Marquee: use logical properties and drop broken vertical RTL animation (#​6833) (9b08a84)
  • Modal: emit transition events from overlay when scrollable (#​6786) (5afbd5c)
  • Slider: bind form aria attributes on thumbs instead of root (#​6768) (f3c2ac2)
  • Slider: forward aria attributes to the thumb (#​6848) (d6c3802)
  • theme: blank top-level base in applyUnstyled (#​6825) (3e89ea7)
  • theme: keep variants when replacing slot classes in app config (#​6824) (0fabbe5)
  • Theme: merge class from props with the component class (#​6842) (731ff26)
  • theme: replace deprecated bare tailwind aliases (#​6865) (d4f2ca0)
  • theme: respect reduced motion on remaining movement transitions (ce5b1df)
  • theme: unify motion easing and respect prefers-reduced-motion (#​6742) (735b264)
  • Tree: use logical padding for indentation (#​6815) (958a3ba)
Performance Improvements
  • Button/Select/SelectMenu/InputMenu: narrow reactive dependencies (#​6736) (6bd1dfc)
  • components: memoize tv slot invocations with simple args (#​6737) (4200e80)
vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
danielroe/uppt (danielroe/uppt)

v0.6.9

Compare Source

compare changes

🩹 Fixes
  • pr: Truncate PR body to GitHub's 65536 character limit (a31aacc)
  • pr: Omit commits already released on a diverged branch (8dab331)
  • pr: Cut the commit range at the previous tag's date (0f59214)
❤️ Contributors

v0.6.8

Compare Source

compare changes

🚀 Enhancements
  • Mark prereleases and maintenance releases as non-latest (5c7dcf8)
🩹 Fixes
  • pr,release: Increase max buffer size for git output (3f5df8a)
  • release: Do not mark prereleases as 'latest' on github (b5252ca)
❤️ Contributors

v0.6.7

Compare Source

compare changes

🩹 Fixes
  • pr: Do not auto-close open prerelease PRs (775bb23)
❤️ Contributors

v0.6.6

Compare Source

compare changes

🩹 Fixes
  • Derive npm dist-tag from version when staging prereleases (a270063)
❤️ Contributors

v0.6.5

Compare Source

compare changes

🚀 Enhancements
  • Route comma-separated commit scopes to every named package (3b864fc)
🩹 Fixes
  • Drop redundant package scope in independent changelog sections (ad1eb6d)
💅 Refactors
  • Deduplicate release-PR and tag helpers (f0fd317)
📖 Documentation
  • Simplify README (0f60b6e)
  • Fix stale independent-mode description (f3774c0)
  • Dedent github callouts (0f059c0)
🏡 Chore
  • Pin README example to v0.6.4 (b1bc6c1)
✅ Tests
❤️ Contributors

v0.6.4

Compare Source

compare changes

🩹 Fixes
  • pack,publish: Drop inputs.releases from metadata (8e84fac)
  • pr,pack,publish,release: Improve coordination tag (e087fa4)
  • pr: Drop 'pending releases' section (91974ad)
🏡 Chore
  • Pin README example to v0.6.3 (05217b9)
❤️ Contributors

v0.6.3

Compare Source

compare changes

🩹 Fixes
  • Only rebuild pending release branch when its diff is stale or conflicts (ac56774)
🏡 Chore
  • Pin README example to v0.6.2 (c04d69a)
❤️ Contributors

v0.6.2

Compare Source

compare changes

🩹 Fixes
  • Avoid closing pending release PR when rebuilding its branch (3ebfa46)
💅 Refactors
  • Rename 'unrouted commits' section to 'other commits' (3a60638)
🏡 Chore
  • Pin README example to v0.6.1 (7dcd58d)
❤️ Contributors

v0.6.1

Compare Source

v0.6.1)

🩹 Fixes
  • pr: Tweak wording for multi-package tracker (eab9f22)
🏡 Chore
  • Pin README example to v0.6.0 (1434eb0)
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • pr: Graduate prerelease versions and add prerelease input (01d22d1)
  • Support independent versioning in monorepos (be9855e)
🩹 Fixes
  • ⚠️ Do not run release actions for forks by default (1d56ff6)
🏡 Chore
  • Pin README example to v0.5.5 (e4e2254)
  • Align setup-node version annotation with pinned SHA (#​48)
🤖 CI
  • Add agent-scan workflow to flag bot-authored PRs (0feb31d)
⚠️ Breaking Changes
  • ⚠️ Do not run release actions for forks by default (1d56ff6)
❤️ Contributors
eslint/eslint (eslint)

v10.9.1

Compare Source

v10.9.0

Compare Source

capricorn86/happy-dom (happy-dom)

v20.11.12

Compare Source

👷‍♂️ Patch fixes

v20.11.11

Compare Source

v20.11.10

Compare Source

v20.11.9

Compare Source

v20.11.8

Compare Source

👷‍♂️ Patch fixes
  • Values pushed or assigned to the adoptedStyleSheet array should be validated - By @​capricorn86 in task #​2315

v20.11.7

Compare Source

👷‍♂️ Patch fixes
  • The properties Document.adoptedStyleSheets and ShadowRoot.adoptedStyleSheets should validate it's value - By @​capricorn86 in task #​2313

v20.11.6

Compare Source

👷‍♂️ Patch fixes

v20.11.5

Compare Source

v20.11.4

Compare Source

v20.11.3

Compare Source

👷‍♂️ Patch fixes
webpro-nl/knip (knip)

v6.32.3: Release 6.32.3

Compare Source

actions/node-versions (node)

v24.20.0: 24.20.0

Compare Source

Node.js 24.20.0

pnpm/pnpm (pnpm)

v11.24.0: pnpm 11.24

Compare Source

Minor Changes
Patch Changes
  • Fixed pnpm v11 incorrectly reporting confirmModulesPurge as unrecognized when set in pnpm-workspace.yaml. The Rust CLI now identifies the unsupported option as a pnpm v11 setting instead of suggesting an unrelated setting.

  • pnpm install --frozen-lockfile no longer fails with ERR_PNPM_FROZEN_LOCKFILE_WITH_OUTDATED_LOCKFILE when the pinned pnpm version recorded in pnpm-lock.yaml has to be re-resolved before it can be installed. It runs the pnpm version the lockfile pins and leaves the lockfile unchanged #​14124.

  • Under nodeLinker: hoisted, peer-resolution variants of an injected directory dependency (a file: snapshot) are materialized as separate copies again instead of collapsing onto the first-seen variant. Each copy keeps its own peer-resolved dependency set, so a project pinning one peer version no longer resolves another project's variant — Bit root components with conflicting peers across injected copies rely on this.

  • Fixed pnpm install --merge-git-branch-lockfiles --frozen-lockfile failing with ERR_PNPM_OUTDATED_LOCKFILE when a branch lockfile predates the removal of a dependency, or its move to another dependency group #​13966. A dependency that no project declares anymore is no longer reinstated by the merge, and the packages it was the only path to are dropped with it.

  • Batch workspace publishing accepts a shared scope-specific credential, rejects mismatched credentials for a registry before publishing, and runs the publish and postpublish scripts after each completed registry group pnpm/pnpm#14101.

  • The Rust CLI now honors five settings it recognized but ignored: updateNotifier, legacyDirFiltering, initAuthorName / initAuthorEmail / initAuthorUrl, initLicense, and initVersion. pnpm install and pnpm add check once a day for a newer pnpm and print how to get it (turn it off with updateNotifier: false); a {<dir>} filter selector can go back to matching the subtree below the directory with legacyDirFiltering: true; and pnpm init writes the configured author, license, and version into the package.json it scaffolds. PNPM_CONFIG_INIT_VERSION is now read as well.

    maxsockets, npm's spelling of maxSockets, is no longer ignored: both spellings are read from pnpm-workspace.yaml, the global config file, the environment, and the command line, in that increasing order of precedence — a value passed on the command line now wins even when the two sides spelled the setting differently.

    A lastUpdateCheck timestamp dated in the future — after a clock change, a restored snapshot, or a hand-edited state file — no longer silences the update check until that time comes around.

    legacyDirFiltering no longer reaches the workspace-root selectors pnpm generates for itself: the !{<workspace-root>} exclusion a recursive run / exec / add / test appends, and the {<workspace-root>} inclusion --workspace-root appends. Read as subtree matches they named every project below the root, so a recursive command under the setting selected nothing at all, and --workspace-root pulled in every project below the root instead of the root alone #​14101.

  • pnpm install --frozen-lockfile no longer fails when pnpm-lock.yaml records the pinned pnpm version alongside an engine package the running pnpm does not install it from. An entry pinning another version is still refused, and a plain install rewrites the block #​14124.

v11.23.0: pnpm 11.23

Compare Source

Minor Changes

  • pnpm config get and pnpm config list now show the settings pnpm acts on under their documented names:

    • registries shows the registries pnpm resolves from, merged across every source (.npmrc, pnpm-workspace.yaml, the global config, CLI flags), in the shape the setting is written in: keyed by registry URL, with the default registry declared as the bare @ scope. Bui

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

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

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