Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Update dependencies to resolve deprecation warnings #12

Closed
wants to merge 1 commit into from
Closed

Update dependencies to resolve deprecation warnings #12

wants to merge 1 commit into from

Conversation

MikeMcC399
Copy link

This PR resolves issue #11 "Deprecation warnings in test-app workflow log"

In .github/workflows/test-app.yml it updates:

  • actions/checkout@v2 to @v3
  • cypress-io/github-action@v2 to @v5

which in itself resolves the deprecation warnings.

In addition, dependencies in package.json are updated to the latest possible versions without causing breaking changes.

In particular:

  • Cypress is updated to 9.7.0 which is the latest version before the breaking change to 10.0.0, 11.x and 12.x
  • rollup is updated to 2.79.1 which is the latest version before the breaking change of 3.0.0

Verification

  1. Fork repository
  2. Push to fork
  3. View Actions log and ensure that Cypress has run successfully

Update all dependencies to latest versions without breaking changes
cypress is updated to 9.7.0 (latest legacy config version)
rollup is updated to latest 2.* version
@MikeMcC399
Copy link
Author

See successful run in 3885403987:

       Spec                                              Tests  Passing  Failing  Pending  Skipped  
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ ✔  app.spec.js                              00:34       28       28        -        -        - │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    ✔  All specs passed!                        00:34       28       28        -        -        -  

@MikeMcC399
Copy link
Author

@MikeMcC399 MikeMcC399 closed this Feb 7, 2023
@MikeMcC399 MikeMcC399 deleted the update/dependencies branch February 7, 2023 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant