Build(deps-dev): bump cypress from 9.6.0 to 9.6.1 #362

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-cypress-9.6.1 into master 2022-05-10 07:53:08 +00:00
argoyle commented 2022-05-10 04:39:57 +00:00 (Migrated from gitlab.com)

Bumps cypress from 9.6.0 to 9.6.1.

Release notes

Sourced from cypress's releases.

9.6.1

Released 5/9/2022

Bugfixes:

Commits
  • 5350a53 chore: release 9.6.1 (#21404)
  • 37df3ca Merge pull request #21395 from cypress-io/ryanm/chore/merge-master
  • 2b42960 Merge branch 'develop' into ryanm/chore/merge-master
  • 0d958dc fix: ensure that proxy logs are updated after the xhr has actually completed ...
  • d26159e Merge remote-tracking branch 'origin/master' into ryanm/chore/merge-master
  • 331e541 chore: Re-organize tests in assertions_spec.js (#21283)
  • d1436ee chore: Distribute tests to desktop-gui containers. Make desktop-gui tests f...
  • dbbad31 chore(sessions): add additional tests (#21338)
  • aa6f3b8 fix: Allow submit button to be outside of the form for implicit submission (#...
  • 05ef83a fix(launcher): support Firefox as a snap (#21328)
  • Additional commits viewable in compare view


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.6.0 to 9.6.1. <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.6.1</h2> <p><em>Released 5/9/2022</em></p> <p><strong>Bugfixes:</strong></p> <ul> <li>Cypress can now launch on systems where Firefox is installed via Snapcraft. Fixed <a href="https://github.com/cypress-io/cypress/issues/19793">#19793</a>.</li> <li>Updates were made to ensure XHR calls are properly displaying the response body in the command log. Fixed <a href="https://github.com/cypress-io/cypress/issues/21361">#21361</a>.</li> <li>Fixed <a href="https://docs.cypress.io/api/commands/contains"><code>cy.contains()</code></a> and <a href="/api/commands/should"><code>.should(https://github.com/cypress-io/cypress/blob/HEAD/'contain', ...)</code></a> to handle finding text that contains backslash characters. Fixed <a href="https://github.com/cypress-io/cypress/issues/19116">#19116</a></li> <li>Updated <a href="/api/commands/type"><code>.type(https://github.com/cypress-io/cypress/blob/HEAD/'{enter}')</code></a> to support sending the Enter keystroke to submit buttons that are not rendered within a form html element, but are associated with a form via the <code>form</code> attribute. Fixed <a href="https://github.com/cypress-io/cypress/issues/21163">#21163</a>.</li> <li>Fixed an issue with <code>cy.session()</code> such that re-running tests in open mode will now correctly recreate a session. Before this change, an error was thrown indicating the saved <code>setup</code> function was not a function because it was serialized. Fixed <a href="https://github.com/cypress-io/cypress/issues/17805">#17805</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/5350a5353ca0568cec94aee7755367f98a104b50"><code>5350a53</code></a> chore: release 9.6.1 (<a href="https://github.com/cypress-io/cypress/issues/21404">#21404</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/37df3cab6430532b63b19586c4da9e5c0beec5cb"><code>37df3ca</code></a> Merge pull request <a href="https://github.com/cypress-io/cypress/issues/21395">#21395</a> from cypress-io/ryanm/chore/merge-master</li> <li><a href="https://github.com/cypress-io/cypress/commit/2b429605e947325b7074bc9aebc52b47f7faab32"><code>2b42960</code></a> Merge branch 'develop' into ryanm/chore/merge-master</li> <li><a href="https://github.com/cypress-io/cypress/commit/0d958dc88d6be3128549631ea36abcf792725c67"><code>0d958dc</code></a> fix: ensure that proxy logs are updated after the xhr has actually completed ...</li> <li><a href="https://github.com/cypress-io/cypress/commit/d26159ef84e0d60b61cdd55ae027efae67d387a2"><code>d26159e</code></a> Merge remote-tracking branch 'origin/master' into ryanm/chore/merge-master</li> <li><a href="https://github.com/cypress-io/cypress/commit/331e5412f566490e75d45d52d8111836745c336c"><code>331e541</code></a> chore: Re-organize tests in assertions_spec.js (<a href="https://github.com/cypress-io/cypress/issues/21283">#21283</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d1436ee56e28fdd395bf66449f5bb11417d74b61"><code>d1436ee</code></a> chore: Distribute tests to desktop-gui containers. Make <code>desktop-gui</code> tests f...</li> <li><a href="https://github.com/cypress-io/cypress/commit/dbbad318aa9649d9254b831a845cbc3b1628c48b"><code>dbbad31</code></a> chore(sessions): add additional tests (<a href="https://github.com/cypress-io/cypress/issues/21338">#21338</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/aa6f3b8039495ac37ced4ac581129a020ba66fa4"><code>aa6f3b8</code></a> fix: Allow submit button to be outside of the form for implicit submission (#...</li> <li><a href="https://github.com/cypress-io/cypress/commit/05ef83a87e8b17dee9e343aa88ae4f756979ac43"><code>05ef83a</code></a> fix(launcher): support Firefox as a snap (<a href="https://github.com/cypress-io/cypress/issues/21328">#21328</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.6.0...v9.6.1">compare view</a></li> </ul> </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-05-10 07:33:36 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 4350972d...334efb32 - 2 commits from branch master
  • 212e1ebd - Build(deps-dev): bump cypress from 9.6.0 to 9.6.1

Compare with previous version

added 3 commits <ul><li>4350972d...334efb32 - 2 commits from branch <code>master</code></li><li>212e1ebd - Build(deps-dev): bump cypress from 9.6.0 to 9.6.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/313/diffs?diff_id=390364094&start_sha=4350972df6bd2a0ad0619cc9d5af67a12ebbab5e)
argoyle commented 2022-05-10 07:43:27 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 212e1ebd...b8cc9b9a - 2 commits from branch master
  • b06ea985 - Build(deps-dev): bump cypress from 9.6.0 to 9.6.1

Compare with previous version

added 3 commits <ul><li>212e1ebd...b8cc9b9a - 2 commits from branch <code>master</code></li><li>b06ea985 - Build(deps-dev): bump cypress from 9.6.0 to 9.6.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/313/diffs?diff_id=390373777&start_sha=212e1ebd2b558e9d947733d3d5714c1f82ac873f)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-05-10 07:51:12 +00:00
argoyle commented 2022-05-10 07:53:09 +00:00 (Migrated from gitlab.com)

mentioned in commit f6d2027dde

mentioned in commit f6d2027dde029039f76917a2f8f9f4bfb3462351
argoyle (Migrated from gitlab.com) merged commit f6d2027dde into master 2022-05-10 07:53:09 +00:00
Sign in to join this conversation.