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

Bump @cypress/request, @testing-library/cypress, cypress and cypress-axe in /vuu-ui #928

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2023

Bumps @cypress/request to 3.0.1 and updates ancestor dependencies @cypress/request, @testing-library/cypress, cypress and cypress-axe. 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 @testing-library/cypress from 9.0.0 to 10.0.1

Release notes

Sourced from @​testing-library/cypress's releases.

v10.0.1

10.0.1 (2023-09-13)

Bug Fixes

v10.0.0

10.0.0 (2023-09-12)

Bug Fixes

  • release: trigger major release (478d7cd)
  • update testing-libary-dom to 9 (#262) (63bcce1)
  • deps: update Cypress peer dependency to 13 (#259) (876b29e)

BREAKING CHANGES

Commits

Updates cypress from 12.17.3 to 13.3.2

Release notes

Sourced from cypress's releases.

v13.3.2

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

v13.3.1

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

v13.3.0

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

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

v12.17.4

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

Commits
  • 04a1156 chore: 13.3.2 release (#28086)
  • 5d667b3 chore: update cache-version date (#28084)
  • ff89ffa fix: proxy issues with service workers and clean up at end of specs (#28060)
  • a96b9b1 chore: remove Cypress Conf promo from README (#28076)
  • ca6d30d fix: force gzip when no accept encoding header is sent and use identity if gz...
  • fd2a27d chore: release create-cypress-tests-v2.0.4
  • c8c5b51 dependency: packages/data-context/package.json to reduce vulnerabilities (#28...
  • 861474f chore: release @​cypress/grep-v4.0.1
  • bffc2f3 chore: use env to override branch instead of cli arg (#28057)
  • 5a7eee5 fix(grep): fix options sent to fast glob package - issue 27216 (#27231)
  • Additional commits viewable in compare view

Updates cypress-axe from 1.4.0 to 1.5.0

Release notes

Sourced from cypress-axe's releases.

v1.5.0

1.5.0 (2023-09-01)

Features

Commits

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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), [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library), [cypress](https://github.com/cypress-io/cypress) and [cypress-axe](https://github.com/component-driven/cypress-axe). 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 `@testing-library/cypress` from 9.0.0 to 10.0.1
- [Release notes](https://github.com/kentcdodds/cypress-testing-library/releases)
- [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/cypress-testing-library@v9.0.0...v10.0.1)

Updates `cypress` from 12.17.3 to 13.3.2
- [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.3...v13.3.2)

Updates `cypress-axe` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/component-driven/cypress-axe/releases)
- [Commits](component-driven/cypress-axe@v1.4.0...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 24, 2023
@netlify
Copy link

netlify bot commented Oct 24, 2023

Deploy Preview for papaya-valkyrie-395400 canceled.

Name Link
🔨 Latest commit 4f01f4e
🔍 Latest deploy log https://app.netlify.com/sites/papaya-valkyrie-395400/deploys/6537b552dc5acd0008ea017e

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.

None yet

0 participants