Skip to content

Commit 9f998c4

Browse files
committed
v0.47.1
1 parent 4647a6d commit 9f998c4

File tree

9 files changed

+37
-37
lines changed

9 files changed

+37
-37
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.47.0",
3+
"version": "0.47.1",
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.47.0",
3+
"version": "0.47.1",
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.47.0",
27-
"@html-eslint/parser": "^0.47.0",
26+
"@html-eslint/eslint-plugin": "^0.47.1",
27+
"@html-eslint/parser": "^0.47.1",
2828
"axios": "^1.9.0",
2929
"chalk": "^4.1.1",
3030
"eslint": "^9.19.0",

packages/eslint-plugin/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/eslint-plugin",
3-
"version": "0.47.0",
3+
"version": "0.47.1",
44
"type": "commonjs",
55
"description": "ESLint plugin for HTML",
66
"author": "yeonjuan",
@@ -40,10 +40,10 @@
4040
],
4141
"dependencies": {
4242
"@eslint/plugin-kit": "^0.3.1",
43-
"@html-eslint/parser": "^0.47.0",
44-
"@html-eslint/template-parser": "^0.47.0",
45-
"@html-eslint/template-syntax-parser": "^0.47.0",
46-
"@html-eslint/types": "^0.47.0"
43+
"@html-eslint/parser": "^0.47.1",
44+
"@html-eslint/template-parser": "^0.47.1",
45+
"@html-eslint/template-syntax-parser": "^0.47.1",
46+
"@html-eslint/types": "^0.47.1"
4747
},
4848
"peerDependencies": {
4949
"eslint": "^8.0.0 || ^9.0.0"

packages/parser/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/parser",
3-
"version": "0.47.0",
3+
"version": "0.47.1",
44
"description": "Parser for @html-eslint/eslint-plugin",
55
"author": "yeonjuan",
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/template-syntax-parser": "^0.47.0",
31-
"@html-eslint/types": "^0.47.0",
30+
"@html-eslint/template-syntax-parser": "^0.47.1",
31+
"@html-eslint/types": "^0.47.1",
3232
"es-html-parser": "0.3.1"
3333
},
3434
"devDependencies": {

packages/template-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/template-parser",
3-
"version": "0.47.0",
3+
"version": "0.47.1",
44
"description": "HTML parser for template literals ",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/yeonjuan/html-eslint/issues"
2929
},
3030
"dependencies": {
31-
"@html-eslint/types": "^0.47.0",
31+
"@html-eslint/types": "^0.47.1",
3232
"es-html-parser": "0.3.1"
3333
},
3434
"devDependencies": {

packages/template-syntax-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/template-syntax-parser",
3-
"version": "0.47.0",
3+
"version": "0.47.1",
44
"description": "Parse template syntax",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/yeonjuan/html-eslint/issues"
2929
},
3030
"dependencies": {
31-
"@html-eslint/types": "^0.47.0"
31+
"@html-eslint/types": "^0.47.1"
3232
},
3333
"devDependencies": {
3434
"eslint": "^9.19.0",

packages/types/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/types",
3-
"version": "0.47.0",
3+
"version": "0.47.1",
44
"description": "Types for @html-eslint/eslint-plugin",
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.47.0",
3+
"version": "0.47.1",
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.47.0",
16-
"@html-eslint/parser": "^0.47.0",
15+
"@html-eslint/eslint-plugin": "^0.47.1",
16+
"@html-eslint/parser": "^0.47.1",
1717
"@html-eslint/web-linter": "^0.47.0",
1818
"@html-kit/html": "^0.0.4",
1919
"codemirror": "^5.58.3"

yarn.lock

Lines changed: 17 additions & 17 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.47.0"
1217-
"@html-eslint/parser": "npm:^0.47.0"
1216+
"@html-eslint/eslint-plugin": "npm:^0.47.1"
1217+
"@html-eslint/parser": "npm:^0.47.1"
12181218
axios: "npm:^1.9.0"
12191219
chalk: "npm:^4.1.1"
12201220
eslint: "npm:^9.19.0"
@@ -1224,16 +1224,16 @@ __metadata:
12241224
languageName: unknown
12251225
linkType: soft
12261226

1227-
"@html-eslint/eslint-plugin@npm:^0.47.0, @html-eslint/eslint-plugin@workspace:packages/eslint-plugin":
1227+
"@html-eslint/eslint-plugin@npm:^0.47.1, @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.47.0"
1234-
"@html-eslint/template-parser": "npm:^0.47.0"
1235-
"@html-eslint/template-syntax-parser": "npm:^0.47.0"
1236-
"@html-eslint/types": "npm:^0.47.0"
1233+
"@html-eslint/parser": "npm:^0.47.1"
1234+
"@html-eslint/template-parser": "npm:^0.47.1"
1235+
"@html-eslint/template-syntax-parser": "npm:^0.47.1"
1236+
"@html-eslint/types": "npm:^0.47.1"
12371237
"@types/estree": "npm:^0.0.47"
12381238
es-html-parser: "npm:0.3.1"
12391239
eslint: "npm:^9.27.0"
@@ -1268,22 +1268,22 @@ __metadata:
12681268
languageName: unknown
12691269
linkType: soft
12701270

1271-
"@html-eslint/parser@npm:^0.47.0, @html-eslint/parser@workspace:packages/parser":
1271+
"@html-eslint/parser@npm:^0.47.1, @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.47.0"
1276-
"@html-eslint/types": "npm:^0.47.0"
1275+
"@html-eslint/template-syntax-parser": "npm:^0.47.1"
1276+
"@html-eslint/types": "npm:^0.47.1"
12771277
es-html-parser: "npm:0.3.1"
12781278
typescript: "npm:^5.8.3"
12791279
languageName: unknown
12801280
linkType: soft
12811281

1282-
"@html-eslint/template-parser@npm:^0.47.0, @html-eslint/template-parser@workspace:packages/template-parser":
1282+
"@html-eslint/template-parser@npm:^0.47.1, @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:
1286-
"@html-eslint/types": "npm:^0.47.0"
1286+
"@html-eslint/types": "npm:^0.47.1"
12871287
"@types/espree": "npm:^10.1.0"
12881288
"@types/estree": "npm:^0.0.47"
12891289
es-html-parser: "npm:0.3.1"
@@ -1293,17 +1293,17 @@ __metadata:
12931293
languageName: unknown
12941294
linkType: soft
12951295

1296-
"@html-eslint/template-syntax-parser@npm:^0.47.0, @html-eslint/template-syntax-parser@workspace:packages/template-syntax-parser":
1296+
"@html-eslint/template-syntax-parser@npm:^0.47.1, @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:
1300-
"@html-eslint/types": "npm:^0.47.0"
1300+
"@html-eslint/types": "npm:^0.47.1"
13011301
eslint: "npm:^9.19.0"
13021302
globals: "npm:^15.12.0"
13031303
languageName: unknown
13041304
linkType: soft
13051305

1306-
"@html-eslint/types@npm:^0.47.0, @html-eslint/types@workspace:packages/types":
1306+
"@html-eslint/types@npm:^0.47.1, @html-eslint/types@workspace:packages/types":
13071307
version: 0.0.0-use.local
13081308
resolution: "@html-eslint/types@workspace:packages/types"
13091309
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.47.0"
14818-
"@html-eslint/parser": "npm:^0.47.0"
14817+
"@html-eslint/eslint-plugin": "npm:^0.47.1"
14818+
"@html-eslint/parser": "npm:^0.47.1"
1481914819
"@html-eslint/web-linter": "npm:^0.47.0"
1482014820
"@html-kit/html": "npm:^0.0.4"
1482114821
"@parcel/transformer-sass": "npm:2.13.0"

0 commit comments

Comments
 (0)