Skip to content

Bump @percy/cli from 1.30.6 to 1.31.5#1180

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/percy/cli-1.31.5
Open

Bump @percy/cli from 1.30.6 to 1.31.5#1180
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/percy/cli-1.31.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2025

Bumps @percy/cli from 1.30.6 to 1.31.5.

Release notes

Sourced from @​percy/cli's releases.

v1.31.5

What's Changed

✨ Enhancements

New Contributors

Full Changelog: percy/cli@v1.31.4...v1.31.5

v1.31.5-beta.3

What's Changed

✨ Enhancements

Full Changelog: percy/cli@v1.31.5-beta.2...1.31.5-beta.3

v1.31.5-beta.2

What's Changed

✨Enhancements

  • Add flag to ignore previous approvals on build:approve command in percy/cli#1963

New Contributors

Full Changelog: percy/cli@v1.31.5-beta.1...v1.31.5-beta.2

v1.31.5-beta.1

Percy now fully supports asynchronous DOM serialization, enabling accurate snapshots of modern web applications that use dynamic resources like blob URLs and lazy-loaded images.

Key Improvements:

  • Blob URL Handling: Automatically detects, converts, and captures blob URLs (e.g., blob:http://...) used in images, videos, iframes, and other media elements
  • Lazy-Loaded Image Support: Resolves and captures lazy-loaded images before taking snapshots
  • Fully Async Pipeline: The entire DOM serialization process is now asynchronous, ensuring all dynamic resources are processed before snapshot completion

What Changed:

  • PercyDOM.serialize() is now an async function that returns a Promise
  • Blob URLs are automatically converted to Percy-hosted resources during serialization
  • Lazy-loaded images are resolved and their final sources are captured
  • All SDK integrations remain backward compatible (automation tools automatically handle Promise resolution per W3C WebDriver specification)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Dec 10, 2025
@learning-equality-bot
Copy link

👋 Thanks for contributing!

We will assign a reviewer within the next two weeks. In the meantime, please ensure that:

  • You ran pre-commit locally
  • All issue requirements are satisfied
  • The contribution is aligned with our Contributing guidelines. Pay extra attention to Using generative AI. Pull requests that don't follow the guidelines will be closed.

We'll be in touch! 😊

Copy link
Contributor

@rtibblesbot rtibblesbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preliminary Dependency Review

Package: @percy/cli 1.30.6 → 1.31.5
Semver risk: Minor
Dependency type: devDependency
CI status: All substantive checks pass (frontend tests, lint, netlify deploy). The only failing check is "Check if author is contributor" — an org governance workflow expected to fail for dependabot.
Branch status: Stale — PR is 77 days old (created Dec 10, 2025). Automatic rebases were disabled after 30 days.

Preliminary Assessment

This is a low-risk minor bump of a dev-only visual testing CLI tool. The version range in package.json (^1.28.7) already accepts 1.31.x, so this PR only updates the lockfile. Key changes in 1.31.x include async DOM serialization for blob URL handling and lazy-loaded image support — backward compatible per the release notes.

However, the branch is stale (>30 days old). While it remains mergeable and CI passes, the lockfile may not reflect the latest transitive dependency state.

Action needed: A maintainer with push access should run @dependabot rebase to refresh this branch, after which a full review can proceed.


@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly

How was this generated?

Reviewed the pull request diff checking for:

  • Correctness: bugs, edge cases, undocumented behavior, resource leaks, hardcoded values
  • Design: unnecessary complexity, naming, readability, comment accuracy, redundant state
  • Architecture: duplicated concerns, minimal interfaces, composition over inheritance
  • Testing: behavior-based assertions, mocks only at hard boundaries, accurate coverage
  • Completeness: missing dependencies, unupdated usages, i18n, accessibility, security
  • Principles: DRY (same reason to change), SRP, Rule of Three (no premature abstraction)
  • Checked CI status and linked issue acceptance criteria
  • For UI changes: inspected screenshots for layout, visual completeness, and consistency

@marcellamaki
Copy link
Member

@dependabot rebase

Bumps [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli) from 1.30.6 to 1.31.5.
- [Release notes](https://github.com/percy/cli/releases)
- [Commits](https://github.com/percy/cli/commits/v1.31.5/packages/cli)

---
updated-dependencies:
- dependency-name: "@percy/cli"
  dependency-version: 1.31.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/percy/cli-1.31.5 branch from 6a32a79 to 2b78a34 Compare February 27, 2026 22:38
Copy link
Contributor

@rtibblesbot rtibblesbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Low-risk minor bump of @percy/cli (1.30.6 → 1.31.5), devDependency only, lockfile-only change. Branch has been rebased per maintainer request.

CI: Frontend tests, lint, and deploy preview all pass. Percy visual tests are in waiting status — this is expected as it likely requires a Percy token or manual approval to proceed.

1 prior finding(s) resolved. (Stale branch — maintainer ran @dependabot rebase.)

No new issues found.


@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly

How was this generated?

Compared the current PR state against findings from a prior review:

  • Retrieved prior bot reviews deterministically via the GitHub API
  • Classified each prior finding as RESOLVED, UNRESOLVED, PARTIALLY_ADDRESSED, or CONTESTED
  • Only raised NEW findings for newly introduced code
  • Reviewed the pull request diff checking for correctness, design, architecture, testing, completeness, and adherence to DRY/SRP principles
  • Checked CI status and linked issue acceptance criteria

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants