Skip to content

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/Microsoft/playwright-mcp/releases.

meta.description for playwright-mcp is: Playwright MCP server

meta.homepage for playwright-mcp is: https://github.com/Microsoft/playwright-mcp

meta.changelog for playwright-mcp is: https://github.com/Microsoft/playwright-mcp/releases/tag/v0.0.32

Updates performed
  • NPM version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.0.32 with grep in /nix/store/8s2nirdy6jj66053v0x4f4ib1r2qij4f-playwright-mcp-0.0.32
  • found 0.0.32 in filename of file in /nix/store/8s2nirdy6jj66053v0x4f4ib1r2qij4f-playwright-mcp-0.0.32

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

playwright-mcp
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/8s2nirdy6jj66053v0x4f4ib1r2qij4f-playwright-mcp-0.0.32 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A playwright-mcp https://github.com/r-ryantm/nixpkgs/archive/a769d4a7300ab7f01185918d85e9e7479491077e.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/a769d4a7300ab7f01185918d85e9e7479491077e#playwright-mcp

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/8s2nirdy6jj66053v0x4f4ib1r2qij4f-playwright-mcp-0.0.32
ls -la /nix/store/8s2nirdy6jj66053v0x4f4ib1r2qij4f-playwright-mcp-0.0.32/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • playwright-mcp

Maintainer pings

cc @kalekseev for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Jul 31, 2025
@nix-owners nix-owners bot requested a review from kalekseev July 31, 2025 18:22
@r-ryantm r-ryantm changed the title playwright-mcp: 0.0.31 -> 0.0.32 playwright-mcp: 0.0.31 -> 0.0.33 Aug 9, 2025
@r-ryantm r-ryantm force-pushed the auto-update/playwright-mcp branch from a769d4a to a4aee26 Compare August 9, 2025 23:44
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Aug 9, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/Microsoft/playwright-mcp/releases.

meta.description for playwright-mcp is: Playwright MCP server

meta.homepage for playwright-mcp is: https://github.com/Microsoft/playwright-mcp

meta.changelog for playwright-mcp is: https://github.com/Microsoft/playwright-mcp/releases/tag/v0.0.33

Updates performed
  • NPM version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.0.33 with grep in /nix/store/6nssi86av9lx2cbcir2ibgmr15a5l9yn-playwright-mcp-0.0.33
  • found 0.0.33 in filename of file in /nix/store/6nssi86av9lx2cbcir2ibgmr15a5l9yn-playwright-mcp-0.0.33

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

playwright-mcp
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/6nssi86av9lx2cbcir2ibgmr15a5l9yn-playwright-mcp-0.0.33 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A playwright-mcp https://github.com/r-ryantm/nixpkgs/archive/a4aee26da59a40153ad7da32aaadbe5e62cc0502.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/a4aee26da59a40153ad7da32aaadbe5e62cc0502#playwright-mcp

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/6nssi86av9lx2cbcir2ibgmr15a5l9yn-playwright-mcp-0.0.33
ls -la /nix/store/6nssi86av9lx2cbcir2ibgmr15a5l9yn-playwright-mcp-0.0.33/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • playwright-mcp

Maintainer pings

cc @kalekseev for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title playwright-mcp: 0.0.31 -> 0.0.33 playwright-mcp: 0.0.31 -> 0.0.34 Aug 18, 2025
@r-ryantm r-ryantm force-pushed the auto-update/playwright-mcp branch from a4aee26 to 7770e21 Compare August 18, 2025 04:45
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/Microsoft/playwright-mcp/releases.

meta.description for playwright-mcp is: Playwright MCP server

meta.homepage for playwright-mcp is: https://github.com/Microsoft/playwright-mcp

meta.changelog for playwright-mcp is: https://github.com/Microsoft/playwright-mcp/releases/tag/v0.0.34

Updates performed
  • NPM version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.0.34 with grep in /nix/store/8f4244n49cin89mcsifmqjnrl7y25fql-playwright-mcp-0.0.34
  • found 0.0.34 in filename of file in /nix/store/8f4244n49cin89mcsifmqjnrl7y25fql-playwright-mcp-0.0.34

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

playwright-mcp
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/8f4244n49cin89mcsifmqjnrl7y25fql-playwright-mcp-0.0.34 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A playwright-mcp https://github.com/r-ryantm/nixpkgs/archive/7770e21e3f27273f19b5d946e0b61142a8898af2.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/7770e21e3f27273f19b5d946e0b61142a8898af2#playwright-mcp

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/8f4244n49cin89mcsifmqjnrl7y25fql-playwright-mcp-0.0.34
ls -la /nix/store/8f4244n49cin89mcsifmqjnrl7y25fql-playwright-mcp-0.0.34/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • playwright-mcp

Maintainer pings

cc @kalekseev for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@wegank
Copy link
Member

wegank commented Aug 24, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 429913
Commit: 7770e21e3f27273f19b5d946e0b61142a8898af2


x86_64-linux

✅ 1 package built:
  • playwright-mcp

@wegank wegank merged commit 95a70aa into NixOS:master Aug 24, 2025
28 of 29 checks passed
@r-ryantm r-ryantm deleted the auto-update/playwright-mcp branch August 24, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants