Skip to content

Commit

Permalink
chore(deps): update dependency @octokit/tsconfig to v4 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 2f97e4c commit c59fcf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- run: npm run start-fixtures-server &
- run: sleep 3
- run: npm run test --ignore-scripts
- run: npm run test:typescript
test:
runs-on: ubuntu-latest
needs: test_matrix
Expand All @@ -42,4 +41,5 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: npm ci
- run: npm run lint
- run: npm run test:typescript
if: ${{ always() }}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@octokit/auth-app": "^7.0.0",
"@octokit/fixtures-server": "^8.1.0",
"@octokit/request": "^9.1.3",
"@octokit/tsconfig": "^3.0.0",
"@octokit/tsconfig": "^4.0.0",
"@types/node": "^20.11.5",
"@vitest/coverage-v8": "^2.0.3",
"esbuild": "^0.24.0",
Expand All @@ -64,7 +64,7 @@
"start-fixtures-server": "octokit-fixtures-server",
"pretest": "npm run -s lint",
"test": "vitest run --coverage",
"test:typescript": "npx tsc --noEmit --declaration --allowImportingTsExtensions --moduleResolution node16 --module node16 --noUnusedLocals test/typescript-validate.ts"
"test:typescript": "npx tsc --noEmit --declaration --allowImportingTsExtensions --moduleResolution node16 --module node16 --noUnusedLocals --exactOptionalPropertyTypes --strict test/typescript-validate.ts"
},
"license": "MIT",
"release": {
Expand Down

0 comments on commit c59fcf6

Please sign in to comment.