[PR #460] [MERGED] ⬆️ Bump cypress from 3.8.0 to 3.8.1 #2640

Closed
opened 2026-03-17 00:19:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/460
Author: @dependabot-preview[bot]
Created: 12/28/2019
Status: Merged
Merged: 12/28/2019
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/cypress-3.8.1


📝 Commits (1)

  • 9d02f26 ⬆️ Bump cypress from 3.8.0 to 3.8.1

📊 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.0 to 3.8.1.

Release notes

Sourced from cypress's releases.

3.8.1

Released 12/26/2019

Bugfixes:

  • We fixed a bug where cypress run --headless would not run Chrome-family browsers headlessly. Fixes #5949.
  • We fixed an issue where, on some systems with IPv4 and IPv6 enabled, Cypress would fail to connect to the Chrome DevTools Protocol while launching Chrome, leading to test failures. Fixes #5912.
  • The strict cookie validation added in 3.5.0 for cy.setCookie(), cy.clearCookie(), and cy.getCookie() has been removed. Fixes #5642.
  • We fixed a regression in 3.8.0 where using .type() on number inputs to type non-number characters or the {enter} special character would not type the correct value. Fixes #5968 and #5997.
  • Configuration values set from the plugin file now display with the correct background color in the Configuration panel in the Test Runner Settings. Fixes #6024.
  • We removed the 'Me' and 'An Organization' selections in the Test Runner when setting up a project to more closely match the Dashboard UI. This also fixes an edge case where a user with no default organizations could potentially be unable to set up a project. Fixes #5954.

Misc:

  • We updated the fallback error message for visibility checks to be less confusing. Addresses #5982.
  • The type definitions for cy.location() have been improved. Addresses #5574.

Dependency Updates:

  • Upgraded get-port from 5.0.0 to 5.1.0. Addressed in #6004.
  • Upgraded chrome-remote-interface from 0.28.0 to 0.28.1. Addressed in #6008.
  • Upgraded which from 1.3.1 to 2.0.2. Addressed in #6017.
  • Upgraded ansi_up from 1.3.0 to 4.0.3. Addressed in #4331.
  • Upgraded jimp from 0.6.4 to 0.9.3. Addressed in #4331.
Commits
  • 875d569 release 3.8.1 [skip ci]
  • 6fd352a Fix typo [skip ci]
  • 9419a55 Document release-automations inline, fix typos [skip ci]
  • a6bdc66 chore(deps): Update dependency decaffeinate to version 6.0.9 🌟 (#6041)
  • 30cbd1b chore(deps): Pin dependency @cypress/sinon-chai to version 2.9.… (#6040)
  • 411def0 Typo in the cli readme Markdown header nesting (#6039)
  • ccbbbdd Config values that come from plugins are now colored properly (… (#6036)
  • 9e0f32a address feedback on #6033 (#6034)
  • 16b76f4 fix: edge cases during cy.type in number input (#6033)
  • 37dd275 remove unused deep 'style-loader' (#6028)
  • 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/460 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/28/2019 **Status:** ✅ Merged **Merged:** 12/28/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-3.8.1` --- ### 📝 Commits (1) - [`9d02f26`](https://github.com/hoppscotch/hoppscotch/commit/9d02f2687d0cc928c2e4d9c7689993debd377562) :arrow_up: Bump cypress from 3.8.0 to 3.8.1 ### 📊 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.0 to 3.8.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>3.8.1</h2> <p><em>Released 12/26/2019</em></p> <p><strong>Bugfixes:</strong></p> <ul> <li>We fixed a bug where <a href="https://on.cypress.io/command-line#cypress-run-headless"><code>cypress run --headless</code></a> would not run Chrome-family browsers headlessly. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5949">#5949</a>.</li> <li>We fixed an issue where, on some systems with IPv4 and IPv6 enabled, Cypress would fail to connect to the Chrome DevTools Protocol while launching Chrome, leading to test failures. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5912">#5912</a>.</li> <li>The strict cookie validation added in <a href="https://on.cypress.io/changelog-3-5-0">3.5.0</a> for <a href="https://on.cypress.io/setcookie"><code>cy.setCookie()</code></a>, <a href="https://on.cypress.io/clearcookie"><code>cy.clearCookie()</code></a>, and <a href="https://on.cypress.io/getcookie"><code>cy.getCookie()</code></a> has been removed. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5642">#5642</a>.</li> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-3-8-0">3.8.0</a> where using <a href="https://on.cypress.io/type"><code>.type()</code></a> on number inputs to type non-number characters or the <code>{enter}</code> special character would not type the correct value. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5968">#5968</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5997">#5997</a>.</li> <li>Configuration values set from the plugin file now display with the correct background color in the Configuration panel in the Test Runner Settings. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6024">#6024</a>.</li> <li>We removed the 'Me' and 'An Organization' selections in the Test Runner when setting up a project to more closely match the Dashboard UI. This also fixes an edge case where a user with no default organizations could potentially be unable to set up a project. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5954">#5954</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>We updated the fallback error message for visibility checks to be less confusing. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5982">#5982</a>.</li> <li>The type definitions for <a href="https://on.cypress.io/location"><code>cy.location()</code></a> have been improved. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5574">#5574</a>.</li> </ul> <p><strong>Dependency Updates:</strong></p> <ul> <li>Upgraded <code>get-port</code> from <code>5.0.0</code> to <code>5.1.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6004">#6004</a>.</li> <li>Upgraded <code>chrome-remote-interface</code> from <code>0.28.0</code> to <code>0.28.1</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6008">#6008</a>.</li> <li>Upgraded <code>which</code> from <code>1.3.1</code> to <code>2.0.2</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6017">#6017</a>.</li> <li>Upgraded <code>ansi_up</code> from <code>1.3.0</code> to <code>4.0.3</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/4331">#4331</a>.</li> <li>Upgraded <code>jimp</code> from <code>0.6.4</code> to <code>0.9.3</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/4331">#4331</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/875d5693039e743b170f47aaf94f52aba8d592fd"><code>875d569</code></a> release 3.8.1 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/6fd352ab5b16c95332e8a62fc28ba1c72236eeee"><code>6fd352a</code></a> Fix typo [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/9419a55c3832c3de2d49b25aeee34cc7bbc7d337"><code>9419a55</code></a> Document release-automations inline, fix typos [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/a6bdc6677f60c7c7ebf740c3115397a2163e01d5"><code>a6bdc66</code></a> chore(deps): Update dependency decaffeinate to version 6.0.9 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6041">#6041</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/30cbd1bc0e36b9035cfb92eb5d5d004171d79f38"><code>30cbd1b</code></a> chore(deps): Pin dependency @cypress/sinon-chai to version 2.9.… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6040">#6040</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/411def06203f61e7fa96d9802e318019123a4f3b"><code>411def0</code></a> Typo in the cli readme Markdown header nesting (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6039">#6039</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ccbbbdd313e44878fa8b195dff92230e21061643"><code>ccbbbdd</code></a> Config values that come from plugins are now colored properly (… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6036">#6036</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/9e0f32a4a523102795c69bd4e58fac18e7ace250"><code>9e0f32a</code></a> address feedback on <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6033">#6033</a> (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6034">#6034</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/16b76f4d99807f2466abe9c9ab25da8f26c0a293"><code>16b76f4</code></a> fix: edge cases during cy.type in number input (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6033">#6033</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/37dd2756bcacef3090e0aa313afae20e9481091c"><code>37dd275</code></a> remove unused deep 'style-loader' (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6028">#6028</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v3.8.0...v3.8.1">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.0&new-version=3.8.1)](https://dependabot.com/compatibility-score.html?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=3.8.0&new-version=3.8.1) 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:19:29 +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#2640
No description provided.