[PR #822] [MERGED] chore(deps-dev): bump cypress from 4.4.1 to 4.5.0 #2880

Closed
opened 2026-03-17 00:32:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/cypress-4.5.0


📝 Commits (1)

  • 33e0084 chore(deps-dev): bump cypress from 4.4.1 to 4.5.0

📊 Changes

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

View changed files

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

📄 Description

Bumps cypress from 4.4.1 to 4.5.0.

Release notes

Sourced from cypress's releases.

4.5.0

Released 4/28/2020

Features:

Bugfixes:

  • Custom Mocha reporters will now correctly use the version of Mocha bundled with Cypress. Fixes #3537 and #6984.
  • We better account for word boundaries in application scripts when modifyObstructiveCode is true. Fixes #7138.
  • Fixed an issue where iterators in TypeScript were not properly transpiled. Fixes #7098.

Misc:

  • The update window in the Test Runner now encourages yarn users to yarn upgrade Cypress instead of yarn add to help prevent installing 2 versions of Cypress when using yarn workspaces. Addressed in #7101.
  • We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #2690 in #7031 and #7097.

Dependency Updates:

  • Upgraded electron from 8.2.0 to 8.2.3. Addressed in #7079.
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 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/822 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/29/2020 **Status:** ✅ Merged **Merged:** 4/29/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.5.0` --- ### 📝 Commits (1) - [`33e0084`](https://github.com/hoppscotch/hoppscotch/commit/33e0084e939d87394ce9f0e94bc2c945ee72fa16) chore(deps-dev): bump cypress from 4.4.1 to 4.5.0 ### 📊 Changes **2 files changed** (+4 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -28) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cypress](https://github.com/cypress-io/cypress) from 4.4.1 to 4.5.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.5.0</h2> <p><em>Released 4/28/2020</em></p> <p><strong>Features:</strong></p> <ul> <li>Cypress now supports the execution of component tests using framework-specific adaptors when setting the <a href="https://on.cypress.io/configuration#Experiments"><code>experimentalComponentTesting</code></a> configuration option to <code>true</code>. For more details see the <a href="https://github.com/bahmutov/cypress-react-unit-test/tree/feature/cypress-mount-mode">cypress-react-unit-test</a> and <a href="https://github.com/bahmutov/cypress-vue-unit-test/tree/feature/cypress-mount-mode">cypress-vue-unit-test</a> repos. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5922">#5922</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6968">#6968</a>.</li> </ul> <p><strong>Bugfixes:</strong></p> <ul> <li><a href="https://on.cypress.io/reporters">Custom Mocha reporters</a> will now correctly use the version of Mocha bundled with Cypress. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/3537">#3537</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6984">#6984</a>.</li> <li>We better account for word boundaries in application scripts when <code>modifyObstructiveCode</code> is <code>true</code>. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7138">#7138</a>.</li> <li>Fixed an issue where iterators in TypeScript were not properly transpiled. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7098">#7098</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>The update window in the Test Runner now encourages yarn users to <code>yarn upgrade</code> Cypress instead of <code>yarn add</code> to help prevent installing 2 versions of Cypress when using yarn workspaces. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7101">#7101</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/7031">#7031</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7097">#7097</a>.</li> </ul> <p><strong>Dependency Updates:</strong></p> <ul> <li>Upgraded <code>electron</code> from <code>8.2.0</code> to <code>8.2.3</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7079">#7079</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/15ad2d4973003fa5e76c2b76be23d5d45fe0d20b"><code>15ad2d4</code></a> release 4.5.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/d0915bf6ec41c39cc897a5724d7dd3e20c5f9ceb"><code>d0915bf</code></a> release 4.5.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/02964410fc956da5c1a9a711ca4bb07f62cd6dc8"><code>0296441</code></a> Fix typescript iterator error. (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7129">#7129</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d69c1d184f8ec7fa8969766098ee3c74dae49450"><code>d69c1d1</code></a> do not follow symlinks when copying files during build (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7156">#7156</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/f7cc3d35cde85f5f81f767f3bf4c1148760f858e"><code>f7cc3d3</code></a> Fix typo in debug log (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7149">#7149</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/71ab65d18a39bcfc197928f6585c63be81b06a08"><code>71ab65d</code></a> Update modifyObstructiveCode regex to account for word boundaries (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7147">#7147</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/51b23800f060e0d068594a41502ec67abc9711e0"><code>51b2380</code></a> Revert &quot;fix rerun before/after hooks on top navigation (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7035">#7035</a>)&quot; (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7152">#7152</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/f31cb3cdc36acd882bae736bbba9465fa685f8ad"><code>f31cb3c</code></a> Add bundled endpoint (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7153">#7153</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/379a9e70081649429761e3e9c8e899fcd3f56ae6"><code>379a9e7</code></a> feat: improve component based tests approach (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5923">#5923</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/79379a96d2cf137b8d87f020d3138b9b6a7a7dab"><code>79379a9</code></a> Replace deprecated babel-preset-es2015 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6770">#6770</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v4.4.1...v4.5.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.4.1&new-version=4.5.0)](https://dependabot.com/compatibility-score/?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.4.1&new-version=4.5.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:32:43 +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#2880
No description provided.