[PR #1049] [CLOSED] Bump cypress from 4.12.0 to 4.12.1 #3027

Closed
opened 2026-03-17 00:40:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1049
Author: @dependabot[bot]
Created: 8/6/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/cypress-4.12.1


📝 Commits (1)

  • 28a5b00 Bump cypress from 4.12.0 to 4.12.1

📊 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.12.0 to 4.12.1.

Release notes

Sourced from cypress's releases.

4.12.1

Released 8/5/2020

Bugfixes:

  • The error Cannot set property 'err' of undefined will no longer incorrectly throw when rerunning tests in the Test Runner. Fixes #7874.
  • Skipping the last test before a nested suite with a before hook will now correctly run the tests in the suite following the skipped test. Fixes #8086.

Dependency Updates:

  • Upgraded md5 from 2.2.1 to 2.3.0. Addressed in #8161.
  • Upgraded electron-context-menu from 0.15.1 to 2.2.0. Addressed in #8180.
Commits
  • 2156e3e release 4.12.1 [skip ci]
  • a54d793 chore(deps): update dependency markdown-it to version .x 🌟 (#8183)
  • 640505e chore(deps): update dependency react-inspector to version .x 🌟 (#8182)
  • d3e90d6 fix(deps): update dependency electron-context-menu to version .x 🌟 (#8180)
  • 996fe97 fix(deps): update dependency md5 to version 2.3.0 🌟 (#8161)
  • 3ad06db fix: it.skip no longer causes hooks to be assigned to the wrong test (#8113)
  • See full diff 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)

🔄 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/1049 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/6/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.12.1` --- ### 📝 Commits (1) - [`28a5b00`](https://github.com/hoppscotch/hoppscotch/commit/28a5b00c4d86e7c822a358d008843b11403fdd32) Bump cypress from 4.12.0 to 4.12.1 ### 📊 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.12.0 to 4.12.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.12.1</h2> <p><em>Released 8/5/2020</em></p> <p><strong>Bugfixes:</strong></p> <ul> <li>The error <code>Cannot set property 'err' of undefined</code> will no longer incorrectly throw when rerunning tests in the Test Runner. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7874">#7874</a>.</li> <li>Skipping the last test before a nested suite with a <code>before</code> hook will now correctly run the tests in the suite following the skipped test. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8086">#8086</a>.</li> </ul> <p><strong>Dependency Updates:</strong></p> <ul> <li>Upgraded <code>md5</code> from <code>2.2.1</code> to <code>2.3.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/8161">#8161</a>.</li> <li>Upgraded <code>electron-context-menu</code> from <code>0.15.1</code> to <code>2.2.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/8180">#8180</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/2156e3e409aa9394ea558f6f41c3280ec3ea3da7"><code>2156e3e</code></a> release 4.12.1 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/a54d79312e72a666e6082d3adbf8e08277bee8c3"><code>a54d793</code></a> chore(deps): update dependency markdown-it to version .x 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8183">#8183</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/640505e1df835bf2e2d96e40991ca13668ea99f8"><code>640505e</code></a> chore(deps): update dependency react-inspector to version .x 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8182">#8182</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d3e90d6c8c2337476abb8c5958ddabccf81dbc85"><code>d3e90d6</code></a> fix(deps): update dependency electron-context-menu to version .x 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8180">#8180</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/996fe97ee8f3eaf59d4afca571452f4f6674c3ee"><code>996fe97</code></a> fix(deps): update dependency md5 to version 2.3.0 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8161">#8161</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/3ad06dba54760cbeac36b993f1fdcd6492d0b619"><code>3ad06db</code></a> fix: it.skip no longer causes hooks to be assigned to the wrong test (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8113">#8113</a>)</li> <li>See full diff in <a href="https://github.com/cypress-io/cypress/compare/v4.12.0...v4.12.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.12.0&new-version=4.12.1)](https://help.github.com/articles/configuring-automated-security-fixes) 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) </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:40:52 +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#3027
No description provided.