michaelhettmer / web3-integration-testing

MIT License
1 stars 0 forks source link

chore(deps): update cypress orb to v1.28.0 #30

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
cypress (source) orb minor 1.26.0 -> 1.28.0

Release Notes

cypress-io/circleci-orb ### [`v1.28.0`](https://togithub.com/cypress-io/circleci-orb/releases/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/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: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

β™» 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 WhiteSource Renovate. View repository job log here.

renovate[bot] commented 3 years ago

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


stale[bot] commented 3 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 3 years 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.