Skip to content

feat(oxfmt): sort package.json files before formatting #67825

feat(oxfmt): sort package.json files before formatting

feat(oxfmt): sort package.json files before formatting #67825

Triggered via pull request December 5, 2025 12:58
Status Failure
Total duration 4m 17s
Artifacts

ci.yml

on: pull_request
Test Linux
3m 3s
Test Linux
Test Linux ARM64
0s
Test Linux ARM64
Test Mac
0s
Test Mac
Test Windows
0s
Test Windows
Test big-endian
0s
Test big-endian
Test wasm32-wasip1-threads
2m 47s
Test wasm32-wasip1-threads
Test NAPI
4m 10s
Test NAPI
Test NAPI (windows)
0s
Test NAPI (windows)
Spell Check
8s
Spell Check
Lint
1m 53s
Lint
Conformance
24s
Conformance
Minification Size
6s
Minification Size
Allocations
6s
Allocations
AST Changes
8s
AST Changes
Linter changes
7s
Linter changes
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 1 warning, and 1 notice
Lint
Process completed with exit code 101.
Test NAPI
Process completed with exit code 1.
test/external_formatter.test.ts > external_formatter > should format json by default: apps/oxfmt/test/external_formatter.test.ts#L14
Error: Snapshot `external_formatter > should format json by default 1` mismatched - Expected + Received @@ -41,19 +41,19 @@ "build": "pnpm run build-napi-release && pnpm run build-js", "build-napi-release": "pnpm run build-napi --release --features allocator", "build-js": "node scripts/build.js", "test": "tsc && vitest --dir test run" }, - "engines": { - "node": "^20.19.0 || >=22.12.0" - }, "dependencies": { "prettier": "3.7.4" }, "devDependencies": { "@types/node": "catalog:", "execa": "^9.6.0" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" } } -------------------- ❯ test/external_formatter.test.ts:14:22
Test NAPI
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
Conformance tests
Will skip conformance tests