Skip to content

Commit c59fcf6

Browse files
chore(deps): update dependency @octokit/tsconfig to v4 (#464)
1 parent 2f97e4c commit c59fcf6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- run: npm run start-fixtures-server &
3333
- run: sleep 3
3434
- run: npm run test --ignore-scripts
35-
- run: npm run test:typescript
3635
test:
3736
runs-on: ubuntu-latest
3837
needs: test_matrix
@@ -42,4 +41,5 @@ jobs:
4241
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4342
- run: npm ci
4443
- run: npm run lint
44+
- run: npm run test:typescript
4545
if: ${{ always() }}

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@octokit/auth-app": "^7.0.0",
4545
"@octokit/fixtures-server": "^8.1.0",
4646
"@octokit/request": "^9.1.3",
47-
"@octokit/tsconfig": "^3.0.0",
47+
"@octokit/tsconfig": "^4.0.0",
4848
"@types/node": "^20.11.5",
4949
"@vitest/coverage-v8": "^2.0.3",
5050
"esbuild": "^0.24.0",
@@ -64,7 +64,7 @@
6464
"start-fixtures-server": "octokit-fixtures-server",
6565
"pretest": "npm run -s lint",
6666
"test": "vitest run --coverage",
67-
"test:typescript": "npx tsc --noEmit --declaration --allowImportingTsExtensions --moduleResolution node16 --module node16 --noUnusedLocals test/typescript-validate.ts"
67+
"test:typescript": "npx tsc --noEmit --declaration --allowImportingTsExtensions --moduleResolution node16 --module node16 --noUnusedLocals --exactOptionalPropertyTypes --strict test/typescript-validate.ts"
6868
},
6969
"license": "MIT",
7070
"release": {

0 commit comments

Comments
 (0)