Skip to content

Commit d367b20

Browse files
committed
v0.35.2
1 parent 72480d1 commit d367b20

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

lerna.json

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

packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/cli",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"description": "HTML-ESLint CLI",
55
"author": "yeonjuan <yeonjuan93@naver.com>",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
@@ -23,8 +23,8 @@
2323
"url": "https://github.com/yeonjuan/html-eslint/issues"
2424
},
2525
"dependencies": {
26-
"@html-eslint/eslint-plugin": "^0.35.1",
27-
"@html-eslint/parser": "^0.35.1",
26+
"@html-eslint/eslint-plugin": "^0.35.2",
27+
"@html-eslint/parser": "^0.35.2",
2828
"axios": "^1.6.2",
2929
"chalk": "^4.1.1",
3030
"eslint": "^9.19.0",

packages/eslint-plugin/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/eslint-plugin",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"description": "ESLint plugin for html",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
@@ -37,11 +37,11 @@
3737
"accessibility"
3838
],
3939
"dependencies": {
40-
"@html-eslint/template-parser": "^0.35.1",
41-
"@html-eslint/template-syntax-parser": "^0.35.1"
40+
"@html-eslint/template-parser": "^0.35.2",
41+
"@html-eslint/template-syntax-parser": "^0.35.2"
4242
},
4343
"devDependencies": {
44-
"@html-eslint/parser": "^0.35.1",
44+
"@html-eslint/parser": "^0.35.2",
4545
"@html-eslint/types": "^0.35.1",
4646
"@types/eslint": "^9.6.1",
4747
"@types/estree": "^0.0.47",

packages/parser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/parser",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"description": "Parser for @html-eslint/eslint-plugin",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/yeonjuan/html-eslint/issues"
2828
},
2929
"dependencies": {
30-
"@html-eslint/template-syntax-parser": "^0.35.1",
30+
"@html-eslint/template-syntax-parser": "^0.35.2",
3131
"es-html-parser": "0.1.1"
3232
},
3333
"devDependencies": {

packages/template-parser/package.json

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

packages/template-syntax-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/template-syntax-parser",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"description": "Parse template syntax",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",

packages/website/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"private": true,
55
"scripts": {
66
"clear:cache": "rimraf ../../parcel-cache",
@@ -12,8 +12,8 @@
1212
"sitemap": "node ./scripts/sitemap"
1313
},
1414
"dependencies": {
15-
"@html-eslint/eslint-plugin": "^0.35.1",
16-
"@html-eslint/parser": "^0.35.1",
15+
"@html-eslint/eslint-plugin": "^0.35.2",
16+
"@html-eslint/parser": "^0.35.2",
1717
"@html-eslint/web-linter": "^0.35.0",
1818
"@html-kit/html": "^0.0.4",
1919
"codemirror": "^5.58.3"

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1260,8 +1260,8 @@ __metadata:
12601260
version: 0.0.0-use.local
12611261
resolution: "@html-eslint/cli@workspace:packages/cli"
12621262
dependencies:
1263-
"@html-eslint/eslint-plugin": "npm:^0.35.1"
1264-
"@html-eslint/parser": "npm:^0.35.1"
1263+
"@html-eslint/eslint-plugin": "npm:^0.35.2"
1264+
"@html-eslint/parser": "npm:^0.35.2"
12651265
axios: "npm:^1.6.2"
12661266
chalk: "npm:^4.1.1"
12671267
eslint: "npm:^9.19.0"
@@ -1271,13 +1271,13 @@ __metadata:
12711271
languageName: unknown
12721272
linkType: soft
12731273

1274-
"@html-eslint/eslint-plugin@npm:^0.35.1, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
1274+
"@html-eslint/eslint-plugin@npm:^0.35.2, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
12751275
version: 0.0.0-use.local
12761276
resolution: "@html-eslint/eslint-plugin@workspace:packages/eslint-plugin"
12771277
dependencies:
1278-
"@html-eslint/parser": "npm:^0.35.1"
1279-
"@html-eslint/template-parser": "npm:^0.35.1"
1280-
"@html-eslint/template-syntax-parser": "npm:^0.35.1"
1278+
"@html-eslint/parser": "npm:^0.35.2"
1279+
"@html-eslint/template-parser": "npm:^0.35.2"
1280+
"@html-eslint/template-syntax-parser": "npm:^0.35.2"
12811281
"@html-eslint/types": "npm:^0.35.1"
12821282
"@types/eslint": "npm:^9.6.1"
12831283
"@types/estree": "npm:^0.0.47"
@@ -1308,18 +1308,18 @@ __metadata:
13081308
languageName: unknown
13091309
linkType: soft
13101310

1311-
"@html-eslint/parser@npm:^0.35.1, @html-eslint/parser@workspace:packages/parser":
1311+
"@html-eslint/parser@npm:^0.35.2, @html-eslint/parser@workspace:packages/parser":
13121312
version: 0.0.0-use.local
13131313
resolution: "@html-eslint/parser@workspace:packages/parser"
13141314
dependencies:
1315-
"@html-eslint/template-syntax-parser": "npm:^0.35.1"
1315+
"@html-eslint/template-syntax-parser": "npm:^0.35.2"
13161316
"@html-eslint/types": "npm:^0.35.1"
13171317
es-html-parser: "npm:0.1.1"
13181318
typescript: "npm:^5.7.2"
13191319
languageName: unknown
13201320
linkType: soft
13211321

1322-
"@html-eslint/template-parser@npm:^0.35.1, @html-eslint/template-parser@workspace:packages/template-parser":
1322+
"@html-eslint/template-parser@npm:^0.35.2, @html-eslint/template-parser@workspace:packages/template-parser":
13231323
version: 0.0.0-use.local
13241324
resolution: "@html-eslint/template-parser@workspace:packages/template-parser"
13251325
dependencies:
@@ -1333,7 +1333,7 @@ __metadata:
13331333
languageName: unknown
13341334
linkType: soft
13351335

1336-
"@html-eslint/template-syntax-parser@npm:^0.35.1, @html-eslint/template-syntax-parser@workspace:packages/template-syntax-parser":
1336+
"@html-eslint/template-syntax-parser@npm:^0.35.2, @html-eslint/template-syntax-parser@workspace:packages/template-syntax-parser":
13371337
version: 0.0.0-use.local
13381338
resolution: "@html-eslint/template-syntax-parser@workspace:packages/template-syntax-parser"
13391339
dependencies:
@@ -15678,8 +15678,8 @@ __metadata:
1567815678
version: 0.0.0-use.local
1567915679
resolution: "website@workspace:packages/website"
1568015680
dependencies:
15681-
"@html-eslint/eslint-plugin": "npm:^0.35.1"
15682-
"@html-eslint/parser": "npm:^0.35.1"
15681+
"@html-eslint/eslint-plugin": "npm:^0.35.2"
15682+
"@html-eslint/parser": "npm:^0.35.2"
1568315683
"@html-eslint/web-linter": "npm:^0.35.0"
1568415684
"@html-kit/html": "npm:^0.0.4"
1568515685
"@parcel/transformer-sass": "npm:2.13.0"

0 commit comments

Comments
 (0)