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-io/github-action from 5 to 6 #1126

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps cypress-io/github-action from 5 to 6.

Release notes

Sourced from cypress-io/github-action's releases.

v6.0.0

6.0.0 (2023-08-21)

Features

  • deps: update action from node16 to node20 (#995) (a55856e)

BREAKING CHANGES

  • deps: Update action from node16 to node20 update @​types/node to 20.5.0

v5.8.4

5.8.4 (2023-08-16)

Bug Fixes

v5.8.3

5.8.3 (2023-06-15)

Reverts

v5.8.2

5.8.2 (2023-06-13)

Bug Fixes

  • use yarn instead of npx with yarn.lock (#914) (e08da49)

v5.8.1

5.8.1 (2023-06-01)

Bug Fixes

... (truncated)

Changelog

Sourced from cypress-io/github-action's changelog.

Changelog

This document gives an overview of changes to the Cypress GitHub JavaScript Action cypress-io/github-action.

See Releases for full details of changes.

Version Changes
v6.2.0 Examples updated to Cypress 13
v6.1.0 Examples for Cypress 9 archived in action's v5 branch
v6.0.0 Action runs under Node.js 20 instead of Node.js 16.
v5.8.1 Examples remove Node.js 19. End of support for Node.js 19.
v5.8.0 Add GitHub step output resultsUrl. Deprecate dashboardUrl.
v5.7.0 Add basic Yarn Modern Plug'n'Play support.
v5.6.2 Examples add Node.js 20. End of support and removal of Node.js 14 examples.
v5.6.0 Add check for lockfile presence.
v5.5.0 Examples add Yarn Modern.
v5.4.0 Examples add Yarn Classic.
v5.3.0 Add parameter publish-summary (default true).
v5.2.0 Examples add Node.js 19.
v5.1.0 Add parameter auto-cancel-after-failures.
v5.0.0 Examples add Node.js 18 and remove Node.js 12.
v4.2.2 Dependency on GitHub set-output workflow command removed.
v4.2.0 Support for pnpm added.
v4.0.0 Support for Cypress 10 and later versions added.
v3 Action runs under Node.js 16 instead of Node.js 12.
v2 Cypress runs using the Module API instead of being started via the command line.
v1 This version is no longer runnable in GitHub due to security changes.
Commits
  • 7215fc1 feat: [CYCLOUD-1447] Auto-detect PR numbers (#1009)
  • fd50b62 feat: recommend v6 as standard action version (#1014)
  • 4199fba chore(deps): update cypress to 13.1.0 (#1015)
  • 02c1997 test: run component test example from current branch (#1013)
  • d5d4c90 feat(deps): update cypress to 13.0.0 (#1012)
  • cda4525 docs: rework requirements for contributors (#1010)
  • 87c0326 chore(deps): update dependency @​types/node to v20.5.7 (#1008)
  • 283db33 docs: rewrite readme working directory description (#1005)
  • 895faa9 chore(deps): update serve to 14.2.1 (#1003)
  • adc38fe docs: remove links to legacy external example repos (#1004)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

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

@dependabot dependabot bot added the github actions github actions label Sep 1, 2023
@blankdots
Copy link
Contributor

@dependabot rebase

Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 to 6.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md)
- [Commits](cypress-io/github-action@v5...v6)

---
updated-dependencies:
- dependency-name: cypress-io/github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/devel/cypress-io/github-action-6 branch from e52c30e to 333fc20 Compare November 2, 2023 07:58
@blankdots
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2023

Looks like cypress-io/github-action is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 2, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/devel/cypress-io/github-action-6 branch November 2, 2023 12:57
blankdots pushed a commit that referenced this pull request Feb 7, 2024
Merge branch 'feature/download-progress' into 'main'
* Trim whitespace

* Refactor. Clear download progress after successful download.

* Update changelog

* Add icons to alerts

* Avoid overlapping download and upload notifications

* Abort downloads and show toast after error

* Minimize notifications for upload and download when both visible

* Add download notification text

* Don't overlap upload and download notifications

* Enable tracking the progress of multiple direct downloads with single bar

* Catch download start errors and show a toast

* Add basic download progress bar

Closes #1168, #1166, and #1126
See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/253

Approved-by: Hang Le <[email protected]>
Co-authored-by: Monika Radaviciute <[email protected]>
Co-authored-by: Monika Radaviciute <[email protected]>
Merged by Hang Le <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github actions github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant