mirror of
https://github.com/electron/electron.git
synced 2026-01-06 22:24:03 -05:00
* chore: bump chromium in DEPS to 144.0.7527.0 * 7106405: [video pip] Fix gesture handling issues https://chromium-review.googlesource.com/c/chromium/src/+/7106405 * 7130938: Reland "Remove some dependencies from the custom_handlers component" https://chromium-review.googlesource.com/c/chromium/src/+/7130938 * 7139361: Rename PluginService's GetPlugins methods https://chromium-review.googlesource.com/c/chromium/src/+/7139361 * chore: fixup patch indices * test: fix macos webgl test | 7128438: Reland "Flip SwiftShader deprecation to launched." | https://chromium-review.googlesource.com/c/chromium/src/+/7128438 * test: update webgl test to skip on fallback adapters * Fixup spec runner to properly fail on linux when tests fail * test: fixup dbus tests * test: convert shared-texture-spec from old done callback to async Fixes Error: done() called multiple times in test <sharedTexture module import shared texture produced by osr successfully imported and rendered with subtle api> of file /__w/electron/electron/src/electron/spec/api-shared-texture-spec.ts * test: fixup shared texture spec * Revert "test: fixup dbus tests" This reverts commit3e2e720003. * test: fixup dbus tests * test: disable context menu spellcheck tests on linux https://github.com/electron/electron/pull/48657 broke those tests * disable sharedTexture tests on platforms other than macOS arm64 They were not working on other platforms previously but now they error out. Also removed extraneous debugging. * fix: use github.sha for yarn cache key to avoid hashFiles() composite action bug * Use --immutable-cache to allow native module builds * fix: wait for devtools blur event in focus test to avoid race condition * fix: wait for devtools blur event in focus test to avoid race condition * fix allow native module builds in spec workspace * test:rebuild native modules * Revert "fix allow native module builds in spec workspace" This reverts commitffda3be98c. * Revert "Use --immutable-cache to allow native module builds" This reverts commit2e6eea4348. * Revert "fix: use github.sha for yarn cache key to avoid hashFiles() composite action bug" This reverts commit33560ba0de. --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by: Keeley Hammond <khammond@slack-corp.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by: Alice Zhao <alicelovescake@anthropic.com>
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "electron-test-main",
|
|
"productName": "Electron Test Main",
|
|
"main": "index.js",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"node-gyp-install": "node-gyp install"
|
|
},
|
|
"devDependencies": {
|
|
"@electron-ci/echo": "*",
|
|
"@electron-ci/external-ab": "*",
|
|
"@electron-ci/is-valid-window": "*",
|
|
"@electron-ci/osr-gpu": "*",
|
|
"@electron-ci/uv-dlopen": "*",
|
|
"@electron/fuses": "^1.8.0",
|
|
"@electron/packager": "^18.3.2",
|
|
"@types/basic-auth": "^1.1.8",
|
|
"@types/busboy": "^1.5.4",
|
|
"@types/chai": "^4.3.19",
|
|
"@types/chai-as-promised": "^7.1.3",
|
|
"@types/dirty-chai": "^2.0.5",
|
|
"@types/express": "^4.17.13",
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/send": "^0.14.5",
|
|
"@types/sinon": "^9.0.4",
|
|
"@types/split": "^1.0.5",
|
|
"@types/uuid": "^3.4.6",
|
|
"@types/w3c-web-serial": "^1.0.7",
|
|
"@types/ws": "^7.2.0",
|
|
"abstract-socket": "github:deepak1556/node-abstractsocket#928cc591decd12aff7dad96449da8afc29832c19",
|
|
"basic-auth": "^2.0.1",
|
|
"busboy": "^1.6.0",
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"coffeescript": "^2.4.1",
|
|
"dbus-native": "github:nornagon/dbus-native#master",
|
|
"dirty-chai": "^2.0.1",
|
|
"express": "^4.20.0",
|
|
"graceful-fs": "^4.1.15",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^10.0.0",
|
|
"mocha-junit-reporter": "^1.18.0",
|
|
"mocha-multi-reporters": "^1.1.7",
|
|
"pdfjs-dist": "4.2.67",
|
|
"ps-list": "^7.0.0",
|
|
"q": "^1.5.1",
|
|
"send": "^0.19.0",
|
|
"sinon": "^9.0.1",
|
|
"split": "^1.0.1",
|
|
"uuid": "^3.3.3",
|
|
"winreg": "1.2.4",
|
|
"ws": "^7.5.10",
|
|
"yargs": "^16.0.3"
|
|
}
|
|
}
|