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

feat: v5.0 release #7753

Merged
merged 52 commits into from Aug 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
946b8c4
5.0 release
flotwig Jun 18, 2020
8a6af2b
Merge branch 'develop' into v5.0-release
flotwig Jun 23, 2020
5da2493
Merge branch 'develop' into v5.0-release
brian-mann Jun 29, 2020
8c998f1
Merge branch 'develop' into v5.0-release
brian-mann Jun 29, 2020
ffcb036
feat(deps): electron@9.0.5 (#7791)
flotwig Jun 29, 2020
0b4529b
feat: make cookies have sameSite key by default (#7790)
flotwig Jun 29, 2020
f75cc45
fix foxdriver patching
flotwig Jun 29, 2020
e767bcf
Drop support for Node 8; Require Node 10+ (#7650)
jennifer-shehane Jun 30, 2020
639df99
Rename uses of term 'whitelist' (#7782)
jennifer-shehane Jun 30, 2020
2e35094
chore: remove libgbm step from circle.yml
flotwig Jun 30, 2020
9e754d5
TS: separate Window type for application under test (#7806)
sainthkh Jul 6, 2020
09d9485
test typescript example recipe from this branch
bahmutov Jul 6, 2020
8971ad1
Update blob-util to 2.0.2 (#7795)
sainthkh Jul 7, 2020
e7b7a24
Merge branch 'develop' into v5.0-release
brian-mann Jul 11, 2020
daeca71
remove this file after bad develop merge
brian-mann Jul 13, 2020
6201c97
fix failing test from bad develop merge
brian-mann Jul 13, 2020
cf93647
add done() cb to verify failure is achieved
brian-mann Jul 13, 2020
4617813
make cypress versions in errors consistent
brian-mann Jul 13, 2020
f9c0137
remove outdated pgks
brian-mann Jul 13, 2020
db624e8
fix node unsafe buffer warnings in convert-source-map and inline-sour…
brian-mann Jul 13, 2020
9159451
fix browser error snapshots
brian-mann Jul 13, 2020
513531b
go github go
brian-mann Jul 13, 2020
27e8c81
Rename configuration option blacklistHosts (#7622)
laiscoolblue Jul 13, 2020
c5012c0
fix ts-node buffer warning
brian-mann Jul 13, 2020
09c72e3
silence deprecation warnings rather than patch transient deps for Buf…
brian-mann Jul 17, 2020
a491d51
Merge branch 'develop' into v5.0-release
brian-mann Jul 17, 2020
b60abed
Merge remote-tracking branch 'origin/develop' into v5.0-release
flotwig Jul 20, 2020
f071b94
Merge branch 'develop' into v5.0-release
chrisbreiding Jul 21, 2020
8e167a6
trigger new build
chrisbreiding Jul 21, 2020
d583fb4
Merge branch 'develop' into v5.0-release
chrisbreiding Jul 22, 2020
87c2513
remove duplicate job inclusion
bahmutov Jul 23, 2020
87029a7
update foxdriver patch
chrisbreiding Jul 23, 2020
f65a50f
don't hoist @benmalka/foxdriver
chrisbreiding Jul 27, 2020
a882763
Merge branch 'develop' into v5.0-release
jennifer-shehane Aug 10, 2020
9a1b4c6
Merge branch 'develop' into v5.0-release
jennifer-shehane Aug 10, 2020
95afe49
put back blob-utils types
bahmutov Aug 10, 2020
d42be7b
fix(deps): electron@9.2.0 (#8235)
flotwig Aug 10, 2020
edfae7f
include blob-util as CLI prod utility
bahmutov Aug 10, 2020
6c15dde
build mac binary on branch v5.0-release
bahmutov Aug 10, 2020
474bcdd
feat: Change default preprocessor to webpack (#7982)
chrisbreiding Aug 10, 2020
daeab10
fix: Remove default esModuleInterop option from ts-node and preproces…
chrisbreiding Aug 10, 2020
01cc5e9
block the percy snapshot until the collapsible animation has finished
brian-mann Aug 10, 2020
860a20a
feat: support test retries (#3968)
kuceb Aug 10, 2020
966fbf0
fix: remove private properties, move screenshots in module API result…
kuceb Aug 11, 2020
21748fa
chore: test v5 binary against Cypress Real World App (#8240)
Aug 11, 2020
dc523eb
chore: install specific Node version on Mac before building binary (#…
bahmutov Aug 11, 2020
3a16e23
fix: Fix crashing due to rerunning on initial bundle of specs (#8264)
chrisbreiding Aug 12, 2020
3a2fa26
remove .node watchify files from code signing
bahmutov Aug 12, 2020
467c515
upload binary + comment on v5.0-release branch
kuceb Aug 12, 2020
ab953b2
fix circle.yml overwrite
kuceb Aug 12, 2020
2d2c653
two more binary files to codesign
bahmutov Aug 12, 2020
4aedd98
fix: retries validation (#8268)
JessicaSachs Aug 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintignore
Expand Up @@ -26,7 +26,7 @@ packages/server/lib/scaffold/plugins/index.js
packages/server/lib/scaffold/support/index.js
packages/server/lib/scaffold/support/commands.js
packages/server/test/support/fixtures/projects/e2e/cypress/integration/stdout_exit_early_failing_spec.js
packages/server/test/support/fixtures/projects/e2e/cypress/integration/browserify_typescript_failing_spec.ts
packages/server/test/support/fixtures/projects/e2e/cypress/integration/typescript_syntax_error_spec.ts

**/.projects
**/*.d.ts
Expand Down
3 changes: 2 additions & 1 deletion .eslintrc.json
Expand Up @@ -6,7 +6,8 @@
"plugin:@cypress/dev/general"
],
"rules": {
"prefer-spread": "off"
"prefer-spread": "off",
"prefer-rest-params": "off"
},
"settings": {
"react": {
Expand Down
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
12.8.1
12.14.1
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -7,7 +7,7 @@ branches:
# https://www.appveyor.com/docs/lang/nodejs-iojs/
environment:
# use matching version of Node.js
nodejs_version: "12.8.1"
nodejs_version: "12.14.1"
# encode secure variables which will NOT be used
# in pull requests
# https://www.appveyor.com/docs/build-configuration/#secure-variables
Expand Down