Skip to content

Commit c6ed92e

Browse files
committed
v0.46.2
1 parent 479f3ce commit c6ed92e

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.46.1",
3+
"version": "0.46.2",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"syncWorkspaceLock": true

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.46.1",
3+
"version": "0.46.2",
44
"description": "HTML-ESLint CLI",
55
"author": "yeonjuan <[email protected]>",
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.46.1",
27-
"@html-eslint/parser": "^0.46.0",
26+
"@html-eslint/eslint-plugin": "^0.46.2",
27+
"@html-eslint/parser": "^0.46.2",
2828
"axios": "^1.9.0",
2929
"chalk": "^4.1.1",
3030
"eslint": "^9.19.0",

packages/eslint-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/eslint-plugin",
3-
"version": "0.46.1",
3+
"version": "0.46.2",
44
"type": "commonjs",
55
"description": "ESLint plugin for HTML",
66
"author": "yeonjuan",
@@ -40,9 +40,9 @@
4040
],
4141
"dependencies": {
4242
"@eslint/plugin-kit": "^0.3.1",
43-
"@html-eslint/parser": "^0.46.0",
44-
"@html-eslint/template-parser": "^0.46.0",
45-
"@html-eslint/template-syntax-parser": "^0.46.0",
43+
"@html-eslint/parser": "^0.46.2",
44+
"@html-eslint/template-parser": "^0.46.2",
45+
"@html-eslint/template-syntax-parser": "^0.46.2",
4646
"@html-eslint/types": "^0.46.0"
4747
},
4848
"peerDependencies": {

packages/parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/parser",
3-
"version": "0.46.0",
3+
"version": "0.46.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.46.0",
30+
"@html-eslint/template-syntax-parser": "^0.46.2",
3131
"@html-eslint/types": "^0.46.0",
3232
"es-html-parser": "0.3.0"
3333
},

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.46.0",
3+
"version": "0.46.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

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

packages/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.46.1",
3+
"version": "0.46.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.46.1",
16-
"@html-eslint/parser": "^0.46.0",
15+
"@html-eslint/eslint-plugin": "^0.46.2",
16+
"@html-eslint/parser": "^0.46.2",
1717
"@html-eslint/web-linter": "^0.46.0",
1818
"@html-kit/html": "^0.0.4",
1919
"codemirror": "^5.58.3"

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,8 +1213,8 @@ __metadata:
12131213
version: 0.0.0-use.local
12141214
resolution: "@html-eslint/cli@workspace:packages/cli"
12151215
dependencies:
1216-
"@html-eslint/eslint-plugin": "npm:^0.46.1"
1217-
"@html-eslint/parser": "npm:^0.46.0"
1216+
"@html-eslint/eslint-plugin": "npm:^0.46.2"
1217+
"@html-eslint/parser": "npm:^0.46.2"
12181218
axios: "npm:^1.9.0"
12191219
chalk: "npm:^4.1.1"
12201220
eslint: "npm:^9.19.0"
@@ -1224,15 +1224,15 @@ __metadata:
12241224
languageName: unknown
12251225
linkType: soft
12261226

1227-
"@html-eslint/eslint-plugin@npm:^0.46.1, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
1227+
"@html-eslint/eslint-plugin@npm:^0.46.2, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
12281228
version: 0.0.0-use.local
12291229
resolution: "@html-eslint/eslint-plugin@workspace:packages/eslint-plugin"
12301230
dependencies:
12311231
"@eslint/core": "npm:^0.14.0"
12321232
"@eslint/plugin-kit": "npm:^0.3.1"
1233-
"@html-eslint/parser": "npm:^0.46.0"
1234-
"@html-eslint/template-parser": "npm:^0.46.0"
1235-
"@html-eslint/template-syntax-parser": "npm:^0.46.0"
1233+
"@html-eslint/parser": "npm:^0.46.2"
1234+
"@html-eslint/template-parser": "npm:^0.46.2"
1235+
"@html-eslint/template-syntax-parser": "npm:^0.46.2"
12361236
"@html-eslint/types": "npm:^0.46.0"
12371237
"@types/estree": "npm:^0.0.47"
12381238
es-html-parser: "npm:0.3.0"
@@ -1268,18 +1268,18 @@ __metadata:
12681268
languageName: unknown
12691269
linkType: soft
12701270

1271-
"@html-eslint/parser@npm:^0.46.0, @html-eslint/parser@workspace:packages/parser":
1271+
"@html-eslint/parser@npm:^0.46.2, @html-eslint/parser@workspace:packages/parser":
12721272
version: 0.0.0-use.local
12731273
resolution: "@html-eslint/parser@workspace:packages/parser"
12741274
dependencies:
1275-
"@html-eslint/template-syntax-parser": "npm:^0.46.0"
1275+
"@html-eslint/template-syntax-parser": "npm:^0.46.2"
12761276
"@html-eslint/types": "npm:^0.46.0"
12771277
es-html-parser: "npm:0.3.0"
12781278
typescript: "npm:^5.8.3"
12791279
languageName: unknown
12801280
linkType: soft
12811281

1282-
"@html-eslint/template-parser@npm:^0.46.0, @html-eslint/template-parser@workspace:packages/template-parser":
1282+
"@html-eslint/template-parser@npm:^0.46.2, @html-eslint/template-parser@workspace:packages/template-parser":
12831283
version: 0.0.0-use.local
12841284
resolution: "@html-eslint/template-parser@workspace:packages/template-parser"
12851285
dependencies:
@@ -1293,7 +1293,7 @@ __metadata:
12931293
languageName: unknown
12941294
linkType: soft
12951295

1296-
"@html-eslint/template-syntax-parser@npm:^0.46.0, @html-eslint/template-syntax-parser@workspace:packages/template-syntax-parser":
1296+
"@html-eslint/template-syntax-parser@npm:^0.46.2, @html-eslint/template-syntax-parser@workspace:packages/template-syntax-parser":
12971297
version: 0.0.0-use.local
12981298
resolution: "@html-eslint/template-syntax-parser@workspace:packages/template-syntax-parser"
12991299
dependencies:
@@ -14814,8 +14814,8 @@ __metadata:
1481414814
version: 0.0.0-use.local
1481514815
resolution: "website@workspace:packages/website"
1481614816
dependencies:
14817-
"@html-eslint/eslint-plugin": "npm:^0.46.1"
14818-
"@html-eslint/parser": "npm:^0.46.0"
14817+
"@html-eslint/eslint-plugin": "npm:^0.46.2"
14818+
"@html-eslint/parser": "npm:^0.46.2"
1481914819
"@html-eslint/web-linter": "npm:^0.46.0"
1482014820
"@html-kit/html": "npm:^0.0.4"
1482114821
"@parcel/transformer-sass": "npm:2.13.0"

0 commit comments

Comments
 (0)