Skip to content

Commit

Permalink
Bump @cypress/request and cypress in /exploratory/tests (#78)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1
and updates ancestor dependency
[cypress](https://github.com/cypress-io/cypress). These dependencies
need to be updated together.

Updates `@cypress/request` from 2.88.12 to 3.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cypress-io/request/releases"><code>@​cypress/request</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.0.1</h2>
<h2><a
href="https://github.com/cypress-io/request/compare/v3.0.0...v3.0.1">3.0.1</a>
(2023-09-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> peg qs to 6.10.4 (<a
href="https://github.com/cypress-io/request/commit/fb9f6255f972ed08a0d916d660e45e82e2d091f1">fb9f625</a>)</li>
</ul>
<h2>v3.0.0</h2>
<h1><a
href="https://github.com/cypress-io/request/compare/v2.88.12...v3.0.0">3.0.0</a>
(2023-08-08)</h1>
<h3>Features</h3>
<ul>
<li>Add allowInsecureRedirect option (<a
href="https://github.com/cypress-io/request/commit/c5bcf21d40fb61feaff21a0e5a2b3934a440024f">c5bcf21</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>The allowInsecureRedirect is <code>false</code> by default, which
may cause issues if your usage relies on insecure redirects. For the
former behavior, you can opt in to insecure redirects by setting the
option to <code>true</code>, but it is not recommended.</li>
</ul>
<p>Co-authored-by: Szymon Drosdzol <a
href="mailto:[email protected]">[email protected]</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cypress-io/request/blob/master/CHANGELOG.md"><code>@​cypress/request</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>Change Log</h2>
<h3>v2.88.0 (2018/08/10)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2996">#2996</a>
fix(uuid): import versioned uuid (<a
href="https://github.com/kwonoj"><code>@​kwonoj</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2994">#2994</a>
Update to oauth-sign 0.9.0 (<a
href="https://github.com/dlecocq"><code>@​dlecocq</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2993">#2993</a>
Fix header tests (<a
href="https://github.com/simov"><code>@​simov</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2904">#2904</a>
<a
href="https://redirect.github.com/cypress-io/request/issues/515">#515</a>,
<a
href="https://redirect.github.com/cypress-io/request/issues/2894">#2894</a>
Strip port suffix from Host header if the protocol is known. (<a
href="https://redirect.github.com/cypress-io/request/issues/2904">#2904</a>)
(<a
href="https://github.com/paambaati"><code>@​paambaati</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2791">#2791</a>
Improve AWS SigV4 support. (<a
href="https://redirect.github.com/cypress-io/request/issues/2791">#2791</a>)
(<a href="https://github.com/vikhyat"><code>@​vikhyat</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2977">#2977</a>
Update test certificates (<a
href="https://github.com/simov"><code>@​simov</code></a>)</li>
</ul>
<h3>v2.87.0 (2018/05/21)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2943">#2943</a>
Replace hawk dependency with a local implemenation (<a
href="https://redirect.github.com/cypress-io/request/issues/2943">#2943</a>)
(<a
href="https://github.com/hueniverse"><code>@​hueniverse</code></a>)</li>
</ul>
<h3>v2.86.0 (2018/05/15)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2885">#2885</a>
Remove redundant code (for Node.js 0.9.4 and below) and dependency (<a
href="https://github.com/ChALkeR"><code>@​ChALkeR</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2942">#2942</a>
Make Test GREEN Again! (<a
href="https://github.com/simov"><code>@​simov</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2923">#2923</a>
Alterations for failing CI tests (<a
href="https://github.com/gareth-robinson"><code>@​gareth-robinson</code></a>)</li>
</ul>
<h3>v2.85.0 (2018/03/12)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2880">#2880</a>
Revert &quot;Update hawk to 7.0.7 (<a
href="https://redirect.github.com/cypress-io/request/issues/2880">#2880</a>)&quot;
(<a href="https://github.com/simov"><code>@​simov</code></a>)</li>
</ul>
<h3>v2.84.0 (2018/03/12)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2793">#2793</a>
Fixed calculation of oauth_body_hash, issue <a
href="https://redirect.github.com/cypress-io/request/issues/2792">#2792</a>
(<a
href="https://github.com/dvishniakov"><code>@​dvishniakov</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2880">#2880</a>
Update hawk to 7.0.7 (<a
href="https://redirect.github.com/cypress-io/request/issues/2880">#2880</a>)
(<a
href="https://github.com/kornel-kedzierski"><code>@​kornel-kedzierski</code></a>)</li>
</ul>
<h3>v2.83.0 (2017/09/27)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2776">#2776</a>
Updating tough-cookie due to security fix. (<a
href="https://redirect.github.com/cypress-io/request/issues/2776">#2776</a>)
(<a
href="https://github.com/karlnorling"><code>@​karlnorling</code></a>)</li>
</ul>
<h3>v2.82.0 (2017/09/19)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2703">#2703</a>
Add Node.js v8 to Travis CI (<a
href="https://github.com/ryysud"><code>@​ryysud</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2751">#2751</a>
Update of hawk and qs to latest version (<a
href="https://redirect.github.com/cypress-io/request/issues/2751">#2751</a>)
(<a
href="https://github.com/Olivier-Moreau"><code>@​Olivier-Moreau</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2658">#2658</a>
Fixed some text in README.md (<a
href="https://redirect.github.com/cypress-io/request/issues/2658">#2658</a>)
(<a
href="https://github.com/Marketionist"><code>@​Marketionist</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2635">#2635</a>
chore(package): update aws-sign2 to version 0.7.0 (<a
href="https://redirect.github.com/cypress-io/request/issues/2635">#2635</a>)
(<a
href="https://github.com/greenkeeperio-bot"><code>@​greenkeeperio-bot</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2641">#2641</a>
Update README to simplify &amp; update convenience methods (<a
href="https://redirect.github.com/cypress-io/request/issues/2641">#2641</a>)
(<a
href="https://github.com/FredKSchott"><code>@​FredKSchott</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2541">#2541</a>
Add convenience method for HTTP OPTIONS (<a
href="https://redirect.github.com/cypress-io/request/issues/2541">#2541</a>)
(<a
href="https://github.com/jamesseanwright"><code>@​jamesseanwright</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2605">#2605</a>
Add promise support section to README (<a
href="https://redirect.github.com/cypress-io/request/issues/2605">#2605</a>)
(<a
href="https://github.com/FredKSchott"><code>@​FredKSchott</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2579">#2579</a>
refactor(lint): replace eslint with standard (<a
href="https://redirect.github.com/cypress-io/request/issues/2579">#2579</a>)
(<a
href="https://github.com/ahmadnassri"><code>@​ahmadnassri</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2598">#2598</a>
Update codecov to version 2.0.2 🚀 (<a
href="https://github.com/greenkeeperio-bot"><code>@​greenkeeperio-bot</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2590">#2590</a>
Adds test-timing keepAlive test (<a
href="https://github.com/nicjansma"><code>@​nicjansma</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2589">#2589</a>
fix tabulation on request example README.MD (<a
href="https://github.com/odykyi"><code>@​odykyi</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2594">#2594</a>
chore(dependencies): har-validator to 5.x [removes babel dep] (<a
href="https://github.com/ahmadnassri"><code>@​ahmadnassri</code></a>)</li>
</ul>
<h3>v2.81.0 (2017/03/09)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2584">#2584</a>
Security issue: Upgrade qs to version 6.4.0 (<a
href="https://github.com/sergejmueller"><code>@​sergejmueller</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2578">#2578</a>
safe-buffer doesn't zero-fill by default, its just a polyfill. (<a
href="https://redirect.github.com/cypress-io/request/issues/2578">#2578</a>)
(<a href="https://github.com/mikeal"><code>@​mikeal</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2566">#2566</a>
Timings: Tracks 'lookup', adds 'wait' time, fixes connection re-use (<a
href="https://redirect.github.com/cypress-io/request/issues/2566">#2566</a>)
(<a
href="https://github.com/nicjansma"><code>@​nicjansma</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2574">#2574</a>
Migrating to safe-buffer for improved security. (<a
href="https://github.com/mikeal"><code>@​mikeal</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2573">#2573</a>
fixes <a
href="https://redirect.github.com/cypress-io/request/issues/2572">#2572</a>
(<a
href="https://github.com/ahmadnassri"><code>@​ahmadnassri</code></a>)</li>
</ul>
<h3>v2.80.0 (2017/03/04)</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cypress-io/request/commit/ca62f3a2064ce2779fa8c1cdf3ae0d8695595754"><code>ca62f3a</code></a>
Merge pull request <a
href="https://redirect.github.com/cypress-io/request/issues/44">#44</a>
from MikeMcC399/peg/qs</li>
<li><a
href="https://github.com/cypress-io/request/commit/fb9f6255f972ed08a0d916d660e45e82e2d091f1"><code>fb9f625</code></a>
fix(deps): peg qs to 6.10.4</li>
<li><a
href="https://github.com/cypress-io/request/commit/99338c8c90b13a76b24b205b492ca58c3832d638"><code>99338c8</code></a>
chore: updates related to release process (<a
href="https://redirect.github.com/cypress-io/request/issues/41">#41</a>)</li>
<li><a
href="https://github.com/cypress-io/request/commit/c5bcf21d40fb61feaff21a0e5a2b3934a440024f"><code>c5bcf21</code></a>
feat: Add allowInsecureRedirect option</li>
<li>See full diff in <a
href="https://github.com/cypress-io/request/compare/v2.88.12...v3.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `cypress` from 12.17.4 to 13.3.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>v13.3.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#13-3-0">https://docs.cypress.io/guides/references/changelog#13-3-0</a></p>
<h2>v13.2.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#13-2-0">https://docs.cypress.io/guides/references/changelog#13-2-0</a></p>
<h2>v13.1.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#13-1-0">https://docs.cypress.io/guides/references/changelog#13-1-0</a></p>
<h2>v13.0.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#13-0-0">https://docs.cypress.io/guides/references/changelog#13-0-0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cypress-io/cypress/commit/0871b03c5b21711cd23056454da8f23dcaca4950"><code>0871b03</code></a>
chore: update 13.3.0 release date in changelog (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27918">#27918</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/1ec045fe983ae7b39e3e05ad13c701436961a47c"><code>1ec045f</code></a>
chore: fix action to properly add PR to the Triage Board for visibility
(<a
href="https://redirect.github.com/cypress-io/cypress/issues/27917">#27917</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/a1b4124581a94b78047fd91d701a446d6ec1b536"><code>a1b4124</code></a>
chore: release 13.3.0 (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27900">#27900</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/b114dced988be966b054ca810649da841bad2836"><code>b114dce</code></a>
fix: statusCode allow 999 (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27853">#27853</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/dbfb3e658aefc9b9a5f3122d98908415fea55bfa"><code>dbfb3e6</code></a>
chore: Update installation requirements in CONTRIBUTING.md (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27878">#27878</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/b1efbaf92bb4099a53891cdd6353eff7c05b601e"><code>b1efbaf</code></a>
chore(deps): update dependency systeminformation to v5.21.7 [security]
(<a
href="https://redirect.github.com/cypress-io/cypress/issues/27874">#27874</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/199f4c357c4d7a31bc76cc6d875bfa40d3f6c332"><code>199f4c3</code></a>
chore: remove KPI generation workflow (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27887">#27887</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/273d8ced079bcb0c56d44ab8deb3a1667db257bd"><code>273d8ce</code></a>
chore: skip binary jobs if we don't have a circle token (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27876">#27876</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/ce17a4446e49c5469b7f1b55a3268427ca554088"><code>ce17a44</code></a>
fix: issue with font flooding (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27860">#27860</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/154311a457fb545f7210bc5f39edac97b528ade9"><code>154311a</code></a>
chore: gate restricted contexts with approval job for contributor
workflow (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/cypress-io/cypress/compare/v12.17.4...v13.3.0">compare
view</a></li>
</ul>
</details>
<br />


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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/insightsengineering/teal.gallery/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 6219d6c commit a8e8ff3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 40 deletions.
72 changes: 33 additions & 39 deletions exploratory/tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exploratory/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test-e2e-interactive": "start-server-and-test run-app http://localhost:3333 open-cypress"
},
"devDependencies": {
"cypress": "^12.17.4",
"cypress": "^13.3.0",
"start-server-and-test": "^2.0.0"
}
}

0 comments on commit a8e8ff3

Please sign in to comment.