Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @cypress/request and cypress #667

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2023

Bumps @cypress/request to 3.0.0 and updates ancestor dependency cypress. These dependencies need to be updated together.

Updates @cypress/request from 2.88.11 to 3.0.0

Release notes

Sourced from @​cypress/request's releases.

v3.0.0

3.0.0 (2023-08-08)

Features

  • Add allowInsecureRedirect option (c5bcf21)

BREAKING CHANGES

  • The allowInsecureRedirect is false 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 true, but it is not recommended.

Co-authored-by: Szymon Drosdzol [email protected]

v2.88.12

2.88.12 (2023-08-01)

Bug Fixes

  • request: update tough-cookie dep (0664780)
Changelog

Sourced from @​cypress/request's changelog.

Change Log

v2.88.0 (2018/08/10)

v2.87.0 (2018/05/21)

v2.86.0 (2018/05/15)

v2.85.0 (2018/03/12)

v2.84.0 (2018/03/12)

v2.83.0 (2017/09/27)

v2.82.0 (2017/09/19)

v2.81.0 (2017/03/09)

v2.80.0 (2017/03/04)

... (truncated)

Commits

Updates cypress from 11.2.0 to 13.0.0

Release notes

Sourced from cypress's releases.

v13.0.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-0-0

v12.17.4

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-4

v12.17.3

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-3

v12.17.2

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-2

v12.17.1

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-1

v12.17.0

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-0

v12.16.0

Changelog: https://docs.cypress.io/guides/references/changelog#12-16-0

v12.15.0

Changelog: https://docs.cypress.io/guides/references/changelog#12-15-0

v12.14.0

Changelog: https://docs.cypress.io/guides/references/changelog#12-14-0

v12.13.0

Changelog: https://docs.cypress.io/guides/references/changelog#12-13-0

v12.12.0

Changelog: https://docs.cypress.io/guides/references/changelog#12-12-0

v12.11.0

Changelog: https://docs.cypress.io/guides/references/changelog#12-11-0

v12.10.0

Changelog: https://docs.cypress.io/guides/references/changelog#12-10-0

v12.9.0

Changelog: https://docs.cypress.io/guides/references/changelog#12-9-0

v12.8.1

Changelog: https://docs.cypress.io/guides/references/changelog#12-8-1

v12.8.0

Changelog: https://docs.cypress.io/guides/references/changelog#12.8.0

v12.7.0

Changelog: https://docs.cypress.io/guides/references/changelog#12.7.0

... (truncated)

Commits

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 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 29, 2023
@vercel
Copy link

vercel bot commented Aug 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-stick ❌ Failed (Inspect) Sep 4, 2023 3:15pm

@codecov-commenter
Copy link

codecov-commenter commented Aug 29, 2023

Codecov Report

Merging #667 (c220aa4) into master (de83389) will decrease coverage by 1.75%.
Report is 468 commits behind head on master.
The diff coverage is 97.72%.

@@            Coverage Diff             @@
##           master     #667      +/-   ##
==========================================
- Coverage   96.09%   94.35%   -1.75%     
==========================================
  Files          13       13              
  Lines         282      354      +72     
  Branches        0      109     +109     
==========================================
+ Hits          271      334      +63     
- Misses         11       19       +8     
- Partials        0        1       +1     
Files Changed Coverage Δ
src/defaultPosition.ts 100.00% <ø> (ø)
src/utils/fit.ts 100.00% <ø> (ø)
src/utils/getDefaultAlign.ts 100.00% <ø> (ø)
src/utils/getModifiers.ts 100.00% <ø> (ø)
src/utils/uniqueId.ts 100.00% <ø> (ø)
src/StickPortal.tsx 86.73% <94.73%> (ø)
src/Stick.tsx 95.87% <100.00%> (ø)
src/StickContext.ts 100.00% <100.00%> (ø)
src/StickInline.tsx 100.00% <100.00%> (ø)
src/StickNode.tsx 100.00% <100.00%> (ø)
... and 3 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from b247e8a to b2e98d5 Compare August 29, 2023 21:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from b2e98d5 to 86e47fb Compare August 29, 2023 21:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from 86e47fb to 9ad4299 Compare August 29, 2023 21:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from 9ad4299 to 715ffd1 Compare August 30, 2023 02:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from 715ffd1 to 33aa155 Compare August 30, 2023 02:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from 33aa155 to ba77788 Compare August 30, 2023 05:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from ba77788 to 3c4a8a0 Compare August 30, 2023 05:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from 3c4a8a0 to 520892a Compare August 31, 2023 05:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from 520892a to 71d2a77 Compare September 1, 2023 02:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from 71d2a77 to 0de9e21 Compare September 1, 2023 02:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from 0de9e21 to 8177581 Compare September 1, 2023 03:18
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.0 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together.


Updates `@cypress/request` from 2.88.11 to 3.0.0
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](cypress-io/request@v2.88.11...v3.0.0)

Updates `cypress` from 11.2.0 to 13.0.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v11.2.0...v13.0.0)

---
updated-dependencies:
- dependency-name: "@cypress/request"
  dependency-type: indirect
- dependency-name: cypress
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch from 8177581 to c220aa4 Compare September 4, 2023 15:15
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2023

Superseded by #684.

@dependabot dependabot bot closed this Sep 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0 branch September 12, 2023 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant