Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @percy/cli from 1.26.0 to 1.27.4 #7212

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2023

Bumps @percy/cli from 1.26.0 to 1.27.4.

Release notes

Sourced from @​percy/cli's releases.

v1.27.4

What's Changed

✨ Enhancements

🐛 Bug Fixes

🏗 Maintenance

Full Changelog: percy/cli@v1.27.3...v1.27.4

v1.27.4-beta.4

What's Changed

🏗 Maintenance

Full Changelog: percy/cli@v1.27.4-beta.3...v1.27.4-beta.4

v1.27.4-beta.3

What's Changed

✨ Enhancements

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

v1.27.4-beta.2

What's Changed

✨ Enhancements

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

v1.27.4-beta.1

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file pr:daveit Disables PR Cop pr:e2e Automatically triggers e2e tests to run pr:platform Runs tests against all supported platforms type:maintenance tests, chores, or project maintenance labels Nov 7, 2023
Copy link

deploysentinel bot commented Nov 7, 2023

Current Playwright Test Results Summary

✅ 14 Passing

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 11/07/2023 03:52:50pm UTC)

Run Details

Running Workflow e2e-couchdb on Github Actions

Commit: c79f762

Started: 11/07/2023 03:47:34pm UTC

View Detailed Build Results


Current Playwright Test Results Summary

✅ 152 Passing - ⚠️ 6 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 11/07/2023 03:52:50pm UTC)

Run Details

Running Job e2e-stable on CircleCI

Commit: c79f762

Started: 11/07/2023 03:45:19pm UTC

⚠️ Flakes

📄   functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 2 Flakes

Top 1 Common Error Messages

null

2 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Restricted Notebook Can be locked if at least one page has one entry @addinit
Retry 1Initial Attempt
0% (0) 0 / 125 runs
failed over last 7 days
4% (5) 5 / 125 runs
flaked over last 7 days
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1Initial Attempt
3.25% (4) 4 / 123 runs
failed over last 7 days
34.96% (43) 43 / 123 runs
flaked over last 7 days

📄   functional/plugins/timer/timer.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Timer Can perform actions on the Timer
Retry 1Initial Attempt
0% (0) 0 / 122 runs
failed over last 7 days
11.48% (14) 14 / 122 runs
flaked over last 7 days

📄   functional/plugins/imagery/exampleImagery.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Example Imagery Object Can use independent time conductor to change time
Retry 2Retry 1Initial Attempt
0% (0) 0 / 125 runs
failed over last 7 days
5.60% (7) 7 / 125 runs
flaked over last 7 days

📄   functional/planning/timelist.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1Initial Attempt
5.16% (8) 8 / 155 runs
failed over last 7 days
51.61% (80) 80 / 155 runs
flaked over last 7 days

📄   functional/plugins/notebook/notebookSnapshots.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Snapshot image tests Can drop an image onto a notebook and create a new entry
Retry 1Initial Attempt
0% (0) 0 / 125 runs
failed over last 7 days
71.20% (89) 89 / 125 runs
flaked over last 7 days

View Detailed Build Results


Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #7212 (c79f762) into master (34d3ba0) will increase coverage by 0.14%.
Report is 1 commits behind head on master.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #7212      +/-   ##
==========================================
+ Coverage   55.79%   55.93%   +0.14%     
==========================================
  Files         652      652              
  Lines       26187    26187              
  Branches     2524     2524              
==========================================
+ Hits        14611    14648      +37     
+ Misses      10873    10834      -39     
- Partials      703      705       +2     
Flag Coverage Δ *Carryforward flag
e2e-full 41.82% <ø> (ø) Carriedforward from 34d3ba0
e2e-stable 57.95% <ø> (+0.03%) ⬆️
unit 49.33% <ø> (+0.15%) ⬆️

*This pull request uses carry forward flags. Click here to find out more.

see 8 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34d3ba0...c79f762. Read the comment docs.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/percy/cli-1.27.4 branch from e3983f5 to c79f762 Compare November 7, 2023 15:42
@unlikelyzero unlikelyzero self-requested a review November 7, 2023 15:44
@unlikelyzero unlikelyzero added the pr:e2e:couchdb npm run test:e2e:couchdb label Nov 7, 2023
@github-actions github-actions bot removed pr:platform Runs tests against all supported platforms pr:e2e:couchdb npm run test:e2e:couchdb labels Nov 7, 2023
@unlikelyzero unlikelyzero merged commit c3eef44 into master Nov 7, 2023
16 of 22 checks passed
@unlikelyzero unlikelyzero deleted the dependabot/npm_and_yarn/percy/cli-1.27.4 branch November 7, 2023 15:56
@github-actions github-actions bot removed the pr:e2e Automatically triggers e2e tests to run label Nov 7, 2023
@unlikelyzero unlikelyzero added this to the Target:3.2.0 milestone Nov 13, 2023
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 pr:daveit Disables PR Cop type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant