Skip to content

Commit 4fee83d

Browse files
fix: update all non-major dependencies (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd82ad0 commit 4fee83d

File tree

2 files changed

+159
-160
lines changed

2 files changed

+159
-160
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Nick's ESLint config",
44
"version": "1.5.3",
55
"type": "module",
6-
"packageManager": "pnpm@10.21.0",
6+
"packageManager": "pnpm@10.22.0",
77
"author": {
88
"name": "Nick Plekhanov",
99
"url": "https://plekhanov.me/"
@@ -53,8 +53,8 @@
5353
"prepare": "simple-git-hooks"
5454
},
5555
"peerDependencies": {
56-
"@eslint-react/eslint-plugin": "^2.3.4",
57-
"@next/eslint-plugin-next": "^16.0.1",
56+
"@eslint-react/eslint-plugin": "^2.3.5",
57+
"@next/eslint-plugin-next": "^16.0.3",
5858
"@nicksp/prettier-config": "^1.1.0",
5959
"astro-eslint-parser": "^1.2.2",
6060
"eslint": "^9.39.1",
@@ -98,16 +98,16 @@
9898
"@clack/prompts": "^0.11.0",
9999
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
100100
"@eslint/js": "^9.39.1",
101-
"@typescript-eslint/utils": "^8.46.4",
102-
"@vitest/eslint-plugin": "^1.4.2",
101+
"@typescript-eslint/utils": "^8.47.0",
102+
"@vitest/eslint-plugin": "^1.4.3",
103103
"eslint-config-flat-gitignore": "^2.1.0",
104104
"eslint-config-prettier": "^10.1.8",
105105
"eslint-flat-config-utils": "^2.1.4",
106106
"eslint-plugin-antfu": "^3.1.1",
107107
"eslint-plugin-de-morgan": "^2.0.0",
108108
"eslint-plugin-erasable-syntax-only": "^0.4.0",
109109
"eslint-plugin-import-lite": "^0.3.0",
110-
"eslint-plugin-jsdoc": "^61.1.12",
110+
"eslint-plugin-jsdoc": "^61.2.1",
111111
"eslint-plugin-jsonc": "^2.21.0",
112112
"eslint-plugin-n": "^17.23.1",
113113
"eslint-plugin-no-only-tests": "^3.3.0",
@@ -121,18 +121,18 @@
121121
"jsonc-eslint-parser": "^2.4.1",
122122
"local-pkg": "^1.1.2",
123123
"prettier": "^3.6.2",
124-
"typescript-eslint": "^8.46.4",
124+
"typescript-eslint": "^8.47.0",
125125
"yaml-eslint-parser": "^1.3.0"
126126
},
127127
"devDependencies": {
128128
"@antfu/ni": "^27.0.1",
129-
"@eslint-react/eslint-plugin": "^2.3.4",
129+
"@eslint-react/eslint-plugin": "^2.3.5",
130130
"@eslint/config-inspector": "^1.3.0",
131-
"@next/eslint-plugin-next": "^16.0.1",
131+
"@next/eslint-plugin-next": "^16.0.3",
132132
"@nicksp/eslint-config": "workspace:*",
133133
"@nicksp/prettier-config": "^1.1.0",
134134
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
135-
"@types/node": "^24.10.0",
135+
"@types/node": "^24.10.1",
136136
"astro-eslint-parser": "^1.2.2",
137137
"eslint": "^9.39.1",
138138
"eslint-plugin-astro": "^1.5.0",
@@ -146,10 +146,10 @@
146146
"prettier-plugin-astro": "^0.14.1",
147147
"simple-git-hooks": "^2.13.1",
148148
"tinyglobby": "^0.2.15",
149-
"tsdown": "^0.16.1",
149+
"tsdown": "^0.16.5",
150150
"tsx": "^4.20.6",
151151
"typescript": "^5.9.3",
152-
"vitest": "^4.0.8"
152+
"vitest": "^4.0.10"
153153
},
154154
"simple-git-hooks": {
155155
"pre-commit": "npx lint-staged"

0 commit comments

Comments
 (0)