Build(deps-dev): bump cypress from 9.4.1 to 9.5.0 #262

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-cypress-9.5.0 into master 2022-02-18 09:05:39 +00:00
argoyle commented 2022-02-17 04:41:05 +00:00 (Migrated from gitlab.com)

Bumps cypress from 9.4.1 to 9.5.0.

Release notes

Sourced from cypress's releases.

9.5.0

Released 2/15/2022

Features:

  • Enhancements were made to the error experience in both run mode and open mode to improve readability and provide meaningful stack traces. Addressed in #20124.
  • Updated the cy.request() log message to hide the origin when it matched the browser origin to make debugging easier. This reduces the length of the log message that could be partially hidden if a long url is requested. Addressed in #20009.
  • Updates were made to log the ShadowRoot and Document elements as HTML elements. Previously these would be logged as enumerated objects, which were difficult to evaluate. Addressed in #20049.
  • Updated the terminal output generated in Cypress run mode to de-emphasis the node path in the run header. Addressed in #20120.

Bugfixes:

  • Fixed an issue where files attached during .selectFile() could have the wrong File prototype. Fixes #20003.
  • Updated .select() to only dispatch the change and input events when the selected option is not the currently selected option. This change aligns .select() with the browser. Fixes #19494.
  • Updated .type(' ') to align with the W3C standards where a click event should be dispatched when the Space key is pressed and the current focus is on a state-changing element with type button, image, submit or reset. Fixes #20067.
