@askviraj/linter 1.0.3 → 1.0.5

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.
@@ -1,5 +1,5 @@
1
1
  import tsParser from "@typescript-eslint/parser";
2
- import astroParser from "astro-eslint-parser";
2
+ import * as astroParser from "astro-eslint-parser";
3
3
  import astro from "eslint-plugin-astro";
4
4
  import globals from "globals";
5
5
  export const astroConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askviraj/linter",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "A linter & formatter CLI for JavaScript, TypeScript, Astro, JSON, JSONC, CSS, HTML, Markdown, YAML, TOML, and more.",
5
5
  "keywords": [
6
6
  "lint",
@@ -54,32 +54,32 @@
54
54
  "test:integration": "pnpm run build && pnpx vitest run tests/integration"
55
55
  },
56
56
  "dependencies": {
57
- "@eslint/css": "latest",
58
- "@eslint/js": "latest",
59
- "@eslint/json": "latest",
60
- "@eslint/markdown": "latest",
61
- "@html-eslint/eslint-plugin": "latest",
62
- "@poupe/eslint-plugin-tailwindcss": "latest",
63
- "@typescript-eslint/parser": "latest",
64
- "astro-eslint-parser": "latest",
65
- "debug": "latest",
66
- "eslint": "latest",
67
- "eslint-plugin-astro": "latest",
68
- "eslint-plugin-toml": "latest",
69
- "eslint-plugin-yml": "latest",
70
- "globals": "latest",
71
- "jsonc-parser": "latest",
72
- "typescript-eslint": "latest",
73
- "yaml": "latest",
74
- "yaml-eslint-parser": "latest"
57
+ "@eslint/css": "1.3.0",
58
+ "@eslint/js": "10.0.1",
59
+ "@eslint/json": "2.0.0",
60
+ "@eslint/markdown": "8.0.2",
61
+ "@html-eslint/eslint-plugin": "0.62.0",
62
+ "@poupe/eslint-plugin-tailwindcss": "0.3.1",
63
+ "@typescript-eslint/parser": "8.61.1",
64
+ "astro-eslint-parser": "2.0.0",
65
+ "debug": "4.4.3",
66
+ "eslint": "10.5.0",
67
+ "eslint-plugin-astro": "2.0.0",
68
+ "eslint-plugin-toml": "1.4.0",
69
+ "eslint-plugin-yml": "3.4.0",
70
+ "globals": "17.6.0",
71
+ "jsonc-parser": "3.3.1",
72
+ "typescript-eslint": "8.61.1",
73
+ "yaml": "2.9.0",
74
+ "yaml-eslint-parser": "2.0.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@types/node": "latest",
78
- "jiti": "latest",
79
- "sort-package-json": "latest",
80
- "tsx": "latest",
81
- "typescript": "latest",
82
- "vitest": "latest"
77
+ "@types/node": "26.0.0",
78
+ "jiti": "2.7.0",
79
+ "sort-package-json": "4.0.0",
80
+ "tsx": "4.22.4",
81
+ "typescript": "6.0.3",
82
+ "vitest": "4.1.9"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "eslint": "^10.0.0"