Skip to content

Commit 18ab175

Browse files
chore(deps): update 3rd party dependencies (patch/minor) (#109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a897ddb commit 18ab175

File tree

7 files changed

+100
-100
lines changed

7 files changed

+100
-100
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"@monoweave/plugin-github": "^2.8.0",
2727
"@noahnu/eslint-config": "workspace:^",
2828
"@types/jest": "^29.5.14",
29-
"@types/node": "^22.9.3",
30-
"@typescript-eslint/eslint-plugin": "^8.15.0",
31-
"@typescript-eslint/parser": "^8.15.0",
32-
"@typescript-eslint/utils": "^8.15.0",
29+
"@types/node": "^22.10.0",
30+
"@typescript-eslint/eslint-plugin": "^8.16.0",
31+
"@typescript-eslint/parser": "^8.16.0",
32+
"@typescript-eslint/utils": "^8.16.0",
3333
"@yarnpkg/sdks": "^3.2.0",
3434
"@yarnpkg/types": "^4.0.0",
3535
"esbuild": "^0.24.0",
@@ -46,7 +46,7 @@
4646
"jest": "^29.7.0",
4747
"jest-junit": "^16.0.0",
4848
"lint-staged": "^15.2.10",
49-
"prettier": "^3.3.3",
49+
"prettier": "^3.4.1",
5050
"ts-jest": "^29.2.5",
5151
"ts-node": "^10.9.2",
5252
"tsx": "^4.19.2",

packages/eslint/eslint-config/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@
5353
"@types/debug": "^4.1.12",
5454
"@types/eslint": "^9.6.1",
5555
"@types/jest": "^29.5.14",
56-
"@types/node": "^22.9.3",
57-
"@typescript-eslint/eslint-plugin": "^8.15.0",
58-
"@typescript-eslint/parser": "^8.15.0",
59-
"@typescript-eslint/utils": "^8.15.0",
56+
"@types/node": "^22.10.0",
57+
"@typescript-eslint/eslint-plugin": "^8.16.0",
58+
"@typescript-eslint/parser": "^8.16.0",
59+
"@typescript-eslint/utils": "^8.16.0",
6060
"eslint": "^9.15.0",
6161
"eslint-config-prettier": "^9.1.0",
6262
"eslint-import-resolver-node": "^0.3.9",
6363
"eslint-import-resolver-typescript": "^3.6.3",
6464
"eslint-plugin-import-x": "^4.4.3",
6565
"eslint-plugin-jest": "^28.9.0",
6666
"eslint-plugin-prettier": "^5.2.1",
67-
"prettier": "^3.3.3",
67+
"prettier": "^3.4.1",
6868
"typescript": "^5.7.2"
6969
},
7070
"dependencies": {
@@ -74,20 +74,20 @@
7474
"debug": "^4.3.7",
7575
"eslint-import-resolver-typescript": "^3.6.3",
7676
"globals": "^15.12.0",
77-
"typescript-eslint": "^8.15.0"
77+
"typescript-eslint": "^8.16.0"
7878
},
7979
"peerDependencies": {
8080
"@noahnu/eslint-import-resolver-require": "workspace:^1.0.0",
81-
"@typescript-eslint/eslint-plugin": ">=8.15.0",
82-
"@typescript-eslint/parser": ">=8.15.0",
81+
"@typescript-eslint/eslint-plugin": ">=8.16.0",
82+
"@typescript-eslint/parser": ">=8.16.0",
8383
"eslint": ">=9.15.0",
8484
"eslint-config-prettier": ">=9.1.0",
8585
"eslint-import-resolver-node": ">=0.3.9",
8686
"eslint-import-resolver-typescript": ">=3.6.3",
8787
"eslint-plugin-import-x": ">=4.4.3",
8888
"eslint-plugin-jest": ">=28.9.0",
8989
"eslint-plugin-prettier": ">=5.2.1",
90-
"prettier": ">=3.3.3",
90+
"prettier": ">=3.4.1",
9191
"typescript": ">=5.7.2"
9292
}
9393
}

packages/eslint/eslint-import-resolver-require/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/debug": "^4.1.12",
3131
"@types/eslint": "^9.6.1",
3232
"@types/jest": "^29.5.14",
33-
"@types/node": "^22.9.3",
33+
"@types/node": "^22.10.0",
3434
"eslint": "^9.15.0",
3535
"eslint-plugin-import": "^2.31.0"
3636
},

packages/internal-test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"main": "./src/index.ts",
1717
"devDependencies": {
18-
"@types/node": "^22.9.3"
18+
"@types/node": "^22.10.0"
1919
}
2020
}

packages/unused-files/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
"dependencies": {
3333
"@types/debug": "^4.1.12",
34-
"@typescript-eslint/typescript-estree": "^8.15.0",
34+
"@typescript-eslint/typescript-estree": "^8.16.0",
3535
"clipanion": "^4.0.0-rc.4",
3636
"debug": "^4.3.7",
3737
"fast-glob": "^3.3.2",
@@ -42,7 +42,7 @@
4242
"@jest/globals": "^29.7.0",
4343
"@noahnu/internal-test-utils": "workspace:*",
4444
"@types/micromatch": "^4.0.9",
45-
"@types/node": "^22.9.3",
45+
"@types/node": "^22.10.0",
4646
"typescript": "^5.7.2"
4747
}
4848
}

packages/webpack-plugins/inject-inline-html-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@jest/globals": "^29.7.0",
3535
"@noahnu/internal-test-utils": "workspace:*",
36-
"@types/node": "^22.9.3",
36+
"@types/node": "^22.10.0",
3737
"html-webpack-plugin": "^5.6.3",
3838
"typescript": "^5.7.2",
3939
"webpack": "^5.96.1"

0 commit comments

Comments
 (0)