Skip to content

Commit

Permalink
Upgrade modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Dec 23, 2024
1 parent 7c9ff0c commit 8218542
Show file tree
Hide file tree
Showing 16 changed files with 1,563 additions and 4,148 deletions.
2 changes: 1 addition & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ignores: ["walk-filtered", "depcheck", "ts-dev-stack", "@types/*"]
ignores: ["walk-filtered", "depcheck", "ts-dev-stack", "@types/*", "@biomejs/*"]
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
ignore:
- dependency-name: 'rimraf'
interval: weekly
- dependency-name: '@types/mocha'
- dependency-name: '@types/node'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ 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 -g
- run: npm install node-version-use -g
- run: npm ci
- run: npm uninstall node-version-use depcheck -g
- run: npm install node-version-use depcheck -g
- run: depcheck
- run: nvu lts npm ci
- run: npm run version
- run: npm run build
- run: npm run test
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules/
dist/
docs/
npm-debug.log
.tmp/
data/
Expand Down
4 changes: 0 additions & 4 deletions .ncurc.json

This file was deleted.

Loading

0 comments on commit 8218542

Please sign in to comment.