Skip to content

Commit 763b960

Browse files
committed
Update package versions and dependencies in ESLint and TypeScript configurations. Added additional file types to .gitignore. Updated pnpm-lock.yaml to reflect changes in dependencies.
1 parent 1a7d6e9 commit 763b960

File tree

4 files changed

+35
-18
lines changed

4 files changed

+35
-18
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,23 @@ pids
5757

5858
# Diagnostic reports (https://nodejs.org/api/report.html)
5959
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
60+
61+
*.tar
62+
*.tar.gz
63+
*.tar.bz2
64+
*.tar.xz
65+
*.tar.lzma
66+
*.tar.lz
67+
*.tar.zst
68+
*.tar.zstd
69+
*.tar.br
70+
*.tgz
71+
*.zip
72+
*.7z
73+
*.rar
74+
*.iso
75+
*.dmg
76+
*.pkg
77+
*.deb
78+
*.rpm
79+
*.msi

packages/eslint-config/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-labs/eslint-config",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
@@ -16,11 +16,9 @@
1616
"files": [
1717
"dist"
1818
],
19-
"devDependencies": {
19+
"dependencies": {
2020
"@eslint/js": "^9.31.0",
2121
"@next/eslint-plugin-next": "^15.2.4",
22-
"@tsconfig/strictest": "^2.0.5",
23-
"@types/node": "^22.0.0",
2422
"@typescript-eslint/eslint-plugin": "^8.4.0",
2523
"@typescript-eslint/parser": "^8.4.0",
2624
"eslint": "^9.31.0",
@@ -39,6 +37,10 @@
3937
"peerDependencies": {
4038
"eslint": "^9.31.0"
4139
},
40+
"devDependencies": {
41+
"@tsconfig/strictest": "^2.0.5",
42+
"@types/node": "^22.16.4"
43+
},
4244
"scripts": {
4345
"build": "tsc"
4446
}

packages/typescript-config/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
22
"name": "@nestjs-labs/typescript-config",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"
77
},
8-
"exports": {
9-
".": "./base.json",
10-
"./nestjs": "./nestjs.json",
11-
"./nextjs": "./nextjs.json",
12-
"./react-library": "./react-library.json"
13-
},
148
"devDependencies": {
159
"@tsconfig/strictest": "^2.0.5"
1610
}

pnpm-lock.yaml

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)