Skip to content

Bump cypress from 8.4.0 to 9.1.1#276

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cypress-9.1.1
Closed

Bump cypress from 8.4.0 to 9.1.1#276
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cypress-9.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2021

Bumps cypress from 8.4.0 to 9.1.1.

Release notes

Sourced from cypress's releases.

9.1.1

Released 12/03/2021

Bugfixes:

  • Fixed a regression in 9.1.0 where our built binary didn't contain patches to some dependencies. Addressed in #19239. This fixed some issues including:
    • Requests containing ~ will no longer be improperly encoded. Fixes #19083, #19084, #19115, #19096, #19178.
    • A TypeError displaying data.hasOwnProperty is not a function will no longer throw in some situations. Fixes #19091.
    • Empty extra hooks will no longer be sent as data when recording to the Dashboard. Fixes #19087.
    • The Runner hanging when baseUrl is set to null to load a local file. Fixes #19105
  • When using the default configuration of "nodeVersion": "system" with an installed system node >=17, Cypress will now work properly rather than throw an error incorrectly pointing to the user's plugin file. Fixes #18914.
  • Shadow DOM elements no longer error as hidden during actionability when the element is covered by its parent shadow root. Fixes #18008.
  • When using .type() events now correctly propagate out of the shadow DOM. Fixes #17531.
  • The this context is now properly preserved when overwriting cy.clock(). Fixes #19158.

Dependencies:

  • Upgraded @cypress/request from 2.88.7 to 2.88.10. Addressed in #19099.

9.1.0

Released 11/22/2021

Features:

  • A CYPRESS environment variable will be set to true in child processes where Cypress runs user code in Node.js. You can now detect that you're running in Cypress by looking for process.env.CYPRESS. Addresses #18805.

... (truncated)

Commits
  • a64b72a release 9.1.1
  • 8262f80 fix: patch-package is not applied in dist'ed build (#19239)
  • 11e99fc chore: fix flaky tests (net stubbing, websocket, proxy logging, Firefox syste...
  • 4d35779 chore: Clean up CircleCI Configuraiton (#19212)
  • 6b15468 chore: Migrate Windows Tests from Appveyor to CircleCI (#19037)
  • f85c736 fix: text events propagate out of shadow root. (#19132)
  • 6b19381 fix: Add support for system node 17 (#19094)
  • 4630ef4 fix: set the context when overwriting .clock command (#19158)
  • 42dfb8a docs: add info around next version, testing other projects (#19157)
  • 2c9cb68 feat: adding recommended VSCode plugins to workspace (#19146)
  • 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.0 to 9.1.1.
- [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.0...v9.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2021
@github-actions
Copy link

github-actions bot commented Dec 6, 2021

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

@codecov
Copy link

codecov bot commented Dec 6, 2021

Codecov Report

Merging #276 (390870e) into main (b851517) will decrease coverage by 35.44%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #276       +/-   ##
===========================================
- Coverage   63.14%   27.69%   -35.45%     
===========================================
  Files         180      180               
  Lines        4322     4322               
  Branches      894      868       -26     
===========================================
- Hits         2729     1197     -1532     
- Misses       1588     3122     +1534     
+ Partials        5        3        -2     
Flag Coverage Δ
e2etests ?
unitests 27.69% <ø> (ø)

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

Impacted Files Coverage Δ
src/App.tsx 0.00% <0.00%> (-100.00%) ⬇️
src/i18n.ts 0.00% <0.00%> (-100.00%) ⬇️
src/Routes.tsx 0.00% <0.00%> (-100.00%) ⬇️
src/keycloak.ts 0.00% <0.00%> (-100.00%) ⬇️
src/utils/model-utils.tsx 0.00% <0.00%> (-100.00%) ⬇️
src/pages/controls/controls.tsx 0.00% <0.00%> (-100.00%) ⬇️
src/pages/controls/controls-header.tsx 0.00% <0.00%> (-100.00%) ⬇️
...es/application-inventory/application-inventory.tsx 0.00% <0.00%> (-100.00%) ⬇️
...ls/tags/components/new-tag-modal/new-tag-modal.tsx 0.00% <0.00%> (-100.00%) ⬇️
...s/components/update-tag-modal/update-tag-modal.tsx 0.00% <0.00%> (-100.00%) ⬇️
... and 78 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 b851517...390870e. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2021

Superseded by #281.

@dependabot dependabot bot closed this Dec 22, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cypress-9.1.1 branch December 22, 2021 03:12
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants