astro-eslint-parser 0.17.0 → 1.0.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.
package/lib/index.d.mts CHANGED
@@ -314,7 +314,7 @@ declare class ParseError extends SyntaxError {
314
314
  }
315
315
 
316
316
  var name = "astro-eslint-parser";
317
- var version = "0.17.0";
317
+ var version = "1.0.0";
318
318
 
319
319
  declare const meta_name: typeof name;
320
320
  declare const meta_version: typeof version;
package/lib/index.d.ts CHANGED
@@ -314,7 +314,7 @@ declare class ParseError extends SyntaxError {
314
314
  }
315
315
 
316
316
  var name = "astro-eslint-parser";
317
- var version = "0.17.0";
317
+ var version = "1.0.0";
318
318
 
319
319
  declare const meta_name: typeof name;
320
320
  declare const meta_version: typeof version;
package/lib/index.js CHANGED
@@ -2729,7 +2729,7 @@ __export(meta_exports, {
2729
2729
 
2730
2730
  // package.json
2731
2731
  var name = "astro-eslint-parser";
2732
- var version = "0.17.0";
2732
+ var version = "1.0.0";
2733
2733
 
2734
2734
  // src/index.ts
2735
2735
  function parseForESLint2(code, options) {
package/lib/index.mjs CHANGED
@@ -2706,7 +2706,7 @@ __export(meta_exports, {
2706
2706
 
2707
2707
  // package.json
2708
2708
  var name = "astro-eslint-parser";
2709
- var version = "0.17.0";
2709
+ var version = "1.0.0";
2710
2710
 
2711
2711
  // src/index.ts
2712
2712
  function parseForESLint2(code, options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-eslint-parser",
3
- "version": "0.17.0",
3
+ "version": "1.0.0",
4
4
  "description": "Astro component parser for ESLint",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",
@@ -8,7 +8,7 @@
8
8
  "lib"
9
9
  ],
10
10
  "engines": {
11
- "node": "^14.18.0 || >=16.0.0"
11
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
12
12
  },
13
13
  "scripts": {
14
14
  "prebuild": "npm run -s clean",
@@ -49,14 +49,14 @@
49
49
  "homepage": "https://github.com/ota-meshi/astro-eslint-parser#readme",
50
50
  "dependencies": {
51
51
  "@astrojs/compiler": "^2.0.0",
52
- "@typescript-eslint/scope-manager": "^5.0.0",
53
- "@typescript-eslint/types": "^5.0.0",
54
- "@typescript-eslint/typescript-estree": "^5.0.0",
55
- "astrojs-compiler-sync": "^0.3.0",
52
+ "@typescript-eslint/scope-manager": "^7.0.0",
53
+ "@typescript-eslint/types": "^7.0.0",
54
+ "@typescript-eslint/typescript-estree": "^7.0.0",
55
+ "astrojs-compiler-sync": "^1.0.0",
56
56
  "debug": "^4.3.4",
57
57
  "entities": "^4.5.0",
58
- "eslint-visitor-keys": "^3.0.0",
59
- "espree": "^9.0.0",
58
+ "eslint-visitor-keys": "^4.0.0",
59
+ "espree": "^10.0.0",
60
60
  "globby": "^11.1.0",
61
61
  "is-glob": "^4.0.3",
62
62
  "semver": "^7.3.8"
@@ -75,8 +75,8 @@
75
75
  "@types/mocha": "^10.0.0",
76
76
  "@types/node": "^20.0.0",
77
77
  "@types/semver": "^7.3.9",
78
- "@typescript-eslint/eslint-plugin": "~6.21.0",
79
- "@typescript-eslint/parser": "~6.21.0",
78
+ "@typescript-eslint/eslint-plugin": "^7.7.1",
79
+ "@typescript-eslint/parser": "^7.7.1",
80
80
  "astro": "^4.0.0",
81
81
  "astro-eslint-parser": ">=0.1.0",
82
82
  "benchmark": "^2.1.4",
@@ -87,13 +87,13 @@
87
87
  "eslint": "^8.15.0",
88
88
  "eslint-config-prettier": "^9.0.0",
89
89
  "eslint-formatter-codeframe": "^7.32.1",
90
- "eslint-plugin-astro": "^0.33.0",
90
+ "eslint-plugin-astro": "^0.34.0",
91
91
  "eslint-plugin-eslint-comments": "^3.2.0",
92
92
  "eslint-plugin-json-schema-validator": "^5.0.0",
93
93
  "eslint-plugin-jsonc": "^2.0.0",
94
94
  "eslint-plugin-jsx-a11y": "^6.5.1",
95
- "eslint-plugin-n": "^16.0.0",
96
- "eslint-plugin-node-dependencies": "^0.11.0",
95
+ "eslint-plugin-n": "^17.0.0",
96
+ "eslint-plugin-node-dependencies": "^0.12.0",
97
97
  "eslint-plugin-prettier": "^5.0.0",
98
98
  "eslint-plugin-react": "^7.29.4",
99
99
  "eslint-plugin-regexp": "^2.0.0",