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, @nextcloud/cypress and cypress #4813

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2023

Bumps @cypress/request to 3.0.1 and updates ancestor dependencies @cypress/request, @nextcloud/cypress and cypress. These dependencies need to be updated together.

Updates @cypress/request from 2.88.12 to 3.0.1

Release notes

Sourced from @​cypress/request's releases.

v3.0.1

3.0.1 (2023-09-06)

Bug Fixes

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 szymon@doyensec.com

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 @nextcloud/cypress from 1.0.0-beta.2 to 1.0.0-beta.6

Release notes

Sourced from @​nextcloud/cypress's releases.

v1.0.0-beta.6

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-cypress@v1.0.0-beta.5...v1.0.0-beta.6

v1.0.0-beta.5

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-cypress@v1.0.0-beta.4...v1.0.0-beta.5

v1.0.0-beta.4

Full Changelog: nextcloud-libraries/nextcloud-cypress@v1.0.0-beta.3...v1.0.0-beta.4

v1.0.0-beta.3

What's Changed

... (truncated)

Commits
  • 4ec868f Merge pull request #331 from nextcloud-libraries/artonge/remove_permission_check
  • f524343 Remove permission check in publish workflows
  • 5194aa1 Merge pull request #330 from nextcloud-libraries/artonge/bump/v1.0.0-beta.5
  • f948f87 Bump version to v1.0.0-beta.5 in package.json
  • be0e999 fix: remove permission level check
  • f8515a0 Merge pull request #326 from nextcloud-libraries/dependabot/npm_and_yarn/jest...
  • bf9f9a7 Merge pull request #323 from nextcloud-libraries/dependabot/npm_and_yarn/cypr...
  • 66514cc build(deps-dev): Bump jest-environment-jsdom from 29.6.2 to 29.7.0
  • cf7f1f6 build(deps-dev): Bump @​cypress/code-coverage from 3.11.0 to 3.12.1
  • 77e058f Merge pull request #325 from nextcloud-libraries/dependabot/npm_and_yarn/cypr...
  • Additional commits viewable in compare view

Updates cypress from 12.17.4 to 13.2.0

Release notes

Sourced from cypress's releases.

v13.2.0

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

v13.1.0

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

v13.0.0

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

Commits
  • 8638abb chore: prep changelog ready for release and bump cypress version (#27794)
  • f8b4c59 fix: update net stubbing to not intercept requests sent to dev server (#27788)
  • 356edfc chore: fix the changelog to pass release readiness (#27787)
  • a1161c9 fix: hanging on basic auth requests in chromium browsers (#27781)
  • 70248ab fix: prerequest correlation for various retried and cached requests (#27771)
  • 86d8b96 docs: fix typo in CONTRIBUTING.md (#27705)
  • f900c59 chore: release @​cypress/webpack-dev-server-v3.6.1
  • 576a952 chore: release @​cypress/schematic-v2.5.1
  • ffaafa5 chore: release create-cypress-tests-v2.0.3
  • b85dd75 dependency: update to electron 25 and node 18 (#27715)
  • Additional commits viewable in compare view

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 dependencies Pull requests that update a dependency file javascript labels Sep 21, 2023
@max-nextcloud max-nextcloud force-pushed the dependabot/npm_and_yarn/cypress/request-and-nextcloud/cypress-and-cypress-3.0.1 branch from 9f73c13 to 3d46fc9 Compare September 21, 2023 16:32
@max-nextcloud
Copy link
Collaborator

failure in cypress was a test known to be flaky. So setting up for automerge.

@mejo- mejo- force-pushed the dependabot/npm_and_yarn/cypress/request-and-nextcloud/cypress-and-cypress-3.0.1 branch from 3d46fc9 to 5656046 Compare October 2, 2023 10:29
@mejo- mejo- disabled auto-merge October 2, 2023 10:29
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependencies [@cypress/request](https://github.com/cypress-io/request), [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) and [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
- [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.12...v3.0.1)

Updates `@nextcloud/cypress` from 1.0.0-beta.2 to 1.0.0-beta.6
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](nextcloud-libraries/nextcloud-cypress@v1.0.0-beta.2...v1.0.0-beta.6)

Updates `cypress` from 12.17.4 to 13.2.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@v12.17.4...v13.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@juliushaertl juliushaertl force-pushed the dependabot/npm_and_yarn/cypress/request-and-nextcloud/cypress-and-cypress-3.0.1 branch from 5656046 to 607ef23 Compare October 11, 2023 18:05
@mejo-
Copy link
Member

mejo- commented Oct 11, 2023

I'd favour #4802 😊

@mejo- mejo- closed this Oct 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cypress/request-and-nextcloud/cypress-and-cypress-3.0.1 branch October 11, 2023 19:56
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 javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants