oxlint 1.8.0 → 1.9.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.
@@ -285,7 +285,9 @@
285
285
  "nextjs",
286
286
  "react-perf",
287
287
  "promise",
288
- "node"
288
+ "node",
289
+ "regex",
290
+ "vue"
289
291
  ]
290
292
  },
291
293
  "LintPlugins": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxlint",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "Linter for the JavaScript Oxidation Compiler",
5
5
  "keywords": [],
6
6
  "author": "Boshen and oxc contributors",
@@ -29,13 +29,13 @@
29
29
  "README.md"
30
30
  ],
31
31
  "optionalDependencies": {
32
- "@oxlint/win32-x64": "1.8.0",
33
- "@oxlint/win32-arm64": "1.8.0",
34
- "@oxlint/linux-x64-gnu": "1.8.0",
35
- "@oxlint/linux-arm64-gnu": "1.8.0",
36
- "@oxlint/linux-x64-musl": "1.8.0",
37
- "@oxlint/linux-arm64-musl": "1.8.0",
38
- "@oxlint/darwin-x64": "1.8.0",
39
- "@oxlint/darwin-arm64": "1.8.0"
32
+ "@oxlint/win32-x64": "1.9.0",
33
+ "@oxlint/win32-arm64": "1.9.0",
34
+ "@oxlint/linux-x64-gnu": "1.9.0",
35
+ "@oxlint/linux-arm64-gnu": "1.9.0",
36
+ "@oxlint/linux-x64-musl": "1.9.0",
37
+ "@oxlint/linux-arm64-musl": "1.9.0",
38
+ "@oxlint/darwin-x64": "1.9.0",
39
+ "@oxlint/darwin-arm64": "1.9.0"
40
40
  }
41
41
  }