From 0be7dd7458bd8841824ca16278708824760e673f Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Fri, 8 Dec 2023 23:18:00 +0300 Subject: [PATCH] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.41.0 (#6202) --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bb92e1012eb..bcd1b4b76553 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@taiga-ui/browserslist-config": "0.4.0", "@taiga-ui/commitlint-config": "0.5.0", "@taiga-ui/cspell-config": "0.25.0", - "@taiga-ui/eslint-plugin-experience": "0.40.0", + "@taiga-ui/eslint-plugin-experience": "0.41.0", "@taiga-ui/prettier-config": "0.7.0", "@taiga-ui/stylelint-config": "0.11.0", "@taiga-ui/tsconfig": "0.11.0", @@ -4386,18 +4386,18 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.21.0.tgz", - "integrity": "sha512-pbai4bUwKnPlY/l4kwRUxVFOCMe4kfoaCoiF0xwWYUJUgRhO7dLgKdInNVQpJjilCdg9vLPPjKgfFfwxZ9bVng==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.22.0.tgz", + "integrity": "sha512-6Q3uW5XeVmUGwH2t5lmt0q51x7dNiaV1GuYReuHOPn01tSn9vJ5OKs71t+OsQzhg+hUqpVrmBizkBJZkcpX/sA==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@html-eslint/parser": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.21.0.tgz", - "integrity": "sha512-MzmIP/yq/4UVeRgUTFnKmPbomRu6NthcCT/68yrZi1GWhFwW0h3CIDy0wQI+gj3MDlcROzV8QOAG5uxCjCYA+A==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.22.0.tgz", + "integrity": "sha512-1XNYNgysZJfpLEYx+ao4I67F5+8gQDQbBt38/Ylcn5L8ij5xHfRDWvOIBvejqEgNQRRzM5s7UOhPSj+02YtMsQ==", "dev": true, "dependencies": { "es-html-parser": "^0.0.9" @@ -7422,9 +7422,9 @@ "link": true }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.40.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.40.0.tgz", - "integrity": "sha512-vLRzsRDLJa4TW50hbD7fNIZyZyWe0Rq4WXxU6/Z8ea2FsCTHnKL/Sw7KXEc9dwspbpXFPWy1IpcZbXg1g0W9YA==", + "version": "0.41.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.41.0.tgz", + "integrity": "sha512-NJi1M15iJenkyaZ05OPuk7DSdCLgAdpLrXGRbrqYa0jNx/PZXiblWNucc/eq19zxfJQO8Qb8GAT7+FuZ57UOiA==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.1.1", @@ -7432,8 +7432,8 @@ "@angular-eslint/template-parser": "17.1.1", "@babel/eslint-parser": "7.23.3", "@babel/eslint-plugin": "7.23.5", - "@html-eslint/eslint-plugin": "0.21.0", - "@html-eslint/parser": "0.21.0", + "@html-eslint/eslint-plugin": "0.22.0", + "@html-eslint/parser": "0.22.0", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0", "@typescript-eslint/types": "6.13.2", diff --git a/package.json b/package.json index cf5d43e26d22..4362db92818a 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "@taiga-ui/browserslist-config": "0.4.0", "@taiga-ui/commitlint-config": "0.5.0", "@taiga-ui/cspell-config": "0.25.0", - "@taiga-ui/eslint-plugin-experience": "0.40.0", + "@taiga-ui/eslint-plugin-experience": "0.41.0", "@taiga-ui/prettier-config": "0.7.0", "@taiga-ui/stylelint-config": "0.11.0", "@taiga-ui/tsconfig": "0.11.0",