cli
cli copied to clipboard
The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) from 7.25.9 to 7.28.3. Release notes Sourced from @babel/register's releases. v7.28.3 (2025-08-14) :eyeglasses: Spec Compliance babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env #17443 [static blocks] Do not inject new static fields...
Bumps [mime-types](https://github.com/jshttp/mime-types) from 2.1.35 to 3.0.1. Release notes Sourced from mime-types's releases. v3.0.1 What's Changed chore: upgrade scorecard workflow pinned action versions by @carpasse in jshttp/mime-types#130 fix: update mime-db dependency...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.4 to 2.4.1. Release notes Sourced from softprops/action-gh-release's releases. v2.4.1 What's Changed Other Changes 🔄 fix(util): support brace expansion globs containing commas in parseInputFiles by @Copilot in...
Reverts percy/cli#1995 We already copy those attributes, ``` for (let { name, value } of canvas.attributes) { img.setAttribute(name, value); } ``` So we don't need the below. So previous was...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.26.8 to 7.28.5. Release notes Sourced from @babel/eslint-parser's releases. v7.28.5 (2025-10-23) Thank you @CO0Ki3, @Olexandr88, and @youthfulhps for your first PRs! :eyeglasses: Spec Compliance babel-parser #17446 Allow...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. Release notes Sourced from actions/download-artifact's releases. v6.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.11 to 4.31.0. Release notes Sourced from github/codeql-action's releases. v4.31.0 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
This pull request focuses on enhancing performance tracking and debugging capabilities in the DOM serialization process. Key changes include adding performance metrics to the serialized output, tracking the number of...
When installing something using Percy, noticed the rimraf V3 giving a warning. Would a pr to update it be welcomed? Or is this kept on this version for a specific...