[PR #797] [MERGED] chore(deps-dev): bump cypress from 4.4.0 to 4.4.1 #2863

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/cypress-4.4.1


📝 Commits (1)

  • 1a8e162 chore(deps-dev): bump cypress from 4.4.0 to 4.4.1

📊 Changes

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

View changed files

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

📄 Description

Bumps cypress from 4.4.0 to 4.4.1.

Release notes

Sourced from cypress's releases.

4.4.1

Released 4/20/2020

Bugfixes:

  • Cypress can now launch on systems where Chromium is installed via Snapcraft. Fixes #7020.
  • We now check whether the mouseup event's target element is detached before issuing the click event during .click(). Fixes #6923.
  • We fixed a regression in 3.8.1 where the Test Runner could send an undefined organization ID during project setup when the default organization is preselected. Fixes #7013.
  • We fixed a regression in 4.4.0 that caused projects to include bundled TypeScript. Fixes #7036.
  • Fixed an issue where sites that set Feature-Policy: document-domain 'none' headers would fail to load in Cypress. Fixes #6480.

Misc:

  • We fixed some extra spacing displaying below the project nav in the Test Runner. Addresses #7023
  • The typings for run results when using the Module API now indicate they can be null or undefined. Addresses #6126.
  • We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #2690 in #7004.
Commits
  • 6cbeda8 release 4.4.1 [skip ci]
  • c80fe37 Strip document-domain directive from feature-policy header when… (#7007)
  • d7c5452 Fix typo that made user projects include bundled typescript. (#7072)
  • f5544a2 chore(deps): Update dependency @cypress/webpack-preprocessor to… (#7071)
  • 23d53a9 fix error thrown when mouseup element is detached before click (#7010)
  • 036c004 Fix Desktop GUI project nav CSS issues (#7056)
  • 9bfc01d Fix using Chromium installed via snapcraft (#7039)
  • ae5ae1f Fix extra spacing below project nav (#7024)
  • de58acb Fix sending undefined orgId during project setup (#7014)
  • 28b9a5d Merge pull request #7004 from sainthkh/decaff-driver-0
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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/797 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/21/2020 **Status:** ✅ Merged **Merged:** 4/21/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.4.1` --- ### 📝 Commits (1) - [`1a8e162`](https://github.com/hoppscotch/hoppscotch/commit/1a8e162eb997f06dbdaca27750cc856aec2826fd) chore(deps-dev): bump cypress from 4.4.0 to 4.4.1 ### 📊 Changes **2 files changed** (+14510 additions, -14510 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+14509 -14509) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cypress](https://github.com/cypress-io/cypress) from 4.4.0 to 4.4.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>4.4.1</h2> <p><em>Released 4/20/2020</em></p> <p><strong>Bugfixes:</strong></p> <ul> <li>Cypress can now launch on systems where Chromium is installed via Snapcraft. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7020">#7020</a>.</li> <li>We now check whether the <code>mouseup</code> event's target element is detached before issuing the <code>click</code> event during <a href="https://on.cypress.io/click"><code>.click()</code></a>. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6923">#6923</a>.</li> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-3-8-1">3.8.1</a> where the Test Runner could send an <code>undefined</code> organization ID during project setup when the default organization is preselected. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7013">#7013</a>.</li> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-4.4.0">4.4.0</a> that caused projects to include bundled TypeScript. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7036">#7036</a>.</li> <li>Fixed an issue where sites that set <code>Feature-Policy: document-domain 'none'</code> headers would fail to load in Cypress. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6480">#6480</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>We fixed some extra spacing displaying below the project nav in the Test Runner. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7023">#7023</a></li> <li>The typings for run results when using the <a href="https://on.cypress.io/module-api">Module API</a> now indicate they can be <code>null</code> or <code>undefined</code>. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6126">#6126</a>.</li> <li>We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/2690">#2690</a> in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7004">#7004</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/6cbeda8f37ca4a2fcb208f621568e89d6afe2412"><code>6cbeda8</code></a> release 4.4.1 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/c80fe37ca4281fdc56b31b671647f76474a35b8e"><code>c80fe37</code></a> Strip document-domain directive from feature-policy header when… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7007">#7007</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d7c545223a2f2d8da20e9cb5290e4442bdde2c17"><code>d7c5452</code></a> Fix typo that made user projects include bundled typescript. (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7072">#7072</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/f5544a23bf69fe6f9da931bbbbd14c5c9de920a6"><code>f5544a2</code></a> chore(deps): Update dependency @cypress/webpack-preprocessor to… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7071">#7071</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/23d53a97dae80aebb8edfa215caf5ed992b6504b"><code>23d53a9</code></a> fix error thrown when mouseup element is detached before click (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7010">#7010</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/036c004ed9e2305f0ce30a213dd83918db0d24c8"><code>036c004</code></a> Fix Desktop GUI project nav CSS issues (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7056">#7056</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/9bfc01df02a0a8a6779e827c566c4d4513f73ada"><code>9bfc01d</code></a> Fix using Chromium installed via snapcraft (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7039">#7039</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ae5ae1f9e15095643e014084e50bb4cf3c3d749b"><code>ae5ae1f</code></a> Fix extra spacing below project nav (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7024">#7024</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/de58acb849f379d4b84902341b515c0158acffb4"><code>de58acb</code></a> Fix sending <code>undefined</code> orgId during project setup (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7014">#7014</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/28b9a5d5d38d924f652408d3b057e1e4f9f42a9a"><code>28b9a5d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7004">#7004</a> from sainthkh/decaff-driver-0</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v4.4.0...v4.4.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=4.4.0&new-version=4.4.1)](https://dependabot.com/compatibility-score/?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.4.0&new-version=4.4.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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - 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:54 +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#2863
No description provided.