-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Cacie/chore/upgrade electron 27 #28544
Changes from 66 commits
8a6c4ab
a89659c
139487b
f3229ed
3a453b0
032a165
185cf86
45a220e
c1fcdb1
509e499
7912db2
f875b0a
b1c1d52
58b1349
b32a1e2
3bb82dd
a0bd74d
1066e37
acaaea6
b76511d
eae7513
a6ac000
e7e48ad
f843948
6e64ceb
9a3af58
a63fde1
3961271
4e0d91e
7d80f77
f4fb6c4
8dadce3
016923e
0d05c41
4a4ae23
8895708
e091dfb
bfee9dd
665e81c
0c0ff5a
a882362
b55e8e0
6475305
35e10a3
4dbac8e
2049685
98bf7b2
42c115b
8a99704
3a02fec
a9ece8a
ac7091d
c1209c6
a7a5a6b
4849187
382dbc5
fab6898
aa09aa8
a4673ca
9dd9ab1
ab49bc1
f48e6f0
fabb6a1
bb2a882
219e4f6
7468022
d257809
5816027
e3eb46c
71c1bf3
8d8a547
21977f8
7c6646f
1f8bce9
307e709
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.15.0 | ||
18.17.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"binary-ensure": "node ./scripts/binary.js ensure", | ||
"binary-purge": "node ./scripts/binary.js purge-version", | ||
"binary-release": "node ./scripts/binary.js release", | ||
"binary-smoke-test": "node ./scripts/binary.js smoke", | ||
"binary-upload": "node ./scripts/binary.js upload", | ||
"binary-zip": "node ./scripts/binary.js zip", | ||
"binary-package": "cross-env NODE_OPTIONS=--max_old_space_size=8192 node ./scripts/binary.js package", | ||
|
@@ -145,7 +146,7 @@ | |
"dedent": "^0.7.0", | ||
"del": "3.0.0", | ||
"detect-port": "^1.3.0", | ||
"electron": "25.8.4", | ||
"electron": "27.1.3", | ||
"electron-builder": "^23.6.0", | ||
"enzyme-adapter-react-16": "1.12.1", | ||
"eslint": "7.22.0", | ||
|
@@ -211,7 +212,7 @@ | |
"yarn-deduplicate": "3.1.0" | ||
}, | ||
"engines": { | ||
"node": ">=18.15.0", | ||
"node": ">=18.17.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This would be non-passive to bump for yarn projects There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. wait -- my bad -- this is our for our development version. This is fine. I mistook this for cli/package.json. |
||
"yarn": ">=1.17.3" | ||
}, | ||
"productName": "Cypress", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chromium version is
v18.17
-- https://www.electronjs.org/docs/latest/tutorial/electron-timelines / showing in System Tests output as well