astro-eslint-parser 1.3.2 → 1.4.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 = "1.3.2";
317
+ var version = "1.4.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 = "1.3.2";
317
+ var version = "1.4.0";
318
318
 
319
319
  declare const meta_name: typeof name;
320
320
  declare const meta_version: typeof version;
package/lib/index.js CHANGED
@@ -2940,7 +2940,7 @@ __export(meta_exports, {
2940
2940
 
2941
2941
  // package.json
2942
2942
  var name = "astro-eslint-parser";
2943
- var version = "1.3.2";
2943
+ var version = "1.4.0";
2944
2944
 
2945
2945
  // src/index.ts
2946
2946
  function parseForESLint2(code, options) {
package/lib/index.mjs CHANGED
@@ -2915,7 +2915,7 @@ __export(meta_exports, {
2915
2915
 
2916
2916
  // package.json
2917
2917
  var name = "astro-eslint-parser";
2918
- var version = "1.3.2";
2918
+ var version = "1.4.0";
2919
2919
 
2920
2920
  // src/index.ts
2921
2921
  function parseForESLint2(code, options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-eslint-parser",
3
- "version": "1.3.2",
3
+ "version": "1.4.0",
4
4
  "description": "Astro component parser for ESLint",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "homepage": "https://github.com/ota-meshi/astro-eslint-parser#readme",
50
50
  "dependencies": {
51
- "@astrojs/compiler": "^2.0.0",
51
+ "@astrojs/compiler": "^2.0.0 || ^3.0.0",
52
52
  "@typescript-eslint/scope-manager": "^7.0.0 || ^8.0.0",
53
53
  "@typescript-eslint/types": "^7.0.0 || ^8.0.0",
54
54
  "astrojs-compiler-sync": "^1.0.0",