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

Bump cypress from 9.5.3 to 9.5.4 in /src/main/webapp #222

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2022

Bumps cypress from 9.5.3 to 9.5.4.

Release notes

Sourced from cypress's releases.

9.5.4

Released 4/11/2022

Bugfixes:

  • Updates were made to silence Electron warnings related to being unable to connect to dbus. These errors are normal and expected, and do not result in test failures. Because they are always present when running Electron inside docker containers, it has incorrectly led people to believe it is the root-cause of an error within their test run. By silencing these errors, it will improve the debug experience to allow users to focus on meaningful warning and error messages. Fixed #19299.
  • Updates were made to ensure that all *.enable events are sent if Cypress becomes disconnected from the Chrome DevTools Protocol and must re-establish a connection to ensure all command logs are displayed to the user. This fixes an issue where some command logs, like download or network events, are missing once Cypress has disconnected and then reconnected to the Chrome DevTools Protocol. Fixed #20618.
  • Fixed an issue where cy.type('{enter}') was not sending the Enter key for Firefox v98+. This was not an issue with Firefox v97 and below. Fixed #20562.
  • Fixed a regression in 9.3.0 where glob patterns provided to the --spec CLI parameter was incorrectly splitting the patterns in unexpected places when it should have split on commas. Fixes #20794.
  • Fixed an issue with cy.root() to respect the timeout option passed to the command. Previously, when the timeout option was provided, it was ignored and the default timeout was used. Fixed #19985.
  • Updates were made to decrease the length of the Cypress cache path for Windows to ensure installing pre-release versions of the Cypress binary are within the maximum path length of 260 characters. Fixed in #20961.
  • Fixed a regression in 8.6.0 which prevented .pause() from correctly executing when passing the --headed --no-exit CLI flags to cypress run. Fixed #20745.
  • Fixed a regression in 9.2.0 which would sometimes throw an expected error on navigation with cy.back() and cy.go(). Fixed #19749 and #20539.
  • Corrected the Typescript type for a cookie which was incorrectly typed as any when the correct type is Cookie. Fixed in #20513.
  • Added the missing Cypress.Command.addAll() Typescript types. Fixed #18886.
  • Fixed an uncommon error observed in cy.session() where an error was thrown

... (truncated)

Commits
  • 6fc1bed release 9.5.4 [skip ci]
  • 6934c03 fix(regression): cy.pause() should not be ignored with `cypress run --headed ...
  • 4815a56 fix: add missing Cypress.Commands.addAll() types (#20894)
  • c523b92 Merge remote-tracking branch 'origin/master' into develop
  • a81dca7 chore: Don't store video and screenshot artifacts for runs (#20979)
  • c18d9ee chore: Update Chrome (beta) to 101.0.4951.26 (#20957)
  • 933e0eb chore: remove parallelism from test-binary-against-repo jobs (#21004)
  • 95feb15 fix: empty state urls in navigation (#20948)
  • d5c033f fix: add safety check for command.clone when cmd does not have args (#20998)
  • b031803 Merge pull request #20939 from cypress-io/issue-19299-dbus-warnings
  • 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 9.5.3 to 9.5.4.
- [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@v9.5.3...v9.5.4)

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

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 Apr 12, 2022
@project-openubl-preview-bot
Copy link
Contributor

🚀 Container image Preview ✨

The creation of the container image might take aproximately 10 minutes. Once it is available you can pull it using:

docker pull ghcr.io/project-openubl/searchpe/searchpe-standalone:dependabot/npm_and_yarn/src/main/webapp/cypress-9.5.4
docker pull ghcr.io/project-openubl/searchpe/searchpe-enterprise:dependabot/npm_and_yarn/src/main/webapp/cypress-9.5.4
  • To watch the current status of the container image creation visit Workflow runs
  • To see the list of packages created by the boot visit Packages

@codecov
Copy link

codecov bot commented Apr 12, 2022

Codecov Report

Merging #222 (f00de3d) into master (0048103) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #222   +/-   ##
======================================
  Coverage    1.55%   1.55%           
======================================
  Files          52      52           
  Lines         707     707           
  Branches      148     148           
======================================
  Hits           11      11           
  Misses        695     695           
  Partials        1       1           
Flag Coverage Δ
unitests 1.55% <ø> (ø)

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 0048103...f00de3d. Read the comment docs.

@carlosthe19916
Copy link
Member

@dependabot merge

@dependabot dependabot bot merged commit 90c8a26 into master Apr 13, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/main/webapp/cypress-9.5.4 branch April 13, 2022 07:38
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 Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants