[PR #520] [MERGED] chore(deps-dev): bump cypress from 3.8.2 to 3.8.3 #2674

Closed
opened 2026-03-17 00:21:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/520
Author: @dependabot-preview[bot]
Created: 1/25/2020
Status: Merged
Merged: 1/25/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/cypress-3.8.3


📝 Commits (2)

  • c057c7e chore(deps-dev): bump cypress from 3.8.2 to 3.8.3
  • 048776b Merge branch 'master' into dependabot/npm_and_yarn/cypress-3.8.3

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps cypress from 3.8.2 to 3.8.3.

Release notes

Sourced from cypress's releases.

3.8.3

Released 1/24/2020

Bugfixes:

  • We fixed an error during cypress run indicating could not find CRI target when Cypress was unable to find the tab to control. Fixes #6053.
  • HTTP requests to sites using a TLS version lower than 1.2 now no longer fail. Fixes #5446.
  • cypress verify will no longer error on some systems when -screen is not defined. Fixes #6184.
  • We fixed a regression in 3.5.0 causing cy.type({ force: true }) to no longer forcibly type characters for readonly inputs. Fixes #6116.
  • Generated reports when using custom reporters now have a defined file property. Fixes #1495.

Misc:

  • Messages from cy.get() are now truncated at 50 lines the Command Log instead of the 1 line. Addresses #6145.
  • We now collect more environment variables for Bamboo CI when recording for the Dashboard. Addresses #4895.

Dependency Updates:

  • Upgraded electron from 7.1.9 to 7.1.10. Addressed in #6242.
  • Upgraded electron from 7.1.7 to 7.1.9. Addressed in #6180.
  • Upgraded http-status-codes from 1.3.2 to 1.4.0. Addressed in #6134.
  • Upgraded socket.io and socket.io-client from 2.2.0 to 2.3.0. Addressed in #6179.
Commits
  • 2eda513 release 3.8.3 [skip ci]
  • a74bdff chore(deps): update dependency electron to version 7.1.10 🌟 (#6242)
  • 43b1665 fix(type): type chars for readonly inputs if force: true (#6217)
  • 9ac5fe3 add unit test for xvfb options -screen
  • ee0d6fa fix: set explicit screen when spawning own xvfb (#6199)
  • b2f9059 chore(deps): update dependency electron to version 7.1.9 🌟 (#6180)
  • dfc75c0 chore(deps): update electron to 7.1.9 🌟
  • 4009c24 fix(deps): update dependency socket.io to version 2.3.0 🌟 (#6179)
  • 2cd99c8 Set minimum TLS version to TLSv1 (#6130)
  • 1f1fed2 Update Bamboo variables for CI (#6158)
  • 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/520 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/25/2020 **Status:** ✅ Merged **Merged:** 1/25/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-3.8.3` --- ### 📝 Commits (2) - [`c057c7e`](https://github.com/hoppscotch/hoppscotch/commit/c057c7ea24ce3e809dd0327fb80af497fd6cd331) chore(deps-dev): bump cypress from 3.8.2 to 3.8.3 - [`048776b`](https://github.com/hoppscotch/hoppscotch/commit/048776b53a7ae495539c28e15c6f1e5f2b40b850) Merge branch 'master' into dependabot/npm_and_yarn/cypress-3.8.3 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cypress](https://github.com/cypress-io/cypress) from 3.8.2 to 3.8.3. <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>3.8.3</h2> <p><em>Released 1/24/2020</em></p> <p><strong>Bugfixes:</strong></p> <ul> <li>We fixed an error during <code>cypress run</code> indicating <code>could not find CRI target</code> when Cypress was unable to find the tab to control. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6053">#6053</a>.</li> <li>HTTP requests to sites using a TLS version lower than 1.2 now no longer fail. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5446">#5446</a>.</li> <li><code>cypress verify</code> will no longer error on some systems when <code>-screen</code> is not defined. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6184">#6184</a>.</li> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-3-5-0">3.5.0</a> causing <a href="https://on.cypress.io/type"><code>cy.type({ force: true })</code></a> to no longer forcibly type characters for readonly inputs. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6116">#6116</a>.</li> <li>Generated reports when using <a href="https://on.cypress.io/reporters">custom reporters</a> now have a defined <code>file</code> property. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/1495">#1495</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>Messages from <a href="https://on.cypress.io/get"><code>cy.get()</code></a> are now truncated at 50 lines the Command Log instead of the 1 line. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6145">#6145</a>.</li> <li>We now collect more environment variables for Bamboo CI when recording for the Dashboard. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/4895">#4895</a>.</li> </ul> <p><strong>Dependency Updates:</strong></p> <ul> <li>Upgraded <code>electron</code> from <code>7.1.9</code> to <code>7.1.10</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6242">#6242</a>.</li> <li>Upgraded <code>electron</code> from <code>7.1.7</code> to <code>7.1.9</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6180">#6180</a>.</li> <li>Upgraded <code>http-status-codes</code> from <code>1.3.2</code> to <code>1.4.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6134">#6134</a>.</li> <li>Upgraded <code>socket.io</code> and <code>socket.io-client</code> from <code>2.2.0</code> to <code>2.3.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6179">#6179</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/2eda5130dfd02b1fc672da79a3fa2dfeb96fdd32"><code>2eda513</code></a> release 3.8.3 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/a74bdff1a866fb27c618afee8c01cb81a4b635b7"><code>a74bdff</code></a> chore(deps): update dependency electron to version 7.1.10 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6242">#6242</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/43b16650cd8762876b2a59c214eccdae33cdbd31"><code>43b1665</code></a> fix(type): type chars for readonly inputs if force: true (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6217">#6217</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/9ac5fe3935a3ab3c527218721d881e70d4caf450"><code>9ac5fe3</code></a> add unit test for xvfb options -screen</li> <li><a href="https://github.com/cypress-io/cypress/commit/ee0d6fac91befa126d1a852994903e016da868fa"><code>ee0d6fa</code></a> fix: set explicit screen when spawning own xvfb (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6199">#6199</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/b2f9059552b50092b5a6447716a66685179fefef"><code>b2f9059</code></a> chore(deps): update dependency electron to version 7.1.9 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6180">#6180</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/dfc75c078578a3e156f37fff4ab5bd22964e205f"><code>dfc75c0</code></a> chore(deps): update electron to 7.1.9 🌟</li> <li><a href="https://github.com/cypress-io/cypress/commit/4009c2473cd7bb8598475edba30e1fe72421e843"><code>4009c24</code></a> fix(deps): update dependency socket.io to version 2.3.0 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6179">#6179</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/2cd99c890c69792dcf14194940e322fd24c33c94"><code>2cd99c8</code></a> Set minimum TLS version to TLSv1 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6130">#6130</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/1f1fed2a478f6eefd5cd4518b6acf1d49784209d"><code>1f1fed2</code></a> Update Bamboo variables for CI (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6158">#6158</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v3.8.2...v3.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=3.8.2&new-version=3.8.3)](https://dependabot.com/compatibility-score.html?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=3.8.2&new-version=3.8.3) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:21:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2674
No description provided.