Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@iconify-json/lucide ^1.2.56 -> ^1.2.70 age confidence dependencies patch
@nuxt/cli (source) ^3.25.1 -> ^3.29.3 age confidence devDependencies minor
@nuxt/eslint (source) ^1.5.2 -> ^1.9.0 age confidence devDependencies minor
@nuxt/eslint-config (source) ^1.5.2 -> ^1.9.0 age confidence devDependencies minor
@playwright/test (source) 1.53.2 -> 1.56.1 age confidence devDependencies minor
@types/node (source) ^22.16.0 -> ^22.18.11 age confidence devDependencies minor
danielroe/provenance-action v0.1.0 -> v0.1.1 age confidence action patch
eslint (source) ^9.30.1 -> ^9.38.0 age confidence devDependencies minor
mcr.microsoft.com/playwright v1.53.2-noble -> v1.56.1-noble age confidence container minor
pkg-types ^2.2.0 -> ^2.3.0 age confidence devDependencies patch
pnpm (source) 10.12.4 -> 10.18.3 age confidence packageManager minor
tailwindcss (source) 4.1.11 -> 4.1.14 age confidence dependencies patch
tinyglobby (source) ^0.2.14 -> ^0.2.15 age confidence devDependencies patch
turbo (source) 2.5.4 -> 2.5.8 age confidence devDependencies patch
typescript (source) 5.8.3 -> 5.9.3 age confidence devDependencies minor
vue (source) 3.5.17 -> 3.5.22 age confidence devDependencies patch
vue (source) 3.5.17 -> 3.5.22 age confidence resolutions patch
vue-tsc (source) 3.0.4 -> 3.1.1 age confidence devDependencies minor

Release Notes

nuxt/cli (@​nuxt/cli)

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

v3.29.1

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • dev: Use existing nuxt options to resolve versions (646b777)
🏡 Chore
🤖 CI
  • Split out comment into workflow_run (ad1e0d8)
  • Extract script from workflow (f2dbebd)
  • Setup latest node for size comment (0755948)
❤️ Contributors

v3.29.0

Compare Source

👉 Changelog

compare changes

🚀 Enhancements
  • upgrade: Add v3, v4, v3-nightly and v4-nightly channels (#​1019)
  • init: Prefill package.json name field with directory (#​422)
  • build,dev: Add vite and vue version to banner (#​1021)
  • dev: Use web fetch handler rather than proxy (#​1051)
🔥 Performance
  • Refactor for improved tree-shaking in create-nuxt (#​1044)
🩹 Fixes
  • init: Properly check installed modules (#​1043)
  • init: Default to false for installing official modules (0399e22)
  • dev: Close watchers before reloading nuxt (#​1050)
  • build: Avoid unnecessary error (b4f9b1a)
  • dev: Move clear argument default to command definition (#​1054)
  • preview: Move port argument alias to command definition (#​1055)
  • dev: Check mtime before restarting (#​1060)
🏡 Chore
  • Only include codspeed plugin in CI & not on windows (8922f6e)
  • Lint (a1684c0)
✅ Tests
🤖 CI
  • Run tests on last node LTS (eff5062)
  • Always publish nightly releases via pkg-pr-new (cdff4b6)
  • Use npm trusted publishing (b4d7e69)
  • Add codspeed mode (f5a8806)
  • Add provenance action to check for downgrades in provenance (9d390df)
  • Do not run autofix on main branch (4d30d3e)
  • Remove caches from pull_request_target workflows (9c6e9c6)
  • Split size compare workflow into two (f5b207e)
  • Re-combine size compare workflow (3ef0dfe)
❤️ Contributors

v3.28.0

Compare Source

3.28.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • init: Add --nightly flag (#​650)
🩹 Fixes
  • dev: Handle array of dotenv file names (73888d3)
  • init: Use amended directory when adding modules (#​998)
  • init: Skip modules that are dependencies of the selected template (#​910)
  • init: Default nightly install to latest (6b80c59)
  • dev: End websocket connections gracefully (#​1001)
  • upgrade: Do not use cache when getting nuxt version (#​1002)
🏡 Chore
🤖 CI
  • Run size compare workflow on pull_request_target (#​999)
❤️ Contributors
nuxt/eslint (@​nuxt/eslint)

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

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)

Bug Fixes

Documentation

  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)

v9.35.0

Compare Source

Features

  • 42761fa feat: implement suggestions for no-empty-function (#​20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#​20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#​19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#​20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#​20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#​20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#​20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#​20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#​20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#​20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#​20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#​20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#​20033) (Francesco Trotta)

Chores

v9.34.0

Compare Source

Features

  • 0bb777a feat: multithread linting (#​19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#​19951) (Pixel998)

Bug Fixes

  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#​20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#​20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#​20002) (Sweta Tanwar)

Documentation

  • 0b4a590 docs: make rulesdir deprecation clearer (#​20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#​20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#​20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#​19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

Chores

v9.33.0

Compare Source

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#​19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#​19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#​19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js

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
Copy link

vercel bot commented Jul 28, 2025

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

Project Deployment Preview Comments Updated (UTC)
examples Ready Ready Preview Comment Oct 18, 2025 10:36am

@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 2e59bd1 to a2f3fab Compare October 6, 2025 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2f3fab to 7ee2ec9 Compare October 7, 2025 08:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ee2ec9 to d099236 Compare October 7, 2025 10:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d099236 to 25546b8 Compare October 7, 2025 10:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25546b8 to 6b91b9b Compare October 8, 2025 05:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b91b9b to 07e5057 Compare October 8, 2025 12:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 07e5057 to b0e8b91 Compare October 9, 2025 12:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0e8b91 to 4dfdac6 Compare October 9, 2025 19:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4dfdac6 to fba9da4 Compare October 9, 2025 23:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fba9da4 to e7d046d Compare October 11, 2025 14:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e7d046d to 519cfe2 Compare October 16, 2025 07:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 519cfe2 to 6eed864 Compare October 17, 2025 03:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6eed864 to cace20e Compare October 17, 2025 23:17
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