From ee9c3ef2146ccf00da049c8830b8cfc3b3d10f2b Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Sat, 10 Feb 2024 15:50:15 +0300 Subject: [PATCH 01/27] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.53.3 (#1042) --- package-lock.json | 36 ++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3aff318ac..38a5495bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.2", + "@taiga-ui/eslint-plugin-experience": "0.53.3", "@taiga-ui/prettier-config": "0.8.2", "@taiga-ui/stylelint-config": "0.14.0", "@taiga-ui/tsconfig": "0.14.0", @@ -11304,9 +11304,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.53.2", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.2.tgz", - "integrity": "sha512-/hZxTFc7jP13LNoXe9GvlKNXq4WHYp0OPosA/hQYGu512xnWd5EfQscIeynJB6LwYdSrDiQzbl4tZQVwIZNyxQ==", + "version": "0.53.3", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.3.tgz", + "integrity": "sha512-OGIxnHpqxfLYyLttcl5EpiGGuU6nWN/w4DZ3dF88tjMxY3/xgn/z6e1mjO5EOYOvWCSvpBDraOajBJCu8U7+kw==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -11373,7 +11373,7 @@ "eslint-plugin-promise": "6.1.1", "eslint-plugin-rxjs": "5.0.3", "eslint-plugin-rxjs-angular": "2.0.1", - "eslint-plugin-simple-import-sort": "11.0.0", + "eslint-plugin-simple-import-sort": "12.0.0", "eslint-plugin-sonar": "0.13.2", "eslint-plugin-sonarjs": "0.23.0", "eslint-plugin-unicorn": "51.0.1" @@ -22876,25 +22876,29 @@ "dev": true }, "node_modules/es-iterator-helpers": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz", - "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.16.tgz", + "integrity": "sha512-CREG2A9Vq7bpDRnldhFcMKuKArvkZtsH6Y0DHOHVg49qhf+LD8uEdUM3OkOAICv0EziGtDEnQtqY2/mfBILpFw==", "dev": true, "dependencies": { "asynciterator.prototype": "^1.0.0", - "call-bind": "^1.0.2", + "call-bind": "^1.0.6", "define-properties": "^1.2.1", - "es-abstract": "^1.22.1", - "es-set-tostringtag": "^2.0.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.3.0", + "es-set-tostringtag": "^2.0.2", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", "globalthis": "^1.0.3", - "has-property-descriptors": "^1.0.0", + "has-property-descriptors": "^1.0.1", "has-proto": "^1.0.1", "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", + "internal-slot": "^1.0.7", "iterator.prototype": "^1.1.2", - "safe-array-concat": "^1.0.1" + "safe-array-concat": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" } }, "node_modules/es-module-lexer": { diff --git a/package.json b/package.json index d6036bd53..615d7b9d4 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.2", + "@taiga-ui/eslint-plugin-experience": "0.53.3", "@taiga-ui/prettier-config": "0.8.2", "@taiga-ui/stylelint-config": "0.14.0", "@taiga-ui/tsconfig": "0.14.0", From ada69d43a9b3510d91f870758872d19d09164421 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Sun, 11 Feb 2024 01:36:53 +0300 Subject: [PATCH 02/27] chore(deps): update dependency @taiga-ui/prettier-config to v0.8.3 (#1044) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38a5495bc..8414ed725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", "@taiga-ui/eslint-plugin-experience": "0.53.3", - "@taiga-ui/prettier-config": "0.8.2", + "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.14.0", "@taiga-ui/tsconfig": "0.14.0", "@tinkoff/eslint-config": "2.0.0", @@ -10479,9 +10479,9 @@ } }, "node_modules/@prettier/plugin-xml": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.3.0.tgz", - "integrity": "sha512-RuEPnovn7zykiPfh/Mw0Xp3KfoXE/01dp+CnJtaHUXCmhmjOyzweu+J3KviiZIlUf/4SDaAj5MYXrqJ9j8cZPw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.3.1.tgz", + "integrity": "sha512-kllNJk6n2pXJjGWdj+HAr1GhOoOTrlmeWkDYCGBzkyZS2l0K6h2gsUQcVif2cNqAE1MNC+nUrzN6QwEsCukPnQ==", "dev": true, "dependencies": { "@xml-tools/parser": "^1.0.11" @@ -11459,12 +11459,12 @@ } }, "node_modules/@taiga-ui/prettier-config": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@taiga-ui/prettier-config/-/prettier-config-0.8.2.tgz", - "integrity": "sha512-mZNphkdGuy/TpYs1zs28R9Jn2zMDbyUpIkFwD39E2NkMt8Nw4cpj1gkxiai9xRADmkVPgcx3KBagKdVUlgznHg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@taiga-ui/prettier-config/-/prettier-config-0.8.3.tgz", + "integrity": "sha512-AAwlK48BijwC4hGEaUGsOs/9TfjulUiKKUzeqf2NHcbkaiDPumYnAKeOC3ED2o+M9kplTM7q9Uxql9M5no+jmQ==", "dev": true, "dependencies": { - "@prettier/plugin-xml": "3.3.0", + "@prettier/plugin-xml": "3.3.1", "prettier-package-json": "2.8.0", "prettier-plugin-organize-attributes": "1.0.0", "sort-package-json": "2.7.0" diff --git a/package.json b/package.json index 615d7b9d4..5fe8fbfe2 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", "@taiga-ui/eslint-plugin-experience": "0.53.3", - "@taiga-ui/prettier-config": "0.8.2", + "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.14.0", "@taiga-ui/tsconfig": "0.14.0", "@tinkoff/eslint-config": "2.0.0", From 25056df6d768c8cf3cfe556d1c42612b1496755b Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Sun, 11 Feb 2024 05:46:28 +0300 Subject: [PATCH 03/27] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.53.4 (#1045) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8414ed725..d06d5f476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.3", + "@taiga-ui/eslint-plugin-experience": "0.53.4", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.14.0", "@taiga-ui/tsconfig": "0.14.0", @@ -11304,9 +11304,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.53.3", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.3.tgz", - "integrity": "sha512-OGIxnHpqxfLYyLttcl5EpiGGuU6nWN/w4DZ3dF88tjMxY3/xgn/z6e1mjO5EOYOvWCSvpBDraOajBJCu8U7+kw==", + "version": "0.53.4", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.4.tgz", + "integrity": "sha512-JA6ZDbrfAIkEpLhmKD4uOxx2WoW9KlcJdn30i6OAi932USHbjbmvalpk1bzpl6KNXEgnVgGte+3xC8e9FG/wNg==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -11368,7 +11368,7 @@ "eslint-plugin-html": "8.0.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "27.6.3", - "eslint-plugin-playwright": "0.22.2", + "eslint-plugin-playwright": "1.0.0", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", "eslint-plugin-rxjs": "5.0.3", diff --git a/package.json b/package.json index 5fe8fbfe2..3fd78358b 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.3", + "@taiga-ui/eslint-plugin-experience": "0.53.4", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.14.0", "@taiga-ui/tsconfig": "0.14.0", From 22106d8878c517c5f2fb3c3a1084076538ef9fd8 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Sun, 11 Feb 2024 21:40:43 +0300 Subject: [PATCH 04/27] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.53.5 (#1046) --- package-lock.json | 35 ++++++++++++++++++----------------- package.json | 2 +- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index d06d5f476..eeebc3598 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.4", + "@taiga-ui/eslint-plugin-experience": "0.53.5", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.14.0", "@taiga-ui/tsconfig": "0.14.0", @@ -11304,9 +11304,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.53.4", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.4.tgz", - "integrity": "sha512-JA6ZDbrfAIkEpLhmKD4uOxx2WoW9KlcJdn30i6OAi932USHbjbmvalpk1bzpl6KNXEgnVgGte+3xC8e9FG/wNg==", + "version": "0.53.5", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.5.tgz", + "integrity": "sha512-WYpX8TUGYZ3TJZhINclSMlZrTWBKwcXCn1aXJ4Wm4f0JVLLLoPvdndA+18v4wnz4IS0Xc/cdMIDpCTxRN5Qonw==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -11368,7 +11368,7 @@ "eslint-plugin-html": "8.0.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "27.6.3", - "eslint-plugin-playwright": "1.0.0", + "eslint-plugin-playwright": "1.0.1", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", "eslint-plugin-rxjs": "5.0.3", @@ -14865,9 +14865,9 @@ "dev": true }, "node_modules/@types/semver": { - "version": "7.5.6", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz", - "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz", + "integrity": "sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==", "dev": true }, "node_modules/@types/send": { @@ -27061,9 +27061,9 @@ } }, "node_modules/hasown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", - "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", + "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", "dependencies": { "function-bind": "^1.1.2" }, @@ -40188,14 +40188,15 @@ } }, "node_modules/regexp.prototype.flags": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", - "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", + "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "set-function-name": "^2.0.0" + "call-bind": "^1.0.6", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "set-function-name": "^2.0.1" }, "engines": { "node": ">= 0.4" diff --git a/package.json b/package.json index 3fd78358b..98393f327 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.4", + "@taiga-ui/eslint-plugin-experience": "0.53.5", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.14.0", "@taiga-ui/tsconfig": "0.14.0", From b54385870ce52967e2ade1148954da23ef45dfab Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Sun, 11 Feb 2024 23:37:28 +0300 Subject: [PATCH 05/27] chore(deps): update dependency @taiga-ui/stylelint-config to v0.16.0 (#1047) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eeebc3598..f1f79af49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@taiga-ui/cspell-config": "0.33.1", "@taiga-ui/eslint-plugin-experience": "0.53.5", "@taiga-ui/prettier-config": "0.8.3", - "@taiga-ui/stylelint-config": "0.14.0", + "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.14.0", "@tinkoff/eslint-config": "2.0.0", "@tinkoff/eslint-config-react": "2.0.0", @@ -11471,9 +11471,9 @@ } }, "node_modules/@taiga-ui/stylelint-config": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/stylelint-config/-/stylelint-config-0.14.0.tgz", - "integrity": "sha512-4+uljL1cyXDZBqNsWmqew4t4UqxSOsGNEKWlW7TPkeKqfa/q2RgIWD2KbU/4X6AuwXDmA85dvxK5PCqQxPJXFQ==", + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/stylelint-config/-/stylelint-config-0.16.0.tgz", + "integrity": "sha512-I0vMjrC4EHYiRaIhxEqmstid6x4HS2ebE0vRH/e4kRoo7VS4G11VeErJCfWj/c2mDnkmj6+HLXfLesv0TzX6fA==", "dev": true, "dependencies": { "postcss": "8.4.35", diff --git a/package.json b/package.json index 98393f327..ef60c907f 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@taiga-ui/cspell-config": "0.33.1", "@taiga-ui/eslint-plugin-experience": "0.53.5", "@taiga-ui/prettier-config": "0.8.3", - "@taiga-ui/stylelint-config": "0.14.0", + "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.14.0", "@tinkoff/eslint-config": "2.0.0", "@tinkoff/eslint-config-react": "2.0.0", From 105088ad26ec4254032dea4b10d3e6e71b934d4f Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:58:25 +0300 Subject: [PATCH 06/27] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.53.6 (#1049) --- package-lock.json | 80 ++++++++++++++++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 59 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1f79af49..8d0d01c8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.5", + "@taiga-ui/eslint-plugin-experience": "0.53.6", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.14.0", @@ -11304,9 +11304,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.53.5", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.5.tgz", - "integrity": "sha512-WYpX8TUGYZ3TJZhINclSMlZrTWBKwcXCn1aXJ4Wm4f0JVLLLoPvdndA+18v4wnz4IS0Xc/cdMIDpCTxRN5Qonw==", + "version": "0.53.6", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.6.tgz", + "integrity": "sha512-7l3QP7nli3pVAmkBw2+aYtHwqG7A1GJe3Ryp/JwBZABAMJHEiYDPNq7fmJRj9KVKSVbL3krUkyCoDimjsyVEtQ==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -11340,7 +11340,7 @@ "eslint-plugin-rxjs-angular": "2.0.1", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-sonar": "0.13.2", - "eslint-plugin-sonarjs": "0.23.0", + "eslint-plugin-sonarjs": "0.24.0", "eslint-plugin-unicorn": "51.0.1" }, "peerDependencies": { @@ -11375,7 +11375,7 @@ "eslint-plugin-rxjs-angular": "2.0.1", "eslint-plugin-simple-import-sort": "12.0.0", "eslint-plugin-sonar": "0.13.2", - "eslint-plugin-sonarjs": "0.23.0", + "eslint-plugin-sonarjs": "0.24.0", "eslint-plugin-unicorn": "51.0.1" } }, @@ -18133,9 +18133,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001585", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001585.tgz", - "integrity": "sha512-yr2BWR1yLXQ8fMpdS/4ZZXpseBgE7o4g41x3a6AJOqZuOi+iE/WdJYAuZ6Y95i4Ohd2Y+9MzIWRR+uGABH4s3Q==", + "version": "1.0.30001587", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001587.tgz", + "integrity": "sha512-HMFNotUmLXn71BQxg8cijvqxnIAofforZOwGsxyXJ0qugTdspUF4sPSJ2vhgprHCB996tIDzEq1ubumPDV8ULA==", "funding": [ { "type": "opencollective", @@ -22456,6 +22456,11 @@ "safer-buffer": "^2.1.0" } }, + "node_modules/ecc-jsbn/node_modules/jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" + }, "node_modules/editorconfig": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz", @@ -24246,7 +24251,7 @@ "typescript": "^4.0.0 || ^5.0.0" } }, - "node_modules/eslint-plugin-sonarjs": { + "node_modules/eslint-plugin-sonar/node_modules/eslint-plugin-sonarjs": { "version": "0.23.0", "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.23.0.tgz", "integrity": "sha512-z44T3PBf9W7qQ/aR+NmofOTyg6HLhSEZOPD4zhStqBpLoMp8GYhFksuUBnCxbnf1nfISpKBVkQhiBLFI/F4Wlg==", @@ -24258,6 +24263,18 @@ "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" } }, + "node_modules/eslint-plugin-sonarjs": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.24.0.tgz", + "integrity": "sha512-87zp50mbbNrSTuoEOebdRQBPa0mdejA5UEjyuScyIw8hEpEjfWP89Qhkq5xVZfVyVSRQKZc9alVm7yRKQvvUmg==", + "dev": true, + "engines": { + "node": ">=16" + }, + "peerDependencies": { + "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, "node_modules/eslint-plugin-sort-class-members": { "version": "1.19.0", "resolved": "https://registry.npmjs.org/eslint-plugin-sort-class-members/-/eslint-plugin-sort-class-members-1.19.0.tgz", @@ -27906,10 +27923,23 @@ "node": ">= 0.10" } }, - "node_modules/ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "dev": true, + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/ip-address/node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", "dev": true }, "node_modules/ipaddr.js": { @@ -32445,9 +32475,10 @@ } }, "node_modules/jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", + "dev": true }, "node_modules/jsdom": { "version": "21.1.0", @@ -43025,16 +43056,16 @@ } }, "node_modules/socks": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", - "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.3.tgz", + "integrity": "sha512-vfuYK48HXCTFD03G/1/zkIls3Ebr2YNa4qU9gHDZdblHLiqhJrJGkY3+0Nx0JpN9qBhJbVObc1CNciT1bIZJxw==", "dev": true, "dependencies": { - "ip": "^2.0.0", + "ip-address": "^9.0.5", "smart-buffer": "^4.2.0" }, "engines": { - "node": ">= 10.13.0", + "node": ">= 10.0.0", "npm": ">= 3.0.0" } }, @@ -43369,6 +43400,11 @@ "node": ">=0.10.0" } }, + "node_modules/sshpk/node_modules/jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" + }, "node_modules/ssim.js": { "version": "3.5.0", "resolved": "https://registry.npmjs.org/ssim.js/-/ssim.js-3.5.0.tgz", diff --git a/package.json b/package.json index ef60c907f..645a4ec76 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.5", + "@taiga-ui/eslint-plugin-experience": "0.53.6", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.14.0", From 287ab660ba9a17b659032aa088832e71c60b3f37 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:49:59 +0300 Subject: [PATCH 07/27] chore(deps): update taiga-ui to v3.66.0 (#1050) --- package-lock.json | 102 ++++++++++++++++++------------------- projects/demo/package.json | 16 +++--- 2 files changed, 59 insertions(+), 59 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d0d01c8f..46a24c093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11177,9 +11177,9 @@ } }, "node_modules/@taiga-ui/addon-doc": { - "version": "3.65.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/addon-doc/-/addon-doc-3.65.0.tgz", - "integrity": "sha512-olxf0l4OQrghawmc/6ewn/BP2WrNiaj/2KX+SmBWEuRgSW+EapHRTpazqlkFJYzsiwqEalMYe1LlUVJxg6+oiA==", + "version": "3.66.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/addon-doc/-/addon-doc-3.66.0.tgz", + "integrity": "sha512-1uddJbkevYD0dbfguglQLvMv3rtqBcikLvfDHcIsug2KOvJaTo91l7amNRrK1K/98A097C1BOJtniMMqzlMtOA==", "dependencies": { "markdown-it": "14.0.0", "ngx-highlightjs": "6.1.3", @@ -11191,17 +11191,17 @@ "@angular/forms": ">=12.0.0", "@angular/router": ">=12.0.0", "@ng-web-apis/common": "3.0.6", - "@taiga-ui/addon-mobile": "^3.65.0", - "@taiga-ui/cdk": "^3.65.0", - "@taiga-ui/core": "^3.65.0", - "@taiga-ui/kit": "^3.65.0", + "@taiga-ui/addon-mobile": "^3.66.0", + "@taiga-ui/cdk": "^3.66.0", + "@taiga-ui/core": "^3.66.0", + "@taiga-ui/kit": "^3.66.0", "@tinkoff/ng-polymorpheus": "4.3.0" } }, "node_modules/@taiga-ui/addon-mobile": { - "version": "3.65.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/addon-mobile/-/addon-mobile-3.65.0.tgz", - "integrity": "sha512-nKEf5Lb7yfR7vqkAIQQLoUEzSpKftdPpAsmco6FNfN4FDlvDFYTKE8MqqXAxzEqrXviDXv8/CKPv+nc6xd4VXg==", + "version": "3.66.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/addon-mobile/-/addon-mobile-3.66.0.tgz", + "integrity": "sha512-PGiVaeVm8dBeaH8fQNN4MY3RuXXRZoaZkjKWM4RadrzZpWc2AiZFt+M7Y+/+jHxNZMifR02TtQMH3I1E/ymXmw==", "dependencies": { "tslib": "2.6.2" }, @@ -11210,17 +11210,17 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": "3.0.6", - "@taiga-ui/cdk": "^3.65.0", - "@taiga-ui/core": "^3.65.0", - "@taiga-ui/kit": "^3.65.0", + "@taiga-ui/cdk": "^3.66.0", + "@taiga-ui/core": "^3.66.0", + "@taiga-ui/kit": "^3.66.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0" } }, "node_modules/@taiga-ui/cdk": { - "version": "3.65.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/cdk/-/cdk-3.65.0.tgz", - "integrity": "sha512-hiFC9RlRng7pUv84YPZbqieKIYsFEzsMKCjMIckHBASBBU6qQ4OY6irKszFvTGqMe9KJgBh6sJU1hkQOBwFSaA==", + "version": "3.66.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/cdk/-/cdk-3.66.0.tgz", + "integrity": "sha512-1CU68uSfIEhLPszA0C3+xa9TGKdAGyjQM00+B8GJ3Dj1m0doVu8tSpiHOoq5Kk4okA509N20ZtyOgNE1/do8Ew==", "dependencies": { "@ng-web-apis/common": "3.0.6", "@ng-web-apis/mutation-observer": "3.1.0", @@ -11261,11 +11261,11 @@ } }, "node_modules/@taiga-ui/core": { - "version": "3.65.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/core/-/core-3.65.0.tgz", - "integrity": "sha512-zNctTTsrW73fhmYirWE/mZs32UUvv6gV5CoIFm0BzVos0X7ZkN+x7PLXd9R+3CEgL6Kv/OxY92p+pJRvqc5jHg==", + "version": "3.66.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/core/-/core-3.66.0.tgz", + "integrity": "sha512-WC8XEs5PWDw3YhdA9bbxjhkbdM9JprUWWNo3+kZBEMgsFIPOQ8cRQ5NcvfEIuHfr+LFFHAxmZg6ts4W0E/ToUw==", "dependencies": { - "@taiga-ui/i18n": "^3.65.0", + "@taiga-ui/i18n": "^3.66.0", "tslib": "2.6.2" }, "peerDependencies": { @@ -11277,8 +11277,8 @@ "@angular/router": ">=12.0.0", "@ng-web-apis/common": "3.0.6", "@ng-web-apis/mutation-observer": "3.1.0", - "@taiga-ui/cdk": "^3.65.0", - "@taiga-ui/i18n": "^3.65.0", + "@taiga-ui/cdk": "^3.66.0", + "@taiga-ui/i18n": "^3.66.0", "@tinkoff/ng-event-plugins": "3.1.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0" @@ -11380,9 +11380,9 @@ } }, "node_modules/@taiga-ui/i18n": { - "version": "3.65.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/i18n/-/i18n-3.65.0.tgz", - "integrity": "sha512-lHy9VDKc5IXbm40eJnnAyOlmm3vDgmWhGbr5woGe9bV/tTqsBBDATY7Rkhz7Bu1nbX7X+MI0TDfQh9ayoCCKRQ==", + "version": "3.66.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/i18n/-/i18n-3.66.0.tgz", + "integrity": "sha512-neJF/2nIT8WJ+wI3oruSmeQoBB2EVcnaKHCEmwEYEFsHg72tiV851+gjt2lk82uK8M3Bkx+Js06MoroGL36qTA==", "dependencies": { "tslib": "2.6.2" }, @@ -11393,20 +11393,20 @@ } }, "node_modules/@taiga-ui/icons": { - "version": "3.65.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/icons/-/icons-3.65.0.tgz", - "integrity": "sha512-8iE6EuK+QBzcNiRM1ThZOOkZpal7V6dBouMXMj+QphRWiIp8Znj58mtY3L+uwQFpGnxt3DRs4p4eEA9ZuGFssw==", + "version": "3.66.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/icons/-/icons-3.66.0.tgz", + "integrity": "sha512-FSTwRyv8QLWoqexx3Y3qytrTnJHRtxP++o0/c2n72ZvGkhsHLz01ElSfUY40ABJAvzMQJsKytKwgK5/sN9vLgQ==", "dependencies": { "tslib": "2.6.2" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.65.0" + "@taiga-ui/cdk": "^3.66.0" } }, "node_modules/@taiga-ui/kit": { - "version": "3.65.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/kit/-/kit-3.65.0.tgz", - "integrity": "sha512-Nh6pMSAFR7yScF7acj8WdCpKQUgDatW2jObqts0z4hy9BJ8gl9BAWRBgSlbp3Oen5c2WAIC316Gb9OcttC8nbw==", + "version": "3.66.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/kit/-/kit-3.66.0.tgz", + "integrity": "sha512-diwk3ku+FwWtk87vGZ1mI3jnGvXxXl11yRNN2+EvJUHdpUcaLWLiz84DM/7XALst3Y/kv9bOi9+DM5CE3XACoA==", "dependencies": { "@maskito/angular": "1.9.0", "@maskito/core": "1.9.0", @@ -11423,9 +11423,9 @@ "@ng-web-apis/common": "3.0.6", "@ng-web-apis/mutation-observer": "3.1.0", "@ng-web-apis/resize-observer": "3.0.6", - "@taiga-ui/cdk": "^3.65.0", - "@taiga-ui/core": "^3.65.0", - "@taiga-ui/i18n": "^3.65.0", + "@taiga-ui/cdk": "^3.66.0", + "@taiga-ui/core": "^3.66.0", + "@taiga-ui/i18n": "^3.66.0", "@tinkoff/ng-polymorpheus": "4.3.0", "rxjs": ">=6.0.0" } @@ -11491,24 +11491,24 @@ } }, "node_modules/@taiga-ui/styles": { - "version": "3.65.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/styles/-/styles-3.65.0.tgz", - "integrity": "sha512-HO2sZPxNOGj2BPQpWkrM6HgZV/QxaEMEemye3sJvsfuttvk6bmxoL8NF331I63tlp/Zx7woD8AusH5ATuUniqg==", + "version": "3.66.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/styles/-/styles-3.66.0.tgz", + "integrity": "sha512-fyKJOYEokPbw/DAkSF1Zphc6JX3zTdu/XA/ziZC6ihGNxPezYyITn/Sjs6hIdkFFaKzdokx/96vfLMRhS/aecg==", "peerDependencies": { - "@taiga-ui/cdk": "^3.65.0", + "@taiga-ui/cdk": "^3.66.0", "tslib": "2.6.2" } }, "node_modules/@taiga-ui/testing": { - "version": "3.65.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/testing/-/testing-3.65.0.tgz", - "integrity": "sha512-rcXgGzuIsy61vZSVHUFGrG+s54XisMq1cpLSTbjT15mxebq8LXGeJgBuiDBjKFCSywUevfGxTbCXErfxF4BF8g==", + "version": "3.66.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/testing/-/testing-3.66.0.tgz", + "integrity": "sha512-cHWTor+UVuTMUqxwljeQoo05YPdP0ca4WJN1KqPXDs9crJ6e4f9Yxj3rGoXqgsx8xw6dPF4EBOsZXdxOF6lHPw==", "dependencies": { "cypress-image-snapshot": "4.0.1", "tslib": "2.6.2" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.65.0" + "@taiga-ui/cdk": "^3.66.0" } }, "node_modules/@taiga-ui/testing/node_modules/@cypress/request": { @@ -47255,14 +47255,14 @@ "@ng-web-apis/universal": "3.0.7", "@nguniversal/express-engine": "15.2.1", "@stackblitz/sdk": "1.9.0", - "@taiga-ui/addon-doc": "3.65.0", - "@taiga-ui/addon-mobile": "3.65.0", - "@taiga-ui/cdk": "3.65.0", - "@taiga-ui/core": "3.65.0", - "@taiga-ui/icons": "3.65.0", - "@taiga-ui/kit": "3.65.0", - "@taiga-ui/styles": "3.65.0", - "@taiga-ui/testing": "3.65.0", + "@taiga-ui/addon-doc": "3.66.0", + "@taiga-ui/addon-mobile": "3.66.0", + "@taiga-ui/cdk": "3.66.0", + "@taiga-ui/core": "3.66.0", + "@taiga-ui/icons": "3.66.0", + "@taiga-ui/kit": "3.66.0", + "@taiga-ui/styles": "3.66.0", + "@taiga-ui/testing": "3.66.0", "@tinkoff/ng-dompurify": "4.0.0", "ngx-markdown": "15.1.2", "react": "18.2.0", diff --git a/projects/demo/package.json b/projects/demo/package.json index feb13ae9f..e406aa178 100644 --- a/projects/demo/package.json +++ b/projects/demo/package.json @@ -17,14 +17,14 @@ "@ng-web-apis/universal": "3.0.7", "@nguniversal/express-engine": "15.2.1", "@stackblitz/sdk": "1.9.0", - "@taiga-ui/addon-doc": "3.65.0", - "@taiga-ui/addon-mobile": "3.65.0", - "@taiga-ui/cdk": "3.65.0", - "@taiga-ui/core": "3.65.0", - "@taiga-ui/icons": "3.65.0", - "@taiga-ui/kit": "3.65.0", - "@taiga-ui/styles": "3.65.0", - "@taiga-ui/testing": "3.65.0", + "@taiga-ui/addon-doc": "3.66.0", + "@taiga-ui/addon-mobile": "3.66.0", + "@taiga-ui/cdk": "3.66.0", + "@taiga-ui/core": "3.66.0", + "@taiga-ui/icons": "3.66.0", + "@taiga-ui/kit": "3.66.0", + "@taiga-ui/styles": "3.66.0", + "@taiga-ui/testing": "3.66.0", "@tinkoff/ng-dompurify": "4.0.0", "ngx-markdown": "15.1.2", "react": "18.2.0", From 2acf2de441bb1ef3802142a67284d04528929ce7 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Tue, 13 Feb 2024 01:39:40 +0300 Subject: [PATCH 08/27] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.53.7 (#1051) --- package-lock.json | 35 +++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46a24c093..4c8b5f269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.6", + "@taiga-ui/eslint-plugin-experience": "0.53.7", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.14.0", @@ -11304,9 +11304,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.53.6", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.6.tgz", - "integrity": "sha512-7l3QP7nli3pVAmkBw2+aYtHwqG7A1GJe3Ryp/JwBZABAMJHEiYDPNq7fmJRj9KVKSVbL3krUkyCoDimjsyVEtQ==", + "version": "0.53.7", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.7.tgz", + "integrity": "sha512-iaCRmcAbFhBz7PtpQjffDlgjIEMv1cCkq4f8BW/xR52CN/td04GCKPUmKcWwTwknH8VzHNXufgig5KnsivE/cQ==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -11351,11 +11351,11 @@ "@babel/eslint-plugin": "7.23.5", "@html-eslint/eslint-plugin": "0.23.1", "@html-eslint/parser": "0.23.0", - "@typescript-eslint/eslint-plugin": "6.21.0", - "@typescript-eslint/parser": "6.21.0", - "@typescript-eslint/types": "6.21.0", - "@typescript-eslint/typescript-estree": "6.21.0", - "@typescript-eslint/utils": "6.21.0", + "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/parser": "7.0.1", + "@typescript-eslint/types": "7.0.1", + "@typescript-eslint/typescript-estree": "7.0.1", + "@typescript-eslint/utils": "7.0.1", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.6.1", @@ -21895,17 +21895,20 @@ } }, "node_modules/define-data-property": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.2.tgz", - "integrity": "sha512-SRtsSqsDbgpJBbW3pABMCOt6rQyeM8s8RiyeSN8jYG8sYmt/kGJejbydttUsnDs1tadr19tvhT4ShwMyoqAm4g==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.3.tgz", + "integrity": "sha512-h3GBouC+RPtNX2N0hHVLo2ZwPYurq8mLmXpOLTsw71gr7lHt5VaI4vVkDUNOfiWmm48JEXe3VM7PmLX45AMmmg==", "dependencies": { "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.2", + "get-intrinsic": "^1.2.4", "gopd": "^1.0.1", "has-property-descriptors": "^1.0.1" }, "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/define-lazy-prop": { @@ -22524,9 +22527,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.665", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.665.tgz", - "integrity": "sha512-UpyCWObBoD+nSZgOC2ToaIdZB0r9GhqT2WahPKiSki6ckkSuKhQNso8V2PrFcHBMleI/eqbKgVQgVC4Wni4ilw==" + "version": "1.4.666", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.666.tgz", + "integrity": "sha512-q4lkcbQrUdlzWCUOxk6fwEza6bNCfV12oi4AJph5UibguD1aTfL4uD0nuzFv9hbPANXQMuUS0MxPSHQ1gqq5dg==" }, "node_modules/elegant-spinner": { "version": "1.0.1", diff --git a/package.json b/package.json index 645a4ec76..e6745df91 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.6", + "@taiga-ui/eslint-plugin-experience": "0.53.7", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.14.0", From c05c6f86bc9117fa3c03881afb249267bdf67cf2 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:36:12 +0300 Subject: [PATCH 09/27] chore(deps): update dependency vue to v3.4.19 (#1052) --- package-lock.json | 284 +++++++++++++++++++------------------ projects/demo/package.json | 2 +- projects/vue/package.json | 2 +- 3 files changed, 150 insertions(+), 138 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c8b5f269..892ef26cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4577,13 +4577,13 @@ } }, "node_modules/@commitlint/config-validator": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-18.6.0.tgz", - "integrity": "sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-18.6.1.tgz", + "integrity": "sha512-05uiToBVfPhepcQWE1ZQBR/Io3+tb3gEotZjnI4tTzzPk16NffN6YABgwFQCLmzZefbDcmwWqJWc2XT47q7Znw==", "dev": true, "peer": true, "dependencies": { - "@commitlint/types": "^18.6.0", + "@commitlint/types": "^18.6.1", "ajv": "^8.11.0" }, "engines": { @@ -4591,13 +4591,13 @@ } }, "node_modules/@commitlint/ensure": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-18.6.0.tgz", - "integrity": "sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-18.6.1.tgz", + "integrity": "sha512-BPm6+SspyxQ7ZTsZwXc7TRQL5kh5YWt3euKmEIBZnocMFkJevqs3fbLRb8+8I/cfbVcAo4mxRlpTPfz8zX7SnQ==", "dev": true, "peer": true, "dependencies": { - "@commitlint/types": "^18.6.0", + "@commitlint/types": "^18.6.1", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1", "lodash.snakecase": "^4.1.1", @@ -4609,9 +4609,9 @@ } }, "node_modules/@commitlint/execute-rule": { - "version": "18.4.4", - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz", - "integrity": "sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-18.6.1.tgz", + "integrity": "sha512-7s37a+iWyJiGUeMFF6qBlyZciUkF8odSAnHijbD36YDctLhGKoYltdvuJ/AFfRm6cBLRtRk9cCVPdsEFtt/2rg==", "dev": true, "peer": true, "engines": { @@ -4619,13 +4619,13 @@ } }, "node_modules/@commitlint/format": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-18.6.0.tgz", - "integrity": "sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-18.6.1.tgz", + "integrity": "sha512-K8mNcfU/JEFCharj2xVjxGSF+My+FbUHoqR+4GqPGrHNqXOGNio47ziiR4HQUPKtiNs05o8/WyLBoIpMVOP7wg==", "dev": true, "peer": true, "dependencies": { - "@commitlint/types": "^18.6.0", + "@commitlint/types": "^18.6.1", "chalk": "^4.1.0" }, "engines": { @@ -4709,14 +4709,14 @@ } }, "node_modules/@commitlint/is-ignored": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz", - "integrity": "sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.6.1.tgz", + "integrity": "sha512-MOfJjkEJj/wOaPBw5jFjTtfnx72RGwqYIROABudOtJKW7isVjFe9j0t8xhceA02QebtYf4P/zea4HIwnXg8rvA==", "dev": true, "peer": true, "dependencies": { - "@commitlint/types": "^18.6.0", - "semver": "7.5.4" + "@commitlint/types": "^18.6.1", + "semver": "7.6.0" }, "engines": { "node": ">=v18" @@ -4736,9 +4736,9 @@ } }, "node_modules/@commitlint/is-ignored/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "peer": true, "dependencies": { @@ -4759,32 +4759,32 @@ "peer": true }, "node_modules/@commitlint/lint": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.6.0.tgz", - "integrity": "sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.6.1.tgz", + "integrity": "sha512-8WwIFo3jAuU+h1PkYe5SfnIOzp+TtBHpFr4S8oJWhu44IWKuVx6GOPux3+9H1iHOan/rGBaiacicZkMZuluhfQ==", "dev": true, "peer": true, "dependencies": { - "@commitlint/is-ignored": "^18.6.0", - "@commitlint/parse": "^18.6.0", - "@commitlint/rules": "^18.6.0", - "@commitlint/types": "^18.6.0" + "@commitlint/is-ignored": "^18.6.1", + "@commitlint/parse": "^18.6.1", + "@commitlint/rules": "^18.6.1", + "@commitlint/types": "^18.6.1" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/load": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.6.0.tgz", - "integrity": "sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.6.1.tgz", + "integrity": "sha512-p26x8734tSXUHoAw0ERIiHyW4RaI4Bj99D8YgUlVV9SedLf8hlWAfyIFhHRIhfPngLlCe0QYOdRKYFt8gy56TA==", "dev": true, "peer": true, "dependencies": { - "@commitlint/config-validator": "^18.6.0", - "@commitlint/execute-rule": "^18.4.4", - "@commitlint/resolve-extends": "^18.6.0", - "@commitlint/types": "^18.6.0", + "@commitlint/config-validator": "^18.6.1", + "@commitlint/execute-rule": "^18.6.1", + "@commitlint/resolve-extends": "^18.6.1", + "@commitlint/types": "^18.6.1", "chalk": "^4.1.0", "cosmiconfig": "^8.3.6", "cosmiconfig-typescript-loader": "^5.0.0", @@ -4874,9 +4874,9 @@ } }, "node_modules/@commitlint/message": { - "version": "18.4.4", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-18.4.4.tgz", - "integrity": "sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-18.6.1.tgz", + "integrity": "sha512-VKC10UTMLcpVjMIaHHsY1KwhuTQtdIKPkIdVEwWV+YuzKkzhlI3aNy6oo1eAN6b/D2LTtZkJe2enHmX0corYRw==", "dev": true, "peer": true, "engines": { @@ -4884,13 +4884,13 @@ } }, "node_modules/@commitlint/parse": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-18.6.0.tgz", - "integrity": "sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-18.6.1.tgz", + "integrity": "sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==", "dev": true, "peer": true, "dependencies": { - "@commitlint/types": "^18.6.0", + "@commitlint/types": "^18.6.1", "conventional-changelog-angular": "^7.0.0", "conventional-commits-parser": "^5.0.0" }, @@ -4899,14 +4899,14 @@ } }, "node_modules/@commitlint/read": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-18.6.0.tgz", - "integrity": "sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-18.6.1.tgz", + "integrity": "sha512-ia6ODaQFzXrVul07ffSgbZGFajpe8xhnDeLIprLeyfz3ivQU1dIoHp7yz0QIorZ6yuf4nlzg4ZUkluDrGN/J/w==", "dev": true, "peer": true, "dependencies": { - "@commitlint/top-level": "^18.4.4", - "@commitlint/types": "^18.6.0", + "@commitlint/top-level": "^18.6.1", + "@commitlint/types": "^18.6.1", "git-raw-commits": "^2.0.11", "minimist": "^1.2.6" }, @@ -4915,14 +4915,14 @@ } }, "node_modules/@commitlint/resolve-extends": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz", - "integrity": "sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-18.6.1.tgz", + "integrity": "sha512-ifRAQtHwK+Gj3Bxj/5chhc4L2LIc3s30lpsyW67yyjsETR6ctHAHRu1FSpt0KqahK5xESqoJ92v6XxoDRtjwEQ==", "dev": true, "peer": true, "dependencies": { - "@commitlint/config-validator": "^18.6.0", - "@commitlint/types": "^18.6.0", + "@commitlint/config-validator": "^18.6.1", + "@commitlint/types": "^18.6.1", "import-fresh": "^3.0.0", "lodash.mergewith": "^4.6.2", "resolve-from": "^5.0.0", @@ -4933,16 +4933,16 @@ } }, "node_modules/@commitlint/rules": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-18.6.0.tgz", - "integrity": "sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-18.6.1.tgz", + "integrity": "sha512-kguM6HxZDtz60v/zQYOe0voAtTdGybWXefA1iidjWYmyUUspO1zBPQEmJZ05/plIAqCVyNUTAiRPWIBKLCrGew==", "dev": true, "peer": true, "dependencies": { - "@commitlint/ensure": "^18.6.0", - "@commitlint/message": "^18.4.4", - "@commitlint/to-lines": "^18.4.4", - "@commitlint/types": "^18.6.0", + "@commitlint/ensure": "^18.6.1", + "@commitlint/message": "^18.6.1", + "@commitlint/to-lines": "^18.6.1", + "@commitlint/types": "^18.6.1", "execa": "^5.0.0" }, "engines": { @@ -4950,9 +4950,9 @@ } }, "node_modules/@commitlint/to-lines": { - "version": "18.4.4", - "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-18.4.4.tgz", - "integrity": "sha512-mwe2Roa59NCz/krniAdCygFabg7+fQCkIhXqBHw00XQ8Y7lw4poZLLxeGI3p3bLpcEOXdqIDrEGLwHmG5lBdwQ==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-18.6.1.tgz", + "integrity": "sha512-Gl+orGBxYSNphx1+83GYeNy5N0dQsHBQ9PJMriaLQDB51UQHCVLBT/HBdOx5VaYksivSf5Os55TLePbRLlW50Q==", "dev": true, "peer": true, "engines": { @@ -4960,9 +4960,9 @@ } }, "node_modules/@commitlint/top-level": { - "version": "18.4.4", - "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-18.4.4.tgz", - "integrity": "sha512-PBwW1drgeavl9CadB7IPRUk6rkUP/O8jEkxjlC+ofuh3pw0bzJdAT+Kw7M1Yc9KtTb9xTaqUB8uvRtaybHa/tQ==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-18.6.1.tgz", + "integrity": "sha512-HyiHQZUTf0+r0goTCDs/bbVv/LiiQ7AVtz6KIar+8ZrseB9+YJAIo8HQ2IC2QT1y3N1lbW6OqVEsTHjbT6hGSw==", "dev": true, "peer": true, "dependencies": { @@ -4973,9 +4973,9 @@ } }, "node_modules/@commitlint/types": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.6.0.tgz", - "integrity": "sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.6.1.tgz", + "integrity": "sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==", "dev": true, "peer": true, "dependencies": { @@ -15443,36 +15443,36 @@ "dev": true }, "node_modules/@vue/compiler-core": { - "version": "3.4.18", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.18.tgz", - "integrity": "sha512-F7YK8lMK0iv6b9/Gdk15A67wM0KKZvxDxed0RR60C1z9tIJTKta+urs4j0RTN5XqHISzI3etN3mX0uHhjmoqjQ==", + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.19.tgz", + "integrity": "sha512-gj81785z0JNzRcU0Mq98E56e4ltO1yf8k5PQ+tV/7YHnbZkrM0fyFyuttnN8ngJZjbpofWE/m4qjKBiLl8Ju4w==", "dependencies": { "@babel/parser": "^7.23.9", - "@vue/shared": "3.4.18", + "@vue/shared": "3.4.19", "entities": "^4.5.0", "estree-walker": "^2.0.2", "source-map-js": "^1.0.2" } }, "node_modules/@vue/compiler-dom": { - "version": "3.4.18", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.18.tgz", - "integrity": "sha512-24Eb8lcMfInefvQ6YlEVS18w5Q66f4+uXWVA+yb7praKbyjHRNuKVWGuinfSSjM0ZIiPi++QWukhkgznBaqpEA==", + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.19.tgz", + "integrity": "sha512-vm6+cogWrshjqEHTzIDCp72DKtea8Ry/QVpQRYoyTIg9k7QZDX6D8+HGURjtmatfgM8xgCFtJJaOlCaRYRK3QA==", "dependencies": { - "@vue/compiler-core": "3.4.18", - "@vue/shared": "3.4.18" + "@vue/compiler-core": "3.4.19", + "@vue/shared": "3.4.19" } }, "node_modules/@vue/compiler-sfc": { - "version": "3.4.18", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.18.tgz", - "integrity": "sha512-rG5tqtnzwrVpMqAQ7FHtvHaV70G6LLfJIWLYZB/jZ9m/hrnZmIQh+H3ewnC5onwe/ibljm9+ZupxeElzqCkTAw==", + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.19.tgz", + "integrity": "sha512-LQ3U4SN0DlvV0xhr1lUsgLCYlwQfUfetyPxkKYu7dkfvx7g3ojrGAkw0AERLOKYXuAGnqFsEuytkdcComei3Yg==", "dependencies": { "@babel/parser": "^7.23.9", - "@vue/compiler-core": "3.4.18", - "@vue/compiler-dom": "3.4.18", - "@vue/compiler-ssr": "3.4.18", - "@vue/shared": "3.4.18", + "@vue/compiler-core": "3.4.19", + "@vue/compiler-dom": "3.4.19", + "@vue/compiler-ssr": "3.4.19", + "@vue/shared": "3.4.19", "estree-walker": "^2.0.2", "magic-string": "^0.30.6", "postcss": "^8.4.33", @@ -15491,57 +15491,57 @@ } }, "node_modules/@vue/compiler-ssr": { - "version": "3.4.18", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.18.tgz", - "integrity": "sha512-hSlv20oUhPxo2UYUacHgGaxtqP0tvFo6ixxxD6JlXIkwzwoZ9eKK6PFQN4hNK/R13JlNyldwWt/fqGBKgWJ6nQ==", + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.19.tgz", + "integrity": "sha512-P0PLKC4+u4OMJ8sinba/5Z/iDT84uMRRlrWzadgLA69opCpI1gG4N55qDSC+dedwq2fJtzmGald05LWR5TFfLw==", "dependencies": { - "@vue/compiler-dom": "3.4.18", - "@vue/shared": "3.4.18" + "@vue/compiler-dom": "3.4.19", + "@vue/shared": "3.4.19" } }, "node_modules/@vue/reactivity": { - "version": "3.4.18", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.18.tgz", - "integrity": "sha512-7uda2/I0jpLiRygprDo5Jxs2HJkOVXcOMlyVlY54yRLxoycBpwGJRwJT9EdGB4adnoqJDXVT2BilUAYwI7qvmg==", + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.19.tgz", + "integrity": "sha512-+VcwrQvLZgEclGZRHx4O2XhyEEcKaBi50WbxdVItEezUf4fqRh838Ix6amWTdX0CNb/b6t3Gkz3eOebfcSt+UA==", "dependencies": { - "@vue/shared": "3.4.18" + "@vue/shared": "3.4.19" } }, "node_modules/@vue/runtime-core": { - "version": "3.4.18", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.18.tgz", - "integrity": "sha512-7mU9diCa+4e+8/wZ7Udw5pwTH10A11sZ1nldmHOUKJnzCwvZxfJqAtw31mIf4T5H2FsLCSBQT3xgioA9vIjyDQ==", + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.19.tgz", + "integrity": "sha512-/Z3tFwOrerJB/oyutmJGoYbuoadphDcJAd5jOuJE86THNZji9pYjZroQ2NFsZkTxOq0GJbb+s2kxTYToDiyZzw==", "dependencies": { - "@vue/reactivity": "3.4.18", - "@vue/shared": "3.4.18" + "@vue/reactivity": "3.4.19", + "@vue/shared": "3.4.19" } }, "node_modules/@vue/runtime-dom": { - "version": "3.4.18", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.18.tgz", - "integrity": "sha512-2y1Mkzcw1niSfG7z3Qx+2ir9Gb4hdTkZe5p/I8x1aTIKQE0vY0tPAEUPhZm5tx6183gG3D/KwHG728UR0sIufA==", + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.19.tgz", + "integrity": "sha512-IyZzIDqfNCF0OyZOauL+F4yzjMPN2rPd8nhqPP2N1lBn3kYqJpPHHru+83Rkvo2lHz5mW+rEeIMEF9qY3PB94g==", "dependencies": { - "@vue/runtime-core": "3.4.18", - "@vue/shared": "3.4.18", + "@vue/runtime-core": "3.4.19", + "@vue/shared": "3.4.19", "csstype": "^3.1.3" } }, "node_modules/@vue/server-renderer": { - "version": "3.4.18", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.18.tgz", - "integrity": "sha512-YJd1wa7mzUN3NRqLEsrwEYWyO+PUBSROIGlCc3J/cvn7Zu6CxhNLgXa8Z4zZ5ja5/nviYO79J1InoPeXgwBTZA==", + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.19.tgz", + "integrity": "sha512-eAj2p0c429RZyyhtMRnttjcSToch+kTWxFPHlzGMkR28ZbF1PDlTcmGmlDxccBuqNd9iOQ7xPRPAGgPVj+YpQw==", "dependencies": { - "@vue/compiler-ssr": "3.4.18", - "@vue/shared": "3.4.18" + "@vue/compiler-ssr": "3.4.19", + "@vue/shared": "3.4.19" }, "peerDependencies": { - "vue": "3.4.18" + "vue": "3.4.19" } }, "node_modules/@vue/shared": { - "version": "3.4.18", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.18.tgz", - "integrity": "sha512-CxouGFxxaW5r1WbrSmWwck3No58rApXgRSBxrqgnY1K+jk20F6DrXJkHdH9n4HVT+/B6G2CAn213Uq3npWiy8Q==" + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.19.tgz", + "integrity": "sha512-/KliRRHMF6LoiThEy+4c1Z4KB/gbPrGjWwJR+crg2otgrf/egKzRaCPvJ51S5oetgsgXLfc4Rm5ZgrKHZrtMSw==" }, "node_modules/@vue/test-utils": { "version": "2.4.4", @@ -18059,14 +18059,15 @@ } }, "node_modules/call-bind": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.6.tgz", - "integrity": "sha512-Mj50FLHtlsoVfRfnHaZvyrooHcrlceNZdL/QBvJJVd9Ta55qCQK0gs4ss2oZDeV9zFCs6ewzYgVE5yfVmfFpVg==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dependencies": { + "es-define-property": "^1.0.0", "es-errors": "^1.3.0", "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.3", - "set-function-length": "^1.2.0" + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" }, "engines": { "node": ">= 0.4" @@ -22527,9 +22528,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.666", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.666.tgz", - "integrity": "sha512-q4lkcbQrUdlzWCUOxk6fwEza6bNCfV12oi4AJph5UibguD1aTfL4uD0nuzFv9hbPANXQMuUS0MxPSHQ1gqq5dg==" + "version": "1.4.667", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.667.tgz", + "integrity": "sha512-66L3pLlWhTNVUhnmSA5+qDM3fwnXsM6KAqE36e2w4KN0g6pkEtlT5bs41FQtQwVwKnfhNBXiWRLPs30HSxd7Kw==" }, "node_modules/elegant-spinner": { "version": "1.0.1", @@ -22849,6 +22850,17 @@ "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", "dev": true }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/es-errors": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", @@ -26964,11 +26976,11 @@ } }, "node_modules/has-property-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", - "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dependencies": { - "get-intrinsic": "^1.2.2" + "es-define-property": "^1.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -46256,15 +46268,15 @@ "dev": true }, "node_modules/vue": { - "version": "3.4.18", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.18.tgz", - "integrity": "sha512-0zLRYamFRe0wF4q2L3O24KQzLyLpL64ye1RUToOgOxuWZsb/FhaNRdGmeozdtVYLz6tl94OXLaK7/WQIrVCw1A==", + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.19.tgz", + "integrity": "sha512-W/7Fc9KUkajFU8dBeDluM4sRGc/aa4YJnOYck8dkjgZoXtVsn3OeTGni66FV1l3+nvPA7VBFYtPioaGKUmEADw==", "dependencies": { - "@vue/compiler-dom": "3.4.18", - "@vue/compiler-sfc": "3.4.18", - "@vue/runtime-dom": "3.4.18", - "@vue/server-renderer": "3.4.18", - "@vue/shared": "3.4.18" + "@vue/compiler-dom": "3.4.19", + "@vue/compiler-sfc": "3.4.19", + "@vue/runtime-dom": "3.4.19", + "@vue/server-renderer": "3.4.19", + "@vue/shared": "3.4.19" }, "peerDependencies": { "typescript": "*" @@ -47272,7 +47284,7 @@ "react-dom": "18.2.0", "rxjs": "7.8.1", "tslib": "2.6.2", - "vue": "3.4.18" + "vue": "3.4.19" }, "devDependencies": { "@angular-builders/custom-webpack": "15.0.0", @@ -47326,7 +47338,7 @@ "devDependencies": { "@vue/test-utils": "2.4.4", "@vue/vue3-jest": "29.2.6", - "vue": "3.4.18" + "vue": "3.4.19" }, "peerDependencies": { "@maskito/core": "^2.0.2", diff --git a/projects/demo/package.json b/projects/demo/package.json index e406aa178..39e0051f5 100644 --- a/projects/demo/package.json +++ b/projects/demo/package.json @@ -31,7 +31,7 @@ "react-dom": "18.2.0", "rxjs": "7.8.1", "tslib": "2.6.2", - "vue": "3.4.18" + "vue": "3.4.19" }, "devDependencies": { "@angular-builders/custom-webpack": "15.0.0", diff --git a/projects/vue/package.json b/projects/vue/package.json index be5d2b65d..289a60d3e 100644 --- a/projects/vue/package.json +++ b/projects/vue/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@vue/test-utils": "2.4.4", "@vue/vue3-jest": "29.2.6", - "vue": "3.4.18" + "vue": "3.4.19" }, "peerDependencies": { "@maskito/core": "^2.0.2", From 1b1b35e0dfd09ec83d8d5e210a01dce536aff159 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:34:02 +0300 Subject: [PATCH 10/27] chore(deps): update dependency @taiga-ui/tsconfig to v0.15.0 (#1053) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 892ef26cd..27e6fb50d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@taiga-ui/eslint-plugin-experience": "0.53.7", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", - "@taiga-ui/tsconfig": "0.14.0", + "@taiga-ui/tsconfig": "0.15.0", "@tinkoff/eslint-config": "2.0.0", "@tinkoff/eslint-config-react": "2.0.0", "@types/jest": "29.5.12", @@ -14111,9 +14111,9 @@ } }, "node_modules/@taiga-ui/tsconfig": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/tsconfig/-/tsconfig-0.14.0.tgz", - "integrity": "sha512-oTexlSMAxU5RGX+Yf883W2+/uc/PnM4HGESR0juRwQg96pLwiFwYQsIWXzR7va31Vd/m3mdvZbJjJcwmxLpeTw==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/tsconfig/-/tsconfig-0.15.0.tgz", + "integrity": "sha512-a0mmPCnnAQqun2LxZekQlYlFSss+OF2SVstR+Srswo9wzPkDlUEu77L0Ga1QDHEd1FJ3w03cxFZn6zKoEhafjw==", "dev": true }, "node_modules/@testing-library/dom": { diff --git a/package.json b/package.json index e6745df91..a410f5dbb 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@taiga-ui/eslint-plugin-experience": "0.53.7", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", - "@taiga-ui/tsconfig": "0.14.0", + "@taiga-ui/tsconfig": "0.15.0", "@tinkoff/eslint-config": "2.0.0", "@tinkoff/eslint-config-react": "2.0.0", "@types/jest": "29.5.12", From d490c6b3d2902e33196c4271300587ca1de2b6df Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:41:34 +0300 Subject: [PATCH 11/27] chore(deps): update taiga-family/ci action to v1.51.3 (#1054) --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/auto-approve.yml | 14 ++++---- .github/workflows/auto-author-assign.yml | 4 +-- .github/workflows/auto-dependency-review.yml | 4 +-- .github/workflows/auto-label.yml | 6 ++-- .github/workflows/auto-remove-label.yml | 4 +-- .github/workflows/build.yml | 12 +++---- .github/workflows/create-release.yml | 6 ++-- .github/workflows/deploy-preview.yml | 6 ++-- .github/workflows/deploy.yml | 6 ++-- .github/workflows/e2e.yml | 30 ++++++++-------- .github/workflows/lint.yml | 36 ++++++++++---------- .github/workflows/npm-publish.yml | 10 +++--- .github/workflows/test.yml | 8 ++--- package-lock.json | 14 +++----- 15 files changed, 79 insertions(+), 83 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 2b52e76be..9858b41d9 100644 --- a/.github/workflows/auto-add-to-project.yml +++ b/.github/workflows/auto-add-to-project.yml @@ -7,6 +7,6 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/project@v1.51.2 + - uses: taiga-family/ci/actions/setup/project@v1.51.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 82cda07fd..03ec18a7e 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -11,8 +11,8 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - id: matrix run: | if [[ "${{ env.IS_RELEASE_BRANCH }}" == "false" ]]; then @@ -29,7 +29,7 @@ jobs: matrix: value: ${{ fromJSON(needs.setup.outputs.matrix) }} steps: - - uses: taiga-family/ci/actions/run/wait-job@v1.51.2 + - uses: taiga-family/ci/actions/run/wait-job@v1.51.3 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -38,14 +38,14 @@ jobs: needs: [wait] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/auto/approve/double@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/auto/approve/double@v1.51.3 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.51.2 + - uses: taiga-family/ci/actions/run/merge@v1.51.3 if: ${{ env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' && env.IS_RELEASE_BRANCH == 'false' }} with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 2f1aff5dd..2c1e828a8 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -8,8 +8,8 @@ jobs: name: PR author as an assignee runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - uses: toshimaru/auto-author-assign@v2.1.0 if: env.IS_OWNER_MODE == 'true' with: diff --git a/.github/workflows/auto-dependency-review.yml b/.github/workflows/auto-dependency-review.yml index 9a29f12d1..fa6411b00 100644 --- a/.github/workflows/auto-dependency-review.yml +++ b/.github/workflows/auto-dependency-review.yml @@ -8,5 +8,5 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/security/dependency-review@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/security/dependency-review@v1.51.3 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 798052315..04aa8fc5c 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -9,9 +9,9 @@ jobs: name: Label when approved runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.51.3 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index b1c781790..046726e63 100644 --- a/.github/workflows/auto-remove-label.yml +++ b/.github/workflows/auto-remove-label.yml @@ -7,5 +7,5 @@ jobs: remove_label: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/auto/remove-label@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/auto/remove-label@v1.51.3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e7898f5f..ede555d7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - run: npx nx run-many --target build --all --exclude=demo build-demo: @@ -20,9 +20,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - run: npx nx build-gh-pages concurrency: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index a0f23c640..b1897b2e7 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -25,12 +25,12 @@ jobs: env: IS_DRY_MODE: ${{ github.event.inputs.dryRun == 'true' }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 with: fetch-depth: 0 token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.51.2 - - uses: taiga-family/ci/actions/setup/config/git@v1.51.2 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/config/git@v1.51.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 286adb1aa..bb4378295 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -8,9 +8,9 @@ jobs: name: Firebase runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - run: npm run build - name: Debug output diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2ca74a296..f8abe1615 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,9 +8,9 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - run: npx nx build-gh-pages - uses: JamesIves/github-pages-deploy-action@v4.5.0 with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 822f18b4d..cf980ae50 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,12 +13,12 @@ jobs: name: Build demo runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 with: fetch-depth: 10 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - name: Mark demo-app directory for persist in cache uses: actions/cache@v4 @@ -43,9 +43,9 @@ jobs: project: [date, date-range, date-time, number, time] name: Kit / ${{ matrix.project }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - name: Download demo build from cache uses: actions/cache@v4 @@ -69,9 +69,9 @@ jobs: runs-on: ubuntu-latest name: Recipes steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - name: Download demo build from cache uses: actions/cache@v4 @@ -93,9 +93,9 @@ jobs: runs-on: ubuntu-latest name: Others steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - name: Download demo build from cache uses: actions/cache@v4 @@ -120,9 +120,9 @@ jobs: runs-on: ubuntu-latest name: Component Testing steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - name: Run Cypress tests run: npx nx component-test demo-integrations --browser=chrome diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 29088eea1..a43b65750 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,49 +5,49 @@ jobs: typecheck: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - run: npm run typecheck cspell: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - run: npm run cspell -- --no-progress prettier: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.2 + - uses: taiga-family/ci/actions/auto/push@v1.51.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} stylelint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.2 + - uses: taiga-family/ci/actions/auto/push@v1.51.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} eslint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.2 + - uses: taiga-family/ci/actions/auto/push@v1.51.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ca06edd50..5cad58c51 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,12 +11,12 @@ jobs: env: NX_SKIP_NX_CACHE: true steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 - - uses: taiga-family/ci/actions/setup/config/npm@v1.51.2 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/config/npm@v1.51.3 with: token: ${{ secrets.NPM_TOKEN }} @@ -31,7 +31,7 @@ jobs: run: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT - name: Announce to Telegram - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.51.2 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.51.3 with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 650b059aa..45e516f99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,9 +11,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 - - uses: taiga-family/ci/actions/setup/variables@v1.51.2 - - uses: taiga-family/ci/actions/setup/node@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.3 - name: Run tests run: npx nx run-many --target test --all --coverage @@ -29,7 +29,7 @@ jobs: needs: [tests] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - uses: actions/download-artifact@v4.1.2 with: name: coverage-${{ github.workflow }}-${{ github.run_id }} diff --git a/package-lock.json b/package-lock.json index 27e6fb50d..c95c7f5b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21896,14 +21896,13 @@ } }, "node_modules/define-data-property": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.3.tgz", - "integrity": "sha512-h3GBouC+RPtNX2N0hHVLo2ZwPYurq8mLmXpOLTsw71gr7lHt5VaI4vVkDUNOfiWmm48JEXe3VM7PmLX45AMmmg==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dependencies": { + "es-define-property": "^1.0.0", "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.1" + "gopd": "^1.0.1" }, "engines": { "node": ">= 0.4" @@ -23998,9 +23997,6 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.22.2.tgz", "integrity": "sha512-LtOB9myIX1O7HHqg9vtvBLjvXq1MXKuXIcD1nS+qZiMUJV6s9HBdilURAr9pIFc9kEelbVF54hOJ8pMxHvJP7g==", "dev": true, - "workspaces": [ - "examples" - ], "dependencies": { "globals": "^13.23.0" }, From fa795a3c1b8552bd01de10a7daa6de53337232c4 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:39:42 +0300 Subject: [PATCH 12/27] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.53.8 (#1055) --- package-lock.json | 85 +++++++++++++++++++++++++---------------------- package.json | 2 +- 2 files changed, 46 insertions(+), 41 deletions(-) diff --git a/package-lock.json b/package-lock.json index c95c7f5b5..920feb523 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.7", + "@taiga-ui/eslint-plugin-experience": "0.53.8", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0", @@ -11304,9 +11304,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.53.7", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.7.tgz", - "integrity": "sha512-iaCRmcAbFhBz7PtpQjffDlgjIEMv1cCkq4f8BW/xR52CN/td04GCKPUmKcWwTwknH8VzHNXufgig5KnsivE/cQ==", + "version": "0.53.8", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.8.tgz", + "integrity": "sha512-tv5qYca+wCWqmLPag7DO3adv9seHAkKywVhhajbdS3K01sBFhbqQZjNLcaYxzNRQlEs5ZGF3ftNPfJvLsHpmrA==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -11332,7 +11332,7 @@ "eslint-plugin-functional": "6.0.0", "eslint-plugin-html": "7.1.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jest": "27.6.3", + "eslint-plugin-jest": "27.8.0", "eslint-plugin-playwright": "0.22.2", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", @@ -11367,7 +11367,7 @@ "eslint-plugin-functional": "6.0.0", "eslint-plugin-html": "8.0.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jest": "27.6.3", + "eslint-plugin-jest": "27.8.0", "eslint-plugin-playwright": "1.0.1", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", @@ -22527,9 +22527,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.667", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.667.tgz", - "integrity": "sha512-66L3pLlWhTNVUhnmSA5+qDM3fwnXsM6KAqE36e2w4KN0g6pkEtlT5bs41FQtQwVwKnfhNBXiWRLPs30HSxd7Kw==" + "version": "1.4.668", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.668.tgz", + "integrity": "sha512-ZOBocMYCehr9W31+GpMclR+KBaDZOoAEabLdhpZ8oU1JFDwIaFY0UDbpXVEUFc0BIP2O2Qn3rkfCjQmMR4T/bQ==" }, "node_modules/elegant-spinner": { "version": "1.0.1", @@ -22791,50 +22791,52 @@ } }, "node_modules/es-abstract": { - "version": "1.22.3", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.3.tgz", - "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==", + "version": "1.22.4", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.4.tgz", + "integrity": "sha512-vZYJlk2u6qHYxBOTjAeg7qUxHdNfih64Uu2J8QqWgXZ2cri0ZpJAkzDUK/q593+mvKwlxyaxr6F1Q+3LKoQRgg==", "dev": true, "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "arraybuffer.prototype.slice": "^1.0.2", - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.5", - "es-set-tostringtag": "^2.0.1", + "array-buffer-byte-length": "^1.0.1", + "arraybuffer.prototype.slice": "^1.0.3", + "available-typed-arrays": "^1.0.6", + "call-bind": "^1.0.7", + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "es-set-tostringtag": "^2.0.2", "es-to-primitive": "^1.2.1", "function.prototype.name": "^1.1.6", - "get-intrinsic": "^1.2.2", - "get-symbol-description": "^1.0.0", + "get-intrinsic": "^1.2.4", + "get-symbol-description": "^1.0.2", "globalthis": "^1.0.3", "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.0", + "has-property-descriptors": "^1.0.2", "has-proto": "^1.0.1", "has-symbols": "^1.0.3", - "hasown": "^2.0.0", - "internal-slot": "^1.0.5", - "is-array-buffer": "^3.0.2", + "hasown": "^2.0.1", + "internal-slot": "^1.0.7", + "is-array-buffer": "^3.0.4", "is-callable": "^1.2.7", "is-negative-zero": "^2.0.2", "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", - "is-typed-array": "^1.1.12", + "is-typed-array": "^1.1.13", "is-weakref": "^1.0.2", "object-inspect": "^1.13.1", "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.1", - "safe-array-concat": "^1.0.1", - "safe-regex-test": "^1.0.0", + "object.assign": "^4.1.5", + "regexp.prototype.flags": "^1.5.2", + "safe-array-concat": "^1.1.0", + "safe-regex-test": "^1.0.3", "string.prototype.trim": "^1.2.8", "string.prototype.trimend": "^1.0.7", "string.prototype.trimstart": "^1.0.7", - "typed-array-buffer": "^1.0.0", + "typed-array-buffer": "^1.0.1", "typed-array-byte-length": "^1.0.0", "typed-array-byte-offset": "^1.0.0", "typed-array-length": "^1.0.4", "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.13" + "which-typed-array": "^1.1.14" }, "engines": { "node": ">= 0.4" @@ -22895,21 +22897,21 @@ "dev": true }, "node_modules/es-iterator-helpers": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.16.tgz", - "integrity": "sha512-CREG2A9Vq7bpDRnldhFcMKuKArvkZtsH6Y0DHOHVg49qhf+LD8uEdUM3OkOAICv0EziGtDEnQtqY2/mfBILpFw==", + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.17.tgz", + "integrity": "sha512-lh7BsUqelv4KUbR5a/ZTaGGIMLCjPGPqJ6q+Oq24YP0RdyptX1uzm4vvaqzk7Zx3bpl/76YLTTDj9L7uYQ92oQ==", "dev": true, "dependencies": { "asynciterator.prototype": "^1.0.0", - "call-bind": "^1.0.6", + "call-bind": "^1.0.7", "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", + "es-abstract": "^1.22.4", "es-errors": "^1.3.0", "es-set-tostringtag": "^2.0.2", "function-bind": "^1.1.2", "get-intrinsic": "^1.2.4", "globalthis": "^1.0.3", - "has-property-descriptors": "^1.0.1", + "has-property-descriptors": "^1.0.2", "has-proto": "^1.0.1", "has-symbols": "^1.0.3", "internal-slot": "^1.0.7", @@ -23755,9 +23757,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "27.6.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.3.tgz", - "integrity": "sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==", + "version": "27.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.8.0.tgz", + "integrity": "sha512-347hVFiu4ZKMYl5xFp0X81gLNwBdno0dl0CMpUMjwuAux9X/M2a7z+ab2VHmPL6XCT87q8nv1vaVzhIO4TE/hw==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" @@ -23766,7 +23768,7 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0 || ^7.0.0", "eslint": "^7.0.0 || ^8.0.0", "jest": "*" }, @@ -23997,6 +23999,9 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.22.2.tgz", "integrity": "sha512-LtOB9myIX1O7HHqg9vtvBLjvXq1MXKuXIcD1nS+qZiMUJV6s9HBdilURAr9pIFc9kEelbVF54hOJ8pMxHvJP7g==", "dev": true, + "workspaces": [ + "examples" + ], "dependencies": { "globals": "^13.23.0" }, diff --git a/package.json b/package.json index a410f5dbb..d2cdf2860 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.7", + "@taiga-ui/eslint-plugin-experience": "0.53.8", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0", From 24b019908debd65f35d603d5f3686a1831d0424c Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Wed, 14 Feb 2024 04:34:49 +0300 Subject: [PATCH 13/27] chore(deps): update dependency husky to v9.0.11 (#1056) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 920feb523..e6a3c4f13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "cypress-real-events": "1.11.0", "eslint": "8.56.0", "http-server": "14.1.1", - "husky": "9.0.10", + "husky": "9.0.11", "jest": "29.7.0", "jest-preset-angular": "13.1.5", "lint-staged": "15.2.2", @@ -27549,9 +27549,9 @@ } }, "node_modules/husky": { - "version": "9.0.10", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.10.tgz", - "integrity": "sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==", + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, "bin": { "husky": "bin.mjs" diff --git a/package.json b/package.json index d2cdf2860..61361d3f0 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "cypress-real-events": "1.11.0", "eslint": "8.56.0", "http-server": "14.1.1", - "husky": "9.0.10", + "husky": "9.0.11", "jest": "29.7.0", "jest-preset-angular": "13.1.5", "lint-staged": "15.2.2", From aea13aca74314613c946cced5604233756c61fba Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:46:02 +0300 Subject: [PATCH 14/27] chore(deps): update taiga-family/ci action to v1.51.4 (#1057) --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/auto-approve.yml | 14 ++++---- .github/workflows/auto-author-assign.yml | 4 +-- .github/workflows/auto-dependency-review.yml | 4 +-- .github/workflows/auto-label.yml | 6 ++-- .github/workflows/auto-remove-label.yml | 4 +-- .github/workflows/build.yml | 12 +++---- .github/workflows/create-release.yml | 6 ++-- .github/workflows/deploy-preview.yml | 6 ++-- .github/workflows/deploy.yml | 6 ++-- .github/workflows/e2e.yml | 30 ++++++++-------- .github/workflows/lint.yml | 36 ++++++++++---------- .github/workflows/npm-publish.yml | 10 +++--- .github/workflows/test.yml | 8 ++--- package-lock.json | 11 +++--- 15 files changed, 78 insertions(+), 81 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 9858b41d9..c99562a4f 100644 --- a/.github/workflows/auto-add-to-project.yml +++ b/.github/workflows/auto-add-to-project.yml @@ -7,6 +7,6 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/project@v1.51.3 + - uses: taiga-family/ci/actions/setup/project@v1.51.4 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 03ec18a7e..18252ba74 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -11,8 +11,8 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - id: matrix run: | if [[ "${{ env.IS_RELEASE_BRANCH }}" == "false" ]]; then @@ -29,7 +29,7 @@ jobs: matrix: value: ${{ fromJSON(needs.setup.outputs.matrix) }} steps: - - uses: taiga-family/ci/actions/run/wait-job@v1.51.3 + - uses: taiga-family/ci/actions/run/wait-job@v1.51.4 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -38,14 +38,14 @@ jobs: needs: [wait] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/auto/approve/double@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/auto/approve/double@v1.51.4 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.51.3 + - uses: taiga-family/ci/actions/run/merge@v1.51.4 if: ${{ env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' && env.IS_RELEASE_BRANCH == 'false' }} with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 2c1e828a8..e1e9b833b 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -8,8 +8,8 @@ jobs: name: PR author as an assignee runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - uses: toshimaru/auto-author-assign@v2.1.0 if: env.IS_OWNER_MODE == 'true' with: diff --git a/.github/workflows/auto-dependency-review.yml b/.github/workflows/auto-dependency-review.yml index fa6411b00..ede53035e 100644 --- a/.github/workflows/auto-dependency-review.yml +++ b/.github/workflows/auto-dependency-review.yml @@ -8,5 +8,5 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/security/dependency-review@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/security/dependency-review@v1.51.4 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 04aa8fc5c..f3c0fc849 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -9,9 +9,9 @@ jobs: name: Label when approved runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.51.4 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 046726e63..ac525e0f5 100644 --- a/.github/workflows/auto-remove-label.yml +++ b/.github/workflows/auto-remove-label.yml @@ -7,5 +7,5 @@ jobs: remove_label: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/auto/remove-label@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/auto/remove-label@v1.51.4 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ede555d7a..775696955 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - run: npx nx run-many --target build --all --exclude=demo build-demo: @@ -20,9 +20,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - run: npx nx build-gh-pages concurrency: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index b1897b2e7..652c82891 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -25,12 +25,12 @@ jobs: env: IS_DRY_MODE: ${{ github.event.inputs.dryRun == 'true' }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 with: fetch-depth: 0 token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.51.3 - - uses: taiga-family/ci/actions/setup/config/git@v1.51.3 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/config/git@v1.51.4 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index bb4378295..bb94916af 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -8,9 +8,9 @@ jobs: name: Firebase runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - run: npm run build - name: Debug output diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f8abe1615..64d47dd58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,9 +8,9 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - run: npx nx build-gh-pages - uses: JamesIves/github-pages-deploy-action@v4.5.0 with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cf980ae50..8e8380135 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,12 +13,12 @@ jobs: name: Build demo runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 with: fetch-depth: 10 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - name: Mark demo-app directory for persist in cache uses: actions/cache@v4 @@ -43,9 +43,9 @@ jobs: project: [date, date-range, date-time, number, time] name: Kit / ${{ matrix.project }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - name: Download demo build from cache uses: actions/cache@v4 @@ -69,9 +69,9 @@ jobs: runs-on: ubuntu-latest name: Recipes steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - name: Download demo build from cache uses: actions/cache@v4 @@ -93,9 +93,9 @@ jobs: runs-on: ubuntu-latest name: Others steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - name: Download demo build from cache uses: actions/cache@v4 @@ -120,9 +120,9 @@ jobs: runs-on: ubuntu-latest name: Component Testing steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - name: Run Cypress tests run: npx nx component-test demo-integrations --browser=chrome diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a43b65750..5142f563f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,49 +5,49 @@ jobs: typecheck: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - run: npm run typecheck cspell: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - run: npm run cspell -- --no-progress prettier: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.3 + - uses: taiga-family/ci/actions/auto/push@v1.51.4 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} stylelint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.3 + - uses: taiga-family/ci/actions/auto/push@v1.51.4 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} eslint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.3 + - uses: taiga-family/ci/actions/auto/push@v1.51.4 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5cad58c51..148bdae49 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,12 +11,12 @@ jobs: env: NX_SKIP_NX_CACHE: true steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 - - uses: taiga-family/ci/actions/setup/config/npm@v1.51.3 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/config/npm@v1.51.4 with: token: ${{ secrets.NPM_TOKEN }} @@ -31,7 +31,7 @@ jobs: run: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT - name: Announce to Telegram - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.51.3 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.51.4 with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45e516f99..185133406 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,9 +11,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 - - uses: taiga-family/ci/actions/setup/variables@v1.51.3 - - uses: taiga-family/ci/actions/setup/node@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.4 - name: Run tests run: npx nx run-many --target test --all --coverage @@ -29,7 +29,7 @@ jobs: needs: [tests] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - uses: actions/download-artifact@v4.1.2 with: name: coverage-${{ github.workflow }}-${{ github.run_id }} diff --git a/package-lock.json b/package-lock.json index e6a3c4f13..8239a6758 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20002,12 +20002,12 @@ } }, "node_modules/core-js-compat": { - "version": "3.35.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.35.1.tgz", - "integrity": "sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==", + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz", + "integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==", "dev": true, "dependencies": { - "browserslist": "^4.22.2" + "browserslist": "^4.22.3" }, "funding": { "type": "opencollective", @@ -23999,9 +23999,6 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.22.2.tgz", "integrity": "sha512-LtOB9myIX1O7HHqg9vtvBLjvXq1MXKuXIcD1nS+qZiMUJV6s9HBdilURAr9pIFc9kEelbVF54hOJ8pMxHvJP7g==", "dev": true, - "workspaces": [ - "examples" - ], "dependencies": { "globals": "^13.23.0" }, From 2e6575df7705e2bb6b35901ca59dffe88ce42b3e Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:40:47 +0300 Subject: [PATCH 15/27] chore(deps): update dependency libphonenumber-js to v1.10.56 (#1058) --- package-lock.json | 212 ++++++++++++++++++++---------------- projects/phone/package.json | 2 +- 2 files changed, 118 insertions(+), 96 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8239a6758..437fc21bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2196,9 +2196,9 @@ } }, "node_modules/@babel/helper-compilation-targets/node_modules/browserslist": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", - "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "funding": [ { "type": "opencollective", @@ -2214,8 +2214,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001580", - "electron-to-chromium": "^1.4.648", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -8127,9 +8127,9 @@ } }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", - "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "engines": { "node": ">=6.0.0" } @@ -10677,15 +10677,15 @@ } }, "node_modules/@schematics/angular": { - "version": "17.1.3", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-17.1.3.tgz", - "integrity": "sha512-hmeasOvzmniy6urtzUKhEqGO67iPuLX/dVtkF4nWp2NTtcEKlvcJobNDMc+CTlX4+ZMPVOvmhDMQqrlfekZ+NQ==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-17.2.0.tgz", + "integrity": "sha512-k5SisAPTRXxP2WVjWHgQl2sQkaAkUiOZJrHhTmUghTowULN2eIiW+1SSdNBFCbv+qkl276NfavOi22j+C7uaKQ==", "dev": true, "peer": true, "dependencies": { - "@angular-devkit/core": "17.1.3", - "@angular-devkit/schematics": "17.1.3", - "jsonc-parser": "3.2.0" + "@angular-devkit/core": "17.2.0", + "@angular-devkit/schematics": "17.2.0", + "jsonc-parser": "3.2.1" }, "engines": { "node": "^18.13.0 || >=20.9.0", @@ -10694,16 +10694,16 @@ } }, "node_modules/@schematics/angular/node_modules/@angular-devkit/core": { - "version": "17.1.3", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-17.1.3.tgz", - "integrity": "sha512-iuVK4hyW3YhusxIi8zGBvvVA9pWtDT3H6LQbWdVk9D3jXCZBIrEMklvAiJErqficKnUurf6gtFOeA8Fop6GotA==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-17.2.0.tgz", + "integrity": "sha512-GIOYHChtDqSOvSiEefJ6hAledEl55J5Pxw8JuKXrM4IJBbviI3c40FAc0Lu5NCj2lYoELOhrLy/UP36sLy+DGA==", "dev": true, "peer": true, "dependencies": { "ajv": "8.12.0", "ajv-formats": "2.1.1", - "jsonc-parser": "3.2.0", - "picomatch": "3.0.1", + "jsonc-parser": "3.2.1", + "picomatch": "4.0.1", "rxjs": "7.8.1", "source-map": "0.7.4" }, @@ -10722,15 +10722,15 @@ } }, "node_modules/@schematics/angular/node_modules/@angular-devkit/schematics": { - "version": "17.1.3", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-17.1.3.tgz", - "integrity": "sha512-zKoWG1hDfvi1vR9Hqoca9hWo9vDg8evmQvGcBW5jXR5ndZi5Oit/uDcGdA8WUKvBd1EG7WMqp0FgcDR9EA9WCw==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-17.2.0.tgz", + "integrity": "sha512-gGyUVYRKTeRODW9S0MohfBlryoUHrbxqN27olhktrM/fZavyUVnZpyfb8okp6tTUz9HWmGac8ULE6IU+YW16gw==", "dev": true, "peer": true, "dependencies": { - "@angular-devkit/core": "17.1.3", - "jsonc-parser": "3.2.0", - "magic-string": "0.30.5", + "@angular-devkit/core": "17.2.0", + "jsonc-parser": "3.2.1", + "magic-string": "0.30.7", "ora": "5.4.1", "rxjs": "7.8.1" }, @@ -10740,10 +10740,17 @@ "yarn": ">= 1.13.0" } }, + "node_modules/@schematics/angular/node_modules/jsonc-parser": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz", + "integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==", + "dev": true, + "peer": true + }, "node_modules/@schematics/angular/node_modules/magic-string": { - "version": "0.30.5", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz", - "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==", + "version": "0.30.7", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.7.tgz", + "integrity": "sha512-8vBuFF/I/+OSLRmdf2wwFCJCz+nSn0m6DPvGH1fS/KiQoSaR+sETbov0eIk9KhEKy8CYqIkIAnbohxT/4H0kuA==", "dev": true, "peer": true, "dependencies": { @@ -10754,13 +10761,13 @@ } }, "node_modules/@schematics/angular/node_modules/picomatch": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz", - "integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.1.tgz", + "integrity": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==", "dev": true, "peer": true, "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/jonschlinkert" @@ -20015,9 +20022,9 @@ } }, "node_modules/core-js-compat/node_modules/browserslist": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", - "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -20034,8 +20041,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001580", - "electron-to-chromium": "^1.4.648", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -22527,9 +22534,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.668", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.668.tgz", - "integrity": "sha512-ZOBocMYCehr9W31+GpMclR+KBaDZOoAEabLdhpZ8oU1JFDwIaFY0UDbpXVEUFc0BIP2O2Qn3rkfCjQmMR4T/bQ==" + "version": "1.4.670", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.670.tgz", + "integrity": "sha512-hcijYOWjOtjKrKPtNA6tuLlA/bTLO3heFG8pQA6mLpq7dRydSWicXova5lyxDzp1iVJaYhK7J2OQlGE52KYn7A==" }, "node_modules/elegant-spinner": { "version": "1.0.1", @@ -23999,6 +24006,9 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.22.2.tgz", "integrity": "sha512-LtOB9myIX1O7HHqg9vtvBLjvXq1MXKuXIcD1nS+qZiMUJV6s9HBdilURAr9pIFc9kEelbVF54hOJ8pMxHvJP7g==", "dev": true, + "workspaces": [ + "examples" + ], "dependencies": { "globals": "^13.23.0" }, @@ -32907,9 +32917,9 @@ } }, "node_modules/libphonenumber-js": { - "version": "1.10.55", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.55.tgz", - "integrity": "sha512-MrTg2JFLscgmTY6/oT9vopYETlgUls/FU6OaeeamGwk4LFxjIgOUML/ZSZICgR0LPYXaonVJo40lzMvaaTJlQA==", + "version": "1.10.56", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.56.tgz", + "integrity": "sha512-d0GdKshNnyfl5gM7kZ9rXjGiAbxT/zCXp0k+EAzh8H4zrb2R7GXtMCrULrX7UQxtfx6CLy/vz/lomvW79FAFdA==", "dev": true }, "node_modules/license-webpack-plugin": { @@ -32930,12 +32940,15 @@ } }, "node_modules/lilconfig": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", - "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.0.tgz", + "integrity": "sha512-p3cz0JV5vw/XeouBU3Ldnp+ZkBjE+n8ydJ4mcwBrOiXXPqNlrzGBqWs9X4MWF7f+iKUBu794Y8Hh8yawiJbCjw==", "dev": true, "engines": { "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antonk52" } }, "node_modules/limiter": { @@ -33150,6 +33163,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/lint-staged/node_modules/lilconfig": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", + "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", + "dev": true, + "engines": { + "node": ">=14" + } + }, "node_modules/lint-staged/node_modules/listr2": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.0.1.tgz", @@ -37866,9 +37888,9 @@ } }, "node_modules/postcss-colormin/node_modules/browserslist": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", - "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -37885,8 +37907,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001580", - "electron-to-chromium": "^1.4.648", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -37914,9 +37936,9 @@ } }, "node_modules/postcss-convert-values/node_modules/browserslist": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", - "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -37933,8 +37955,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001580", - "electron-to-chromium": "^1.4.648", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -38445,9 +38467,9 @@ } }, "node_modules/postcss-merge-rules/node_modules/browserslist": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", - "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -38464,8 +38486,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001580", - "electron-to-chromium": "^1.4.648", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -38526,9 +38548,9 @@ } }, "node_modules/postcss-minify-params/node_modules/browserslist": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", - "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -38545,8 +38567,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001580", - "electron-to-chromium": "^1.4.648", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -38780,9 +38802,9 @@ } }, "node_modules/postcss-normalize-unicode/node_modules/browserslist": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", - "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -38799,8 +38821,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001580", - "electron-to-chromium": "^1.4.648", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -39060,9 +39082,9 @@ } }, "node_modules/postcss-preset-env/node_modules/browserslist": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", - "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -39079,8 +39101,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001580", - "electron-to-chromium": "^1.4.648", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -39133,9 +39155,9 @@ } }, "node_modules/postcss-reduce-initial/node_modules/browserslist": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", - "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -39152,8 +39174,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001580", - "electron-to-chromium": "^1.4.648", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -43302,9 +43324,9 @@ } }, "node_modules/spdx-exceptions": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.4.0.tgz", - "integrity": "sha512-hcjppoJ68fhxA/cjbN4T8N6uCUejN8yFw69ttpqtBeCbF3u13n7mb31NB9jKwGTTWWnt9IbRA/mf1FprYS8wfw==" + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", + "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" }, "node_modules/spdx-expression-parse": { "version": "3.0.1", @@ -43914,9 +43936,9 @@ } }, "node_modules/stylehacks/node_modules/browserslist": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", - "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -43933,8 +43955,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001580", - "electron-to-chromium": "^1.4.648", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -46672,9 +46694,9 @@ } }, "node_modules/webpack/node_modules/browserslist": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", - "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -46691,8 +46713,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001580", - "electron-to-chromium": "^1.4.648", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -47302,7 +47324,7 @@ "version": "2.0.2", "license": "Apache-2.0", "devDependencies": { - "libphonenumber-js": "1.10.55" + "libphonenumber-js": "1.10.56" }, "peerDependencies": { "@maskito/core": "^2.0.2", diff --git a/projects/phone/package.json b/projects/phone/package.json index 5d3b85398..c54d177b6 100644 --- a/projects/phone/package.json +++ b/projects/phone/package.json @@ -29,7 +29,7 @@ "Nikita Barsukov " ], "devDependencies": { - "libphonenumber-js": "1.10.55" + "libphonenumber-js": "1.10.56" }, "peerDependencies": { "@maskito/core": "^2.0.2", From 9c6146ff820db44b973f25f661c26de10e8ff182 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:03:55 +0300 Subject: [PATCH 16/27] chore(deps): update dependency @types/node to v20.11.18 (#1059) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 437fc21bf..d9c9c40d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@tinkoff/eslint-config": "2.0.0", "@tinkoff/eslint-config-react": "2.0.0", "@types/jest": "29.5.12", - "@types/node": "20.11.17", + "@types/node": "20.11.18", "cspell": "8.3.2", "cypress": "13.6.4", "cypress-real-events": "1.11.0", @@ -14773,9 +14773,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.11.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz", - "integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==", + "version": "20.11.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.18.tgz", + "integrity": "sha512-ABT5VWnnYneSBcNWYSCuR05M826RoMyMSGiFivXGx6ZUIsXb9vn4643IEwkg2zbEOSgAiSogtapN2fgc4mAPlw==", "dependencies": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index 61361d3f0..67ef87a69 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "@tinkoff/eslint-config": "2.0.0", "@tinkoff/eslint-config-react": "2.0.0", "@types/jest": "29.5.12", - "@types/node": "20.11.17", + "@types/node": "20.11.18", "cspell": "8.3.2", "cypress": "13.6.4", "cypress-real-events": "1.11.0", From dd0a7a87e2139da49ed443f6a3c88a6f3b376f46 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:37:56 +0300 Subject: [PATCH 17/27] chore(deps): update taiga-family/ci action to v1.51.5 (#1060) --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/auto-approve.yml | 14 ++++---- .github/workflows/auto-author-assign.yml | 4 +-- .github/workflows/auto-dependency-review.yml | 4 +-- .github/workflows/auto-label.yml | 6 ++-- .github/workflows/auto-remove-label.yml | 4 +-- .github/workflows/build.yml | 12 +++---- .github/workflows/create-release.yml | 6 ++-- .github/workflows/deploy-preview.yml | 6 ++-- .github/workflows/deploy.yml | 6 ++-- .github/workflows/e2e.yml | 30 ++++++++-------- .github/workflows/lint.yml | 36 ++++++++++---------- .github/workflows/npm-publish.yml | 10 +++--- .github/workflows/test.yml | 8 ++--- package-lock.json | 9 ++--- 15 files changed, 77 insertions(+), 80 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index c99562a4f..5014f6fd7 100644 --- a/.github/workflows/auto-add-to-project.yml +++ b/.github/workflows/auto-add-to-project.yml @@ -7,6 +7,6 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/project@v1.51.4 + - uses: taiga-family/ci/actions/setup/project@v1.51.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 18252ba74..cdaf3379a 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -11,8 +11,8 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - id: matrix run: | if [[ "${{ env.IS_RELEASE_BRANCH }}" == "false" ]]; then @@ -29,7 +29,7 @@ jobs: matrix: value: ${{ fromJSON(needs.setup.outputs.matrix) }} steps: - - uses: taiga-family/ci/actions/run/wait-job@v1.51.4 + - uses: taiga-family/ci/actions/run/wait-job@v1.51.5 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -38,14 +38,14 @@ jobs: needs: [wait] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/auto/approve/double@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/auto/approve/double@v1.51.5 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.51.4 + - uses: taiga-family/ci/actions/run/merge@v1.51.5 if: ${{ env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' && env.IS_RELEASE_BRANCH == 'false' }} with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index e1e9b833b..e6f848687 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -8,8 +8,8 @@ jobs: name: PR author as an assignee runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - uses: toshimaru/auto-author-assign@v2.1.0 if: env.IS_OWNER_MODE == 'true' with: diff --git a/.github/workflows/auto-dependency-review.yml b/.github/workflows/auto-dependency-review.yml index ede53035e..7726f0993 100644 --- a/.github/workflows/auto-dependency-review.yml +++ b/.github/workflows/auto-dependency-review.yml @@ -8,5 +8,5 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/security/dependency-review@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/security/dependency-review@v1.51.5 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index f3c0fc849..11258d13b 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -9,9 +9,9 @@ jobs: name: Label when approved runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.51.5 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index ac525e0f5..0b0fafaf6 100644 --- a/.github/workflows/auto-remove-label.yml +++ b/.github/workflows/auto-remove-label.yml @@ -7,5 +7,5 @@ jobs: remove_label: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/auto/remove-label@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/auto/remove-label@v1.51.5 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 775696955..9008d11e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - run: npx nx run-many --target build --all --exclude=demo build-demo: @@ -20,9 +20,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - run: npx nx build-gh-pages concurrency: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 652c82891..9ac44ac30 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -25,12 +25,12 @@ jobs: env: IS_DRY_MODE: ${{ github.event.inputs.dryRun == 'true' }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 with: fetch-depth: 0 token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.51.4 - - uses: taiga-family/ci/actions/setup/config/git@v1.51.4 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/config/git@v1.51.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index bb94916af..0d58344c3 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -8,9 +8,9 @@ jobs: name: Firebase runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - run: npm run build - name: Debug output diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64d47dd58..524f05da2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,9 +8,9 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - run: npx nx build-gh-pages - uses: JamesIves/github-pages-deploy-action@v4.5.0 with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8e8380135..97a8f376a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,12 +13,12 @@ jobs: name: Build demo runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 with: fetch-depth: 10 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - name: Mark demo-app directory for persist in cache uses: actions/cache@v4 @@ -43,9 +43,9 @@ jobs: project: [date, date-range, date-time, number, time] name: Kit / ${{ matrix.project }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - name: Download demo build from cache uses: actions/cache@v4 @@ -69,9 +69,9 @@ jobs: runs-on: ubuntu-latest name: Recipes steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - name: Download demo build from cache uses: actions/cache@v4 @@ -93,9 +93,9 @@ jobs: runs-on: ubuntu-latest name: Others steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - name: Download demo build from cache uses: actions/cache@v4 @@ -120,9 +120,9 @@ jobs: runs-on: ubuntu-latest name: Component Testing steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - name: Run Cypress tests run: npx nx component-test demo-integrations --browser=chrome diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5142f563f..32cb2f1fa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,49 +5,49 @@ jobs: typecheck: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - run: npm run typecheck cspell: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - run: npm run cspell -- --no-progress prettier: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.4 + - uses: taiga-family/ci/actions/auto/push@v1.51.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} stylelint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.4 + - uses: taiga-family/ci/actions/auto/push@v1.51.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} eslint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.4 + - uses: taiga-family/ci/actions/auto/push@v1.51.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 148bdae49..39e35be6a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,12 +11,12 @@ jobs: env: NX_SKIP_NX_CACHE: true steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 - - uses: taiga-family/ci/actions/setup/config/npm@v1.51.4 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/config/npm@v1.51.5 with: token: ${{ secrets.NPM_TOKEN }} @@ -31,7 +31,7 @@ jobs: run: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT - name: Announce to Telegram - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.51.4 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.51.5 with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 185133406..bc0ab6b98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,9 +11,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 - - uses: taiga-family/ci/actions/setup/variables@v1.51.4 - - uses: taiga-family/ci/actions/setup/node@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.5 - name: Run tests run: npx nx run-many --target test --all --coverage @@ -29,7 +29,7 @@ jobs: needs: [tests] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - uses: actions/download-artifact@v4.1.2 with: name: coverage-${{ github.workflow }}-${{ github.run_id }} diff --git a/package-lock.json b/package-lock.json index d9c9c40d5..0cb76ad53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24006,9 +24006,6 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.22.2.tgz", "integrity": "sha512-LtOB9myIX1O7HHqg9vtvBLjvXq1MXKuXIcD1nS+qZiMUJV6s9HBdilURAr9pIFc9kEelbVF54hOJ8pMxHvJP7g==", "dev": true, - "workspaces": [ - "examples" - ], "dependencies": { "globals": "^13.23.0" }, @@ -44867,9 +44864,9 @@ } }, "node_modules/terser-webpack-plugin/node_modules/terser": { - "version": "5.27.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.0.tgz", - "integrity": "sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==", + "version": "5.27.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.1.tgz", + "integrity": "sha512-29wAr6UU/oQpnTw5HoadwjUZnFQXGdOfj0LjZ4sVxzqwHh/QVkvr7m8y9WoR4iN3FRitVduTc6KdjcW38Npsug==", "dev": true, "dependencies": { "@jridgewell/source-map": "^0.3.3", From f1731bd94f9369381b99f3b30d09029cff95ee62 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:52:08 +0300 Subject: [PATCH 18/27] chore(deps): update dependency webpack to v5.90.2 (#1061) --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cb76ad53..b0b6c9986 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "ts-node": "10.9.2", "tsutils": "3.21.0", "typescript": "4.9.5", - "webpack": "5.90.1", + "webpack": "5.90.2", "webpack-merge": "5.10.0" }, "engines": { @@ -24006,6 +24006,9 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.22.2.tgz", "integrity": "sha512-LtOB9myIX1O7HHqg9vtvBLjvXq1MXKuXIcD1nS+qZiMUJV6s9HBdilURAr9pIFc9kEelbVF54hOJ8pMxHvJP7g==", "dev": true, + "workspaces": [ + "examples" + ], "dependencies": { "globals": "^13.23.0" }, @@ -46384,9 +46387,9 @@ } }, "node_modules/webpack": { - "version": "5.90.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.1.tgz", - "integrity": "sha512-SstPdlAC5IvgFnhiRok8hqJo/+ArAbNv7rhU4fnWGHNVfN59HSQFaxZDSAL3IFG2YmqxuRs+IU33milSxbPlog==", + "version": "5.90.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.2.tgz", + "integrity": "sha512-ziXu8ABGr0InCMEYFnHrYweinHK2PWrMqnwdHk2oK3rRhv/1B+2FnfwYv5oD+RrknK/Pp/Hmyvu+eAsaMYhzCw==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", diff --git a/package.json b/package.json index 67ef87a69..cf6089d91 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "ts-node": "10.9.2", "tsutils": "3.21.0", "typescript": "4.9.5", - "webpack": "5.90.1", + "webpack": "5.90.2", "webpack-merge": "5.10.0" }, "engines": { From 3698a4d392c20a63e9e883ae68b74fb36dc021f6 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:59:05 +0300 Subject: [PATCH 19/27] chore(deps): update taiga-family/ci action to v1.51.6 (#1062) --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/auto-approve.yml | 14 ++++---- .github/workflows/auto-author-assign.yml | 4 +-- .github/workflows/auto-dependency-review.yml | 4 +-- .github/workflows/auto-label.yml | 6 ++-- .github/workflows/auto-remove-label.yml | 4 +-- .github/workflows/build.yml | 12 +++---- .github/workflows/create-release.yml | 6 ++-- .github/workflows/deploy-preview.yml | 6 ++-- .github/workflows/deploy.yml | 6 ++-- .github/workflows/e2e.yml | 30 ++++++++-------- .github/workflows/lint.yml | 36 ++++++++++---------- .github/workflows/npm-publish.yml | 10 +++--- .github/workflows/test.yml | 8 ++--- 14 files changed, 74 insertions(+), 74 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 5014f6fd7..e27e86872 100644 --- a/.github/workflows/auto-add-to-project.yml +++ b/.github/workflows/auto-add-to-project.yml @@ -7,6 +7,6 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/project@v1.51.5 + - uses: taiga-family/ci/actions/setup/project@v1.51.6 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index cdaf3379a..6beb490ac 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -11,8 +11,8 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 - id: matrix run: | if [[ "${{ env.IS_RELEASE_BRANCH }}" == "false" ]]; then @@ -29,7 +29,7 @@ jobs: matrix: value: ${{ fromJSON(needs.setup.outputs.matrix) }} steps: - - uses: taiga-family/ci/actions/run/wait-job@v1.51.5 + - uses: taiga-family/ci/actions/run/wait-job@v1.51.6 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -38,14 +38,14 @@ jobs: needs: [wait] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/auto/approve/double@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/auto/approve/double@v1.51.6 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.51.5 + - uses: taiga-family/ci/actions/run/merge@v1.51.6 if: ${{ env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' && env.IS_RELEASE_BRANCH == 'false' }} with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index e6f848687..09c15435d 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -8,8 +8,8 @@ jobs: name: PR author as an assignee runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 - uses: toshimaru/auto-author-assign@v2.1.0 if: env.IS_OWNER_MODE == 'true' with: diff --git a/.github/workflows/auto-dependency-review.yml b/.github/workflows/auto-dependency-review.yml index 7726f0993..e47e3dc16 100644 --- a/.github/workflows/auto-dependency-review.yml +++ b/.github/workflows/auto-dependency-review.yml @@ -8,5 +8,5 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/security/dependency-review@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/security/dependency-review@v1.51.6 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 11258d13b..7ccb9aa17 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -9,9 +9,9 @@ jobs: name: Label when approved runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.51.6 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 0b0fafaf6..9fffa2ecc 100644 --- a/.github/workflows/auto-remove-label.yml +++ b/.github/workflows/auto-remove-label.yml @@ -7,5 +7,5 @@ jobs: remove_label: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/auto/remove-label@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/auto/remove-label@v1.51.6 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9008d11e7..efa94bb93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - run: npx nx run-many --target build --all --exclude=demo build-demo: @@ -20,9 +20,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - run: npx nx build-gh-pages concurrency: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 9ac44ac30..c7748309c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -25,12 +25,12 @@ jobs: env: IS_DRY_MODE: ${{ github.event.inputs.dryRun == 'true' }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 with: fetch-depth: 0 token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.51.5 - - uses: taiga-family/ci/actions/setup/config/git@v1.51.5 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 + - uses: taiga-family/ci/actions/setup/config/git@v1.51.6 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 0d58344c3..9c9b4feda 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -8,9 +8,9 @@ jobs: name: Firebase runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - run: npm run build - name: Debug output diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 524f05da2..e3f1b9c89 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,9 +8,9 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - run: npx nx build-gh-pages - uses: JamesIves/github-pages-deploy-action@v4.5.0 with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 97a8f376a..094ee96d7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,12 +13,12 @@ jobs: name: Build demo runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 with: fetch-depth: 10 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - name: Mark demo-app directory for persist in cache uses: actions/cache@v4 @@ -43,9 +43,9 @@ jobs: project: [date, date-range, date-time, number, time] name: Kit / ${{ matrix.project }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - name: Download demo build from cache uses: actions/cache@v4 @@ -69,9 +69,9 @@ jobs: runs-on: ubuntu-latest name: Recipes steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - name: Download demo build from cache uses: actions/cache@v4 @@ -93,9 +93,9 @@ jobs: runs-on: ubuntu-latest name: Others steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - name: Download demo build from cache uses: actions/cache@v4 @@ -120,9 +120,9 @@ jobs: runs-on: ubuntu-latest name: Component Testing steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - name: Run Cypress tests run: npx nx component-test demo-integrations --browser=chrome diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 32cb2f1fa..d4e87d0eb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,49 +5,49 @@ jobs: typecheck: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - run: npm run typecheck cspell: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - run: npm run cspell -- --no-progress prettier: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.5 + - uses: taiga-family/ci/actions/auto/push@v1.51.6 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} stylelint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.5 + - uses: taiga-family/ci/actions/auto/push@v1.51.6 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} eslint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.51.5 + - uses: taiga-family/ci/actions/auto/push@v1.51.6 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 39e35be6a..ca104ab1f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,12 +11,12 @@ jobs: env: NX_SKIP_NX_CACHE: true steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 - - uses: taiga-family/ci/actions/setup/config/npm@v1.51.5 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 + - uses: taiga-family/ci/actions/setup/config/npm@v1.51.6 with: token: ${{ secrets.NPM_TOKEN }} @@ -31,7 +31,7 @@ jobs: run: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT - name: Announce to Telegram - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.51.5 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.51.6 with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc0ab6b98..9ea6d147b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,9 +11,9 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 - - uses: taiga-family/ci/actions/setup/variables@v1.51.5 - - uses: taiga-family/ci/actions/setup/node@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 + - uses: taiga-family/ci/actions/setup/variables@v1.51.6 + - uses: taiga-family/ci/actions/setup/node@v1.51.6 - name: Run tests run: npx nx run-many --target test --all --coverage @@ -29,7 +29,7 @@ jobs: needs: [tests] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.51.5 + - uses: taiga-family/ci/actions/setup/checkout@v1.51.6 - uses: actions/download-artifact@v4.1.2 with: name: coverage-${{ github.workflow }}-${{ github.run_id }} From 6dc736e50182138ec1b2454701b1f70f20c4bceb Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:46:34 +0300 Subject: [PATCH 20/27] chore(deps): update dependency @types/node to v20.11.19 (#1063) --- package-lock.json | 26 ++++++++++++++++++-------- package.json | 2 +- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0b6c9986..b8ac755ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@tinkoff/eslint-config": "2.0.0", "@tinkoff/eslint-config-react": "2.0.0", "@types/jest": "29.5.12", - "@types/node": "20.11.18", + "@types/node": "20.11.19", "cspell": "8.3.2", "cypress": "13.6.4", "cypress-real-events": "1.11.0", @@ -14773,9 +14773,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.11.18", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.18.tgz", - "integrity": "sha512-ABT5VWnnYneSBcNWYSCuR05M826RoMyMSGiFivXGx6ZUIsXb9vn4643IEwkg2zbEOSgAiSogtapN2fgc4mAPlw==", + "version": "20.11.19", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz", + "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==", "dependencies": { "undici-types": "~5.26.4" } @@ -32430,14 +32430,15 @@ } }, "node_modules/js-beautify": { - "version": "1.14.11", - "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.11.tgz", - "integrity": "sha512-rPogWqAfoYh1Ryqqh2agUpVfbxAhbjuN1SmU86dskQUKouRiggUTCO4+2ym9UPXllc2WAp0J+T5qxn7Um3lCdw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.0.tgz", + "integrity": "sha512-U1f+LPtn13M0OS0ChNMpM7wA7J47ECqwIcvayrZu+o0FLLt9FckoT6XOO1grhBS2vZjSt79K+vkUuP0o+BIdsA==", "dev": true, "dependencies": { "config-chain": "^1.1.13", - "editorconfig": "^1.0.3", + "editorconfig": "^1.0.4", "glob": "^10.3.3", + "js-cookie": "^3.0.5", "nopt": "^7.2.0" }, "bin": { @@ -32480,6 +32481,15 @@ "node": ">=16 || 14 >=14.17" } }, + "node_modules/js-cookie": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", + "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", + "dev": true, + "engines": { + "node": ">=14" + } + }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", diff --git a/package.json b/package.json index cf6089d91..681409de4 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "@tinkoff/eslint-config": "2.0.0", "@tinkoff/eslint-config-react": "2.0.0", "@types/jest": "29.5.12", - "@types/node": "20.11.18", + "@types/node": "20.11.19", "cspell": "8.3.2", "cypress": "13.6.4", "cypress-real-events": "1.11.0", From 5868f4aa4c8cedf871af315ddc0af047b6893860 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 15 Feb 2024 23:39:08 +0300 Subject: [PATCH 21/27] chore(deps): update taiga-ui (#1064) --- package-lock.json | 62 +++++++++++++++++++++-------------------------- package.json | 4 +-- 2 files changed, 30 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8ac755ba..287018f48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,9 +25,9 @@ "@nx/react": "17.3.0", "@nx/rollup": "17.3.0", "@nx/workspace": "17.3.0", - "@taiga-ui/commitlint-config": "0.5.5", + "@taiga-ui/commitlint-config": "0.5.6", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.8", + "@taiga-ui/eslint-plugin-experience": "0.53.9", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0", @@ -4540,17 +4540,17 @@ } }, "node_modules/@commitlint/cli": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.6.0.tgz", - "integrity": "sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.6.1.tgz", + "integrity": "sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==", "dev": true, "peer": true, "dependencies": { - "@commitlint/format": "^18.6.0", - "@commitlint/lint": "^18.6.0", - "@commitlint/load": "^18.6.0", - "@commitlint/read": "^18.6.0", - "@commitlint/types": "^18.6.0", + "@commitlint/format": "^18.6.1", + "@commitlint/lint": "^18.6.1", + "@commitlint/load": "^18.6.1", + "@commitlint/read": "^18.6.1", + "@commitlint/types": "^18.6.1", "execa": "^5.0.0", "lodash.isfunction": "^3.0.9", "resolve-from": "5.0.0", @@ -4565,11 +4565,12 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.0.tgz", - "integrity": "sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==", + "version": "18.6.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.2.tgz", + "integrity": "sha512-PcgSYg1AKGQIwDQKbaHtJsfqYy4uJTC7crLVZ83lfjcPaec4Pry2vLeaWej7ao2KsT20l9dWoMPpEGg8LWdUuA==", "dev": true, "dependencies": { + "@commitlint/types": "^18.6.1", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { @@ -4977,7 +4978,6 @@ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.6.1.tgz", "integrity": "sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==", "dev": true, - "peer": true, "dependencies": { "chalk": "^4.1.0" }, @@ -4990,7 +4990,6 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -5006,7 +5005,6 @@ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5023,7 +5021,6 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -5035,15 +5032,13 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "peer": true + "dev": true }, "node_modules/@commitlint/types/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "peer": true, "engines": { "node": ">=8" } @@ -5053,7 +5048,6 @@ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, - "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -11255,16 +11249,16 @@ "optional": true }, "node_modules/@taiga-ui/commitlint-config": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@taiga-ui/commitlint-config/-/commitlint-config-0.5.5.tgz", - "integrity": "sha512-JZ3l86cYDppSY2hC6naMFpqlvrZMWwEuBm39cPiixVu2Z6RYtM+V4cuKmDKu+0YTVmBsDIlIqydA96JulkCb4w==", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/@taiga-ui/commitlint-config/-/commitlint-config-0.5.6.tgz", + "integrity": "sha512-5DJXB2DjNK6/HaBzPj5POyOAOg+R9AKpQwXwVuwF0abHxuc0CDHt8z89ZH7PC9OfApj+pB47HXa/2ydF+12+4g==", "dev": true, "dependencies": { - "@commitlint/config-conventional": "18.6.0" + "@commitlint/config-conventional": "18.6.2" }, "peerDependencies": { - "@commitlint/cli": "18.6.0", - "@commitlint/config-conventional": "18.6.0" + "@commitlint/cli": "18.6.1", + "@commitlint/config-conventional": "18.6.2" } }, "node_modules/@taiga-ui/core": { @@ -11311,9 +11305,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.53.8", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.8.tgz", - "integrity": "sha512-tv5qYca+wCWqmLPag7DO3adv9seHAkKywVhhajbdS3K01sBFhbqQZjNLcaYxzNRQlEs5ZGF3ftNPfJvLsHpmrA==", + "version": "0.53.9", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.9.tgz", + "integrity": "sha512-gSPtYNFglVTgy6YuEgdXM86tMhzCB1AaO2Xf2Jx0qapwCgtUJZ4WYMT2TgbsU4yQc5BgY4eDDkL9TKIs6GWJhA==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -11375,7 +11369,7 @@ "eslint-plugin-html": "8.0.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "27.8.0", - "eslint-plugin-playwright": "1.0.1", + "eslint-plugin-playwright": "1.1.0", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", "eslint-plugin-rxjs": "5.0.3", @@ -22534,9 +22528,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.670", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.670.tgz", - "integrity": "sha512-hcijYOWjOtjKrKPtNA6tuLlA/bTLO3heFG8pQA6mLpq7dRydSWicXova5lyxDzp1iVJaYhK7J2OQlGE52KYn7A==" + "version": "1.4.671", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.671.tgz", + "integrity": "sha512-UUlE+/rWbydmp+FW8xlnnTA5WNA0ZZd2XL8CuMS72rh+k4y1f8+z6yk3UQhEwqHQWj6IBdL78DwWOdGMvYfQyA==" }, "node_modules/elegant-spinner": { "version": "1.0.1", diff --git a/package.json b/package.json index 681409de4..113b08c20 100644 --- a/package.json +++ b/package.json @@ -102,9 +102,9 @@ "@nx/react": "17.3.0", "@nx/rollup": "17.3.0", "@nx/workspace": "17.3.0", - "@taiga-ui/commitlint-config": "0.5.5", + "@taiga-ui/commitlint-config": "0.5.6", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.8", + "@taiga-ui/eslint-plugin-experience": "0.53.9", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0", From 2d519d045fce201eebeefb4a6f799ff55ff0bb47 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:43:25 +0300 Subject: [PATCH 22/27] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.53.10 (#1065) --- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 287018f48..6eef66d60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.6", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.9", + "@taiga-ui/eslint-plugin-experience": "0.53.10", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0", @@ -8869,9 +8869,9 @@ } }, "node_modules/@nx/angular/node_modules/piscina": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.3.1.tgz", - "integrity": "sha512-MBj0QYm3hJQ/C/wIXTN1OCYC8uQ4BBJ4LVele2P4ZwVQAH04vkk8E1SpDbuemLAL1dZorbuOob9rYqJeWCcCRg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.3.2.tgz", + "integrity": "sha512-aXPak3A1LgbfDFrsmgYhQS4J7ElHRFL7iUkUqaiLNDRE69YQSFGqIZiHaXOH4NyC6EdD+awZVeE7MG0zVm9L4Q==", "dev": true, "optionalDependencies": { "nice-napi": "^1.0.2" @@ -11305,9 +11305,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.53.9", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.9.tgz", - "integrity": "sha512-gSPtYNFglVTgy6YuEgdXM86tMhzCB1AaO2Xf2Jx0qapwCgtUJZ4WYMT2TgbsU4yQc5BgY4eDDkL9TKIs6GWJhA==", + "version": "0.53.10", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.10.tgz", + "integrity": "sha512-kqh/pv1QJkLYu8fK3FTmqw0WMbrWRK/tAZfHWuG3Opx1KXvVI6KUQOILY9mnwj2q7gYTrwVe3AoHKKsO8bxNSw==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -11369,7 +11369,7 @@ "eslint-plugin-html": "8.0.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "27.8.0", - "eslint-plugin-playwright": "1.1.0", + "eslint-plugin-playwright": "1.1.1", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", "eslint-plugin-rxjs": "5.0.3", @@ -22528,9 +22528,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.671", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.671.tgz", - "integrity": "sha512-UUlE+/rWbydmp+FW8xlnnTA5WNA0ZZd2XL8CuMS72rh+k4y1f8+z6yk3UQhEwqHQWj6IBdL78DwWOdGMvYfQyA==" + "version": "1.4.672", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.672.tgz", + "integrity": "sha512-YYCy+goe3UqZqa3MOQCI5Mx/6HdBLzXL/mkbGCEWL3sP3Z1BP9zqAzeD3YEmLZlespYGFtyM8tRp5i2vfaUGCA==" }, "node_modules/elegant-spinner": { "version": "1.0.1", @@ -32424,9 +32424,9 @@ } }, "node_modules/js-beautify": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.0.tgz", - "integrity": "sha512-U1f+LPtn13M0OS0ChNMpM7wA7J47ECqwIcvayrZu+o0FLLt9FckoT6XOO1grhBS2vZjSt79K+vkUuP0o+BIdsA==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.1.tgz", + "integrity": "sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==", "dev": true, "dependencies": { "config-chain": "^1.1.13", diff --git a/package.json b/package.json index 113b08c20..0cc186a00 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.6", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.9", + "@taiga-ui/eslint-plugin-experience": "0.53.10", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0", From d3fc016d1189697ef8adfef8ca5066c9934af1e0 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:48:49 +0300 Subject: [PATCH 23/27] chore(deps): update dependency cypress-real-events to v1.12.0 (#1066) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6eef66d60..6f00d7e4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/node": "20.11.19", "cspell": "8.3.2", "cypress": "13.6.4", - "cypress-real-events": "1.11.0", + "cypress-real-events": "1.12.0", "eslint": "8.56.0", "http-server": "14.1.1", "husky": "9.0.11", @@ -21033,9 +21033,9 @@ } }, "node_modules/cypress-real-events": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/cypress-real-events/-/cypress-real-events-1.11.0.tgz", - "integrity": "sha512-4LXVRsyq+xBh5TmlEyO1ojtBXtN7xw720Pwb9rEE9rkJuXmeH3VyoR1GGayMGr+Itqf11eEjfDewtDmcx6PWPQ==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/cypress-real-events/-/cypress-real-events-1.12.0.tgz", + "integrity": "sha512-oiy+4kGKkzc2PT36k3GGQqkGxNiVypheWjMtfyi89iIk6bYmTzeqxapaLHS3pnhZOX1IEbTDUVxh8T4Nhs1tyQ==", "dev": true, "peerDependencies": { "cypress": "^4.x || ^5.x || ^6.x || ^7.x || ^8.x || ^9.x || ^10.x || ^11.x || ^12.x || ^13.x" diff --git a/package.json b/package.json index 0cc186a00..6dfe13a72 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@types/node": "20.11.19", "cspell": "8.3.2", "cypress": "13.6.4", - "cypress-real-events": "1.11.0", + "cypress-real-events": "1.12.0", "eslint": "8.56.0", "http-server": "14.1.1", "husky": "9.0.11", From e587dd67f5d8eb54d47dce7a811381859adc9869 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:39:02 +0300 Subject: [PATCH 24/27] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.53.11 (#1067) --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f00d7e4c..b3379c648 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.6", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.10", + "@taiga-ui/eslint-plugin-experience": "0.53.11", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0", @@ -11305,9 +11305,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.53.10", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.10.tgz", - "integrity": "sha512-kqh/pv1QJkLYu8fK3FTmqw0WMbrWRK/tAZfHWuG3Opx1KXvVI6KUQOILY9mnwj2q7gYTrwVe3AoHKKsO8bxNSw==", + "version": "0.53.11", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.11.tgz", + "integrity": "sha512-kk63RSzy5lSBcRv/2O6jB6XodERdEOWZ53pAEcgBuOsrkownZ97t0nGr/QS1gaAupR7qM/DJxn6u1rZAUeEMmw==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -11333,7 +11333,7 @@ "eslint-plugin-functional": "6.0.0", "eslint-plugin-html": "7.1.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jest": "27.8.0", + "eslint-plugin-jest": "27.9.0", "eslint-plugin-playwright": "0.22.2", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", @@ -11368,8 +11368,8 @@ "eslint-plugin-functional": "6.0.0", "eslint-plugin-html": "8.0.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jest": "27.8.0", - "eslint-plugin-playwright": "1.1.1", + "eslint-plugin-jest": "27.9.0", + "eslint-plugin-playwright": "1.1.2", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", "eslint-plugin-rxjs": "5.0.3", @@ -22528,9 +22528,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.672", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.672.tgz", - "integrity": "sha512-YYCy+goe3UqZqa3MOQCI5Mx/6HdBLzXL/mkbGCEWL3sP3Z1BP9zqAzeD3YEmLZlespYGFtyM8tRp5i2vfaUGCA==" + "version": "1.4.673", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.673.tgz", + "integrity": "sha512-zjqzx4N7xGdl5468G+vcgzDhaHkaYgVcf9MqgexcTqsl2UHSCmOj/Bi3HAprg4BZCpC7HyD8a6nZl6QAZf72gw==" }, "node_modules/elegant-spinner": { "version": "1.0.1", @@ -23758,9 +23758,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "27.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.8.0.tgz", - "integrity": "sha512-347hVFiu4ZKMYl5xFp0X81gLNwBdno0dl0CMpUMjwuAux9X/M2a7z+ab2VHmPL6XCT87q8nv1vaVzhIO4TE/hw==", + "version": "27.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz", + "integrity": "sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" @@ -24293,9 +24293,9 @@ } }, "node_modules/eslint-plugin-sort-class-members": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-sort-class-members/-/eslint-plugin-sort-class-members-1.19.0.tgz", - "integrity": "sha512-YayvASA1bavdPeRU9FMPnale2+Oi3aMcHGVC5EUm9b671oxm7ahvR+q8BfsU2aV+KAFezNfu47VPgdZK6gwYPw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-sort-class-members/-/eslint-plugin-sort-class-members-1.20.0.tgz", + "integrity": "sha512-xNaik4GQ/pRwd1soIVI28HEXZbrWoLR5krau2+E8YcHj7N09UviPg5mYhf/rELG29bIFJdXDOFJazN90+luMOw==", "dev": true, "engines": { "node": ">=4.0.0" diff --git a/package.json b/package.json index 6dfe13a72..74fd26098 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.6", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.10", + "@taiga-ui/eslint-plugin-experience": "0.53.11", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0", From 2b1647581bfcffddb923ec0dccefc0209bd9e908 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:24:45 +0300 Subject: [PATCH 25/27] chore(deps): update dependency @types/react to v18.2.56 (#1068) --- package-lock.json | 8 ++++---- projects/react/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3379c648..762525076 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14825,9 +14825,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.2.55", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.55.tgz", - "integrity": "sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==", + "version": "18.2.56", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.56.tgz", + "integrity": "sha512-NpwHDMkS/EFZF2dONFQHgkPRwhvgq/OAvIaGQzxGSBmaeR++kTg6njr15Vatz0/2VcCEwJQFi6Jf4Q0qBu0rLA==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -47343,7 +47343,7 @@ "devDependencies": { "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", - "@types/react": "18.2.55", + "@types/react": "18.2.56", "@types/react-dom": "18.2.19", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/projects/react/package.json b/projects/react/package.json index 88161e587..3ef5e669b 100644 --- a/projects/react/package.json +++ b/projects/react/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", - "@types/react": "18.2.55", + "@types/react": "18.2.56", "@types/react-dom": "18.2.19", "react": "18.2.0", "react-dom": "18.2.0", From d19fdc802c1265986a0cde0923d610dcbba86269 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:29:30 +0300 Subject: [PATCH 26/27] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.54.0 (#1069) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 762525076..763bbcf8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.6", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.11", + "@taiga-ui/eslint-plugin-experience": "0.54.0", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0", @@ -11305,9 +11305,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.53.11", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.11.tgz", - "integrity": "sha512-kk63RSzy5lSBcRv/2O6jB6XodERdEOWZ53pAEcgBuOsrkownZ97t0nGr/QS1gaAupR7qM/DJxn6u1rZAUeEMmw==", + "version": "0.54.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.54.0.tgz", + "integrity": "sha512-8H7uHROvG99b8dZb74FOBJ5hAAn51Rwhq+cmzC16FnfFKOicp5wDFnqfRzrMKZo6Yyrqa7MmHJV1KX2c1r2FLw==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", diff --git a/package.json b/package.json index 74fd26098..6a56062b5 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.6", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.11", + "@taiga-ui/eslint-plugin-experience": "0.54.0", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0", From 3984f63dbdfa6c2a2320e24b2c95e1d576ccf3ca Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Sun, 18 Feb 2024 11:44:14 +0300 Subject: [PATCH 27/27] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.54.1 (#1070) --- package-lock.json | 35 ++++++++++++++++++----------------- package.json | 2 +- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 763bbcf8c..3cb2ca138 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.6", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.54.0", + "@taiga-ui/eslint-plugin-experience": "0.54.1", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0", @@ -11305,9 +11305,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.54.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.54.0.tgz", - "integrity": "sha512-8H7uHROvG99b8dZb74FOBJ5hAAn51Rwhq+cmzC16FnfFKOicp5wDFnqfRzrMKZo6Yyrqa7MmHJV1KX2c1r2FLw==", + "version": "0.54.1", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.54.1.tgz", + "integrity": "sha512-itOMu7MNN4OezXpMCymB7fmIf9NzC7vTMiDOAASM8DrQMVXGTHvm6icwAXqoa078HPzfanx34Tk52O5Sk5OBKQ==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -11369,7 +11369,7 @@ "eslint-plugin-html": "8.0.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "27.9.0", - "eslint-plugin-playwright": "1.1.2", + "eslint-plugin-playwright": "1.2.0", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", "eslint-plugin-rxjs": "5.0.3", @@ -18135,9 +18135,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001587", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001587.tgz", - "integrity": "sha512-HMFNotUmLXn71BQxg8cijvqxnIAofforZOwGsxyXJ0qugTdspUF4sPSJ2vhgprHCB996tIDzEq1ubumPDV8ULA==", + "version": "1.0.30001588", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001588.tgz", + "integrity": "sha512-+hVY9jE44uKLkH0SrUTqxjxqNTOWHsbnQDIKjwkZ3lNTzUUVdBLBGXtj/q5Mp5u98r3droaZAewQuEDzjQdZlQ==", "funding": [ { "type": "opencollective", @@ -20808,9 +20808,9 @@ } }, "node_modules/cssdb": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.10.0.tgz", - "integrity": "sha512-yGZ5tmA57gWh/uvdQBHs45wwFY0IBh3ypABk5sEubPBPSzXzkNgsWReqx7gdx6uhC+QoFBe+V8JwBB9/hQ6cIA==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.11.0.tgz", + "integrity": "sha512-YUVAJhjDcTZzVD5XE49l3PQtGE29vvhzaL1bM3BtkvSmIRJeYENdfn1dn5jauBI7BBF+IyyiBS+oSVx3Hz/Gaw==", "dev": true, "funding": [ { @@ -45766,16 +45766,17 @@ } }, "node_modules/typed-array-byte-offset": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", - "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.1.tgz", + "integrity": "sha512-tcqKMrTRXjqvHN9S3553NPCaGL0VPgFI92lXszmrE8DMhiDPLBYLlvo8Uu4WZAAX/aGqp/T1sbA4ph8EWjDF9Q==", "dev": true, "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", + "available-typed-arrays": "^1.0.6", + "call-bind": "^1.0.7", "for-each": "^0.3.3", + "gopd": "^1.0.1", "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "is-typed-array": "^1.1.13" }, "engines": { "node": ">= 0.4" diff --git a/package.json b/package.json index 6a56062b5..c028beef0 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.6", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.54.0", + "@taiga-ui/eslint-plugin-experience": "0.54.1", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.15.0",