diff --git a/e2e/bundlers/package.json b/e2e/bundlers/package.json index 12237792ed1d..67514ac475db 100644 --- a/e2e/bundlers/package.json +++ b/e2e/bundlers/package.json @@ -12,7 +12,6 @@ "cldrjs": "0.5.5", "jquery": "3.7.1", "minimist": "1.2.8", - "@parcel/watcher-linux-x64-glibc": "2.5.0", "parcel": "2.16.4", "rimraf": "3.0.2", "rollup": "4.22.4", diff --git a/e2e/bundlers/project.json b/e2e/bundlers/project.json index 1fee62fd8fd2..b8ad24b1439a 100644 --- a/e2e/bundlers/project.json +++ b/e2e/bundlers/project.json @@ -47,13 +47,21 @@ }, "dependsOn": ["build"] }, + "build-parcel-watcher": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "cross-env npm_config_build_from_source=true pnpm rebuild --recursive @parcel/watcher" + }, + "dependsOn": ["build"] + }, "test--parcel": { "executor": "nx:run-commands", "options": { "cwd": "{projectRoot}", "command": "parcel build ./entry/modules_esm.js --no-cache --dist-dir ./dist/dist_parsel" }, - "dependsOn": ["build"] + "dependsOn": ["build-parcel-watcher"] }, "test--browserify-cjs": { "executor": "nx:run-commands", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e76c71023e7a..6638fa80fa39 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -952,9 +952,6 @@ importers: e2e/bundlers: devDependencies: - '@parcel/watcher-linux-x64-glibc': - specifier: 2.5.0 - version: 2.5.0 '@rollup/plugin-alias': specifier: 3.1.9 version: 3.1.9(rollup@4.59.0) @@ -5845,6 +5842,7 @@ packages: '@parcel/watcher-linux-x64-glibc@2.5.0': resolution: {integrity: sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==} engines: {node: '>= 10.0.0'} + cpu: [x64] os: [linux] '@parcel/watcher-linux-x64-musl@2.5.0': @@ -6468,36 +6466,42 @@ packages: engines: {node: '>=10'} cpu: [arm64] os: [linux] + libc: [glibc] '@swc/core-linux-arm64-musl@1.15.30': resolution: {integrity: sha512-1SYGs2l0Yyyi0pR/P/NKz/x0kqxkoiw+BXeJjLUdecSk/KasncWlJrc6hOvFSgKHOBrzgM5jwuluKtlT8dnrcA==} engines: {node: '>=10'} cpu: [arm64] os: [linux] + libc: [musl] '@swc/core-linux-ppc64-gnu@1.15.30': resolution: {integrity: sha512-TXREtiXeRhbfDFbmhnkIsXpKfzbfT73YkV2ZF6w0sfxgjC5zI2ZAbaCOq25qxvegofj2K93DtOpm9RLaBgqR2g==} engines: {node: '>=10'} cpu: [ppc64] os: [linux] + libc: [glibc] '@swc/core-linux-s390x-gnu@1.15.30': resolution: {integrity: sha512-DCR2YYeyd6DQE4OuDhImouuNcjXEiEdnn1Y0DyGteugPEDvVuvYk8Xddi+4o2SgWH6jiW8/I+3emZvbep1NC+g==} engines: {node: '>=10'} cpu: [s390x] os: [linux] + libc: [glibc] '@swc/core-linux-x64-gnu@1.15.30': resolution: {integrity: sha512-5Pizw3NgfOJ5BJOBK8TIRa59xFW2avESTOBDPTAYwZYa1JNDs+KMF9lUfjJiJLM5HiMs/wPheA9eiT0q9m2AoA==} engines: {node: '>=10'} cpu: [x64] os: [linux] + libc: [glibc] '@swc/core-linux-x64-musl@1.15.30': resolution: {integrity: sha512-qyqydP/wyH8alcIP4a2hnGSjHLJjm9H7yDFup+CPy9oTahFgLLwnNcv5UHXqO2Qs3AIND+cls5f/Bb6hqpxdgA==} engines: {node: '>=10'} cpu: [x64] os: [linux] + libc: [musl] '@swc/core-win32-arm64-msvc@1.15.30': resolution: {integrity: sha512-CaQENgDHVGOg1mSF5sQVgvfFHG9kjMor2rkLMLeLOkfZYNj13ppnJ9+lfaBZLZUMMbnlGQnavCJb8PVBUOso7Q==} @@ -24459,7 +24463,8 @@ snapshots: '@parcel/watcher-linux-arm64-musl@2.5.0': optional: true - '@parcel/watcher-linux-x64-glibc@2.5.0': {} + '@parcel/watcher-linux-x64-glibc@2.5.0': + optional: true '@parcel/watcher-linux-x64-musl@2.5.0': optional: true