Skip to content

Commit 2cd51de

Browse files
committed
chore: update dependencies and add build directory to gitignore
- Update @tsconfig/recommended from 1.0.11 to 1.0.12 - Update node-gyp from 11.5.0 to 12.0.0 - Add /build/ to .gitignore for native build artifacts - Update pnpm-lock.yaml with latest dependency versions
1 parent a865a0d commit 2cd51de

3 files changed

Lines changed: 107 additions & 70 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
/coverage/
77
**/.bundle/
88
**/vendor/bundle/
9+
/build/
910
Gemfile.lock

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
},
4848
"devDependencies": {
4949
"@eslint/js": "^9.39.1",
50-
"@tsconfig/recommended": "^1.0.11",
50+
"@tsconfig/recommended": "^1.0.12",
5151
"@tsconfig/node22": "^22.0.2",
5252
"@tsconfig/node-ts": "^23.6.1",
5353
"@types/node": "^24.10.0",
5454
"@typescript-eslint/eslint-plugin": "^8.46.4",
5555
"@typescript-eslint/parser": "^8.46.4",
5656
"@vitest/coverage-v8": "^4.0.8",
5757
"eslint": "^9.39.1",
58-
"node-gyp": "^11.5.0",
58+
"node-gyp": "^12.0.0",
5959
"typedoc": "^0.28.14",
6060
"typescript": "^5.9.3",
6161
"vitest": "^4.0.8"

0 commit comments

Comments
 (0)