merge: bump vitest v3 + esbuild 0.28 to clear dev-tree advisories #25
Annotations
10 errors and 2 warnings
|
test/e2e/cli-daemon.test.js > cli daemon mode — server lifecycle (story 020):
test/e2e/cli-daemon.test.js#L86
Error: Daemon did not start within 10s
❯ startDaemon test/e2e/cli-daemon.test.js:86:9
❯ test/e2e/cli-daemon.test.js:117:19
|
|
test/e2e/cli-cache-reuse.test.js > cli cache reuse across runs (story 031) > second run with same prompt reuses cache — both runs succeed:
test/e2e/cli-cache-reuse.test.js#L194
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/e2e/cli-cache-reuse.test.js:194:25
|
|
test/e2e/cli-cache-reuse.test.js > cli cache reuse across runs (story 031) > CACHE_DIR env resolves to custom directory — run exits 0:
test/e2e/cli-cache-reuse.test.js#L152
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/e2e/cli-cache-reuse.test.js:152:29
|
|
test/e2e/cli-cache-reuse.test.js > cli cache reuse across runs (story 031) > run completes with CACHE_ENABLED=false (opt-out) → exit 0:
test/e2e/cli-cache-reuse.test.js#L119
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/e2e/cli-cache-reuse.test.js:119:29
|
|
test/e2e/cli-cache-reuse.test.js > cli cache reuse across runs (story 031) > run completes with CACHE_ENABLED=true (default) → exit 0:
test/e2e/cli-cache-reuse.test.js#L87
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/e2e/cli-cache-reuse.test.js:87:29
|
|
test/e2e/cli-browser-features.test.js:
test/e2e/helpers/vcr.js#L41
Error: Cannot find package '@hop-top/xrr' imported from '/home/runner/work/ibr/ibr/test/e2e/helpers/vcr.js'
❯ test/e2e/helpers/vcr.js:41:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Caused by: Error: Failed to load url @hop-top/xrr (resolved id: @hop-top/xrr) in /home/runner/work/ibr/ibr/test/e2e/helpers/vcr.js. Does the file exist?
❯ loadAndTransform node_modules/vite/dist/node/chunks/config.js:22739:33
|
|
test/e2e/cli-annotate.test.js > cli --annotate flag (story 021) > -a short flag creates a PNG file in /tmp:
test/e2e/cli-annotate.test.js#L159
AssertionError: expected 0 to be greater than 0
❯ test/e2e/cli-annotate.test.js:159:29
|
|
test/e2e/cli-annotate.test.js > cli --annotate flag (story 021) > --annotate creates a PNG file in /tmp after a find step:
test/e2e/cli-annotate.test.js#L133
AssertionError: expected 0 to be greater than 0
❯ test/e2e/cli-annotate.test.js:133:29
|
|
test/e2e/augmentation.test.js > E2E — Augmentations and Healing > should bypass augmentations with --raw flag:
test/e2e/augmentation.test.js#L125
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/e2e/augmentation.test.js:125:25
|
|
test/e2e/augmentation.test.js > E2E — Augmentations and Healing > should apply augmentation rules from file:
test/e2e/augmentation.test.js#L96
AssertionError: expected 'node:internal/modules/package_json_re…' to contain 'Applying augmentations to page'
- Expected
+ Received
- Applying augmentations to page
+ node:internal/modules/package_json_reader:314
+ throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null);
+ ^
+
+ Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@hop-top/xrr' imported from /home/runner/work/ibr/ibr/src/services/XrrService.js
+ at Object.getPackageJSONURL (node:internal/modules/package_json_reader:314:9)
+ at packageResolve (node:internal/modules/esm/resolve:768:81)
+ at moduleResolve (node:internal/modules/esm/resolve:855:18)
+ at defaultResolve (node:internal/modules/esm/resolve:985:11)
+ at #cachedDefaultResolve (node:internal/modules/esm/loader:747:20)
+ at ModuleLoader.resolve (node:internal/modules/esm/loader:724:38)
+ at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:320:38)
+ at ModuleJob._link (node:internal/modules/esm/module_job:182:49) {
+ code: 'ERR_MODULE_NOT_FOUND'
+ }
+
+ Node.js v22.23.2
+
❯ test/e2e/augmentation.test.js:96:22
|
|
coverage — ubuntu
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
coverage — ubuntu
No files were found with the provided path: coverage/. No artifacts will be uploaded.
|