Build(deps-dev): bump cypress from 9.1.0 to 9.1.1 #157

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-cypress-9.1.1 into master 2021-12-05 16:05:30 +00:00
argoyle commented 2021-12-04 04:53:34 +00:00 (Migrated from gitlab.com)

Bumps cypress from 9.1.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.
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 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.1.0 to 9.1.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.1.1</h2> <p><em>Released 12/03/2021</em></p> <p><strong>Bugfixes:</strong></p> <ul> <li>Fixed a regression in <a href="https://docs.cypress.io/guides/references/changelog#9-1-0">9.1.0</a> where our built binary didn't contain patches to some dependencies. Addressed in <a href="https://github.com/cypress-io/cypress/pull/19239">#19239</a>. This fixed some issues including: <ul> <li>Requests containing <code>~</code> will no longer be improperly encoded. Fixes <a href="https://github.com/cypress-io/cypress/issues/19083">#19083</a>, <a href="https://github.com/cypress-io/cypress/issues/19084">#19084</a>, <a href="https://github.com/cypress-io/cypress/issues/19115">#19115</a>, <a href="https://github.com/cypress-io/cypress/issues/19096">#19096</a>, <a href="https://github.com/cypress-io/cypress/issues/19178">#19178</a>.</li> <li>A TypeError displaying <code>data.hasOwnProperty is not a function</code> will no longer throw in some situations. Fixes <a href="https://github.com/cypress-io/cypress/issues/19091">#19091</a>.</li> <li>Empty extra hooks will no longer be sent as data when recording to the Dashboard. Fixes <a href="https://github.com/cypress-io/cypress/issues/19087">#19087</a>.</li> <li>The Runner hanging when baseUrl is set to null to load a local file. Fixes <a href="https://github.com/cypress-io/cypress/issues/19105">#19105</a></li> </ul> </li> <li>When using the default configuration of <code>&quot;nodeVersion&quot;: &quot;system&quot;</code> with an installed system node &gt;=17, Cypress will now work properly rather than throw an error incorrectly pointing to the user's plugin file. Fixes <a href="https://github.com/cypress-io/cypress/issues/18914">#18914</a>.</li> <li>Shadow DOM elements no longer error as hidden during actionability when the element is covered by its parent shadow root. Fixes <a href="https://github.com/cypress-io/cypress/issues/18008">#18008</a>.</li> <li>When using <code>.type()</code> events now correctly propagate out of the shadow DOM. Fixes <a href="https://github.com/cypress-io/cypress/issues/17531">#17531</a>.</li> <li>The <code>this</code> context is now properly preserved when overwriting <code>cy.clock()</code>. Fixes <a href="https://github.com/cypress-io/cypress/issues/19158">#19158</a>.</li> </ul> <p><strong>Dependencies:</strong></p> <ul> <li>Upgraded <code>@cypress/request</code> from <code>2.88.7</code> to <code>2.88.10</code>. Addressed in <a href="https://github.com/cypress-io/cypress/issues/19099">#19099</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/a64b72a5da5b4031765c721817733b971dd760eb"><code>a64b72a</code></a> release 9.1.1</li> <li><a href="https://github.com/cypress-io/cypress/commit/8262f80d1f8ca72ef4317fc191811f6a46497184"><code>8262f80</code></a> fix: patch-package is not applied in dist'ed build (<a href="https://github.com/cypress-io/cypress/issues/19239">#19239</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/11e99fc35a4cf1fe43abed07cd3f7fb2441fa461"><code>11e99fc</code></a> chore: fix flaky tests (net stubbing, websocket, proxy logging, Firefox syste...</li> <li><a href="https://github.com/cypress-io/cypress/commit/4d35779c8ada80c999537bf9c6d7649c01ff5bad"><code>4d35779</code></a> chore: Clean up CircleCI Configuraiton (<a href="https://github.com/cypress-io/cypress/issues/19212">#19212</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6b15468579b539cd6f6bf3049fdc3ad8a1a414a3"><code>6b15468</code></a> chore: Migrate Windows Tests from Appveyor to CircleCI (<a href="https://github.com/cypress-io/cypress/issues/19037">#19037</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/f85c736d3e493ec052cf6c94e25854ccf279ac30"><code>f85c736</code></a> fix: text events propagate out of shadow root. (<a href="https://github.com/cypress-io/cypress/issues/19132">#19132</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6b19381f7949476b164f64c684c636f4743b98e3"><code>6b19381</code></a> fix: Add support for system node 17 (<a href="https://github.com/cypress-io/cypress/issues/19094">#19094</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/4630ef49d846de529e85372fe892fd6a537fe1a6"><code>4630ef4</code></a> fix: set the context when overwriting .clock command (<a href="https://github.com/cypress-io/cypress/issues/19158">#19158</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/42dfb8abb11921322486467a563902fb870aca6c"><code>42dfb8a</code></a> docs: add info around next version, testing other projects (<a href="https://github.com/cypress-io/cypress/issues/19157">#19157</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/2c9cb68450ab0f1fc072e5cf6e21f517ba555039"><code>2c9cb68</code></a> feat: adding recommended VSCode plugins to workspace (<a href="https://github.com/cypress-io/cypress/issues/19146">#19146</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.1.0...v9.1.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 2021-12-05 15:29:39 +00:00 (Migrated from gitlab.com)

$dependabot rebase

$dependabot rebase
argoyle commented 2021-12-05 15:29:43 +00:00 (Migrated from gitlab.com)

dependabot successfully triggered merge request rebase!

:white_check_mark: `dependabot` successfully triggered merge request rebase!
argoyle commented 2021-12-05 15:38:12 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-12-05 15:38:15 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2021-12-05 15:38:18 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-12-05 15:39:32 +00:00 (Migrated from gitlab.com)

added 7 commits

  • 070e5476...38db2643 - 6 commits from branch master
  • 67c29690 - Build(deps-dev): bump cypress from 9.1.0 to 9.1.1

Compare with previous version

added 7 commits <ul><li>070e5476...38db2643 - 6 commits from branch <code>master</code></li><li>67c29690 - Build(deps-dev): bump cypress from 9.1.0 to 9.1.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/108/diffs?diff_id=290409298&start_sha=070e547662588aa1e385bb840d08d5dcdf78d299)
argoyle commented 2021-12-05 15:40:07 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2021-12-05 15:40:12 +00:00
argoyle commented 2021-12-05 15:45:20 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-12-05 15:45:21 +00:00 (Migrated from gitlab.com)

aborted the automatic merge because source branch was updated

aborted the automatic merge because source branch was updated
argoyle commented 2021-12-05 15:45:21 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 67c29690...31b03253 - 2 commits from branch master
  • 732a84b9 - Build(deps-dev): bump cypress from 9.1.0 to 9.1.1

Compare with previous version

added 3 commits <ul><li>67c29690...31b03253 - 2 commits from branch <code>master</code></li><li>732a84b9 - Build(deps-dev): bump cypress from 9.1.0 to 9.1.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/108/diffs?diff_id=290409932&start_sha=67c29690f302c6583af96c4fffa9840740419bd8)
argoyle commented 2021-12-05 16:05:30 +00:00 (Migrated from gitlab.com)

mentioned in commit efc675148a

mentioned in commit efc675148ab1410f91d47f48cd6872e79bc6bd99
argoyle (Migrated from gitlab.com) merged commit efc675148a into master 2021-12-05 16:05:31 +00:00
Sign in to join this conversation.