File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - name : Build
2424 run : pnpm build
2525 - name : Compat test
26- run : node src/__tests__/ compat.mjs
26+ run : pnpm test: compat
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Changed
8+
9+ - ** deps** : Bump ` @poupe/eslint-config ` ~ 0.8.3 → ^0.8.4 — remove
10+ local ` arrow-parens ` override now enforced upstream
11+ - ** ci** : Use ` pnpm test:compat ` script in compat workflow
12+
713## [ 0.1.2] - 2026-03-24
814
915### Added
Original file line number Diff line number Diff line change 3838 "prepare" : " cross-test -s dist/index.mjs || unbuild --stub" ,
3939 "publint" : " publint" ,
4040 "test" : " vitest run" ,
41+ "test:compat" : " node src/__tests__/compat.mjs" ,
4142 "test:watch" : " vitest" ,
4243 "typecheck" : " tsc --noEmit"
4344 },
You can’t perform that action at this time.
0 commit comments