Skip to content

Commit

Permalink
feat(deps): update cypress to 13.0.0 (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Aug 29, 2023
1 parent cda4525 commit d5d4c90
Show file tree
Hide file tree
Showing 50 changed files with 714 additions and 704 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-install-only.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
key: my-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }}

- name: Install Cypress 📥
run: npm i cypress@12.17.4
run: npm i cypress@13.0.0

- name: Cypress tests 🧪
uses: ./
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ See [Releases](https://github.com/cypress-io/github-action/releases) for full de

| Version | Changes |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| v6.2.0 | Examples updated to Cypress 13 |
| v6.1.0 | Examples for Cypress 9 archived in action's [v5](https://github.com/cypress-io/github-action/tree/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`. |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@
- Suppress [test summary](#suppress-test-summary)
- [More examples](#more-examples)

Current examples contained in this repository are based on Cypress 12.x and can be found in the [examples](./examples) directory. Examples for [Legacy Configuration](https://on.cypress.io/guides/references/legacy-configuration) which use Cypress `9.7.0` are no longer maintained. They can be referred to in the [examples/v9](https://github.com/cypress-io/github-action/tree/v5/examples/v9) directory of the [v5](https://github.com/cypress-io/github-action/tree/v5/) branch.
Examples contained in this repository, based on current Cypress versions, can be found in the [examples](./examples) directory. Examples for [Legacy Configuration](https://on.cypress.io/guides/references/legacy-configuration), which use Cypress `9.7.0`, are no longer maintained. They can be referred to in the [examples/v9](https://github.com/cypress-io/github-action/tree/v5/examples/v9) directory of the [v5](https://github.com/cypress-io/github-action/tree/v5/) branch.

Live examples, such as [example-basic.yml](.github/workflows/example-basic.yml) are shown together with a status badge. Click on the status badge to read the source code of the workflow, for example

Expand Down
2 changes: 1 addition & 1 deletion examples/basic-pnpm/package.json
Expand Up @@ -8,6 +8,6 @@
},
"private": true,
"devDependencies": {
"cypress": "12.17.4"
"cypress": "13.0.0"
}
}
16 changes: 8 additions & 8 deletions examples/basic-pnpm/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions examples/basic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Expand Up @@ -8,6 +8,6 @@
},
"private": true,
"devDependencies": {
"cypress": "12.17.4"
"cypress": "13.0.0"
}
}
32 changes: 16 additions & 16 deletions examples/browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/browser/package.json
Expand Up @@ -13,7 +13,7 @@
},
"private": true,
"devDependencies": {
"cypress": "12.17.4",
"cypress": "13.0.0",
"image-size": "^1.0.2"
}
}
18 changes: 9 additions & 9 deletions examples/component-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/component-tests/package.json
Expand Up @@ -17,7 +17,7 @@
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"cypress": "12.17.4",
"cypress": "13.0.0",
"vite": "^4.4.5"
}
}
32 changes: 16 additions & 16 deletions examples/config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/config/package.json
Expand Up @@ -12,7 +12,7 @@
},
"private": true,
"devDependencies": {
"cypress": "12.17.4",
"cypress": "13.0.0",
"serve": "14.2.1",
"start-server-and-test": "2.0.0"
}
Expand Down

0 comments on commit d5d4c90

Please sign in to comment.