diff --git a/packages/@markuplint/alpine-parser/package.json b/packages/@markuplint/alpine-parser/package.json index da1c7a6df..33758dfd1 100644 --- a/packages/@markuplint/alpine-parser/package.json +++ b/packages/@markuplint/alpine-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/alpine-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "Alpine.js parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -24,10 +24,10 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0" + "@markuplint/html-parser": "4.1.1" }, "devDependencies": { - "@markuplint/ml-spec": "4.0.1", - "@markuplint/parser-utils": "4.1.0" + "@markuplint/ml-spec": "4.0.2", + "@markuplint/parser-utils": "4.1.1" } } diff --git a/packages/@markuplint/astro-parser/package.json b/packages/@markuplint/astro-parser/package.json index 909a431ac..664b3aec8 100644 --- a/packages/@markuplint/astro-parser/package.json +++ b/packages/@markuplint/astro-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/astro-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "astro parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -22,7 +22,7 @@ }, "dependencies": { "@markuplint/ml-ast": "4.0.1", - "@markuplint/parser-utils": "4.1.0", + "@markuplint/parser-utils": "4.1.1", "astro-eslint-parser": "^0.16.2" }, "devDependencies": { diff --git a/packages/@markuplint/create-rule/package.json b/packages/@markuplint/create-rule/package.json index 918c1810c..9a7da8dea 100644 --- a/packages/@markuplint/create-rule/package.json +++ b/packages/@markuplint/create-rule/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/create-rule", - "version": "4.1.0", + "version": "4.1.1", "description": "Rule generator for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -26,7 +26,7 @@ }, "dependencies": { "@markuplint/cli-utils": "4.0.1", - "@markuplint/ml-core": "4.1.0", + "@markuplint/ml-core": "4.1.1", "glob": "^10.3.6", "prettier": "^3.2.5", "ts-node": "^10.9.2", diff --git a/packages/@markuplint/ejs-parser/package.json b/packages/@markuplint/ejs-parser/package.json index 0006459c4..d92147f76 100644 --- a/packages/@markuplint/ejs-parser/package.json +++ b/packages/@markuplint/ejs-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/ejs-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "EJS parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,9 +21,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0" + "@markuplint/html-parser": "4.1.1" }, "devDependencies": { - "@markuplint/parser-utils": "4.1.0" + "@markuplint/parser-utils": "4.1.1" } } diff --git a/packages/@markuplint/erb-parser/package.json b/packages/@markuplint/erb-parser/package.json index a2e988563..e560195fb 100644 --- a/packages/@markuplint/erb-parser/package.json +++ b/packages/@markuplint/erb-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/erb-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "eRuby template parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,9 +21,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0" + "@markuplint/html-parser": "4.1.1" }, "devDependencies": { - "@markuplint/parser-utils": "4.1.0" + "@markuplint/parser-utils": "4.1.1" } } diff --git a/packages/@markuplint/file-resolver/package.json b/packages/@markuplint/file-resolver/package.json index 396a2e11d..65b53b576 100644 --- a/packages/@markuplint/file-resolver/package.json +++ b/packages/@markuplint/file-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/file-resolver", - "version": "4.1.0", + "version": "4.1.1", "description": "The file resolver of markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -27,13 +27,13 @@ "@types/node": "20.11.19" }, "dependencies": { - "@markuplint/html-parser": "4.1.0", + "@markuplint/html-parser": "4.1.1", "@markuplint/ml-ast": "4.0.1", - "@markuplint/ml-config": "4.1.0", - "@markuplint/ml-core": "4.1.0", - "@markuplint/ml-spec": "4.0.1", - "@markuplint/parser-utils": "4.1.0", - "@markuplint/selector": "4.1.0", + "@markuplint/ml-config": "4.1.1", + "@markuplint/ml-core": "4.1.1", + "@markuplint/ml-spec": "4.0.2", + "@markuplint/parser-utils": "4.1.1", + "@markuplint/selector": "4.1.1", "@markuplint/shared": "4.0.1", "cosmiconfig": "^9.0.0", "debug": "^4.3.4", diff --git a/packages/@markuplint/html-parser/package.json b/packages/@markuplint/html-parser/package.json index a87006d92..8d433b5f1 100644 --- a/packages/@markuplint/html-parser/package.json +++ b/packages/@markuplint/html-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/html-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "HTML parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -26,7 +26,7 @@ }, "dependencies": { "@markuplint/ml-ast": "4.0.1", - "@markuplint/parser-utils": "4.1.0", + "@markuplint/parser-utils": "4.1.1", "parse5": "7.1.2", "type-fest": "^4.10.2" } diff --git a/packages/@markuplint/html-spec/package.json b/packages/@markuplint/html-spec/package.json index 33437917d..ebef8bc11 100644 --- a/packages/@markuplint/html-spec/package.json +++ b/packages/@markuplint/html-spec/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/html-spec", - "version": "4.1.0", + "version": "4.1.1", "description": "A specification of HTML Living Standard for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -17,10 +17,10 @@ "gen:prettier": "prettier --write index.json" }, "devDependencies": { - "@markuplint/spec-generator": "4.0.1", - "@markuplint/test-tools": "4.0.1" + "@markuplint/spec-generator": "4.1.0", + "@markuplint/test-tools": "4.0.2" }, "dependencies": { - "@markuplint/ml-spec": "4.0.1" + "@markuplint/ml-spec": "4.0.2" } } diff --git a/packages/@markuplint/jsx-parser/package.json b/packages/@markuplint/jsx-parser/package.json index f0872be18..f20f8a1e0 100644 --- a/packages/@markuplint/jsx-parser/package.json +++ b/packages/@markuplint/jsx-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/jsx-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "JSX parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,9 +21,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0", + "@markuplint/html-parser": "4.1.1", "@markuplint/ml-ast": "4.0.1", - "@markuplint/parser-utils": "4.1.0", + "@markuplint/parser-utils": "4.1.1", "@typescript-eslint/types": "^7.0.1", "@typescript-eslint/typescript-estree": "^7.0.1" } diff --git a/packages/@markuplint/liquid-parser/package.json b/packages/@markuplint/liquid-parser/package.json index 163b8b8ff..a3e28c8a8 100644 --- a/packages/@markuplint/liquid-parser/package.json +++ b/packages/@markuplint/liquid-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/liquid-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "Liquid template parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,9 +21,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0" + "@markuplint/html-parser": "4.1.1" }, "devDependencies": { - "@markuplint/parser-utils": "4.1.0" + "@markuplint/parser-utils": "4.1.1" } } diff --git a/packages/@markuplint/ml-config/package.json b/packages/@markuplint/ml-config/package.json index 04db149b0..752c99076 100644 --- a/packages/@markuplint/ml-config/package.json +++ b/packages/@markuplint/ml-config/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/ml-config", - "version": "4.1.0", + "version": "4.1.1", "description": "JSON Schema and TypeScript types of markuplint configure JSON", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -25,7 +25,7 @@ }, "dependencies": { "@markuplint/ml-ast": "4.0.1", - "@markuplint/selector": "4.1.0", + "@markuplint/selector": "4.1.1", "@markuplint/shared": "4.0.1", "@types/mustache": "^4.2.5", "deepmerge": "^4.3.1", diff --git a/packages/@markuplint/ml-core/package.json b/packages/@markuplint/ml-core/package.json index 7353b1335..44342f254 100644 --- a/packages/@markuplint/ml-core/package.json +++ b/packages/@markuplint/ml-core/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/ml-core", - "version": "4.1.0", + "version": "4.1.1", "description": "The core module of markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -29,14 +29,14 @@ }, "dependencies": { "@markuplint/config-presets": "4.1.0", - "@markuplint/html-parser": "4.1.0", - "@markuplint/html-spec": "4.1.0", + "@markuplint/html-parser": "4.1.1", + "@markuplint/html-spec": "4.1.1", "@markuplint/i18n": "4.1.0", "@markuplint/ml-ast": "4.0.1", - "@markuplint/ml-config": "4.1.0", - "@markuplint/ml-spec": "4.0.1", - "@markuplint/parser-utils": "4.1.0", - "@markuplint/selector": "4.1.0", + "@markuplint/ml-config": "4.1.1", + "@markuplint/ml-spec": "4.0.2", + "@markuplint/parser-utils": "4.1.1", + "@markuplint/selector": "4.1.1", "@types/debug": "^4.1.12", "debug": "^4.3.4", "is-plain-object": "^5.0.0", diff --git a/packages/@markuplint/ml-spec/package.json b/packages/@markuplint/ml-spec/package.json index 110e02233..e1ec40a9d 100644 --- a/packages/@markuplint/ml-spec/package.json +++ b/packages/@markuplint/ml-spec/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/ml-spec", - "version": "4.0.1", + "version": "4.0.2", "description": "Types and schema that specs of the Markup languages for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -33,13 +33,13 @@ }, "dependencies": { "@markuplint/ml-ast": "4.0.1", - "@markuplint/types": "4.0.1", + "@markuplint/types": "4.0.2", "dom-accessibility-api": "^0.6.3", "is-plain-object": "^5.0.0", "type-fest": "^4.10.2" }, "devDependencies": { - "@markuplint/test-tools": "4.0.1", + "@markuplint/test-tools": "4.0.2", "json-schema-to-typescript": "13.1.2" } } diff --git a/packages/@markuplint/mustache-parser/package.json b/packages/@markuplint/mustache-parser/package.json index 442d31748..03c170b51 100644 --- a/packages/@markuplint/mustache-parser/package.json +++ b/packages/@markuplint/mustache-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/mustache-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "The mustache template parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,9 +21,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0" + "@markuplint/html-parser": "4.1.1" }, "devDependencies": { - "@markuplint/parser-utils": "4.1.0" + "@markuplint/parser-utils": "4.1.1" } } diff --git a/packages/@markuplint/nunjucks-parser/package.json b/packages/@markuplint/nunjucks-parser/package.json index 3eb1add93..8c4ab45f3 100644 --- a/packages/@markuplint/nunjucks-parser/package.json +++ b/packages/@markuplint/nunjucks-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/nunjucks-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "Nunjucks template parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,9 +21,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0" + "@markuplint/html-parser": "4.1.1" }, "devDependencies": { - "@markuplint/parser-utils": "4.1.0" + "@markuplint/parser-utils": "4.1.1" } } diff --git a/packages/@markuplint/parser-utils/package.json b/packages/@markuplint/parser-utils/package.json index 8881aea70..09bfdfed7 100644 --- a/packages/@markuplint/parser-utils/package.json +++ b/packages/@markuplint/parser-utils/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/parser-utils", - "version": "4.1.0", + "version": "4.1.1", "description": "Utility module for markuplint parser plugin", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -28,8 +28,8 @@ }, "dependencies": { "@markuplint/ml-ast": "4.0.1", - "@markuplint/ml-spec": "4.0.1", - "@markuplint/types": "4.0.1", + "@markuplint/ml-spec": "4.0.2", + "@markuplint/types": "4.0.2", "@types/uuid": "^9.0.8", "debug": "^4.3.4", "espree": "^10.0.1", diff --git a/packages/@markuplint/php-parser/package.json b/packages/@markuplint/php-parser/package.json index 07652337b..f2b93bdc4 100644 --- a/packages/@markuplint/php-parser/package.json +++ b/packages/@markuplint/php-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/php-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "PHP parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,9 +21,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0" + "@markuplint/html-parser": "4.1.1" }, "devDependencies": { - "@markuplint/parser-utils": "4.1.0" + "@markuplint/parser-utils": "4.1.1" } } diff --git a/packages/@markuplint/pug-parser/package.json b/packages/@markuplint/pug-parser/package.json index b8a4d2bbd..1a3589fa8 100644 --- a/packages/@markuplint/pug-parser/package.json +++ b/packages/@markuplint/pug-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/pug-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "Pug parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,9 +21,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0", + "@markuplint/html-parser": "4.1.1", "@markuplint/ml-ast": "4.0.1", - "@markuplint/parser-utils": "4.1.0", + "@markuplint/parser-utils": "4.1.1", "pug-lexer": "^5.0.1", "pug-parser": "^6.0.0" } diff --git a/packages/@markuplint/react-spec/package.json b/packages/@markuplint/react-spec/package.json index ed557415b..32ba37058 100644 --- a/packages/@markuplint/react-spec/package.json +++ b/packages/@markuplint/react-spec/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/react-spec", - "version": "4.0.1", + "version": "4.0.2", "description": "Extended specification for tags and attributes in React", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,6 +21,6 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/ml-spec": "4.0.1" + "@markuplint/ml-spec": "4.0.2" } } diff --git a/packages/@markuplint/rule-textlint/package.json b/packages/@markuplint/rule-textlint/package.json index b46e47a26..69f7a2119 100644 --- a/packages/@markuplint/rule-textlint/package.json +++ b/packages/@markuplint/rule-textlint/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/rule-textlint", - "version": "4.1.0", + "version": "4.1.1", "description": "The rule plugin that adapts textlint in markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -20,11 +20,11 @@ "clean": "tsc --build --clean" }, "devDependencies": { - "markuplint": "4.1.0", + "markuplint": "4.1.1", "textlint-rule-prh": "5" }, "dependencies": { - "@markuplint/ml-core": "4.1.0", + "@markuplint/ml-core": "4.1.1", "@textlint/kernel": "13", "textlint-plugin-html": "^1.0.0" } diff --git a/packages/@markuplint/rules/package.json b/packages/@markuplint/rules/package.json index 52f2d1b7d..2a1366f6d 100644 --- a/packages/@markuplint/rules/package.json +++ b/packages/@markuplint/rules/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/rules", - "version": "4.1.0", + "version": "4.1.1", "description": "Built-in rules of markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -25,12 +25,12 @@ "./lib/permitted-contents/debug.js": "./lib/permitted-contents/debug.browser.js" }, "dependencies": { - "@markuplint/html-spec": "4.1.0", - "@markuplint/ml-core": "4.1.0", - "@markuplint/ml-spec": "4.0.1", - "@markuplint/selector": "4.1.0", + "@markuplint/html-spec": "4.1.1", + "@markuplint/ml-core": "4.1.1", + "@markuplint/ml-spec": "4.0.2", + "@markuplint/selector": "4.1.1", "@markuplint/shared": "4.0.1", - "@markuplint/types": "4.0.1", + "@markuplint/types": "4.0.2", "@types/debug": "^4.1.12", "@ungap/structured-clone": "^1.2.0", "ansi-colors": "^4.1.3", diff --git a/packages/@markuplint/selector/package.json b/packages/@markuplint/selector/package.json index a3cc2b5f5..f1d73e4e0 100644 --- a/packages/@markuplint/selector/package.json +++ b/packages/@markuplint/selector/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/selector", - "version": "4.1.0", + "version": "4.1.1", "description": "Extended W3C Selectors matcher", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -25,7 +25,7 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/ml-spec": "4.0.1", + "@markuplint/ml-spec": "4.0.2", "@types/debug": "^4.1.12", "debug": "^4.3.4", "postcss-selector-parser": "^6.0.15", diff --git a/packages/@markuplint/smarty-parser/package.json b/packages/@markuplint/smarty-parser/package.json index 3c0a52ac5..7a165f5ce 100644 --- a/packages/@markuplint/smarty-parser/package.json +++ b/packages/@markuplint/smarty-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/smarty-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "Smarty parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,9 +21,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0" + "@markuplint/html-parser": "4.1.1" }, "devDependencies": { - "@markuplint/parser-utils": "4.1.0" + "@markuplint/parser-utils": "4.1.1" } } diff --git a/packages/@markuplint/spec-generator/package.json b/packages/@markuplint/spec-generator/package.json index 76e01236b..d3d3d98f9 100644 --- a/packages/@markuplint/spec-generator/package.json +++ b/packages/@markuplint/spec-generator/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/spec-generator", - "version": "4.0.1", + "version": "4.1.0", "description": "Generates @markuplint/html-spec", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -30,8 +30,8 @@ "strip-json-comments": "^5.0.1" }, "devDependencies": { - "@markuplint/ml-spec": "4.0.1", - "@markuplint/test-tools": "4.0.1", + "@markuplint/ml-spec": "4.0.2", + "@markuplint/test-tools": "4.0.2", "@types/cli-progress": "^3.11.5", "type-fest": "^4.10.2" } diff --git a/packages/@markuplint/svelte-parser/package.json b/packages/@markuplint/svelte-parser/package.json index 4d969f8af..9865cd777 100644 --- a/packages/@markuplint/svelte-parser/package.json +++ b/packages/@markuplint/svelte-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/svelte-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "Svelte parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -24,9 +24,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0", + "@markuplint/html-parser": "4.1.1", "@markuplint/ml-ast": "4.0.1", - "@markuplint/parser-utils": "4.1.0", + "@markuplint/parser-utils": "4.1.1", "svelte": "^4.2.11" } } diff --git a/packages/@markuplint/svelte-spec/package.json b/packages/@markuplint/svelte-spec/package.json index ce7982b5e..d71639d7d 100644 --- a/packages/@markuplint/svelte-spec/package.json +++ b/packages/@markuplint/svelte-spec/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/svelte-spec", - "version": "4.0.2", + "version": "4.0.3", "description": "Extended specification for tags and attributes in Svelte", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,6 +21,6 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/ml-spec": "4.0.1" + "@markuplint/ml-spec": "4.0.2" } } diff --git a/packages/@markuplint/test-tools/package.json b/packages/@markuplint/test-tools/package.json index e4f056334..a0c1dca9f 100644 --- a/packages/@markuplint/test-tools/package.json +++ b/packages/@markuplint/test-tools/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/test-tools", - "version": "4.0.1", + "version": "4.0.2", "description": "A private package for testing in this repository", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", diff --git a/packages/@markuplint/types/package.json b/packages/@markuplint/types/package.json index 60d8d89f3..4bde4898d 100644 --- a/packages/@markuplint/types/package.json +++ b/packages/@markuplint/types/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/types", - "version": "4.0.1", + "version": "4.0.2", "description": "Type declaration and value checker", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", diff --git a/packages/@markuplint/vue-parser/package.json b/packages/@markuplint/vue-parser/package.json index 22382a603..bc911f2b0 100644 --- a/packages/@markuplint/vue-parser/package.json +++ b/packages/@markuplint/vue-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/vue-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "Vue parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,9 +21,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "4.1.0", + "@markuplint/html-parser": "4.1.1", "@markuplint/ml-ast": "4.0.1", - "@markuplint/parser-utils": "4.1.0", + "@markuplint/parser-utils": "4.1.1", "vue-eslint-parser": "^9.4.2" } } diff --git a/packages/@markuplint/vue-spec/package.json b/packages/@markuplint/vue-spec/package.json index d87ae7b1b..de9d5226d 100644 --- a/packages/@markuplint/vue-spec/package.json +++ b/packages/@markuplint/vue-spec/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/vue-spec", - "version": "4.0.1", + "version": "4.0.2", "description": "Extended specification for tags and attributes in Vue", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,6 +21,6 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/ml-spec": "4.0.1" + "@markuplint/ml-spec": "4.0.2" } } diff --git a/packages/markuplint/package.json b/packages/markuplint/package.json index dd48a4d36..c67f4beb0 100644 --- a/packages/markuplint/package.json +++ b/packages/markuplint/package.json @@ -1,6 +1,6 @@ { "name": "markuplint", - "version": "4.1.0", + "version": "4.1.1", "description": "An HTML linter for all markup developers", "author": "Yusuke Hirao", "license": "MIT", @@ -26,15 +26,15 @@ }, "dependencies": { "@markuplint/cli-utils": "4.0.1", - "@markuplint/file-resolver": "4.1.0", - "@markuplint/html-parser": "4.1.0", - "@markuplint/html-spec": "4.1.0", + "@markuplint/file-resolver": "4.1.1", + "@markuplint/html-parser": "4.1.1", + "@markuplint/html-spec": "4.1.1", "@markuplint/i18n": "4.1.0", "@markuplint/ml-ast": "4.0.1", - "@markuplint/ml-config": "4.1.0", - "@markuplint/ml-core": "4.1.0", - "@markuplint/ml-spec": "4.0.1", - "@markuplint/rules": "4.1.0", + "@markuplint/ml-config": "4.1.1", + "@markuplint/ml-core": "4.1.1", + "@markuplint/ml-spec": "4.0.2", + "@markuplint/rules": "4.1.1", "@markuplint/shared": "4.0.1", "@types/debug": "^4.1.12", "chokidar": "^3.6.0", diff --git a/vscode/package.json b/vscode/package.json index b88bdfe1b..f8d9a58a3 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "vscode-markuplint", "displayName": "Markuplint", "description": "Markuplint for VS Code", - "version": "4.1.0", + "version": "4.1.1", "publisher": "yusukehirao", "license": "MIT", "private": true, @@ -109,7 +109,7 @@ "vscode:release": "vsce publish --no-yarn" }, "devDependencies": { - "@markuplint/file-resolver": "4.1.0", + "@markuplint/file-resolver": "4.1.1", "@types/mocha": "^10.0.6", "@types/node": "18.15", "@types/semver": "7.5.7", @@ -122,7 +122,7 @@ "@markuplint/esm-adapter": "4.0.1", "debug": "^4.3.4", "glob": "^10.3.10", - "markuplint": "4.1.0", + "markuplint": "4.1.1", "mocha": "^10.3.0", "semver": "7.6.0", "vscode-languageclient": "9.0.1",