linted 27.1.1 → 27.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "$template": "22.13.9",
2
+ "$template": "22.13.10",
3
3
  "name": "linted",
4
- "version": "27.1.1",
4
+ "version": "27.2.0",
5
5
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
6
6
  "repository": "github:jimmy-zhening-luo/linted",
7
7
  "license": "MIT",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@eslint/css": "0.2.0",
33
- "@eslinted/core": "16.0.5",
34
- "@eslinted/defaults": "6.1.1",
33
+ "@eslinted/core": "16.0.6",
34
+ "@eslinted/defaults": "6.2.0",
35
35
  "@html-eslint/eslint-plugin": "0.34.0",
36
36
  "@html-eslint/parser": "0.34.0",
37
37
  "@stylistic/eslint-plugin": "3.1.0",
@@ -44,7 +44,7 @@
44
44
  "jsonc-eslint-parser": "2.4.0",
45
45
  "svelte": "^5.19.9",
46
46
  "svelte-eslint-parser": "0.43.0",
47
- "typescript-eslint": "8.23.0",
47
+ "typescript-eslint": "8.24.0",
48
48
  "yaml-eslint-parser": "1.2.3"
49
49
  },
50
50
  "devDependencies": {
@@ -107,9 +107,6 @@
107
107
  "start:windows": "run-s start-%npm_package_config_language%",
108
108
  "start-ts": "node .",
109
109
  "start-svelte": "vite preview",
110
- "postinstall": "run-os",
111
- "postinstall:default": "rm -rf .eslintcache",
112
- "postinstall:windows": "cmd /c if exist .eslintcache del /f /q .eslintcache",
113
110
  "prepublishOnly": "npm test",
114
111
  "postpublish": "run-os",
115
112
  "postpublish:default": "if [ \"${npm_package_version#*-}\" = \"${npm_package_version}\" ]; then npm dist-tag add \"$npm_package_name@$npm_package_version\" latest; fi",