oxlint-plugin-vize 0.347.7 → 0.350.2
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/dist/cli.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as hasVueLikeExtension, n as hasScriptLikeBlock, s as isStandaloneHtmlFile, t as appendScriptlessWorkaround } from "./workaround-
|
|
1
|
+
import { i as hasVueLikeExtension, n as hasScriptLikeBlock, s as isStandaloneHtmlFile, t as appendScriptlessWorkaround } from "./workaround-DaqWylnm.mjs";
|
|
2
2
|
import { spawn } from "node:child_process";
|
|
3
3
|
import path from "node:path";
|
|
4
4
|
import fs from "node:fs";
|
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import * as _$_oxlint_plugins0 from "@oxlint/plugins";
|
|
2
|
-
|
|
3
1
|
//#region src/plugin.d.ts
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@oxlint/plugins").Plugin;
|
|
5
3
|
//#endregion
|
|
6
4
|
//#region src/model.d.ts
|
|
7
5
|
type HelpLevel = "none" | "short" | "full";
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as isPatinaFile, c as compareLineColumn, d as getDiagnosticBlock, l as extractSfcBlocks, o as isScriptLikeFile, r as resolveWorkaroundSource, u as formatBlockLabel } from "./workaround-
|
|
1
|
+
import { a as isPatinaFile, c as compareLineColumn, d as getDiagnosticBlock, l as extractSfcBlocks, o as isScriptLikeFile, r as resolveWorkaroundSource, u as formatBlockLabel } from "./workaround-DaqWylnm.mjs";
|
|
2
2
|
import { createRequire } from "node:module";
|
|
3
3
|
import { definePlugin, defineRule } from "@oxlint/plugins";
|
|
4
4
|
import { spawnSync } from "node:child_process";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oxlint-plugin-vize",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.350.2",
|
|
4
4
|
"description": "Oxlint JS plugin bridge for Vize Patina",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lint",
|
|
@@ -39,26 +39,26 @@
|
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@oxlint/plugins": "1.
|
|
42
|
+
"@oxlint/plugins": "1.78.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tsdown/css": "0.22.
|
|
45
|
+
"@tsdown/css": "0.22.14",
|
|
46
46
|
"@types/node": "25.9.2",
|
|
47
|
-
"@vizejs/native": "0.
|
|
48
|
-
"tsdown": "0.22.
|
|
47
|
+
"@vizejs/native": "0.350.2",
|
|
48
|
+
"tsdown": "0.22.14",
|
|
49
49
|
"typescript": "6.0.3",
|
|
50
|
-
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.
|
|
51
|
-
"vite-plus": "0.1.
|
|
50
|
+
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.24",
|
|
51
|
+
"vite-plus": "0.1.24"
|
|
52
52
|
},
|
|
53
53
|
"optionalDependencies": {
|
|
54
|
-
"@vizejs/native-darwin-arm64": "0.
|
|
55
|
-
"@vizejs/native-darwin-x64": "0.
|
|
56
|
-
"@vizejs/native-linux-arm64-gnu": "0.
|
|
57
|
-
"@vizejs/native-linux-arm64-musl": "0.
|
|
58
|
-
"@vizejs/native-linux-x64-gnu": "0.
|
|
59
|
-
"@vizejs/native-linux-x64-musl": "0.
|
|
60
|
-
"@vizejs/native-win32-arm64-msvc": "0.
|
|
61
|
-
"@vizejs/native-win32-x64-msvc": "0.
|
|
54
|
+
"@vizejs/native-darwin-arm64": "0.350.2",
|
|
55
|
+
"@vizejs/native-darwin-x64": "0.350.2",
|
|
56
|
+
"@vizejs/native-linux-arm64-gnu": "0.350.2",
|
|
57
|
+
"@vizejs/native-linux-arm64-musl": "0.350.2",
|
|
58
|
+
"@vizejs/native-linux-x64-gnu": "0.350.2",
|
|
59
|
+
"@vizejs/native-linux-x64-musl": "0.350.2",
|
|
60
|
+
"@vizejs/native-win32-arm64-msvc": "0.350.2",
|
|
61
|
+
"@vizejs/native-win32-x64-msvc": "0.350.2"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": "^22 || >= 24"
|
|
File without changes
|