Skip to content

Commit 5fabe0e

Browse files
committed
Update dependencies
1 parent 88ce370 commit 5fabe0e

File tree

5 files changed

+313
-301
lines changed

5 files changed

+313
-301
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default [
4242
checkForEach: false
4343
}
4444
],
45-
4645
'block-scoped-var': 'error',
4746
'camelcase': [
4847
'error',
@@ -160,14 +159,13 @@ export default [
160159
'no-sparse-arrays': 'error',
161160
'no-template-curly-in-string': 'error',
162161
'no-this-before-super': 'error',
163-
164162
'no-throw-literal': 'error',
163+
// 'no-unassigned-vars': 'error',
165164
'no-undef': 'error',
166165
'no-undef-init': 'error',
167166
'no-unexpected-multiline': 'error',
168167
'no-unmodified-loop-condition': 'error',
169168
'no-unneeded-ternary': ['error', { defaultAssignment: false }],
170-
171169
'no-unreachable': 'error',
172170
'no-unreachable-loop': 'error',
173171
'no-unsafe-finally': 'error',

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
},
2828
"dependencies": {
2929
"@eslint/eslintrc": "^3.3.1",
30-
"eslint-plugin-import-x": "^4.10.2",
31-
"eslint-plugin-n": "^17.17.0",
32-
"eslint-plugin-perfectionist": "^4.11.0",
30+
"eslint-plugin-import-x": "^4.12.2",
31+
"eslint-plugin-n": "^17.18.0",
32+
"eslint-plugin-perfectionist": "^4.13.0",
3333
"eslint-plugin-prefer-let": "^4.0.0",
3434
"eslint-plugin-promise": "^7.2.1",
35-
"globals": "^16.0.0",
36-
"typescript-eslint": "^8.29.1"
35+
"globals": "^16.1.0",
36+
"typescript-eslint": "^8.32.1"
3737
},
3838
"peerDependencies": {
3939
"eslint": "^8.57.0 || ^9.0.0",
@@ -53,11 +53,11 @@
5353
}
5454
},
5555
"devDependencies": {
56-
"clean-publish": "^5.1.0",
57-
"eslint": "^9.24.0",
58-
"eslint-plugin-svelte": "^3.5.1",
59-
"svelte": "^5.25.11",
60-
"svelte-eslint-parser": "^1.1.2",
56+
"clean-publish": "^5.2.0",
57+
"eslint": "^9.27.0",
58+
"eslint-plugin-svelte": "^3.8.1",
59+
"svelte": "^5.31.1",
60+
"svelte-eslint-parser": "^1.2.0",
6161
"typescript": "^5.8.3"
6262
},
6363
"prettier": {

0 commit comments

Comments
 (0)