Skip to content

Commit de175d9

Browse files
Merge pull request #7753 from cypress-io/v5.0-release
feat: v5.0 release
2 parents 14e13f3 + 4aedd98 commit de175d9

File tree

262 files changed

+14836
-4510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+14836
-4510
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages/server/lib/scaffold/plugins/index.js
2626
packages/server/lib/scaffold/support/index.js
2727
packages/server/lib/scaffold/support/commands.js
2828
packages/server/test/support/fixtures/projects/e2e/cypress/integration/stdout_exit_early_failing_spec.js
29-
packages/server/test/support/fixtures/projects/e2e/cypress/integration/browserify_typescript_failing_spec.ts
29+
packages/server/test/support/fixtures/projects/e2e/cypress/integration/typescript_syntax_error_spec.ts
3030

3131
**/.projects
3232
**/*.d.ts

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"plugin:@cypress/dev/general"
77
],
88
"rules": {
9-
"prefer-spread": "off"
9+
"prefer-spread": "off",
10+
"prefer-rest-params": "off"
1011
},
1112
"settings": {
1213
"react": {

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.8.1
1+
12.14.1

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ branches:
77
# https://www.appveyor.com/docs/lang/nodejs-iojs/
88
environment:
99
# use matching version of Node.js
10-
nodejs_version: "12.8.1"
10+
nodejs_version: "12.14.1"
1111
# encode secure variables which will NOT be used
1212
# in pull requests
1313
# https://www.appveyor.com/docs/build-configuration/#secure-variables

0 commit comments

Comments
 (0)