-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
chore: update to electron 30 #215406
chore: update to electron 30 #215406
Conversation
cdbcba3
to
a8f7d1c
Compare
874284c
to
375dcbf
Compare
82a145f
to
31bd299
Compare
faa6fd6
to
33083e5
Compare
@chrmarti please review e4dd212 @connor4312 please review 6c1649e @bpasero for rest of the files. |
@@ -16,7 +16,7 @@ steps: | |||
inputs: | |||
versionSource: fromFile | |||
versionFilePath: .nvmrc | |||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download |
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.
Addressed in joaomoreno/node-mirror#1
/cc @joaomoreno
lgtm |
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.
LGTM!
PR is ready for merge, but I will merge it tomorrow since the new dependency has not been cached yet by the registry mirror. |
- Updates vscode-universal-bundler to support x64ArchFiles option - Kerberos starts building universal binaries which should now be skipped from lipo step via x64ArchFiles - Skips bundling *.mk files
19fa521
to
afda215
Compare
* chore: update electron@30.0.9 * chore: update rpm deps * chore: bump electron@30.1.2 * fix: update kerberos for Node.js 20.x Refs mongodb-js/kerberos@c1f7aca * fix: use shell when spawning .bat or .cmd files Refs nodejs/node@6627222409 * fix: update @vscode/test-electron@2.4.0 Refs microsoft/vscode-test@3f7a3cc * fixup! use shell when spawning .bat or .cmd files * chore: bump nodejs@20.14.0 internal build * ci: skip nodejsMirror for 20.14.0 due to missing builds * fixup! use shell when spawning .bat or .cmd files * chore: update debian deps * fixup! skip nodejsMirror for 20.14.0 due to missing builds * fix: universal build - Updates vscode-universal-bundler to support x64ArchFiles option - Kerberos starts building universal binaries which should now be skipped from lipo step via x64ArchFiles - Skips bundling *.mk files * chore: bump distro
Fixes #214394
Fixes #215924