Skip to content

Commit 8c14824

Browse files
committed
v0.58.0-alpha.0
1 parent e62685c commit 8c14824

15 files changed

Lines changed: 70 additions & 70 deletions

File tree

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.57.1",
3+
"version": "0.58.0-alpha.0",
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.57.1",
3+
"version": "0.58.0-alpha.0",
44
"description": "HTML-ESLint CLI",
55
"author": {
66
"name": "yeonjuan",
@@ -26,8 +26,8 @@
2626
"url": "https://github.com/yeonjuan/html-eslint/issues"
2727
},
2828
"dependencies": {
29-
"@html-eslint/eslint-plugin": "^0.57.1",
30-
"@html-eslint/parser": "^0.57.1",
29+
"@html-eslint/eslint-plugin": "^0.58.0-alpha.0",
30+
"@html-eslint/parser": "^0.58.0-alpha.0",
3131
"axios": "^1.13.5",
3232
"chalk": "^5.6.2",
3333
"eslint": "^9.39.1",

packages/core/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/core",
3-
"version": "0.57.0",
3+
"version": "0.58.0-alpha.0",
44
"description": "Core HTML validation logic for html-eslint",
55
"author": {
66
"name": "yeonjuan",
@@ -49,7 +49,7 @@
4949
"lint"
5050
],
5151
"dependencies": {
52-
"@html-eslint/types": "^0.57.0",
52+
"@html-eslint/types": "^0.58.0-alpha.0",
5353
"html-standard": "^0.0.13"
5454
},
5555
"devDependencies": {

packages/eslint-plugin-angular-template/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-angular-template",
3-
"version": "0.57.1",
3+
"version": "0.58.0-alpha.0",
44
"type": "commonjs",
55
"description": "ESLint plugin for HTML with Angular support",
66
"author": "yeonjuan",
@@ -37,8 +37,8 @@
3737
"lint"
3838
],
3939
"dependencies": {
40-
"@html-eslint/core": "^0.57.0",
41-
"@html-eslint/types": "^0.57.0"
40+
"@html-eslint/core": "^0.58.0-alpha.0",
41+
"@html-eslint/types": "^0.58.0-alpha.0"
4242
},
4343
"peerDependencies": {
4444
"@angular-eslint/template-parser": ">=18.0.0",

packages/eslint-plugin-react/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/eslint-plugin-react",
3-
"version": "0.57.1",
3+
"version": "0.58.0-alpha.0",
44
"type": "commonjs",
55
"description": "ESLint plugin for HTML with React support",
66
"author": {
@@ -40,7 +40,7 @@
4040
"lint"
4141
],
4242
"dependencies": {
43-
"@html-eslint/core": "^0.57.0"
43+
"@html-eslint/core": "^0.58.0-alpha.0"
4444
},
4545
"peerDependencies": {
4646
"eslint": ">=8.0.0 || ^10.0.0-0"

packages/eslint-plugin-svelte/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-svelte",
3-
"version": "0.57.1",
3+
"version": "0.58.0-alpha.0",
44
"type": "module",
55
"description": "ESLint plugin for HTML with Svelte support",
66
"author": "yeonjuan",
@@ -49,7 +49,7 @@
4949
"lint"
5050
],
5151
"dependencies": {
52-
"@html-eslint/core": "^0.57.0"
52+
"@html-eslint/core": "^0.58.0-alpha.0"
5353
},
5454
"peerDependencies": {
5555
"eslint": ">=8.0.0 || ^10.0.0-0",
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@babel/core": "^7.29.0",
6060
"@babel/preset-env": "^7.29.0",
61-
"@html-eslint/types": "^0.57.0",
61+
"@html-eslint/types": "^0.58.0-alpha.0",
6262
"@types/babel__core": "^7",
6363
"@types/babel__preset-env": "^7",
6464
"@types/eslint-scope": "^9.1.0",

packages/eslint-plugin/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/eslint-plugin",
3-
"version": "0.57.1",
3+
"version": "0.58.0-alpha.0",
44
"type": "commonjs",
55
"description": "ESLint plugin for HTML",
66
"author": {
@@ -43,11 +43,11 @@
4343
],
4444
"dependencies": {
4545
"@eslint/plugin-kit": "^0.4.1",
46-
"@html-eslint/core": "^0.57.0",
47-
"@html-eslint/parser": "^0.57.1",
48-
"@html-eslint/template-parser": "^0.57.0",
49-
"@html-eslint/template-syntax-parser": "^0.57.0",
50-
"@html-eslint/types": "^0.57.0",
46+
"@html-eslint/core": "^0.58.0-alpha.0",
47+
"@html-eslint/parser": "^0.58.0-alpha.0",
48+
"@html-eslint/template-parser": "^0.58.0-alpha.0",
49+
"@html-eslint/template-syntax-parser": "^0.58.0-alpha.0",
50+
"@html-eslint/types": "^0.58.0-alpha.0",
5151
"@rviscomi/capo.js": "^2.1.0",
5252
"html-standard": "^0.0.13"
5353
},

packages/integration-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration-test",
3-
"version": "0.57.1",
3+
"version": "0.58.0-alpha.0",
44
"private": true,
55
"scripts": {
66
"test:integration": "jest --coverage --verbose"

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.57.1",
3+
"version": "0.58.0-alpha.0",
44
"description": "Parser for @html-eslint/eslint-plugin",
55
"author": {
66
"name": "yeonjuan",
@@ -38,8 +38,8 @@
3838
"lint"
3939
],
4040
"dependencies": {
41-
"@html-eslint/template-syntax-parser": "^0.57.0",
42-
"@html-eslint/types": "^0.57.0",
41+
"@html-eslint/template-syntax-parser": "^0.58.0-alpha.0",
42+
"@html-eslint/types": "^0.58.0-alpha.0",
4343
"css-tree": "^3.1.0",
4444
"es-html-parser": "0.3.1"
4545
},

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.57.0",
3+
"version": "0.58.0-alpha.0",
44
"description": "HTML parser for template literals ",
55
"author": {
66
"name": "yeonjuan",
@@ -39,7 +39,7 @@
3939
"ast"
4040
],
4141
"dependencies": {
42-
"@html-eslint/types": "^0.57.0",
42+
"@html-eslint/types": "^0.58.0-alpha.0",
4343
"es-html-parser": "0.3.1"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)