chore(deps): update all non-major dependencies - #169
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^26.6.1→^26.6.20.0.81→0.0.82Release Notes
microsoft/playwright-mcp (npm:@playwright/mcp)
v0.0.82Compare Source
✨ Highlights
browser_start_video(opt-in via--caps=devtools) takesfps, sofps: 60records smooth 60 fps videos instead of the default 25, andcursor: truerenders an animated mouse cursor that travels to each action point and stays visible between actions.browser_video_show_actionstakes astylewithpoint,highlightandtitleCSS declarations; the action point marker and the target highlight are now only shown when styled. (microsoft/playwright#42752, microsoft/playwright#42758)webmcp_<tool>, with the page's own input schema and annotations, so an agent can call them directly and let the page do the work instead of driving its UI. The list follows the current tab, and clients get atools/list_changednotification when it changes. This replacesbrowser_webmcp_list/browser_webmcp_callfrom v0.0.81, which are no longer exposed over MCP. Tool names, descriptions, schemas and results come from the page, so treat them as untrusted input. Pass--no-webmcp(configwebmcp: false, envPLAYWRIGHT_MCP_WEBMCP=false) to opt out. WebMCP is experimental, see WebMCP in Chrome for how to enable it. (microsoft/playwright#42671)browser_emulate_mediatool emulates media features on the fly:colorScheme,reducedMotion,forcedColors,contrastand themediatype (screen / print). Omitted parameters are left unchanged,nullclears an override. (microsoft/playwright#42668)--file-paths=absolute(configfilePaths: "absolute", envPLAYWRIGHT_MCP_FILE_PATHS=absolute) to get absolute paths instead. (microsoft/playwright#42673)🐛 Fixes
fix(mcp): keep upload modal and reject bad headers— a failedbrowser_file_upload(e.g. a missing file) reports the error and keeps the file chooser open so it can be retried, andbrowser_route(opt-in via--caps=network) returns an error for a header that is not in theName: Valueform instead of setting a header named"". (microsoft/playwright#42713)fix(chromium): bypass service workers on the storage state page—browser_storage_state(opt-in via--caps=storage) no longer runs the site's own scripts, or fails when they redirect, for origins with an active service worker (microsoft/playwright#42656). (microsoft/playwright#42664, microsoft/playwright#42741)📦 Upgrading
Configs that use
@playwright/mcp@latestpick this release up on the next client restart. To pin it:Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.