michaelhettmer / web3-integration-testing

MIT License
1 stars 0 forks source link

chore(deps): update cypress orb to v1.29.0 #37

Closed renovate[bot] closed 2 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.29.0

Release Notes

cypress-io/circleci-orb ### [`v1.29.0`](https://togithub.com/cypress-io/circleci-orb/releases/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/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 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 2 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.

renovate[bot] commented 2 years ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.29.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.