michaelhettmer / web3-integration-testing

MIT License
1 stars 0 forks source link

chore(deps): update cypress orb to v2 #51

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cypress (source) orb major 1.26.0 -> 2.0.0

Release Notes

cypress-io/circleci-orb ### [`v2.0.0`](https://togithub.com/cypress-io/circleci-orb/releases/tag/v2.0.0) [Compare Source](https://togithub.com/cypress-io/circleci-orb/compare/v1.29.0...v2.0.0) This release of the CircleCI Orb makes the orb compatible with Cypress v10 ### [`v1.29.0`](https://togithub.com/cypress-io/circleci-orb/releases/tag/v1.29.0) [Compare Source](https://togithub.com/cypress-io/circleci-orb/compare/v1.28.0...v1.29.0) To be passed to `--env` CLI argument ````yml version: 2.1 orbs: cypress: cypress-io/cypress@1 workflows: build: jobs: - cypress/run: env: userName=Joe,apiKey=1234567890 ``` ```` ### [`v1.28.0`](https://togithub.com/cypress-io/circleci-orb/releases/tag/v1.28.0) [Compare Source](https://togithub.com/cypress-io/circleci-orb/compare/v1.27.0...v1.28.0) Because Cypress v7 requires at least Node 12 ### [`v1.27.0`](https://togithub.com/cypress-io/circleci-orb/releases/tag/v1.27.0) [Compare Source](https://togithub.com/cypress-io/circleci-orb/compare/v1.26.0...v1.27.0) Before: ```yml workflows: test: jobs: - cypress/install: executor: node-12 working_directory: packages/myapp1 build: cd packages/myapp1 && npm run build ``` After ```yml workflows: test: jobs: - cypress/install: executor: node-12 working_directory: packages/myapp1 build: npm run build ```

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been automatically closed since there has not been any more activity after it was marked as stale. Please open a new issue for related bugs.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 2.x releases. However, if you upgrade to 2.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.