Skip to content

Commit b7c0126

Browse files
committed
(wip) chore: remove unused deps
1 parent 133ac9f commit b7c0126

File tree

3 files changed

+4
-52
lines changed

3 files changed

+4
-52
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"@changesets/changelog-github": "^0.5.0",
1616
"@changesets/cli": "^2.27.1",
1717
"@changesets/get-release-plan": "^4.0.0",
18+
"env-cmd": "^10.1.0",
19+
"npm-run-all2": "^6.1.2",
1820
"typescript": "~5.4.5"
1921
},
2022
"publishConfig": {

packages/eslint-plugin-svelte/eslint.config.mjs

-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as myPlugin from '@ota-meshi/eslint-plugin';
22
import * as tseslint from 'typescript-eslint';
3-
import globals from 'globals';
43

54
/**
65
* @type {import('eslint').Linter.FlatConfig[]}
@@ -89,23 +88,6 @@ const config = [
8988
]
9089
}
9190
},
92-
{
93-
files: ['docs-svelte-kit/**'],
94-
languageOptions: {
95-
sourceType: 'module',
96-
globals: {
97-
...globals.browser,
98-
require: 'readonly'
99-
}
100-
},
101-
rules: {
102-
'n/file-extension-in-import': 'off',
103-
'n/no-unsupported-features/es-syntax': 'off',
104-
'n/no-unsupported-features/es-builtins': 'off',
105-
'n/no-unsupported-features/node-builtins': 'off',
106-
'n/no-missing-import': 'off'
107-
}
108-
},
10991
{
11092
files: ['docs-svelte-kit/**/*.svelte'],
11193
languageOptions: {

packages/eslint-plugin-svelte/package.json

+2-34
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"dependencies": {
6060
"@eslint-community/eslint-utils": "^4.4.0",
6161
"@jridgewell/sourcemap-codec": "^1.4.15",
62-
"debug": "^4.3.4",
6362
"eslint-compat-utils": "^0.5.0",
6463
"esutils": "^2.0.3",
6564
"known-css-properties": "^0.31.0",
@@ -74,42 +73,25 @@
7473
"@babel/core": "^7.24.5",
7574
"@babel/eslint-parser": "^7.24.5",
7675
"@babel/plugin-proposal-function-bind": "^7.24.1",
77-
"@babel/types": "^7.24.5",
78-
"@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
79-
"@fontsource/fira-mono": "^5.0.13",
76+
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
8077
"@ota-meshi/eslint-plugin": "^0.17.1",
81-
"@sindresorhus/slugify": "^2.2.1",
82-
"@sveltejs/adapter-static": "^3.0.1",
83-
"@sveltejs/vite-plugin-svelte": "^3.1.0",
8478
"@types/babel__core": "^7.20.5",
85-
"@types/cross-spawn": "^6.0.6",
86-
"@types/escape-html": "^1.0.4",
8779
"@types/eslint": "^8.56.10",
88-
"@types/eslint-scope": "^3.7.7",
8980
"@types/eslint-utils": "^3.0.5",
90-
"@types/eslint-visitor-keys": "^3.3.0",
9181
"@types/esutils": "^2.0.2",
9282
"@types/json-schema": "^7.0.15",
9383
"@types/less": "^3.0.6",
94-
"@types/markdown-it": "^14.1.1",
95-
"@types/markdown-it-container": "^2.0.10",
96-
"@types/markdown-it-emoji": "^3.0.1",
9784
"@types/mocha": "^10.0.6",
9885
"@types/node": "^20.12.11",
9986
"@types/postcss-safe-parser": "^5.0.4",
100-
"@types/prismjs": "^1.26.4",
10187
"@types/semver": "^7.5.8",
10288
"@types/stylus": "^0.48.42",
10389
"@typescript-eslint/eslint-plugin": "^7.8.0",
10490
"@typescript-eslint/parser": "^7.8.0",
105-
"@typescript/vfs": "^1.5.0",
10691
"acorn": "^8.11.3",
10792
"assert": "^2.1.0",
108-
"cross-spawn": "^7.0.3",
109-
"env-cmd": "^10.1.0",
110-
"esbuild": "^0.21.1",
93+
"esbuild": "^0.21.0",
11194
"esbuild-register": "^3.5.0",
112-
"escape-html": "^1.0.3",
11395
"eslint": "^9.2.0",
11496
"eslint-config-prettier": "^9.1.0",
11597
"eslint-formatter-friendly": "^7.0.0",
@@ -128,21 +110,11 @@
128110
"eslint-typegen": "^0.2.4",
129111
"eslint-visitor-keys": "^4.0.0",
130112
"espree": "^10.0.1",
131-
"estree-walker": "^3.0.3",
132-
"globals": "^15.2.0",
133113
"less": "^4.2.0",
134-
"locate-character": "^3.0.0",
135-
"magic-string": "^0.30.10",
136-
"markdown-it-anchor": "^8.6.7",
137-
"markdown-it-container": "^4.0.0",
138-
"markdown-it-emoji": "^3.0.0",
139114
"mocha": "^10.4.0",
140-
"npm-run-all2": "^6.1.2",
141115
"nyc": "^15.1.0",
142-
"pako": "^2.1.0",
143116
"postcss-nested": "^6.0.1",
144117
"prettier": "^3.2.5",
145-
"prettier-plugin-pkg": "^0.18.1",
146118
"prettier-plugin-svelte": "^3.2.3",
147119
"prism-svelte": "^0.5.0",
148120
"prismjs": "^1.29.0",
@@ -151,15 +123,11 @@
151123
"source-map-js": "^1.2.0",
152124
"stylus": "^0.63.0",
153125
"svelte": "5.0.0-next.130",
154-
"svelte-adapter-ghpages": "0.2.2",
155126
"svelte-i18n": "^4.0.0",
156127
"tslib": "^2.6.2",
157128
"type-coverage": "^2.28.2",
158129
"typescript-eslint": "^7.8.0",
159130
"util": "^0.12.5",
160-
"vite": "^5.2.11",
161-
"vite-plugin-eslint4b": "^0.4.0",
162-
"vite-plugin-svelte-md": "^0.1.7",
163131
"yaml": "^2.4.2"
164132
},
165133
"publishConfig": {

0 commit comments

Comments
 (0)