Skip to content

Commit 0a2b40b

Browse files
committed
chore: update @arethetypeswrong/cli to 0.18.3 to fix CI failure
Related: [arethetypeswrong/arethetypeswrong.github.io#258](arethetypeswrong/arethetypeswrong.github.io#258), [101arrowz/fflate#258](101arrowz/fflate#258) Fixed in: [arethetypeswrong/arethetypeswrong.github.io#261](arethetypeswrong/arethetypeswrong.github.io#261) Released in: [`@arethetypeswrong/core@0.18.3`](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases/tag/%40arethetypeswrong%2Fcore%400.18.3) - Add [`@arethetypeswrong/cli@0.18.3`](https://www.npmjs.com/package/@arethetypeswrong/cli) as a dev dependency - Switch CI from `npx @arethetypeswrong/cli@0.18.2` to `yarn attw` (uses the installed version)
1 parent 8e555b3 commit 0a2b40b

3 files changed

Lines changed: 373 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,12 @@ jobs:
136136
name: package
137137
path: .
138138

139+
- name: Install dependencies
140+
run: yarn install
141+
139142
# Note: We currently expect "FalseCJS" failures for Node16 + `moduleResolution: "node16",
140143
- name: Run are-the-types-wrong
141-
run: npx @arethetypeswrong/cli@0.18.2 ./package.tgz --format table --ignore-rules false-cjs --exclude-entrypoints alternate-renderers
144+
run: yarn attw ./package.tgz --format table --ignore-rules false-cjs --exclude-entrypoints alternate-renderers
142145

143146
test-published-artifact:
144147
name: Test Published Artifact ${{ matrix.example }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"use-sync-external-store": "^1.4.0"
6969
},
7070
"devDependencies": {
71+
"@arethetypeswrong/cli": "^0.18.3",
7172
"@microsoft/api-extractor": "^7.47.0",
7273
"@reduxjs/toolkit": "^2.2.5",
7374
"@testing-library/dom": "^10.4.0",

0 commit comments

Comments
 (0)