[PR #904] [MERGED] chore(deps-dev): bump cypress from 4.6.0 to 4.7.0 #2926

Closed
opened 2026-03-17 00:35:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/cypress-4.7.0


📝 Commits (1)

  • 9f6c0cf chore(deps-dev): bump cypress from 4.6.0 to 4.7.0

📊 Changes

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

View changed files

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

📄 Description

Bumps cypress from 4.6.0 to 4.7.0.

Release notes

Sourced from cypress's releases.

4.7.0

Released 5/26/2020

Features:

  • cy.request() now supports an encoding option that can be used to set the encoding of the response body, defaulting to utf-8. Addresses #2029 and #3576.

Bugfixes:

  • We fixed a regression in 4.6.0 where the address bar of the application under test would disappear when scrolling commands ran and the application under test would visually shift after taking screenshots. Fixes #7443 and #7466.
  • We fixed a regression where test runs could hang when loading spec files with source maps. Fixes #7464.

Misc:

  • We now display a more descriptive error message when the plugins file does not export a function. Addresses #6611.
Commits
  • f986239 release 4.7.0 [skip ci]
  • 478e1d2 Fix source map extraction hanging (#7485)
  • 071c5c7 feat(driver): Add support for encoding option in cy.request() (#7382)
  • b7eec83 chore(deps): Update dependency electron-builder to version 22.6.1 🌟 (#7429)
  • caaca9f Revert "Fix long error in the app iframe cannot be fully scrolled (#7203)" (#...
  • 51127df Update error message when pluginsFile does not export a function (#7381)
  • 0416934 Fix flaky e2e plugins test (#7444)
  • dc202b7 test types against awesome-ts-loader repo (#7415)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by chrisbreiding, a new releaser for cypress since your current version.


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/904 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/27/2020 **Status:** ✅ Merged **Merged:** 5/27/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.7.0` --- ### 📝 Commits (1) - [`9f6c0cf`](https://github.com/hoppscotch/hoppscotch/commit/9f6c0cf104764f38dff084e40a833b19e6093c08) chore(deps-dev): bump cypress from 4.6.0 to 4.7.0 ### 📊 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 4.6.0 to 4.7.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.7.0</h2> <p><em>Released 5/26/2020</em></p> <p><strong>Features:</strong></p> <ul> <li><code>cy.request()</code> now supports an <code>encoding</code> option that can be used to set the encoding of the response body, defaulting to <code>utf-8</code>. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/2029">#2029</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/3576">#3576</a>.</li> </ul> <p><strong>Bugfixes:</strong></p> <ul> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-4-6-0">4.6.0</a> where the address bar of the application under test would disappear when scrolling commands ran and the application under test would visually shift after taking screenshots. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7443">#7443</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7466">#7466</a>.</li> <li>We fixed a regression where test runs could hang when loading spec files with source maps. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7464">#7464</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>We now display a more descriptive error message when the plugins file does not export a function. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6611">#6611</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/f986239f25f2624aa7198daef36bd6301a21e582"><code>f986239</code></a> release 4.7.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/478e1d23618ae2d1eb587c3d167b19967b8e6649"><code>478e1d2</code></a> Fix source map extraction hanging (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7485">#7485</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/071c5c74c6f6cbb3a0d0f6d109abd18de3dafbda"><code>071c5c7</code></a> feat(driver): Add support for <code>encoding</code> option in cy.request() (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7382">#7382</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/b7eec83655a5a8ea0b8509c4675e21406fe7f212"><code>b7eec83</code></a> chore(deps): Update dependency electron-builder to version 22.6.1 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7429">#7429</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/caaca9f951c24902d5ad5ab306551dfc0ac3eb32"><code>caaca9f</code></a> Revert &quot;Fix long error in the app iframe cannot be fully scrolled (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7203">#7203</a>)&quot; (#...</li> <li><a href="https://github.com/cypress-io/cypress/commit/51127df4dd33c45d4475c475868596f4f9f07664"><code>51127df</code></a> Update error message when <code>pluginsFile</code> does not export a function (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7381">#7381</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/04169342e4dae16369ee8e0901ceb25e3f925192"><code>0416934</code></a> Fix flaky e2e plugins test (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7444">#7444</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/dc202b747ebccdf30c98910f428c254808419445"><code>dc202b7</code></a> test types against awesome-ts-loader repo (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7415">#7415</a>)</li> <li>See full diff in <a href="https://github.com/cypress-io/cypress/compare/v4.6.0...v4.7.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~chrisbreiding">chrisbreiding</a>, a new releaser for cypress since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.7.0)](https://dependabot.com/compatibility-score/?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.7.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 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:35:26 +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#2926
No description provided.