Commits
  • 1e6f51a release 9.5.0 [skip ci]
  • 507b96f chore: Update Chrome (stable) to 98.0.4758.102 (#20192)
  • e8d7120 Merge remote-tracking branch 'origin/master' into develop
  • dff45ca Merge pull request #20142 from cypress-io/9b967e06f5-master-into-develop
  • 2bad703 Merge branch 'develop' into 9b967e06f5-master-into-develop
  • a3f0d63 chore: enable volar.takeOverMode
  • 2c88f0c fix: Update .type(' ') to not emit clicks when the keyup event has been pre...
  • a1e6d5c test: remove redundant "other projects" CI jobs (#20133)
  • 02cc29a chore(driver): move cy.focused and cy.root into their own files (#20054)
  • 4b50f9e feat: gray out the path to system node in cypress run header (#20121)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bluewindscypress, a new releaser for cypress since your current version.



Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.4.1 to 9.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>9.5.0</h2> <p><em>Released 2/15/2022</em></p> <p><strong>Features:</strong></p> <ul> <li>Enhancements were made to the error experience in both run mode and open mode to improve readability and provide meaningful stack traces. Addressed in <a href="https://github.com/cypress-io/cypress/issues/20124">#20124</a>.</li> <li>Updated the <code>cy.request()</code> log message to hide the origin when it matched the browser origin to make debugging easier. This reduces the length of the log message that could be partially hidden if a long url is requested. Addressed in <a href="https://github.com/cypress-io/cypress/issues/20009">#20009</a>.</li> <li>Updates were made to log the <code>ShadowRoot</code> and <code>Document</code> elements as HTML elements. Previously these would be logged as enumerated objects, which were difficult to evaluate. Addressed in <a href="https://github.com/cypress-io/cypress/issues/20049">#20049</a>.</li> <li>Updated the terminal output generated in Cypress run mode to de-emphasis the <code>node</code> path in the run header. Addressed in <a href="https://github.com/cypress-io/cypress/issues/20120">#20120</a>.</li> </ul> <p><strong>Bugfixes:</strong></p> <ul> <li>Fixed an issue where files attached during <code>.selectFile()</code> could have the wrong <code>File</code> prototype. Fixes <a href="https://github.com/cypress-io/cypress/issues/20003">#20003</a>.</li> <li>Updated <code>.select()</code> to only dispatch the <code>change</code> and <code>input</code> events when the selected option is not the currently selected option. This change aligns <code>.select()</code> with the browser. Fixes <a href="https://github.com/cypress-io/cypress/issues/19494">#19494</a>.</li> <li>Updated <code>.type(' ')</code> to align with the W3C standards where a click event should be dispatched when the Space key is pressed and the current focus is on a state-changing element with type <code>button</code>, <code>image</code>, <code>submit</code> or <code>reset</code>. Fixes <a href="https://github.com/cypress-io/cypress/pull/20067">#20067</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/1e6f51a3d1cf2a8ddc4855fbb903f7a84b49d24a"><code>1e6f51a</code></a> release 9.5.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/507b96f83445441a33f89b4c8143cb231d234fbe"><code>507b96f</code></a> chore: Update Chrome (stable) to 98.0.4758.102 (<a href="https://github.com/cypress-io/cypress/issues/20192">#20192</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/e8d7120c9785a29dd5e99dd2a5b27b89b2676328"><code>e8d7120</code></a> Merge remote-tracking branch 'origin/master' into develop</li> <li><a href="https://github.com/cypress-io/cypress/commit/dff45ca030532159a6e738866a38a008d0727d60"><code>dff45ca</code></a> Merge pull request <a href="https://github.com/cypress-io/cypress/issues/20142">#20142</a> from cypress-io/9b967e06f5-master-into-develop</li> <li><a href="https://github.com/cypress-io/cypress/commit/2bad703348bdc9d35a00cfe0262023f26a639410"><code>2bad703</code></a> Merge branch 'develop' into 9b967e06f5-master-into-develop</li> <li><a href="https://github.com/cypress-io/cypress/commit/a3f0d63387afbe5395b569ec03e8e3f5f2915918"><code>a3f0d63</code></a> chore: enable volar.takeOverMode</li> <li><a href="https://github.com/cypress-io/cypress/commit/2c88f0c58ec3c1bd8421a05259fc2ab893191f99"><code>2c88f0c</code></a> fix: Update <code>.type(' ')</code> to not emit clicks when the keyup event has been pre...</li> <li><a href="https://github.com/cypress-io/cypress/commit/a1e6d5cad1444e27791b344b2b311196620c1c73"><code>a1e6d5c</code></a> test: remove redundant &quot;other projects&quot; CI jobs (<a href="https://github.com/cypress-io/cypress/issues/20133">#20133</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/02cc29af9eb40aaf050f3facf0083210f3cca068"><code>02cc29a</code></a> chore(driver): move cy.focused and cy.root into their own files (<a href="https://github.com/cypress-io/cypress/issues/20054">#20054</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/4b50f9eec39149389d6f13b1305791b74711b153"><code>4b50f9e</code></a> feat: gray out the path to system node in cypress run header (<a href="https://github.com/cypress-io/cypress/issues/20121">#20121</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.4.1...v9.5.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~bluewindscypress">bluewindscypress</a>, a new releaser for cypress since your current version.</p> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-02-18 08:31:04 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 60be8009...6b91a617 - 2 commits from branch master
  • 8c9f55d9 - Build(deps-dev): bump cypress from 9.4.1 to 9.5.0

Compare with previous version

added 3 commits <ul><li>60be8009...6b91a617 - 2 commits from branch <code>master</code></li><li>8c9f55d9 - Build(deps-dev): bump cypress from 9.4.1 to 9.5.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/213/diffs?diff_id=334755352&start_sha=60be80098cc9649cb7b12712cf5e1426f0555ba2)
argoyle commented 2022-02-18 08:42:27 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 8c9f55d9...cdcd052f - 2 commits from branch master
  • 46d16eb0 - Build(deps-dev): bump cypress from 9.4.1 to 9.5.0

Compare with previous version

added 3 commits <ul><li>8c9f55d9...cdcd052f - 2 commits from branch <code>master</code></li><li>46d16eb0 - Build(deps-dev): bump cypress from 9.4.1 to 9.5.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/213/diffs?diff_id=334764399&start_sha=8c9f55d90a246617f3f710268f930bc637c05d82)
argoyle commented 2022-02-18 08:54:55 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 46d16eb0...83a8c8e5 - 2 commits from branch master
  • cd27cccf - Build(deps-dev): bump cypress from 9.4.1 to 9.5.0

Compare with previous version

added 3 commits <ul><li>46d16eb0...83a8c8e5 - 2 commits from branch <code>master</code></li><li>cd27cccf - Build(deps-dev): bump cypress from 9.4.1 to 9.5.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/213/diffs?diff_id=334774833&start_sha=46d16eb0b0db07bc5474309797be74aa4ccf333a)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-02-18 08:55:18 +00:00
argoyle commented 2022-02-18 09:05:40 +00:00 (Migrated from gitlab.com)

mentioned in commit 6b38f544ab

mentioned in commit 6b38f544ab5791ad9fa25067d07646e1d7ef6622
argoyle (Migrated from gitlab.com) merged commit 6b38f544ab into master 2022-02-18 09:05:40 +00:00
Sign in to join this conversation.