Skip to content

Commit

Permalink
Upgrade modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Dec 29, 2024
1 parent 701e84b commit 6f15f45
Show file tree
Hide file tree
Showing 15 changed files with 1,392 additions and 7,970 deletions.
2 changes: 1 addition & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ignores: ["fs-iterator", "depcheck", "ts-dev-stack", "@types/*", "@biomejs/*"]
ignores: ["fs-iterator", "depcheck", "@types/*", "@biomejs/*"]
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ updates:
directory: '/'
schedule:
interval: weekly
ignore:
- dependency-name: '@types/mocha'
- dependency-name: '@types/node'
- package-ecosystem: 'github-actions'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: git config --global user.name "Github Actions"
- run: git config --global user.email "[email protected]"
- run: npm uninstall node-version-use depcheck -g
- run: npm install node-version-use depcheck -g
- run: npm uninstall ts-dev-stack node-version-use depcheck -g
- run: npm install ts-dev-stack node-version-use depcheck -g
- run: depcheck
- run: npm ci
- run: npm run version
# - run: npm run version
- run: npm run build
- run: npm run test
- run: npm run test:engines
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"request": "launch",
"name": "test:node",
"program": "${workspaceFolder}/node_modules/.bin/tsds",
"args": ["test:node", "--no-timeouts", "${workspaceFolder}/test/**/*.test.*"],
"args": ["test:node", "--no-timeouts"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
Expand Down
Loading

0 comments on commit 6f15f45

Please sign in to comment.