vize 0.203.0 → 0.206.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.
@@ -585,7 +585,7 @@ interface VizeConfigEntry {
585
585
  }
586
586
  //#endregion
587
587
  //#region src/types/rules.d.ts
588
- declare const LINT_RULE_NAMES: readonly ["a11y/alt-text", "a11y/anchor-has-content", "a11y/anchor-is-valid", "a11y/aria-props", "a11y/aria-role", "a11y/aria-unsupported-elements", "a11y/click-events-have-key-events", "a11y/form-control-has-label", "a11y/heading-has-content", "a11y/heading-levels", "a11y/iframe-has-title", "a11y/img-alt", "a11y/interactive-supports-focus", "a11y/label-has-for", "a11y/landmark-roles", "a11y/media-has-caption", "a11y/mouse-events-have-key-events", "a11y/no-access-key", "a11y/no-aria-hidden-on-focusable", "a11y/no-autofocus", "a11y/no-distracting-elements", "a11y/no-i-for-icon", "a11y/no-redundant-roles", "a11y/no-refer-to-non-existent-id", "a11y/no-role-presentation-on-focusable", "a11y/no-static-element-interactions", "a11y/placeholder-label-option", "a11y/role-has-required-aria-props", "a11y/tabindex-no-positive", "a11y/use-list", "css/no-display-none", "css/no-hardcoded-values", "css/no-id-selectors", "css/no-important", "css/no-utility-classes", "css/no-v-bind-performance", "css/prefer-logical-properties", "css/prefer-nested-selectors", "css/prefer-slotted", "css/require-font-display", "ecosystem/nuxt-prefer-nuxt-link", "ecosystem/pinia-prefer-store-to-refs", "ecosystem/router-link-require-to", "ecosystem/void-link-require-href", "ecosystem/void-link-valid-method", "ecosystem/vue-i18n-no-missing-key", "ecosystem/vue-router-prefer-named-link", "ecosystem/vue-router-prefer-named-push", "ecosystem/vue-test-utils-no-html-snapshot", "html/deprecated-attr", "html/deprecated-element", "html/id-duplication", "html/no-consecutive-br", "html/no-duplicate-dt", "html/no-empty-palpable-content", "html/require-datetime", "script/no-async-in-computed", "script/no-deep-destructure-in-props", "script/no-get-current-instance", "script/no-import-compiler-macros", "script/no-internal-imports", "script/no-next-tick", "script/no-options-api", "script/no-reactive-destructure", "script/no-reserved-identifiers", "script/no-top-level-ref-in-script", "script/no-with-defaults", "script/prefer-computed", "script/prefer-import-from-vue", "script/prefer-ref-over-reactive", "script/prefer-use-attrs", "script/prefer-use-id", "script/prefer-use-slots", "script/prefer-use-template-ref", "script/require-function-return-type", "script/require-symbol-provide", "ssr/no-browser-globals-in-ssr", "ssr/no-hydration-mismatch", "type/no-floating-promises", "type/no-reactivity-loss", "type/no-unsafe-template-binding", "type/require-typed-emits", "type/require-typed-props", "vapor/no-inline-template", "vapor/no-vue-lifecycle-events", "vapor/prefer-static-class", "vapor/require-vapor-attribute", "vue/attribute-hyphenation", "vue/attribute-order", "vue/component-definition-name-casing", "vue/component-name-in-template-casing", "vue/html-quotes", "vue/html-self-closing", "vue/multi-word-component-names", "vue/mustache-interpolation-spacing", "vue/no-boolean-attr-value", "vue/no-child-content", "vue/no-dupe-v-else-if", "vue/no-duplicate-attributes", "vue/no-inline-style", "vue/no-lone-template", "vue/no-multi-spaces", "vue/no-mutating-props", "vue/no-preprocessor-lang", "vue/no-reserved-component-names", "vue/no-script-non-standard-lang", "vue/no-src-attribute", "vue/no-template-key", "vue/no-template-lang", "vue/no-template-shadow", "vue/no-textarea-mustache", "vue/no-unsafe-url", "vue/no-unused-components", "vue/no-unused-properties", "vue/no-unused-vars", "vue/no-use-v-if-with-v-for", "vue/no-useless-template-attributes", "vue/no-v-html", "vue/no-v-text-v-html-on-component", "vue/permitted-contents", "vue/prefer-props-shorthand", "vue/prop-name-casing", "vue/require-component-is", "vue/require-component-registration", "vue/require-scoped-style", "vue/require-v-for-key", "vue/scoped-event-names", "vue/sfc-element-order", "vue/single-style-block", "vue/use-unique-element-ids", "vue/use-v-on-exact", "vue/v-bind-style", "vue/v-on-style", "vue/v-slot-style", "vue/valid-attribute-name", "vue/valid-v-bind", "vue/valid-v-else", "vue/valid-v-for", "vue/valid-v-if", "vue/valid-v-memo", "vue/valid-v-model", "vue/valid-v-on", "vue/valid-v-show", "vue/valid-v-slot", "vue/warn-custom-block", "vue/warn-custom-directive"];
588
+ declare const LINT_RULE_NAMES: readonly ["a11y/alt-text", "a11y/anchor-has-content", "a11y/anchor-is-valid", "a11y/aria-props", "a11y/aria-role", "a11y/aria-unsupported-elements", "a11y/click-events-have-key-events", "a11y/form-control-has-label", "a11y/heading-has-content", "a11y/heading-levels", "a11y/iframe-has-title", "a11y/img-alt", "a11y/interactive-supports-focus", "a11y/label-has-for", "a11y/landmark-roles", "a11y/media-has-caption", "a11y/mouse-events-have-key-events", "a11y/no-access-key", "a11y/no-aria-hidden-on-focusable", "a11y/no-autofocus", "a11y/no-distracting-elements", "a11y/no-i-for-icon", "a11y/no-redundant-roles", "a11y/no-refer-to-non-existent-id", "a11y/no-role-presentation-on-focusable", "a11y/no-static-element-interactions", "a11y/placeholder-label-option", "a11y/role-has-required-aria-props", "a11y/tabindex-no-positive", "a11y/use-list", "css/no-display-none", "css/no-hardcoded-values", "css/no-id-selectors", "css/no-important", "css/no-utility-classes", "css/no-v-bind-performance", "css/prefer-logical-properties", "css/prefer-nested-selectors", "css/prefer-slotted", "css/require-font-display", "ecosystem/nuxt-prefer-nuxt-link", "ecosystem/pinia-prefer-store-to-refs", "ecosystem/router-link-require-to", "ecosystem/void-link-require-href", "ecosystem/void-link-valid-method", "ecosystem/vue-i18n-no-missing-key", "ecosystem/vue-router-prefer-named-link", "ecosystem/vue-router-prefer-named-push", "ecosystem/vue-test-utils-no-html-snapshot", "html/deprecated-attr", "html/deprecated-element", "html/id-duplication", "html/no-consecutive-br", "html/no-duplicate-dt", "html/no-empty-palpable-content", "html/require-datetime", "petite-vue/no-unsupported-directive", "petite-vue/valid-v-effect", "petite-vue/valid-v-scope", "script/no-async-in-computed", "script/no-deep-destructure-in-props", "script/no-dupe-keys", "script/no-get-current-instance", "script/no-import-compiler-macros", "script/no-internal-imports", "script/no-next-tick", "script/no-options-api", "script/no-reactive-destructure", "script/no-reserved-identifiers", "script/no-side-effects-in-computed-properties", "script/no-top-level-ref-in-script", "script/no-with-defaults", "script/prefer-computed", "script/prefer-import-from-vue", "script/prefer-ref-over-reactive", "script/prefer-use-attrs", "script/prefer-use-id", "script/prefer-use-slots", "script/prefer-use-template-ref", "script/require-function-return-type", "script/require-symbol-provide", "ssr/no-browser-globals-in-ssr", "ssr/no-hydration-mismatch", "type/no-floating-promises", "type/no-reactivity-loss", "type/no-unsafe-template-binding", "type/require-typed-emits", "type/require-typed-props", "vapor/no-inline-template", "vapor/no-vue-lifecycle-events", "vapor/prefer-static-class", "vapor/require-vapor-attribute", "vue/attribute-hyphenation", "vue/attribute-order", "vue/component-definition-name-casing", "vue/component-name-in-template-casing", "vue/html-quotes", "vue/html-self-closing", "vue/multi-word-component-names", "vue/mustache-interpolation-spacing", "vue/no-boolean-attr-value", "vue/no-child-content", "vue/no-deprecated-v-bind-sync", "vue/no-deprecated-v-on-native-modifier", "vue/no-dupe-v-else-if", "vue/no-duplicate-attributes", "vue/no-inline-style", "vue/no-lone-template", "vue/no-multi-spaces", "vue/no-mutating-props", "vue/no-preprocessor-lang", "vue/no-reserved-component-names", "vue/no-script-non-standard-lang", "vue/no-src-attribute", "vue/no-template-key", "vue/no-template-lang", "vue/no-template-shadow", "vue/no-textarea-mustache", "vue/no-unsafe-url", "vue/no-unused-components", "vue/no-unused-properties", "vue/no-unused-vars", "vue/no-use-v-if-with-v-for", "vue/no-useless-template-attributes", "vue/no-v-html", "vue/no-v-text-v-html-on-component", "vue/permitted-contents", "vue/prefer-props-shorthand", "vue/prop-name-casing", "vue/require-component-is", "vue/require-component-registration", "vue/require-scoped-style", "vue/require-v-for-key", "vue/scoped-event-names", "vue/sfc-element-order", "vue/single-style-block", "vue/use-unique-element-ids", "vue/use-v-on-exact", "vue/v-bind-style", "vue/v-on-style", "vue/v-slot-style", "vue/valid-attribute-name", "vue/valid-v-bind", "vue/valid-v-else", "vue/valid-v-for", "vue/valid-v-if", "vue/valid-v-memo", "vue/valid-v-model", "vue/valid-v-on", "vue/valid-v-show", "vue/valid-v-slot", "vue/warn-custom-block", "vue/warn-custom-directive"];
589
589
  type LintRuleName = (typeof LINT_RULE_NAMES)[number];
