Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@cucumber/messages 30.0.0 -> 30.1.0 age confidence
@playwright/test (source) 1.55.1 -> 1.56.1 age confidence
eslint (source) 9.37.0 -> 9.38.0 age confidence
happy-dom 20.0.2 -> 20.0.7 age confidence
jsdom 27.0.0 -> 27.0.1 age confidence
pino (source) 10.0.0 -> 10.1.0 age confidence
pino-pretty 13.1.1 -> 13.1.2 age confidence
rollup-plugin-visualizer 6.0.4 -> 6.0.5 age confidence
vite (source) 7.1.10 -> 7.1.11 age confidence
vite-plugin-static-copy 3.1.3 -> 3.1.4 age confidence
vue-tsc (source) 3.1.0 -> 3.1.1 age confidence

Warning

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


Release Notes

cucumber/messages (@​cucumber/messages)

v30.1.0

Compare Source

Added
  • [Java] Add OSGi metadata (#​344)
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
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

capricorn86/happy-dom (happy-dom)

v20.0.7

Compare Source

👷‍♂️ Patch fixes

v20.0.6

Compare Source

👷‍♂️ Patch fixes
  • Changes implementation for DOMTokenList.forEach(), Headers.forEach() and NodeList.forEach() to be spec compliant - By @​ikeyan in task #​1858

v20.0.5

Compare Source

👷‍♂️ Patch fixes

v20.0.4

Compare Source

👷‍♂️ Patch fixes
  • Only adds buttons to FormData if they are the submitter - By @​maxmil and @​
    karpiuMG
    in task #​1859

v20.0.3

Compare Source

👷‍♂️ Patch fixes
  • Moves URL resolution to after checking if module preloading is enabled to prevent URL errors to be thrown when unresolvable - By @​iam-medvedev in task #​1851
  • Fixes issue where CSS variables aren't parsed correctly when inside CSS functions - By @​fimion in task #​1837
jsdom/jsdom (jsdom)

v27.0.1

Compare Source

  • Fixed some regressions in CSS selectors. Most such regression fixes were done in a minor update of a dependency, and thus available for all fresh installs of v27.0.0. However, one related to class="" attribute changes is only possible with a new version of jsdom. (asamuzaK)
pinojs/pino (pino)

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v10.0.0...v10.1.0

pinojs/pino-pretty (pino-pretty)

v13.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v13.1.1...v13.1.2

btd/rollup-plugin-visualizer (rollup-plugin-visualizer)

v6.0.5

Compare Source

  • Bump version to test new deployment because of NPM update
vitejs/vite (vite)

v7.1.11

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System
sapphi-red/vite-plugin-static-copy (vite-plugin-static-copy)

v3.1.4

Compare Source

Patch Changes
vuejs/language-tools (vue-tsc)

v3.1.1

Compare Source

Features
  • feat(language-server): support --tsdk command line arg (#​5691)
Bug Fixes
  • fix(language-core): tolerate non-literal export default (#​5675) - Thanks to @​KazariEX!
  • fix(language-core): use component instance props as fallthrough attributes (#​5686) - Thanks to @​KazariEX!
  • fix(typescript-plugin): determine if variable is Ref by RefSymbol property (#​5687) - Thanks to @​KazariEX!
  • fix(language-core): exclude effect of comments on root node (#​5689) - Thanks to @​KazariEX!
  • fix(typescript-plugin): place __vue__ in project instead of program (#​5690)
  • fix(component-type-helpers): remove deprecated $scopedSlots support for Vue 2
  • fix(language-core): replace markdown links after sfc blocks processing (#​5695) - Thanks to @​KazariEX!
  • fix(language-core): do not report unused error on __VLS_export (#​5696) - Thanks to @​KazariEX!
Other Changes
  • refactor(language-core): reimplement writeGlobalTypes without side effects

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot force-pushed the renovate/dev-dependencies branch 27 times, most recently from 6e0fc8c to 7e59b04 Compare October 13, 2025 11:13
@ScharfViktor
Copy link
Contributor

@JammingBen here is bug microsoft/playwright#37766

I believe it will be fixed in 1.57

Should we wait or I can do some workaround?

@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 7e59b04 to 5eb8192 Compare October 14, 2025 15:22
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 5eb8192 to 736afa7 Compare October 15, 2025 00:14
@JammingBen
Copy link
Contributor

@JammingBen here is bug microsoft/playwright#37766

I believe it will be fixed in 1.57

Should we wait or I can do some workaround?

Ok, then let's just wait. Thanks for checking!

@renovate renovate bot force-pushed the renovate/dev-dependencies branch 12 times, most recently from 5f08e1d to e209300 Compare October 20, 2025 00:17
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from e209300 to 3a5f5c6 Compare October 20, 2025 12:18
@renovate
Copy link
Contributor Author

renovate bot commented Oct 20, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@JammingBen JammingBen force-pushed the renovate/dev-dependencies branch from 563ceae to 11ff0ca Compare October 21, 2025 09:58
@JammingBen JammingBen merged commit 03b5d0e into main Oct 21, 2025
28 checks passed
@JammingBen JammingBen deleted the renovate/dev-dependencies branch October 21, 2025 12:41
@openclouders openclouders mentioned this pull request Oct 21, 2025
1 task
@JammingBen
Copy link
Contributor

@ScharfViktor Just fyi, I pinned the version for @playwright/test for now. It doesn't look like this is going to be fixed soon. Let's revisit this a bit later and see where we're standing then.

openclouders pushed a commit that referenced this pull request Oct 21, 2025
chore(deps): update devdependencies (non-major)
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.

3 participants