Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@iconify-json/lucide ^1.2.56^1.2.96 age confidence dependencies patch
@nuxt/cli (source) ^3.25.1^3.33.1 age confidence devDependencies minor
@nuxt/eslint (source) ^1.5.2^1.15.2 age confidence devDependencies minor
@nuxt/eslint-config (source) ^1.5.2^1.15.2 age confidence devDependencies minor
@playwright/test (source) 1.53.21.58.2 age confidence devDependencies minor
danielroe/provenance-action v0.1.0v0.1.1 age confidence action patch
eslint (source) ^9.30.1^9.39.4 age confidence devDependencies patch
mcr.microsoft.com/playwright v1.53.2-noblev1.58.2-noble age confidence container minor
pkg-types ^2.2.0^2.3.0 age confidence devDependencies patch
pnpm (source) 10.21.010.30.3 age confidence packageManager minor
tinyexec ^1.0.1^1.0.2 age confidence devDependencies patch
tinyglobby (source) ^0.2.14^0.2.15 age confidence devDependencies patch
turbo (source) 2.5.42.8.14 age confidence devDependencies minor
typescript (source) 5.8.35.9.3 age confidence devDependencies minor
vue-tsc (source) 3.0.43.2.5 age confidence devDependencies minor

Release Notes

nuxt/cli (@​nuxt/cli)

v3.33.1

Compare Source

3.33.1 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes
  • Convert more errors to strings (3cef4f3)
