@nuxtjs/html-validator
Advanced tools
Comparing version 1.5.2 to 1.6.0
@@ -16,3 +16,3 @@ import * as _nuxt_schema from '@nuxt/schema'; | ||
*/ | ||
hookable: boolean; | ||
hookable?: boolean; | ||
} | ||
@@ -22,2 +22,2 @@ | ||
export { ModuleOptions, _default as default }; | ||
export { type ModuleOptions, _default as default }; |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.5.2" | ||
"version": "1.6.0" | ||
} |
import { ModuleOptions } from './module' | ||
import type { ModuleOptions } from './module' | ||
declare module '@nuxt/schema' { | ||
@@ -15,2 +16,2 @@ interface NuxtConfig { ['htmlValidator']?: Partial<ModuleOptions> } | ||
export { ModuleOptions, default } from './module' | ||
export type { ModuleOptions, default } from './module' |
{ | ||
"name": "@nuxtjs/html-validator", | ||
"version": "1.5.2", | ||
"version": "1.6.0", | ||
"description": "html-validate integration for Nuxt", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"chalk": "^5.1.2", | ||
"html-validate": "~8.0.5", | ||
"html-validate": "~8.7.0", | ||
"pathe": "^1.0.0", | ||
@@ -49,17 +49,17 @@ "prettier": "^3.0.0", | ||
"devDependencies": { | ||
"@nuxt/module-builder": "0.4.0", | ||
"@nuxt/test-utils": "3.6.5", | ||
"@nuxtjs/eslint-config-typescript": "12.0.0", | ||
"@vitest/coverage-v8": "0.33.0", | ||
"bumpp": "9.1.1", | ||
"eslint": "8.45.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"@nuxt/module-builder": "0.5.4", | ||
"@nuxt/test-utils": "3.8.1", | ||
"@nuxtjs/eslint-config-typescript": "12.1.0", | ||
"@vitest/coverage-v8": "0.34.6", | ||
"bumpp": "9.2.0", | ||
"eslint": "8.55.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"husky": "8.0.3", | ||
"lint-staged": "13.2.3", | ||
"nuxt": "3.6.5", | ||
"vitest": "0.33.0" | ||
"lint-staged": "15.2.0", | ||
"nuxt": "3.8.2", | ||
"vitest": "0.34.6" | ||
}, | ||
"resolutions": { | ||
"@nuxtjs/html-validator": "link:./", | ||
"@nuxt/kit": "3.6.5", | ||
"@nuxt/kit": "3.8.2", | ||
"consola": "^3.0.0" | ||
@@ -70,3 +70,3 @@ }, | ||
}, | ||
"packageManager": "pnpm@8.6.9" | ||
"packageManager": "pnpm@8.11.0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14106
16
+ Added@nuxt/kit@3.14.0(transitive)
+ Added@nuxt/schema@3.14.0(transitive)
+ Addedcaniuse-lite@1.0.30001677(transitive)
+ Addedcross-spawn@7.0.3(transitive)
+ Addedelectron-to-chromium@1.5.51(transitive)
+ Addedhtml-validate@8.7.4(transitive)
+ Addedignore@5.3.0(transitive)
- Removed@nuxt/kit@3.14.159(transitive)
- Removed@nuxt/schema@3.14.159(transitive)
- Removedcaniuse-lite@1.0.30001679(transitive)
- Removedcross-spawn@7.0.5(transitive)
- Removedelectron-to-chromium@1.5.55(transitive)
- Removedhtml-validate@8.0.5(transitive)
Updatedhtml-validate@~8.7.0