Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @markuplint/alpine-parser@4.1.1
 - @markuplint/astro-parser@4.1.1
 - @markuplint/create-rule@4.1.1
 - @markuplint/ejs-parser@4.1.1
 - @markuplint/erb-parser@4.1.1
 - @markuplint/file-resolver@4.1.1
 - @markuplint/html-parser@4.1.1
 - @markuplint/html-spec@4.1.1
 - @markuplint/jsx-parser@4.1.1
 - @markuplint/liquid-parser@4.1.1
 - @markuplint/ml-config@4.1.1
 - @markuplint/ml-core@4.1.1
 - @markuplint/ml-spec@4.0.2
 - @markuplint/mustache-parser@4.1.1
 - @markuplint/nunjucks-parser@4.1.1
 - @markuplint/parser-utils@4.1.1
 - @markuplint/php-parser@4.1.1
 - @markuplint/pug-parser@4.1.1
 - @markuplint/react-spec@4.0.2
 - @markuplint/rule-textlint@4.1.1
 - @markuplint/rules@4.1.1
 - @markuplint/selector@4.1.1
 - @markuplint/smarty-parser@4.1.1
 - @markuplint/spec-generator@4.1.0
 - @markuplint/svelte-parser@4.1.1
 - @markuplint/svelte-spec@4.0.3
 - @markuplint/test-tools@4.0.2
 - @markuplint/types@4.0.2
 - @markuplint/vue-parser@4.1.1
 - @markuplint/vue-spec@4.0.2
 - markuplint@4.1.1
 - vscode-markuplint@4.1.1
  • Loading branch information
yusukehirao committed Feb 18, 2024
1 parent 0e6074d commit 10ce6c8
Show file tree
Hide file tree
Showing 32 changed files with 102 additions and 102 deletions.
8 changes: 4 additions & 4 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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"
}
}
6 changes: 3 additions & 3 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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"
}
}
14 changes: 7 additions & 7 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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"
}
Expand Down
8 changes: 4 additions & 4 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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"
}
}
6 changes: 3 additions & 3 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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"
}
Expand Down
6 changes: 3 additions & 3 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions 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 <yusukehirao@me.com>",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions 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 <yusukehirao@me.com>",
Expand Down Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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"
}
}
6 changes: 3 additions & 3 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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"
}
}
6 changes: 3 additions & 3 deletions 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 <yusukehirao@me.com>",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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"
}
}
6 changes: 3 additions & 3 deletions 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 <yusukehirao@me.com>",
Expand All @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions 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 <yusukehirao@me.com>",
Expand All @@ -21,6 +21,6 @@
"clean": "tsc --build --clean"
},
"dependencies": {
"@markuplint/ml-spec": "4.0.1"
"@markuplint/ml-spec": "4.0.2"
}
}

0 comments on commit 10ce6c8

Please sign in to comment.