Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Bump cypress from 8.4.1 to 8.7.0 #86

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2021

Bumps cypress from 8.4.1 to 8.7.0.

Release notes

Sourced from cypress's releases.

8.7.0

Released 10/25/2021

Features:

  • There are changes to how "slow" tests are determined and displayed in Cypress. Addresses #18496.
    • Added a slowTestThreshold configuration option to customize when tests are considered "slow" during cypress run. A test that runs slower than the given threshold will display in orange text in the default 'spec' reporter. This configuration can be set in your Cypress config file or via specific test configuration.
    • The default slow test threshold was changed from 75ms (Mocha's default) to 10000ms for e2e tests and 250ms for component tests. To restore the old behavior, you can add "slowTestThreshold": 75 to your Cypress config file.
    • All tests will show the time the test ran in milliseconds during cypress run with the default 'spec' reporter.
  • Users can pass an overwrite: true option to Cypress.Screenshot.defaults to change default behavior to overwrite existing screenshots without having to set overwrite for each cy.screenshot() command. Addresses #7955.

Bugfixes:

  • Fixed a regression introduced in 8.6.0 where videos recorded in Electron to the Dashboard were not playable in the Firefox or Safari browser and were not compatible with QuickTime player in MacOS.
  • Fixed a regression introduced in 8.6.0 so that the warning about the projectRoot directory not being writeable will now display correctly. Fixes #18485.
  • Improved the error message when running Cypress without non-root permissions. Fixes #18445.
  • An error now throws when invalid options are passed to the selectorPriority configuration option of Cypress.SelectorPlayground.defaults. Valid values are data-*, id, class, tag, attribute, or nth-child. Fixes #7745.

Dependency Updates:

  • Pinned resolution of ua-parser-js to 0.7.24 to avoid dependency resolution to the compromised package versions. Please read the security advisory and take actions advised as soon as possible. Addressed in #18611

8.6.0

Released 10/11/2021

Features:

... (truncated)

Commits
  • 2a7bfc9 release 8.7.0 [skip ci]
  • 776b730 feat: Add 'slowTestThreshold' and fix this.slow() inside specs (#18496)
  • c027f28 chore: Update Chrome (beta) to 96.0.4664.18 (#18604)
  • 252be9e chore(server): align test folder structure to src folder structure (#18597)
  • dcefd77 fix: pin ua-parser-js to non compromised version (#18611)
  • ffdb188 Revert "pin ua-parser-js to non compromised version"
  • 1bf9406 pin ua-parser-js to non compromised version
  • 5f94cad Merge pull request #18573 from cypress-io/fix-7745-validate-selector-priority...
  • 1ed4e57 Merge branch 'develop' into fix-7745-validate-selector-priority-config
  • 94a3261 chore: Update Chrome (stable) to 95.0.4638.54 (#18563)
  • Additional commits viewable in compare view

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 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)

Bumps [cypress](https://github.com/cypress-io/cypress) from 8.4.1 to 8.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](cypress-io/cypress@v8.4.1...v8.7.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 26, 2021
@github-actions
Copy link

Thanks for your contribution!
Every commit will generate a new build at https://github.com/project-openubl/searchpe-ui/actions/workflows/pr-build-container-images.yml?query=branch%3Adependabot/npm_and_yarn/cypress-8.7.0 and once the build finishes you should be able to use the container image ghcr.io/project-openubl/searchpe-ui/searchpe-ui:dependabot/npm_and_yarn/cypress-8.7.0
To see the full set of container images generated visit https://github.com/project-openubl/searchpe-ui/packages

@codecov
Copy link

codecov bot commented Oct 26, 2021

Codecov Report

Merging #86 (eb88bfc) into master (ecdb101) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   57.58%   57.58%           
=======================================
  Files          55       55           
  Lines         613      613           
  Branches      139      139           
=======================================
  Hits          353      353           
  Misses        257      257           
  Partials        3        3           
Flag Coverage Δ
e2etests 41.29% <ø> (ø)
unitests 44.04% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2021

Superseded by #87.

@dependabot dependabot bot closed this Nov 11, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cypress-8.7.0 branch November 11, 2021 19:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants