Skip to content

Commit a8ad129

Browse files
chore(deps): update eslint packages (#9193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <[email protected]>
1 parent 8353def commit a8ad129

File tree

4 files changed

+372
-361
lines changed

4 files changed

+372
-361
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default antfu(
4343
'no-empty-pattern': 'off',
4444
'antfu/indent-binary-ops': 'off',
4545
'unused-imports/no-unused-imports': 'error',
46+
'pnpm/json-enforce-catalog': 'off',
4647
'style/member-delimiter-style': [
4748
'error',
4849
{

package.json

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:browser:playwright": "pnpm -C test/browser run test:playwright"
3939
},
4040
"devDependencies": {
41-
"@antfu/eslint-config": "^6.2.0",
41+
"@antfu/eslint-config": "^6.7.1",
4242
"@antfu/ni": "^28.0.0",
4343
"@playwright/test": "^1.57.0",
4444
"@rollup/plugin-commonjs": "^29.0.0",
@@ -53,7 +53,7 @@
5353
"bumpp": "^10.3.2",
5454
"changelogithub": "^14.0.0",
5555
"esbuild": "^0.27.0",
56-
"eslint": "^9.39.1",
56+
"eslint": "^9.39.2",
5757
"magic-string": "^0.30.21",
5858
"pathe": "^2.0.3",
5959
"premove": "^4.0.0",
@@ -68,30 +68,5 @@
6868
"vite": "^7.1.5",
6969
"vitest": "workspace:*",
7070
"zx": "^8.8.5"
71-
},
72-
"pnpm": {
73-
"peerDependencyRules": {
74-
"ignoreMissing": [
75-
"@algolia/client-search"
76-
]
77-
},
78-
"patchedDependencies": {
79-
"@sinonjs/[email protected]": "patches/@[email protected]",
80-
81-
"@types/[email protected]": "patches/@[email protected]",
82-
83-
},
84-
"onlyBuiltDependencies": [
85-
"@sveltejs/kit",
86-
"@swc/core",
87-
"edgedriver",
88-
"esbuild",
89-
"geckodriver",
90-
"msw",
91-
"rolldown",
92-
"sharp",
93-
"svelte-preprocess",
94-
"vue-demi"
95-
]
9671
}
9772
}

0 commit comments

Comments
 (0)