[PR #239] [MERGED] ⬆️ Bump cypress from 3.5.0 to 3.6.0 #2504

Closed
opened 2026-03-17 00:12:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/cypress-3.6.0


📝 Commits (1)

  • 8e9af90 ⬆️ Bump cypress from 3.5.0 to 3.6.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 3.5.0 to 3.6.0.

Release notes

Sourced from cypress's releases.

3.6.0

Released 10/31/2019

Features:

  • testFiles now also accepts an Array of glob patterns when specifying what test files to load in configuration. Addresses #5401.

Bugfixes:

  • We fixed a regression in 3.5.0 where the maximum size of an HTTP header or body in a stubbed cy.route() was limited to 8kb causing requests to fail with a 431 HTTP error. Fixes #5431.
  • We fixed a bug where certain types of uncaught errors originating from the application under test would not route through the uncaught:exception handler, and thus could not caught and ignored. These errors will also now correctly indicate that they came from application code. Fixes #987.
  • We fixed a regression in 3.5.0 that would throw an error during cypress verify when running as a non-root user on a non-Windows machine. We now always set the --no-sandbox flag when verifying in Electron, even when running as a non-root user. Fixes #5434.
  • We fixed a regression in 3.5.0 where sometimes cookies were not set on the correct URL during a redirect inside of a cy.visit() or cy.request(). Fixes #5432.
  • We fixed a regression in 3.5.0 causing environment variables containing unicode values to be incorrectly resolved when read via Cypress.env(). Fixes #5435.
  • We fixed a regression in 3.5.0 that prevented use of .click() or .type() inside of an iframe element. Fixes #5449. Fixes #5435.
  • We now throw the proper error message when an element cannot be interacted with due to being covered by an element with position:fixed. Fixes #5430.
  • We fixed a regression in 3.5.0 that caused some click events to not be sent to the correct elements during .click(). Fixes #5459.
  • We updated .type() to properly respect focus selection changes during typing. Fixes #5456.
  • We fixed a regression in 3.5.0 that caused selected text to be overwritten while typing a modifer key during .type(). Fixes #5439.
  • We now send all the proper events during .type() to input elements with type date, time, and datetime-local so that it now behaves as it did prior to 3.5.0. Fixes #5476.
  • We now properly render iframe placeholder content when previewing DOM snapshots. Fixes #5295.

Misc:

  • We no longer log the default option {multiple: true} in the Command Log or the console during cy.dblclick(). Addresses #5406.
  • The text color of inactive tabs within the Cypress Chrome browser has been set to white for better readability. Addresses #1661.

Dependency Updates

  • Replaced express-handlebars with squirrelly to reduce dependency size. Addressed in #5521.
  • Upgraded graceful-fs from 4.2.0 to 4.2.3. Addressed in #5497.
Commits
  • 82ffca9 release 3.6.0 [skip ci]
  • b3e40b0 allow list of search patterns in testFiles config option (#5402)
  • 93093fb fix(deps): update dependency graceful-fs to version 4.2.3 🌟 (#5497)
  • c5b323a set color of inactive tabs to white (#5503)
  • 93446a2 Fixes flaky test in rerun_spec.coffee. (#5546)
  • 232c004 capture AUT uncaught errors and properly route them to uncaught… (#5249)
  • 249db45 Use websockets to stub large XHR response bodies instead of hea… (#5525)
  • e405d8a 3.5.0 - send keyboard events for single value change inputs (#5498)
  • 91a4477 replace handlebars with squirrelly (#5521)
  • 3182f62 fix iframe placeholder html (#5296)
  • 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/239 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/2/2019 **Status:** ✅ Merged **Merged:** 11/2/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-3.6.0` --- ### 📝 Commits (1) - [`8e9af90`](https://github.com/hoppscotch/hoppscotch/commit/8e9af90289953c3a72a902114c54250175f5241f) :arrow_up: Bump cypress from 3.5.0 to 3.6.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 3.5.0 to 3.6.0. <details> <summary>Release notes</summary> *Sourced from [cypress's releases](https://github.com/cypress-io/cypress/releases).* > ## 3.6.0 > *Released 10/31/2019* > > **Features:** > > - [`testFiles`](https://on.cypress.io/configuration#Folders-Files) now also accepts an Array of glob patterns when specifying what test files to load in configuration. Addresses [#5401](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5401). > > **Bugfixes:** > > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) where the maximum size of an HTTP header or body in a stubbed [`cy.route()`](https://on.cypress.io/route) was limited to 8kb causing requests to fail with a 431 HTTP error. Fixes [#5431](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5431). > - We fixed a bug where certain types of uncaught errors originating from the application under test would not route through the [`uncaught:exception`](https://on.cypress.io/catalog-of-events#Uncaught-Exceptions) handler, and thus could not caught and ignored. These errors will also now correctly indicate that they came from application code. Fixes [#987](https://github-redirect.dependabot.com/cypress-io/cypress/issues/987). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) that would throw an error during `cypress verify` when running as a non-root user on a non-Windows machine. We now always set the `--no-sandbox` flag when verifying in Electron, even when running as a non-root user. Fixes [#5434](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5434). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) where sometimes cookies were not set on the correct URL during a redirect inside of a [`cy.visit()`](https://on.cypress.io/visit) or [`cy.request()`](https://on.cypress.io/request). Fixes [#5432](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5432). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) causing environment variables containing unicode values to be incorrectly resolved when read via [`Cypress.env()`](https://on.cypress.io/env). Fixes [#5435](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5435). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) that prevented use of `.click()` or `.type()` inside of an iframe element. Fixes [#5449](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5449). Fixes [#5435](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5435). > - We now throw the proper error message when an element cannot be interacted with due to being covered by an element with `position:fixed`. Fixes [#5430](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5430). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) that caused some `click` events to not be sent to the correct elements during `.click()`. Fixes [#5459](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5459). > - We updated `.type()` to properly respect focus selection changes during typing. Fixes [#5456](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5456). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) that caused selected text to be overwritten while typing a modifer key during `.type()`. Fixes [#5439](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5439). > - We now send all the proper events during `.type()` to input elements with type `date`, `time`, and `datetime-local` so that it now behaves as it did prior to [3.5.0](https://on.cypress.io/changelog-3-5-0). Fixes [#5476](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5476). > - We now properly render iframe placeholder content when previewing DOM snapshots. Fixes [#5295](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5295). > > **Misc:** > > - We no longer log the default option `{multiple: true}` in the Command Log or the console during [`cy.dblclick()`](https://on.cypress.io/dblclick). Addresses [#5406](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5406). > - The text color of inactive tabs within the Cypress Chrome browser has been set to white for better readability. Addresses [#1661](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1661). > > **Dependency Updates** > > - Replaced `express-handlebars` with `squirrelly` to reduce dependency size. Addressed in [#5521](https://github-redirect.dependabot.com/cypress-io/cypress/pull/5521). > - Upgraded `graceful-fs` from `4.2.0` to `4.2.3`. Addressed in [#5497](https://github-redirect.dependabot.com/cypress-io/cypress/pull/5497). </details> <details> <summary>Commits</summary> - [`82ffca9`](https://github.com/cypress-io/cypress/commit/82ffca917e32925430ae31dc1b46f1d05822ebde) release 3.6.0 [skip ci] - [`b3e40b0`](https://github.com/cypress-io/cypress/commit/b3e40b08cd688afd45b1d613f73b9fc2ea81f6be) allow list of search patterns in testFiles config option ([#5402](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5402)) - [`93093fb`](https://github.com/cypress-io/cypress/commit/93093fb3cf51130e97ed914c020e31d5a6836764) fix(deps): update dependency graceful-fs to version 4.2.3 🌟 ([#5497](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5497)) - [`c5b323a`](https://github.com/cypress-io/cypress/commit/c5b323a467aa734794fd44248cc7ed7efc73dfd5) set color of inactive tabs to white ([#5503](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5503)) - [`93446a2`](https://github.com/cypress-io/cypress/commit/93446a25f183f37808221eeaa15d31d05f748a17) Fixes flaky test in rerun_spec.coffee. ([#5546](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5546)) - [`232c004`](https://github.com/cypress-io/cypress/commit/232c0046d3df808561a592e063ac977d06fe29c2) capture AUT uncaught errors and properly route them to uncaught… ([#5249](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5249)) - [`249db45`](https://github.com/cypress-io/cypress/commit/249db45363d9005ffa595b29f85495cece160cb0) Use websockets to stub large XHR response bodies instead of hea… ([#5525](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5525)) - [`e405d8a`](https://github.com/cypress-io/cypress/commit/e405d8a9a1671d7f3591925b42adaba1d94ab757) 3.5.0 - send keyboard events for single value change inputs ([#5498](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5498)) - [`91a4477`](https://github.com/cypress-io/cypress/commit/91a4477ad0d293949e19668f028bcbacc7bba174) replace handlebars with squirrelly ([#5521](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5521)) - [`3182f62`](https://github.com/cypress-io/cypress/commit/3182f6257303c1001aae5c6e7fb11accc437c59e) fix iframe placeholder html ([#5296](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5296)) - Additional commits viewable in [compare view](https://github.com/cypress-io/cypress/compare/v3.5.0...v3.6.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=3.5.0&new-version=3.6.0)](https://dependabot.com/compatibility-score.html?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=3.5.0&new-version=3.6.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:12:07 +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#2504
No description provided.