Skip to content

Commit 4a0ee93

Browse files
committed
v0.33.0
1 parent 92e970d commit 4a0ee93

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.32.0",
5+
"version": "0.33.0",
66
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
77
"npmClient": "yarn"
88
}

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/cli",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "HTML-ESLint CLI",
55
"author": "yeonjuan <[email protected]>",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
@@ -27,8 +27,8 @@
2727
"url": "https://github.com/yeonjuan/html-eslint/issues"
2828
},
2929
"dependencies": {
30-
"@html-eslint/eslint-plugin": "^0.32.0",
31-
"@html-eslint/parser": "^0.32.0",
30+
"@html-eslint/eslint-plugin": "^0.33.0",
31+
"@html-eslint/parser": "^0.33.0",
3232
"axios": "^1.6.2",
3333
"chalk": "^4.1.1",
3434
"eslint": "^7.27.0",

packages/eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/eslint-plugin",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "ESLint plugin for html",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
@@ -45,10 +45,10 @@
4545
"accessibility"
4646
],
4747
"dependencies": {
48-
"@html-eslint/template-parser": "^0.32.0"
48+
"@html-eslint/template-parser": "^0.33.0"
4949
},
5050
"devDependencies": {
51-
"@html-eslint/parser": "^0.32.0",
51+
"@html-eslint/parser": "^0.33.0",
5252
"@types/eslint": "^9.6.1",
5353
"@types/estree": "^0.0.47",
5454
"es-html-parser": "^1.0.0-alpha.4",

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/parser",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Parser for @html-eslint/eslint-plugin",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",

packages/template-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/template-parser",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "HTML parser for template literals ",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",

packages/web-linter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/web-linter",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "",
55
"private": true,
66
"main": "out/output.js",

packages/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"private": true,
55
"scripts": {
66
"clear:cache": "rimraf ../../parcel-cache",
@@ -12,9 +12,9 @@
1212
"sitemap": "node ./scripts/sitemap"
1313
},
1414
"dependencies": {
15-
"@html-eslint/eslint-plugin": "^0.32.0",
16-
"@html-eslint/parser": "^0.32.0",
17-
"@html-eslint/web-linter": "^0.32.0",
15+
"@html-eslint/eslint-plugin": "^0.33.0",
16+
"@html-eslint/parser": "^0.33.0",
17+
"@html-eslint/web-linter": "^0.33.0",
1818
"codemirror": "^5.58.3"
1919
},
2020
"devDependencies": {

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,8 +1234,8 @@ __metadata:
12341234
version: 0.0.0-use.local
12351235
resolution: "@html-eslint/cli@workspace:packages/cli"
12361236
dependencies:
1237-
"@html-eslint/eslint-plugin": "npm:^0.32.0"
1238-
"@html-eslint/parser": "npm:^0.32.0"
1237+
"@html-eslint/eslint-plugin": "npm:^0.33.0"
1238+
"@html-eslint/parser": "npm:^0.33.0"
12391239
axios: "npm:^1.6.2"
12401240
chalk: "npm:^4.1.1"
12411241
eslint: "npm:^7.27.0"
@@ -1245,12 +1245,12 @@ __metadata:
12451245
languageName: unknown
12461246
linkType: soft
12471247

1248-
"@html-eslint/eslint-plugin@npm:^0.32.0, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
1248+
"@html-eslint/eslint-plugin@npm:^0.33.0, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
12491249
version: 0.0.0-use.local
12501250
resolution: "@html-eslint/eslint-plugin@workspace:packages/eslint-plugin"
12511251
dependencies:
1252-
"@html-eslint/parser": "npm:^0.32.0"
1253-
"@html-eslint/template-parser": "npm:^0.32.0"
1252+
"@html-eslint/parser": "npm:^0.33.0"
1253+
"@html-eslint/template-parser": "npm:^0.33.0"
12541254
"@types/eslint": "npm:^9.6.1"
12551255
"@types/estree": "npm:^0.0.47"
12561256
es-html-parser: "npm:^1.0.0-alpha.4"
@@ -1277,7 +1277,7 @@ __metadata:
12771277
languageName: unknown
12781278
linkType: soft
12791279

1280-
"@html-eslint/parser@npm:^0.32.0, @html-eslint/parser@workspace:packages/parser":
1280+
"@html-eslint/parser@npm:^0.33.0, @html-eslint/parser@workspace:packages/parser":
12811281
version: 0.0.0-use.local
12821282
resolution: "@html-eslint/parser@workspace:packages/parser"
12831283
dependencies:
@@ -1286,7 +1286,7 @@ __metadata:
12861286
languageName: unknown
12871287
linkType: soft
12881288

1289-
"@html-eslint/template-parser@npm:^0.32.0, @html-eslint/template-parser@workspace:packages/template-parser":
1289+
"@html-eslint/template-parser@npm:^0.33.0, @html-eslint/template-parser@workspace:packages/template-parser":
12901290
version: 0.0.0-use.local
12911291
resolution: "@html-eslint/template-parser@workspace:packages/template-parser"
12921292
dependencies:
@@ -1298,7 +1298,7 @@ __metadata:
12981298
languageName: unknown
12991299
linkType: soft
13001300

1301-
"@html-eslint/web-linter@npm:^0.32.0, @html-eslint/web-linter@workspace:packages/web-linter":
1301+
"@html-eslint/web-linter@npm:^0.33.0, @html-eslint/web-linter@workspace:packages/web-linter":
13021302
version: 0.0.0-use.local
13031303
resolution: "@html-eslint/web-linter@workspace:packages/web-linter"
13041304
dependencies:
@@ -15587,9 +15587,9 @@ __metadata:
1558715587
version: 0.0.0-use.local
1558815588
resolution: "website@workspace:packages/website"
1558915589
dependencies:
15590-
"@html-eslint/eslint-plugin": "npm:^0.32.0"
15591-
"@html-eslint/parser": "npm:^0.32.0"
15592-
"@html-eslint/web-linter": "npm:^0.32.0"
15590+
"@html-eslint/eslint-plugin": "npm:^0.33.0"
15591+
"@html-eslint/parser": "npm:^0.33.0"
15592+
"@html-eslint/web-linter": "npm:^0.33.0"
1559315593
"@parcel/transformer-sass": "npm:2.13.0"
1559415594
"@types/codemirror": "npm:^5.60.5"
1559515595
"@types/eslint": "npm:^8.56.2"

0 commit comments

Comments
 (0)