We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
attw
1 parent f6cc1a3 commit ccd33d1Copy full SHA for ccd33d1
.github/workflows/tests.yml
@@ -370,7 +370,7 @@ jobs:
370
run: ls -l .
371
372
- name: Run are-the-types-wrong
373
- run: yarn attw ./package.tgz --format table --ignore-rules false-cjs
+ run: yarn attw ./package.tgz --format table
374
375
test-type-portability:
376
name: 'Test Type Portability: TS ${{ matrix.ts }} + Node ${{ matrix.node }}'
packages/toolkit/package.json
@@ -183,7 +183,7 @@
183
}
184
},
185
"devDependencies": {
186
- "@arethetypeswrong/cli": "^0.13.5",
+ "@arethetypeswrong/cli": "^0.18.2",
187
"@babel/core": "^7.24.8",
188
"@babel/helper-module-imports": "^7.24.7",
189
"@microsoft/api-extractor": "^7.13.2",
0 commit comments