From f476fecf47237aaaa237d90cf29781cacde69acc Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 5 Aug 2024 15:07:27 +0300 Subject: [PATCH] chore: upgrade editor --- .npmrc | 2 +- package-lock.json | 223 +++++++++--------- package.json | 2 +- .../cdk/schematics/ng-update/v3-36/index.ts | 2 +- .../tests/schematic-migrate-editor.spec.ts | 2 +- 5 files changed, 117 insertions(+), 114 deletions(-) diff --git a/.npmrc b/.npmrc index 0abcba09da5d3..e05622f6c39b2 100644 --- a/.npmrc +++ b/.npmrc @@ -2,5 +2,5 @@ legacy-peer-deps=true # TODO: remove this line in v4.0 strict-ssl=false # Fix problem when downloading cypress binary ca = '' unsafe-perm=true -engine-strict=true +engine-strict=false audit=false diff --git a/package-lock.json b/package-lock.json index 3acd1a6e8ae5b..6a79c9ecf4e59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@taiga-ui/tsconfig": "0.11.0", "@testing-library/cypress": "10.0.1", "@tinkoff/ng-event-plugins": "3.2.0", - "@tinkoff/tui-editor": "1.49.0", + "@tinkoff/tui-editor": "1.56.0", "@types/glob": "8.1.0", "@types/node": "20.10.4", "@types/parse5": "6.0.3", @@ -1818,10 +1818,13 @@ } }, "node_modules/@babel/parser": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.0.tgz", - "integrity": "sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz", + "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==", "license": "MIT", + "dependencies": { + "@babel/types": "^7.25.2" + }, "bin": { "parser": "bin/babel-parser.js" }, @@ -1830,14 +1833,14 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.0.tgz", - "integrity": "sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz", + "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==", "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", - "@babel/traverse": "^7.25.0" + "@babel/traverse": "^7.25.3" }, "engines": { "node": ">=6.9.0" @@ -3645,14 +3648,14 @@ } }, "node_modules/@babel/traverse": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.2.tgz", - "integrity": "sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz", + "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/generator": "^7.25.0", - "@babel/parser": "^7.25.0", + "@babel/parser": "^7.25.3", "@babel/template": "^7.25.0", "@babel/types": "^7.25.2", "debug": "^4.3.1", @@ -4408,9 +4411,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-companies": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.1.3.tgz", - "integrity": "sha512-qaAmfKtQLA7Sbe9zfFVpcwyG92cx6+EiWIpPURv11Ng2QMv2PKhYcterUJBooAvgqD0/qq+AsLN8MREloY5Mdw==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.1.4.tgz", + "integrity": "sha512-y9e0amzEK36EiiKx3VAA+SHQJPpf2Qv5cCt5eTUSggpTkiFkCh6gRKQ97rVlrKh5GJrqinDwYIJtTsxuh2vy2Q==", "dev": true, "license": "MIT" }, @@ -4712,9 +4715,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-sql": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.3.tgz", - "integrity": "sha512-SEyTNKJrjqD6PAzZ9WpdSu6P7wgdNtGV2RV8Kpuw1x6bV+YsSptuClYG+JSdRExBTE6LwIe1bTklejUp3ZP8TQ==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.4.tgz", + "integrity": "sha512-wsrNK6UBQ92IzQ4SqQqgM04BEYzqVsk3qZH3ZgascaqDtUgK6GI+z3Czi0rQ+9Qe2zKiklGnGMC8sJwYdlIw7g==", "dev": true, "license": "MIT" }, @@ -7077,9 +7080,9 @@ } }, "node_modules/@nx/js/node_modules/@babel/preset-env": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.2.tgz", - "integrity": "sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz", + "integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==", "dev": true, "license": "MIT", "dependencies": { @@ -7087,7 +7090,7 @@ "@babel/helper-compilation-targets": "^7.25.2", "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-validator-option": "^7.24.8", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.0", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3", "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", @@ -7282,14 +7285,14 @@ } }, "node_modules/@nx/js/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", - "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -8677,9 +8680,9 @@ "license": "0BSD" }, "node_modules/@tinkoff/tui-editor": { - "version": "1.49.0", - "resolved": "https://registry.npmjs.org/@tinkoff/tui-editor/-/tui-editor-1.49.0.tgz", - "integrity": "sha512-on80KeEuoxuYpD98Kk9QvyKN5/pKEFG3ZWjZkFdjM5VFycK+vefxVlHj6cIJT8rFO3c6yiZSrqvapac8KxF3NQ==", + "version": "1.56.0", + "resolved": "https://registry.npmjs.org/@tinkoff/tui-editor/-/tui-editor-1.56.0.tgz", + "integrity": "sha512-2dkPhyoRLmHrnL1ggE0b4UvA9M6+04AxOJPHSNwAUgMV+A3EubH/PeMHM3FZ9vvYOMJCg9jrWUVyu2t6W8e3mQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -13480,9 +13483,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", - "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", + "version": "4.23.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", + "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", "dev": true, "funding": [ { @@ -13500,9 +13503,9 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001640", - "electron-to-chromium": "^1.4.820", - "node-releases": "^2.0.14", + "caniuse-lite": "^1.0.30001646", + "electron-to-chromium": "^1.5.4", + "node-releases": "^2.0.18", "update-browserslist-db": "^1.1.0" }, "bin": { @@ -13780,9 +13783,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001644", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001644.tgz", - "integrity": "sha512-YGvlOZB4QhZuiis+ETS0VXR+MExbFf4fZYYeMTEE0aTQd/RdIjkTyZjLrbYVKnHzppDvnOhritRVv+i7Go6mHw==", + "version": "1.0.30001649", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001649.tgz", + "integrity": "sha512-fJegqZZ0ZX8HOWr6rcafGr72+xcgJKI9oWfDW5DrD7ExUtgZC7a7R7ZYmZqplh7XDocFdGeIFn7roAxhOeYrPQ==", "dev": true, "funding": [ { @@ -15631,13 +15634,13 @@ "license": "MIT" }, "node_modules/core-js-compat": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", - "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", + "version": "3.38.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.0.tgz", + "integrity": "sha512-75LAicdLa4OJVwFxFbQR3NdnZjNgX6ILpVcVzcC4T2smerB5lELMrJQQQoWV6TiuC/vlaFqgU2tKQx9w5s0e0A==", "dev": true, "license": "MIT", "dependencies": { - "browserslist": "^4.23.0" + "browserslist": "^4.23.3" }, "funding": { "type": "opencollective", @@ -17200,9 +17203,9 @@ } }, "node_modules/cypress/node_modules/@types/node": { - "version": "18.19.42", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.42.tgz", - "integrity": "sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==", + "version": "18.19.43", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.43.tgz", + "integrity": "sha512-Mw/YlgXnyJdEwLoFv2dpuJaDFriX+Pc+0qOBJ57jC1H6cDxIj2xc5yUrdtArDVG0m+KV6622a4p2tenEqB3C/g==", "dev": true, "license": "MIT", "dependencies": { @@ -18584,9 +18587,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.3.tgz", - "integrity": "sha512-QNdYSS5i8D9axWp/6XIezRObRHqaav/ur9z1VzCDUCH1XIFOr9WQk5xmgunhsTpjjgDy3oLxO/WMOVZlpUQrlA==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz", + "integrity": "sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==", "dev": true, "license": "ISC" }, @@ -21807,9 +21810,9 @@ } }, "node_modules/feather-icons/node_modules/core-js": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz", - "integrity": "sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==", + "version": "3.38.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.0.tgz", + "integrity": "sha512-XPpwqEodRljce9KswjZShh95qJ1URisBeKCjUdq27YdenkslVe7OO0ZJhlYXAChW7OhXaRLl8AAba7IBfoIHug==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -31956,9 +31959,9 @@ "license": "Python-2.0" }, "node_modules/nx/node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", + "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", "dev": true, "license": "MIT", "dependencies": { @@ -40879,13 +40882,13 @@ } }, "node_modules/ts-declaration-location": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/ts-declaration-location/-/ts-declaration-location-1.0.3.tgz", - "integrity": "sha512-ASvSx6oCzn38ZmUqNe6Otqa5SApeJxmOkDFccV2ZCvzPApT8o6RjpMCPcWHog32SBrDr7Ubs5wy4Nbmj5TXelA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/ts-declaration-location/-/ts-declaration-location-1.0.4.tgz", + "integrity": "sha512-r4JoxYhKULbZuH81Pjrp9OEG5St7XWk7zXwGkLKhmVcjiBVHTJXV5wK6dEa9JKW5QGSTW6b1lOjxAKp8R1SQhg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "minimatch": "^9.0.0" + "minimatch": "^10.0.0" }, "peerDependencies": { "typescript": ">=4.0.0" @@ -40902,16 +40905,16 @@ } }, "node_modules/ts-declaration-location/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", "dev": true, "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -41801,9 +41804,9 @@ "license": "MIT" }, "node_modules/url/node_modules/qs": { - "version": "6.12.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.12.3.tgz", - "integrity": "sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -41934,9 +41937,9 @@ "license": "MIT" }, "node_modules/vscode-languageserver-textdocument": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz", - "integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA==", + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz", + "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==", "dev": true, "license": "MIT" }, @@ -41997,9 +42000,9 @@ } }, "node_modules/wait-on/node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", + "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", "dev": true, "license": "MIT", "dependencies": { @@ -43798,8 +43801,8 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/cdk": "^3.87.0", - "@taiga-ui/core": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", + "@taiga-ui/core": "^3.88.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "tslib": "^2.6.2" } @@ -43816,10 +43819,10 @@ "@maskito/core": "^1.9.0", "@maskito/kit": "^1.9.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/cdk": "^3.87.0", - "@taiga-ui/core": "^3.87.0", - "@taiga-ui/i18n": "^3.87.0", - "@taiga-ui/kit": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", + "@taiga-ui/core": "^3.88.0", + "@taiga-ui/i18n": "^3.88.0", + "@taiga-ui/kit": "^3.88.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" @@ -43842,10 +43845,10 @@ "@angular/forms": ">=12.0.0", "@angular/router": ">=12.0.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/addon-mobile": "^3.87.0", - "@taiga-ui/cdk": "^3.87.0", - "@taiga-ui/core": "^3.87.0", - "@taiga-ui/kit": "^3.87.0", + "@taiga-ui/addon-mobile": "^3.88.0", + "@taiga-ui/cdk": "^3.88.0", + "@taiga-ui/core": "^3.88.0", + "@taiga-ui/kit": "^3.88.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "tslib": "^2.6.2" } @@ -43894,9 +43897,9 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/cdk": "^3.87.0", - "@taiga-ui/core": "^3.87.0", - "@taiga-ui/kit": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", + "@taiga-ui/core": "^3.88.0", + "@taiga-ui/kit": "^3.88.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" @@ -43910,10 +43913,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/mutation-observer": "^3.1.0", - "@taiga-ui/cdk": "^3.87.0", - "@taiga-ui/core": "^3.87.0", - "@taiga-ui/i18n": "^3.87.0", - "@taiga-ui/kit": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", + "@taiga-ui/core": "^3.88.0", + "@taiga-ui/i18n": "^3.88.0", + "@taiga-ui/kit": "^3.88.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" @@ -43927,10 +43930,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/intersection-observer": "^3.2.0", - "@taiga-ui/cdk": "^3.87.0", - "@taiga-ui/core": "^3.87.0", - "@taiga-ui/i18n": "^3.87.0", - "@taiga-ui/kit": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", + "@taiga-ui/core": "^3.88.0", + "@taiga-ui/i18n": "^3.88.0", + "@taiga-ui/kit": "^3.88.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" @@ -43943,8 +43946,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": "^3.87.0", - "@taiga-ui/core": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", + "@taiga-ui/core": "^3.88.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" @@ -43996,8 +43999,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.87.0", - "@taiga-ui/i18n": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", + "@taiga-ui/i18n": "^3.88.0", "@tinkoff/ng-event-plugins": "^3.2.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", @@ -44203,10 +44206,10 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/addon-commerce": "^3.87.0", - "@taiga-ui/cdk": "^3.87.0", - "@taiga-ui/core": "^3.87.0", - "@taiga-ui/kit": "^3.87.0", + "@taiga-ui/addon-commerce": "^3.88.0", + "@taiga-ui/cdk": "^3.88.0", + "@taiga-ui/core": "^3.88.0", + "@taiga-ui/kit": "^3.88.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" @@ -44235,7 +44238,7 @@ "svgo": "3.1.0" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", "tslib": "^2.6.2" } }, @@ -44288,9 +44291,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.87.0", - "@taiga-ui/core": "^3.87.0", - "@taiga-ui/i18n": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", + "@taiga-ui/core": "^3.88.0", + "@taiga-ui/i18n": "^3.88.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" @@ -44303,8 +44306,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": "^3.87.0", - "@taiga-ui/core": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", + "@taiga-ui/core": "^3.88.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" @@ -44314,7 +44317,7 @@ "name": "@taiga-ui/styles", "version": "3.89.0", "peerDependencies": { - "@taiga-ui/cdk": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", "tslib": "^2.6.2" } }, @@ -44326,7 +44329,7 @@ "@taiga-ui/cdk": "^3.89.0" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", "tslib": "^2.6.2" } }, @@ -44344,7 +44347,7 @@ "ts-jest": "29.1.1" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.87.0", + "@taiga-ui/cdk": "^3.88.0", "tslib": "^2.6.2" } } diff --git a/package.json b/package.json index 78b01e0e543e6..ada1a1df5a27f 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "@taiga-ui/tsconfig": "0.11.0", "@testing-library/cypress": "10.0.1", "@tinkoff/ng-event-plugins": "3.2.0", - "@tinkoff/tui-editor": "1.49.0", + "@tinkoff/tui-editor": "1.56.0", "@types/glob": "8.1.0", "@types/node": "20.10.4", "@types/parse5": "6.0.3", diff --git a/projects/cdk/schematics/ng-update/v3-36/index.ts b/projects/cdk/schematics/ng-update/v3-36/index.ts index 4a48eae047d73..0b9768ea38cc1 100644 --- a/projects/cdk/schematics/ng-update/v3-36/index.ts +++ b/projects/cdk/schematics/ng-update/v3-36/index.ts @@ -21,7 +21,7 @@ import {replaceText} from '../utils/replace-text'; const OLD_PACKAGE = '@taiga-ui/addon-editor'; const NEW_PACKAGE = '@tinkoff/tui-editor'; -const NEW_PACKAGE_VERSION = '^1.49.0'; +const NEW_PACKAGE_VERSION = '^1.56.0'; export function updateToV3_36(options: TuiSchema): Rule { return (tree: Tree, context: SchematicContext): void => { diff --git a/projects/cdk/schematics/ng-update/v3-36/tests/schematic-migrate-editor.spec.ts b/projects/cdk/schematics/ng-update/v3-36/tests/schematic-migrate-editor.spec.ts index defd81b0b9da9..5bf893ae12e3b 100644 --- a/projects/cdk/schematics/ng-update/v3-36/tests/schematic-migrate-editor.spec.ts +++ b/projects/cdk/schematics/ng-update/v3-36/tests/schematic-migrate-editor.spec.ts @@ -94,7 +94,7 @@ const PACKAGE_BEFORE = `{ const PACKAGE_AFTER = `{ "dependencies": { "@angular/core": "~13.0.0", - "@tinkoff/tui-editor": "^1.49.0" + "@tinkoff/tui-editor": "^1.56.0" } }`;