590
590
  type LintRulesConfig = Partial<Record<LintRuleName, RuleSeverity>>;
591
591
  //#endregion
@@ -657,4 +657,4 @@ declare function resolveConfigExport(exported: UserConfigExport, env?: ConfigEnv
657
657
  declare function normalizeGlobalTypes(config: GlobalTypesConfig): Record<string, GlobalTypeDeclaration>;
658
658
  //#endregion
659
659
  export { RuleSeverity as A, LintPreset as C, MuseaConfig as D, MuseaAutogenConfig as E, VueVersion as F, VitePluginConfig as M, VizeConfig as N, MuseaVrtConfig as O, VizeConfigEntry as P, LanguageServerConfig as S, MuseaA11yConfig as T, CompilerCompatibilityConfig as _, loadConfig as a, GlobalTypeDeclaration as b, LspConfig as c, MaybePromise as d, ResolvedVizeConfig as f, LintRulesConfig as g, LintRuleName as h, defineConfig as i, TypeCheckerConfig as j, RuleCategory as k, ConfigEnv as l, UserConfigInput as m, VIZE_CONFIG_JSON_SCHEMA_PATH as n, normalizeGlobalTypes as o, UserConfigExport as p, VIZE_CONFIG_PKL_SCHEMA_PATH as r, resolveConfigExport as s, CONFIG_FILE_NAMES as t, LoadConfigOptions as u, CompilerConfig as v, LinterConfig as w, GlobalTypesConfig as x, FormatterConfig as y };
660
- //# sourceMappingURL=config-Bvotds93.d.mts.map
660
+ //# sourceMappingURL=config-c1oH-WZa.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config-Bvotds93.d.mts","names":[],"sources":["../src/types/generated.ts","../src/types/rules.ts","../src/types/runtime.ts","../src/types/index.ts","../src/config.ts"],"mappings":"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"}
1
+ {"version":3,"file":"config-c1oH-WZa.d.mts","names":[],"sources":["../src/types/generated.ts","../src/types/rules.ts","../src/types/runtime.ts","../src/types/index.ts","../src/config.ts"],"mappings":"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"}
package/dist/config.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- import { a as loadConfig, i as defineConfig, n as VIZE_CONFIG_JSON_SCHEMA_PATH, o as normalizeGlobalTypes, r as VIZE_CONFIG_PKL_SCHEMA_PATH, s as resolveConfigExport, t as CONFIG_FILE_NAMES } from "./config-Bvotds93.mjs";
1
+ import { a as loadConfig, i as defineConfig, n as VIZE_CONFIG_JSON_SCHEMA_PATH, o as normalizeGlobalTypes, r as VIZE_CONFIG_PKL_SCHEMA_PATH, s as resolveConfigExport, t as CONFIG_FILE_NAMES } from "./config-c1oH-WZa.mjs";
2
2
  export { CONFIG_FILE_NAMES, VIZE_CONFIG_JSON_SCHEMA_PATH, VIZE_CONFIG_PKL_SCHEMA_PATH, defineConfig, loadConfig, normalizeGlobalTypes, resolveConfigExport };
package/dist/index.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- import { A as RuleSeverity, C as LintPreset, D as MuseaConfig, E as MuseaAutogenConfig, F as VueVersion, M as VitePluginConfig, N as VizeConfig, O as MuseaVrtConfig, P as VizeConfigEntry, S as LanguageServerConfig, T as MuseaA11yConfig, _ as CompilerCompatibilityConfig, a as loadConfig, b as GlobalTypeDeclaration, c as LspConfig, d as MaybePromise, f as ResolvedVizeConfig, g as LintRulesConfig, h as LintRuleName, i as defineConfig, j as TypeCheckerConfig, k as RuleCategory, l as ConfigEnv, m as UserConfigInput, n as VIZE_CONFIG_JSON_SCHEMA_PATH, o as normalizeGlobalTypes, p as UserConfigExport, r as VIZE_CONFIG_PKL_SCHEMA_PATH, s as resolveConfigExport, t as CONFIG_FILE_NAMES, u as LoadConfigOptions, v as CompilerConfig, w as LinterConfig, x as GlobalTypesConfig, y as FormatterConfig } from "./config-Bvotds93.mjs";
1
+ import { A as RuleSeverity, C as LintPreset, D as MuseaConfig, E as MuseaAutogenConfig, F as VueVersion, M as VitePluginConfig, N as VizeConfig, O as MuseaVrtConfig, P as VizeConfigEntry, S as LanguageServerConfig, T as MuseaA11yConfig, _ as CompilerCompatibilityConfig, a as loadConfig, b as GlobalTypeDeclaration, c as LspConfig, d as MaybePromise, f as ResolvedVizeConfig, g as LintRulesConfig, h as LintRuleName, i as defineConfig, j as TypeCheckerConfig, k as RuleCategory, l as ConfigEnv, m as UserConfigInput, n as VIZE_CONFIG_JSON_SCHEMA_PATH, o as normalizeGlobalTypes, p as UserConfigExport, r as VIZE_CONFIG_PKL_SCHEMA_PATH, s as resolveConfigExport, t as CONFIG_FILE_NAMES, u as LoadConfigOptions, v as CompilerConfig, w as LinterConfig, x as GlobalTypesConfig, y as FormatterConfig } from "./config-c1oH-WZa.mjs";
2
2
  export { CONFIG_FILE_NAMES, type CompilerCompatibilityConfig, type CompilerConfig, type ConfigEnv, type FormatterConfig, type GlobalTypeDeclaration, type GlobalTypesConfig, type LanguageServerConfig, type LintPreset, type LintRuleName, type LintRulesConfig, type LinterConfig, type LoadConfigOptions, type LspConfig, type MaybePromise, type MuseaA11yConfig, type MuseaAutogenConfig, type MuseaConfig, type MuseaVrtConfig, type ResolvedVizeConfig, type RuleCategory, type RuleSeverity, type TypeCheckerConfig, type UserConfigExport, type UserConfigInput, VIZE_CONFIG_JSON_SCHEMA_PATH, VIZE_CONFIG_PKL_SCHEMA_PATH, type VitePluginConfig, type VizeConfig, type VizeConfigEntry, type VueVersion, defineConfig, loadConfig, normalizeGlobalTypes, resolveConfigExport };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vize",
3
- "version": "0.203.0",
3
+ "version": "0.206.0",
4
4
  "description": "Vize - High-performance Vue.js toolchain in Rust",
5
5
  "keywords": [
6
6
  "cli",
@@ -50,7 +50,7 @@
50
50
  "access": "public"
51
51
  },
52
52
  "dependencies": {
53
- "@vizejs/native": "0.203.0",
53
+ "@vizejs/native": "0.206.0",
54
54
  "oxc-transform": "0.130.0",
55
55
  "vue": "3.5.35"
56
56
  },
@@ -31,8 +31,9 @@ class TypeCheckerConfig {
31
31
 
32
32
  /// Resolve Vue 3 Options API template bindings (`data`/`computed`/`methods`/
33
33
  /// `inject`/`setup`/`props`) during type checking. Officially supported in
34
- /// Vue 3; opt-in and available in the standard build (not a legacy feature).
35
- optionsApi: Boolean = false
34
+ /// Vue 3 and default-on (matches `vue-tsc`); set to `false` to opt out.
35
+ /// Available in the standard build (not a legacy feature).
36
+ optionsApi: Boolean = true
36
37
 
37
38
  /// Enable Vue 2.7 / Nuxt 2 Options API template binding support.
38
39
  legacyVue2: Boolean = false
@@ -280,8 +280,8 @@
280
280
  "type": "boolean"
281
281
  },
282
282
  "optionsApi": {
283
- "description": "Resolve Vue 3 Options API template bindings (data/computed/methods/inject/setup/props) during type checking. Opt-in; available in the standard build (not a legacy feature).",
284
- "default": false,
283
+ "description": "Resolve Vue 3 Options API template bindings (data/computed/methods/inject/setup/props) during type checking. Default-on (matches vue-tsc); set to false to opt out. Available in the standard build (not a legacy feature).",
284
+ "default": true,
285
285
  "type": "boolean"
286
286
  },
287
287
  "legacyVue2": {
@@ -60,8 +60,12 @@ export const LINT_RULE_NAMES = [
60
60
  "html/no-duplicate-dt",
61
61
  "html/no-empty-palpable-content",
62
62
  "html/require-datetime",
63
+ "petite-vue/no-unsupported-directive",
64
+ "petite-vue/valid-v-effect",
65
+ "petite-vue/valid-v-scope",
63
66
  "script/no-async-in-computed",
64
67
  "script/no-deep-destructure-in-props",
68
+ "script/no-dupe-keys",
65
69
  "script/no-get-current-instance",
66
70
  "script/no-import-compiler-macros",
67
71
  "script/no-internal-imports",
@@ -69,6 +73,7 @@ export const LINT_RULE_NAMES = [
69
73
  "script/no-options-api",
70
74
  "script/no-reactive-destructure",
71
75
  "script/no-reserved-identifiers",
76
+ "script/no-side-effects-in-computed-properties",
72
77
  "script/no-top-level-ref-in-script",
73
78
  "script/no-with-defaults",
74
79
  "script/prefer-computed",
@@ -101,6 +106,8 @@ export const LINT_RULE_NAMES = [
101
106
  "vue/mustache-interpolation-spacing",
102
107
  "vue/no-boolean-attr-value",
103
108
  "vue/no-child-content",
109
+ "vue/no-deprecated-v-bind-sync",
110
+ "vue/no-deprecated-v-on-native-modifier",
104
111
  "vue/no-dupe-v-else-if",
105
112
  "vue/no-duplicate-attributes",
106
113
  "vue/no-inline-style",