[PR #774] [MERGED] chore(deps-dev): bump cypress from 4.3.0 to 4.4.0 #2846

Closed
opened 2026-03-17 00:31:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/cypress-4.4.0


📝 Commits (1)

  • de28bd4 chore(deps-dev): bump cypress from 4.3.0 to 4.4.0

📊 Changes

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

View changed files

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

📄 Description

Bumps cypress from 4.3.0 to 4.4.0.

Release notes

Sourced from cypress's releases.

4.4.0

Released 4/13/2020

Features:

  • TypeScript test files are now supported without using special preprocessors plugins. Addresses #1859.

Bugfixes:

  • We fixed an issue where Cypress could crash with a This socket has been ended by the other party error when testing applications that make use of WebSockets. Fixes #6458.
  • Uncaught errors thrown from within application or test code now display their proper stack trace. Fixes #6964.
  • Assertion errors now include a stack trace that includes the calling code. Fixes #6969.
  • We now clone the options object passed into Cypress commands so that they're not mutated and receive the proper options. Fixes #3171.
  • We fixed an issue where invalid Set-Cookie values could cause requests to fail with a cannot read property key of undefined error. Now, invalid Set-Cookie values will be ignored. Fixes #6890.

Misc:

  • Cypress no longer hides output from cypress --version, cypress version, cypress cache path, or cypress cache list commands when npm log level is silent or warn. Addresses #2705.
  • The cy.task() error message is now more specific about the promise resolution value required. Addresses #6241.

Dependency Updates:

  • Upgraded http-proxy from 1.17.0 to 1.18.0. Addressed in #6934.
Commits

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/774 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/16/2020 **Status:** ✅ Merged **Merged:** 4/16/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.4.0` --- ### 📝 Commits (1) - [`de28bd4`](https://github.com/hoppscotch/hoppscotch/commit/de28bd4660d4d9e0aa734db306e9a6f5adbd9e89) chore(deps-dev): bump cypress from 4.3.0 to 4.4.0 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+6 -6) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cypress](https://github.com/cypress-io/cypress) from 4.3.0 to 4.4.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>4.4.0</h2> <p><em>Released 4/13/2020</em></p> <p><strong>Features:</strong></p> <ul> <li><a href="https://on.cypress.io/typescript-support">TypeScript</a> test files are now supported without using special preprocessors plugins. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/1859">#1859</a>.</li> </ul> <p><strong>Bugfixes:</strong></p> <ul> <li>We fixed an issue where Cypress could crash with a <code>This socket has been ended by the other party</code> error when testing applications that make use of WebSockets. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6458">#6458</a>.</li> <li>Uncaught errors thrown from within application or test code now display their proper stack trace. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6964">#6964</a>.</li> <li>Assertion errors now include a stack trace that includes the calling code. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6969">#6969</a>.</li> <li>We now clone the <code>options</code> object passed into Cypress commands so that they're not mutated and receive the proper <code>options</code>. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/3171">#3171</a>.</li> <li>We fixed an issue where invalid <code>Set-Cookie</code> values could cause requests to fail with a <code>cannot read property key of undefined</code> error. Now, invalid <code>Set-Cookie</code> values will be ignored. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6890">#6890</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>Cypress no longer hides output from <code>cypress --version</code>, <code>cypress version</code>, <code>cypress cache path</code>, or <code>cypress cache list</code> commands when npm log level is <code>silent</code> or <code>warn</code>. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/2705">#2705</a>.</li> <li>The <a href="https://on.cypress.io/task"><code>cy.task()</code></a> error message is now more specific about the promise resolution value required. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6241">#6241</a>.</li> </ul> <p><strong>Dependency Updates:</strong></p> <ul> <li>Upgraded <code>http-proxy</code> from <code>1.17.0</code> to <code>1.18.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6934">#6934</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/437f09b9e555950f528762c4e42bb2f45a974a85"><code>437f09b</code></a> release 4.4.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/e22b362d4cc4dbad11341824a5f60c78003507b9"><code>e22b362</code></a> Out-of-the-box TypeScript Support (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5906">#5906</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/227b2d3834b6727a8429ad8fcf13d89dfa0582d2"><code>227b2d3</code></a> Don’t remove stack from uncaught errors (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6965">#6965</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/745dfbf146123234d8d8610cbd7760107fa32c58"><code>745dfbf</code></a> re-enable dtslint (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6872">#6872</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/5c022b2bb57e91a6d0520cac06dc7cca8c83cbcf"><code>5c022b2</code></a> Fix options scope in navigation (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6977">#6977</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/0046cc55129a37604ac3e47e8a84b1ed5a4d9181"><code>0046cc5</code></a> Ignore invalid Set-Cookie values (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6948">#6948</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/cb6f0fd93f75758de873fde4337ecd8f27554281"><code>cb6f0fd</code></a> e2e tests: use snapshot instead of stdout contains assertion in… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6961">#6961</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/f47f3d64648f09b5b922eb423375580ff8d4902c"><code>f47f3d6</code></a> User-provided options immutability. (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6459">#6459</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/069b22b0d55e42ecfcddfc8f1cabf539dac0266d"><code>069b22b</code></a> Fix 'This socket has been ended by the other party' (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6945">#6945</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/5c048802a35799280ab7b279a45196e0aa13af02"><code>5c04880</code></a> chore(deps): update dependency @cypress/commit-message-install… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6941">#6941</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v4.3.0...v4.4.0">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=4.3.0&new-version=4.4.0)](https://dependabot.com/compatibility-score/?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.3.0&new-version=4.4.0) 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:31:05 +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#2846
No description provided.