🏡 Chore
  • Migrate Renovate config (#​1215)
  • Unpin @clack/prompts now that it's stable (d3cf87c)
❤️ Contributors

v3.33.0

Compare Source

3.33.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • init: Add fuzzy search for module selection (#​1180)
🩹 Fixes
  • nuxi: Pass --dotenv argument to showVersions in build command (#​1189)
❤️ Contributors

v3.32.0

Compare Source

3.32.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • add: Move module add -> add and add new template-add command (#​1176)
🩹 Fixes
  • init: Silence dependency install logs (#​1172)
  • add: Add better error fallbacks (#​1177)
❤️ Contributors

v3.31.3

Compare Source

3.31.3 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes
  • info: Provide copyable info if clipboard copy fails (#​1164)
  • init: Only show official modules compatible w/ current nuxt (#​1165)
  • dev: Only override NODE_ENV override when initialising server (#​1161)
🤖 CI
❤️ Contributors

v3.31.2

Compare Source

3.31.2 is the next patch release.

👉 Changelog

compare changes

📦 Build
  • Enable shims in tsdown configuration (#​1151)
❤️ Contributors

v3.31.1

Compare Source

3.31.1 is a patch release to address a regression when creating a new project.

👉 Changelog

compare changes

🔥 Performance
  • dev: Use join rather than resolve if adding static string (b0b8fd5)
🩹 Fixes
  • dev: Ensure tsconfig.json exists before starting dev server (0aa3a0f)
  • dev: Handle completions when running npm create nuxt (#​1149)
✅ Tests
  • Add e2e test for create-nuxt cli (3650f92)
❤️ Contributors

v3.31.0

Compare Source

3.31.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • Add shell completions using @bomb.sh/tab (#​1082)
  • Use clack to add more ✨ (#​1121)
  • init: Prompt user to select a template (#​1147)
🩹 Fixes
  • module,init,upgrade: Use updated @clack/prompts (#​1117)
  • dev: Handle --host without explicit host (5278c9e)
  • upgrade: Clean lockfile in workspace dir (01ca983)
  • info: Support nitro version + remove buildModules for v3+ (3eaca44)
  • info: Check if BuildModules is defined (ce9694f)
  • build,dev: Respect NODE_PATH when loading kit/nuxt (d5f9331)
  • dev: Respect https.xxx commandline arguments (#​1129)
  • preview: Respect dotenv command-line arg (#​1144)
  • dev: Prime mtimes cache when starting dev server (#​1137)
💅 Refactors
  • init: Use clack for prettier box styling (#​1077)
🏡 Chore
  • Lint (068c85f)
  • Update pnpm to 10.21 and enable trust policy (7edcce5)
  • Revert pnpm trust policy and restore provenance action (694e92b)
  • Lint (1b26dec)
  • Use github token from environment when fetching templates (7812d77)
  • Lint (40c967f)
🤖 CI
  • Pass token to ci workflow as well (b04de4f)
  • Pass token in more places (fdafc3a)
❤️ Contributors

v3.30.0

Compare Source

3.30.0 is the next minor release.

👀 Highlights

The biggest change in this release is that we drop the built-in proxy server which we previously used.

this will mean that there's not a persistent connection, but it avoids a lot of the pain and potential problematic behaviour with having a proxy (either over socket, which can be flaky on different oses/runtimes - or over network, which is slow on windows).

we're also continuing to focus on performance, including dropping some dependencies, and migrating where possible to new unjs libraries like h3 v2 and srvx.

👉 Changelog

compare changes

🚀 Enhancements
  • dev: Experimentally support nitro v3 + inline h3 (11f8bf7)
🔥 Performance
  • info: Migrate from clipboardy to copy-paste (#​1087)
  • preview: Inline port description (2b40c32)
🩹 Fixes
  • build,dev: Support showing nitro version (70dcc9b)
  • dev: Use proxy instead of web fetch handler (#​1104)
  • module,upgrade: Allow adding module/nuxt version to pnpm workspace root (#​1109)
💅 Refactors
  • analyze: Use srvx to serve analysis results (97d8172)
  • dev: Remove proxy server in favour of direct listening (#​1105)
📦 Build
  • Use tsdown + isolated declarations (#​1095)
🏡 Chore
  • Update knip config (c23e915)
  • Clean up playground console logging (3a92d84)
  • Add verifyDepsBeforeRun: install (#​1106)
  • Update ignoredBuiltDependencies (#​1107)
✅ Tests
  • Remove separate socket runtime tests (df17ad4)
❤️ Contributors

v3.29.3

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • dev: Skip sending headers if they are already sent (4509643)
  • dev: Handle multiple set-cookie headers correctly (#​1079)
  • dev: Handle more kinds of fetch errors (#​1076)
❤️ Contributors

v3.29.2

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • Polyfill process.getBuiltinModule (fa5d5e6)
  • dev: Use node pipelining on windows (#​1072)
🏡 Chore
🤖 CI
  • Write pr number to artifact (5e9adc2)
  • Debug artifact paths (5316bd4)
  • Resolve statsDir + move checkout earlier (c94e144)
  • Remove packages/ dir from size parsing script (5b3d7a3)
❤️ Contributors
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
microsoft/playwright (@​playwright/test)

v1.58.2

Compare Source

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

v1.57.0

Compare Source

v1.56.1

Compare Source

Highlights

#​37871 chore: allow local-network-access permission in chromium
#​37891 fix(agents): remove workspaceFolder ref from vscode mcp
#​37759 chore: rename agents to test agents
#​37757 chore(mcp): fallback to cwd when resolving test config

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

v1.56.0

Compare Source

Playwright Agents

Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test:

  • 🎭 planner explores the app and produces a Markdown test plan
  • 🎭 generator transforms the Markdown plan into the Playwright Test files
  • 🎭 healer executes the test suite and automatically repairs failing tests

Run npx playwright init-agents with your client of choice to generate the latest agent definitions:

### Generate agent files for each agentic loop
### Visual Studio Code
npx playwright init-agents --loop=vscode

### Claude Code
npx playwright init-agents --loop=claude

### opencode
npx playwright init-agents --loop=opencode

[!NOTE]
VS Code v1.105 (currently on the VS Code Insiders channel) is needed for the agentic experience in VS Code. It will become stable shortly, we are a bit ahead of times with this functionality!

Learn more about Playwright Agents

New APIs

UI Mode and HTML Reporter

  • Added option to 'html' reporter to disable the "Copy prompt" button
  • Added option to 'html' reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list
  • Added option to UI Mode mirroring the --update-snapshots options
  • Added option to UI Mode to run only a single worker at a time

Breaking Changes

Miscellaneous

  • Aria snapshots render and compare input placeholder
  • Added environment variable PLAYWRIGHT_TEST to Playwright worker processes to allow discriminating on testing status

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

v1.55.1

Compare Source

Highlights

#​37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#​37147 - [Regression]: Internal error: step id not found.
#​37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#​37137 - Revert "fix(a11y): track inert elements as hidden".
#​37532 - chore: do not use -k option

Browser Versions

  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.55.0

Compare Source

New APIs

  • New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • Automatic toBeVisible() assertions: Codegen can now generate automatic toBeVisible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.54.2

Compare Source

Highlights

#​36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)
#​36828 - [Regression]: Playwright Codegen keeps spamming with selected option
#​36810 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.54.1

Compare Source

Highlights

#​36650 - [Regression]: 1.54.0 breaks downloading browsers when an HTTP(S) proxy is used

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140
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
eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

pnpm/pnpm (pnpm)

v10.30.3

Compare Source

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.29.3

Compare Source

v10.29.2

Compare Source

v10.29.1: pnpm 10.29.1

Compare Source

Minor Changes

  • The pnpm dlx / pnpx command now supports the catalog: protocol. Example: pnpm dlx shx@catalog:.
  • Support configuring auditLevel in the pnpm-workspace.yaml file #​10540.
  • Support bare workspace: protocol without version specifier. It is now treated as workspace:* and resolves to the concrete version during publish #​10436.

Patch Changes

  • Fixed pnpm list --json returning incorrect paths when using global virtual store #​10187.

  • Fix pnpm store path and pnpm store status using workspace root for path resolution when storeDir is relative #​10290.

  • Fixed pnpm run -r failing with "No projects matched the filters" when an empty pnpm-workspace.yaml exists #​10497.

  • Fixed a bug where catalogMode: strict would write the literal string "catalog:" to pnpm-workspace.yaml instead of the resolved version specifier when re-adding an existing catalog dependency #​10176.

  • Fixed the documentation URL shown in pnpm completion --help to point to the correct page at https://pnpm.io/completion #​10281.

  • Skip local file: protocol dependencies during pnpm fetch. This fixes an issue where pnpm fetch would fail in Docker builds when local directory dependencies were not available #​10460.

  • Fixed pnpm audit --json to respect the --audit-level setting for both exit code and output filtering #​10540.

  • update tar to version 7.5.7 to fix security issue

    Updating the version of dependency tar to 7.5.7 because the previous one have a security vulnerability reported here: CVE-2026-24842

  • Fix pnpm audit --fix replacing reference overrides (e.g. $foo) with concrete versions #​10325.

  • Fix shamefullyHoist set via updateConfig in .pnpmfile.cjs not being converted to publicHoistPattern #​10271.

  • pnpm help should correctly report if the currently running pnpm CLI is bundled with Node.js #​10561.

  • Add a warning when the current directory contains the PATH delimiter character. On macOS, folder names containing forward slashes (/) appear as colons (:) at the Unix layer. Since colons are PATH separators in POSIX systems, this breaks PATH injection for node_modules/.bin, causing binaries to not be found when running commands like pnpm exec #​10457.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.28.2: pnpm 10.28.2

Compare Source

Patch Changes

  • Security fix: prevent path traversal in directories.bin field.

  • When pnpm installs a `file:


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 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 requested a review from danielroe as a code owner July 28, 2025 15:09
@vercel
Copy link

vercel bot commented Jul 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
examples Ready Ready Preview, Comment Mar 7, 2026 11:00am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c62af2 to 6e94182 Compare July 29, 2025 21:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6e94182 to 896697a Compare July 30, 2025 07:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 896697a to bae8ff3 Compare July 31, 2025 23:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bae8ff3 to 09ea81d Compare August 1, 2025 08:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09ea81d to 403baba Compare August 1, 2025 17:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 403baba to 6357b2b Compare August 2, 2025 10:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6357b2b to 0b1c475 Compare August 6, 2025 09:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b1c475 to 4bc3f01 Compare August 7, 2025 05:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4bc3f01 to 2ce5129 Compare August 8, 2025 17:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ce5129 to 97b5eb0 Compare August 8, 2025 21:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 97b5eb0 to 1a311a0 Compare August 10, 2025 09:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a311a0 to 8295e5b Compare August 10, 2025 15:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8295e5b to 5caf2de Compare August 10, 2025 19:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5caf2de to ab06501 Compare August 10, 2025 22:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 420574c to ef02421 Compare August 19, 2025 06:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef02421 to 7e9abe4 Compare August 19, 2025 11:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e9abe4 to a2ba143 Compare August 19, 2025 20:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2ba143 to 98a5430 Compare August 20, 2025 04:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 98a5430 to 17e8e32 Compare August 20, 2025 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 17e8e32 to de5bcfd Compare August 21, 2025 08:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de5bcfd to 4032d21 Compare August 22, 2025 23:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4032d21 to c8a7287 Compare August 25, 2025 06:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8a7287 to 076241a Compare August 25, 2025 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 076241a to ff9a8ee Compare August 28, 2025 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff9a8ee to 341df98 Compare August 31, 2025 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 341df98 to dcc9170 Compare September 1, 2025 13:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dcc9170 to 67fa841 Compare September 2, 2025 10:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 67fa841 to b35a31c Compare September 4, 2025 10:43
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