Skip to content

chore(deps): update all non-major dependencies #1071

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #1071

Triggered via pull request July 4, 2026 10:03
Status Failure
Total duration 2m 16s
Artifacts

unit-test.yml

on: pull_request
Matrix: unit-test / test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
unit-test / test (windows-latest, 22)
Process completed with exit code 1.
tests/rollup.test.ts > rollup > write entry-points (#34): tests/_utils.ts#L10
Error: Snapshot `rollup > write entry-points (#34) 1` mismatched - Expected + Received - ## foo/bar.d.ts - - ```ts - export type * from "./bar/baz.js"; - export type * from "../index.js"; - - //# sourceMappingURL=bar.d.ts.map - ``` - - ## foo/bar.d.ts.map - - ```map - {"version":3,"file":"bar.d.ts","sourceRoot":"","sources":["../../../../fixtures/entry-points-34/foo/bar/bar.ts"],"names":[],"mappings":"AAAA,mBAAmB;AACnB,mBAAmB"} - ``` - - ## foo/bar.js - - ```js - - - ``` - - ## foo/bar/baz.d.ts - - ```ts - export type * from "../bar.js"; - export type * from "../../index.js"; - - //# sourceMappingURL=baz.d.ts.map - ``` - - ## foo/bar/baz.d.ts.map - - ```map - {"version":3,"file":"baz.d.ts","sourceRoot":"","sources":["../../../../../fixtures/entry-points-34/foo/bar/baz.ts"],"names":[],"mappings":"AAAA,mBAAmB;AACnB,mBAAmB"} - ``` - - ## index.d.ts - - ```ts - export * from "./foo/bar.js"; - export * from "./foo/bar/baz.js"; - - //# sourceMappingURL=index.d.ts.map - ``` - - ## index.d.ts.map - - ```map - {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../fixtures/entry-points-34/main.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,cAAc"} - ``` - - ## index.js - - ```js - - - ``` - ❯ expectFilesSnapshot node_modules/.pnpm/@sxzz+test-utils@0.5.16_esb_d9edf1ff55dad109888d705e51739c44/node_modules/@sxzz/test-utils/dist/index.mjs:93:2 ❯ expectSnapshot tests/_utils.ts:10:3 ❯ tests/rollup.test.ts:107:5
tests/rollup.test.ts > rollup > extraOutdir: tests/_utils.ts#L10
Error: Snapshot `rollup > extraOutdir 1` mismatched - Expected + Received - ## main.js - - ```js - - - ``` - - ## types/main.d.ts - - ```ts - export * from "./utils/types.js"; - - ``` - - ## types/test.d.ts - - ```ts - export type Str = string; - - ``` - - ## types/utils/types.d.ts - - ```ts - export * from "../test.js"; - - ``` - ❯ expectFilesSnapshot node_modules/.pnpm/@sxzz+test-utils@0.5.16_esb_d9edf1ff55dad109888d705e51739c44/node_modules/@sxzz/test-utils/dist/index.mjs:93:2 ❯ expectSnapshot tests/_utils.ts:10:3 ❯ tests/rollup.test.ts:54:5