From bd7525bf30d79ded8ed5a5d333665a4385e5326f Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Mon, 23 Oct 2023 15:05:34 +0000 Subject: [PATCH 1/2] chore(release): 3.50.0 --- CHANGELOG.md | 36 +++ package-lock.json | 312 +++++++------------------ package.json | 2 +- projects/addon-charts/package.json | 6 +- projects/addon-commerce/package.json | 10 +- projects/addon-doc/package.json | 10 +- projects/addon-mobile/package.json | 8 +- projects/addon-preview/package.json | 10 +- projects/addon-table/package.json | 10 +- projects/addon-tablebars/package.json | 6 +- projects/cdk/constants/version.ts | 2 +- projects/cdk/package.json | 2 +- projects/core/package.json | 8 +- projects/experimental/package.json | 8 +- projects/i18n/package.json | 2 +- projects/icons/package.json | 4 +- projects/kit/package.json | 8 +- projects/layout/package.json | 6 +- projects/styles/package.json | 4 +- projects/taiga-schematics/package.json | 6 +- projects/testing/package.json | 4 +- 21 files changed, 183 insertions(+), 281 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1c38ddf883..5e5e1d0142e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.50.0](https://github.com/taiga-family/taiga-ui/compare/v3.49.1...v3.50.0) (2023-10-23) + +### Features + +- **experimental:** `Toggle`, `Checkbox`, `Radio` add new components + ([#5319](https://github.com/taiga-family/taiga-ui/issues/5319)) + ([f805ed5](https://github.com/taiga-family/taiga-ui/commit/f805ed5975d355b36a793bdd5e6d5c361c108599)) +- **i18n:** add `Kazakh` language ([#5678](https://github.com/taiga-family/taiga-ui/issues/5678)) + ([72a0136](https://github.com/taiga-family/taiga-ui/commit/72a01369398224f60259b6860d2402a4e7422d93)) +- **kit:** `UnmaskHandler` add new directive ([#5687](https://github.com/taiga-family/taiga-ui/issues/5687)) + ([defd0be](https://github.com/taiga-family/taiga-ui/commit/defd0be83042606e417c348bfec6b7ecb5e29845)) +- **schematics:** ng update for TuiMapper and TuiMatcher ([#5679](https://github.com/taiga-family/taiga-ui/issues/5679)) + ([13e4627](https://github.com/taiga-family/taiga-ui/commit/13e4627eac7ab48b0004ca2b77e19ac5328a7435)) + +### Bug Fixes + +- **core:** `Group` bump CSS specificity to fix new buttons + ([#5728](https://github.com/taiga-family/taiga-ui/issues/5728)) + ([85708cc](https://github.com/taiga-family/taiga-ui/commit/85708cceb25c58120f6bc9f7dd434020dfbeba59)) +- **core:** auto break words in notification ([#5716](https://github.com/taiga-family/taiga-ui/issues/5716)) + ([ace9c3c](https://github.com/taiga-family/taiga-ui/commit/ace9c3c71bbc2c31860c5bc882cddad97ec48fb9)) +- **core:** correct `TuiHostedDropdownComponent` with `tuiHostedDropdownHost` + ([#5669](https://github.com/taiga-family/taiga-ui/issues/5669)) + ([c974b51](https://github.com/taiga-family/taiga-ui/commit/c974b51d3a86d54ecad54a8efb5996779a466d7c)) +- **core:** use correct host portal viewport for dropdown position + ([#5662](https://github.com/taiga-family/taiga-ui/issues/5662)) + ([e90c4a4](https://github.com/taiga-family/taiga-ui/commit/e90c4a4af5a591487957692aff30b667d2a4024c)) +- **experimental:** rename `BadgeAlert` to `BadgeNotification` + ([#5652](https://github.com/taiga-family/taiga-ui/issues/5652)) + ([d27927b](https://github.com/taiga-family/taiga-ui/commit/d27927bb8d65262af4e09e0769e1767ed8c39eb3)) +- **kit:** `Multiselect` fix line height in value content + ([#5686](https://github.com/taiga-family/taiga-ui/issues/5686)) + ([c9fa227](https://github.com/taiga-family/taiga-ui/commit/c9fa227466e814d6b83ceea9b1a73e94bd238d7f)) +- **kit:** prevent memory leak ([#5663](https://github.com/taiga-family/taiga-ui/issues/5663)) + ([f3c21c1](https://github.com/taiga-family/taiga-ui/commit/f3c21c1ab5f0189f7d2c405bd3bd1270eebee58e)) + ### [3.49.1](https://github.com/taiga-family/taiga-ui/compare/v3.49.0...v3.49.1) (2023-10-17) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 7f2cbe9962a3..51edb6ed60b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,15 @@ { "name": "@taiga-ui/components", - "version": "3.49.1", + "version": "3.50.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taiga-ui/components", - "version": "3.49.1", + "version": "3.50.0", "hasInstallScript": true, "license": "Apache-2.0", - "workspaces": [ - "projects/*" - ], + "workspaces": ["projects/*"], "dependencies": { "@angular/animations": "12.2.17", "@angular/cdk": "12.2.13", @@ -47,7 +45,7 @@ "@taiga-ui/eslint-plugin-experience": "0.11.1", "@taiga-ui/prettier-config": "0.4.0", "@taiga-ui/stylelint-config": "0.6.0", - "@taiga-ui/tsconfig": "0.2.3", + "@taiga-ui/tsconfig": "^3.50.0", "@testing-library/cypress": "9.0.0", "@tinkoff/tui-editor": "1.8.2", "@types/glob": "8.1.0", @@ -7095,14 +7093,10 @@ "version": "17.0.1", "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-17.0.1.tgz", "integrity": "sha512-Ksgrtck+vZtdh4mFw+IF4ECh4VGQktuHZNT7MwzKQTzLc7gQgjt3OyC97rDWoTb8qgUNc857Hor6ZAZpqHkItA==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": ">= 10" } @@ -7111,14 +7105,10 @@ "version": "17.0.1", "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-17.0.1.tgz", "integrity": "sha512-QBGRDwh9xxBAeOI9WUgiihOqnJ3WUlNtIajf3rsH0A9UpU2hPg/7rTSzLRSJHScEPeB9ICLRoiCRnvoZ1iuQMQ==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": ">= 10" } @@ -7127,14 +7117,10 @@ "version": "17.0.1", "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-17.0.1.tgz", "integrity": "sha512-r7cCVBdypTK73b5uPiewIQSq9klSEabcYJkhOP5H0Kzdb3n5G8eJrQBLopoXXqnkxIZnfzvIV/ATssr7nIGJJg==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "freebsd" - ], + "os": ["freebsd"], "engines": { "node": ">= 10" } @@ -7143,14 +7129,10 @@ "version": "17.0.1", "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-17.0.1.tgz", "integrity": "sha512-s0EGuEMvib+yxji+A/C5BDzOe03GczVtB8ArSKWUxwSGq2jv7ybTXgZK0VdJc0odhzXu6zpwy6mEm1ZAGfshDw==", - "cpu": [ - "arm" - ], + "cpu": ["arm"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7159,14 +7141,10 @@ "version": "17.0.1", "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-17.0.1.tgz", "integrity": "sha512-gB4gdBrnXh4XXqk6RC+GBDnDNZ3UnCnQRTvyVZUtlDZnJ7j9FYbNTZB+m/zoQGweBpCDYAYnpx+bJ7sK1lVwlg==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7175,14 +7153,10 @@ "version": "17.0.1", "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-17.0.1.tgz", "integrity": "sha512-h2258DDRwV10bp3ygmaBxLVnV/gUXo9fQc5yBLgJD679RcyhtQNIW76pCtqqJAb/ErzxJAj6s90YxQdtnnScqQ==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7191,14 +7165,10 @@ "version": "17.0.1", "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-17.0.1.tgz", "integrity": "sha512-KrmkK3CcROGgjO5yOtHgVa9Add2UTjrJnPGFcBES4nm6+7ZDCDwll7ukYCsPy6cwx6hhC5aHrKCARc0oTRmjOQ==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7207,14 +7177,10 @@ "version": "17.0.1", "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-17.0.1.tgz", "integrity": "sha512-qMWAPb+dH50bkM/LgCLhgOMC1Ie0A7lEl4KsJGQcib7CE9l7ntdRso9osJGkBtmidpohL5LbfRb3W4DJunz6Vg==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "linux" - ], + "os": ["linux"], "engines": { "node": ">= 10" } @@ -7223,14 +7189,10 @@ "version": "17.0.1", "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-17.0.1.tgz", "integrity": "sha512-nVsZIqUnqYeo3fkrxjivy2mHW+wbORaJPv2donxPJDCFjXgn1gPsQenKl1wlkeetw+TDCOLQmt09wMkDfpFO2w==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "win32" - ], + "os": ["win32"], "engines": { "node": ">= 10" } @@ -7239,14 +7201,10 @@ "version": "17.0.1", "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-17.0.1.tgz", "integrity": "sha512-0W1Hk7tbAOrou6ScTRo6hlZiIIBt0ECdn6rALEDWN4lNKheu0pb2gHZO/hSYMwGj3XUpNvApvUCCdcSTBjegRQ==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "win32" - ], + "os": ["win32"], "engines": { "node": ">= 10" } @@ -10695,9 +10653,7 @@ "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", "dev": true, - "engines": [ - "node >= 0.8.0" - ], + "engines": ["node >= 0.8.0"], "bin": { "ansi-html": "bin/ansi-html" } @@ -13300,9 +13256,7 @@ "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", "dev": true, - "engines": [ - "node >= 6.0" - ], + "engines": ["node >= 6.0"], "dependencies": { "buffer-from": "^1.0.0", "inherits": "^2.0.3", @@ -18159,183 +18113,127 @@ "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.8.tgz", "integrity": "sha512-AilbChndywpk7CdKkNSZ9klxl+9MboLctXd9LwLo3b0dawmOF/i/t2U5d8LM6SbT1Xw36F8yngSUPrd8yPs2RA==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "android" - ] + "os": ["android"] }, "node_modules/esbuild-darwin-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.8.tgz", "integrity": "sha512-b6sdiT84zV5LVaoF+UoMVGJzR/iE2vNUfUDfFQGrm4LBwM/PWXweKpuu6RD9mcyCq18cLxkP6w/LD/w9DtX3ng==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "darwin" - ] + "os": ["darwin"] }, "node_modules/esbuild-darwin-arm64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.8.tgz", "integrity": "sha512-R8YuPiiJayuJJRUBG4H0VwkEKo6AvhJs2m7Tl0JaIer3u1FHHXwGhMxjJDmK+kXwTFPriSysPvcobXC/UrrZCQ==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "darwin" - ] + "os": ["darwin"] }, "node_modules/esbuild-freebsd-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.8.tgz", "integrity": "sha512-zBn6urrn8FnKC+YSgDxdof9jhPCeU8kR/qaamlV4gI8R3KUaUK162WYM7UyFVAlj9N0MyD3AtB+hltzu4cysTw==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "freebsd" - ] + "os": ["freebsd"] }, "node_modules/esbuild-freebsd-arm64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.8.tgz", "integrity": "sha512-pWW2slN7lGlkx0MOEBoUGwRX5UgSCLq3dy2c8RIOpiHtA87xAUpDBvZK10MykbT+aMfXc0NI2lu1X+6kI34xng==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "freebsd" - ] + "os": ["freebsd"] }, "node_modules/esbuild-linux-32": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.8.tgz", "integrity": "sha512-T0I0ueeKVO/Is0CAeSEOG9s2jeNNb8jrrMwG9QBIm3UU18MRB60ERgkS2uV3fZ1vP2F8i3Z2e3Zju4lg9dhVmw==", - "cpu": [ - "ia32" - ], + "cpu": ["ia32"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-linux-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.8.tgz", "integrity": "sha512-Bm8SYmFtvfDCIu9sjKppFXzRXn2BVpuCinU1ChTuMtdKI/7aPpXIrkqBNOgPTOQO9AylJJc1Zw6EvtKORhn64w==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-linux-arm": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.8.tgz", "integrity": "sha512-4/HfcC40LJ4GPyboHA+db0jpFarTB628D1ifU+/5bunIgY+t6mHkJWyxWxAAE8wl/ZIuRYB9RJFdYpu1AXGPdg==", - "cpu": [ - "arm" - ], + "cpu": ["arm"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-linux-arm64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.8.tgz", "integrity": "sha512-X4pWZ+SL+FJ09chWFgRNO3F+YtvAQRcWh0uxKqZSWKiWodAB20flsW/OWFYLXBKiVCTeoGMvENZS/GeVac7+tQ==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-linux-mips64le": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.8.tgz", "integrity": "sha512-o7e0D+sqHKT31v+mwFircJFjwSKVd2nbkHEn4l9xQ1hLR+Bv8rnt3HqlblY3+sBdlrOTGSwz0ReROlKUMJyldA==", - "cpu": [ - "mips64el" - ], + "cpu": ["mips64el"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-linux-ppc64le": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.8.tgz", "integrity": "sha512-eZSQ0ERsWkukJp2px/UWJHVNuy0lMoz/HZcRWAbB6reoaBw7S9vMzYNUnflfL3XA6WDs+dZn3ekHE4Y2uWLGig==", - "cpu": [ - "ppc64" - ], + "cpu": ["ppc64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/esbuild-netbsd-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.8.tgz", "integrity": "sha512-gZX4kP7gVvOrvX0ZwgHmbuHczQUwqYppxqtoyC7VNd80t5nBHOFXVhWo2Ad/Lms0E8b+wwgI/WjZFTCpUHOg9Q==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "netbsd" - ] + "os": ["netbsd"] }, "node_modules/esbuild-openbsd-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.8.tgz", "integrity": "sha512-afzza308X4WmcebexbTzAgfEWt9MUkdTvwIa8xOu4CM2qGbl2LanqEl8/LUs8jh6Gqw6WsicEK52GPrS9wvkcw==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "openbsd" - ] + "os": ["openbsd"] }, "node_modules/esbuild-sunos-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.8.tgz", "integrity": "sha512-mWPZibmBbuMKD+LDN23LGcOZ2EawMYBONMXXHmbuxeT0XxCNwadbCVwUQ/2p5Dp5Kvf6mhrlIffcnWOiCBpiVw==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "sunos" - ] + "os": ["sunos"] }, "node_modules/esbuild-wasm": { "version": "0.13.8", @@ -18353,40 +18251,28 @@ "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.8.tgz", "integrity": "sha512-QsZ1HnWIcnIEApETZWw8HlOhDSWqdZX2SylU7IzGxOYyVcX7QI06ety/aDcn437mwyO7Ph4RrbhB+2ntM8kX8A==", - "cpu": [ - "ia32" - ], + "cpu": ["ia32"], "dev": true, "optional": true, - "os": [ - "win32" - ] + "os": ["win32"] }, "node_modules/esbuild-windows-64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.8.tgz", "integrity": "sha512-76Fb57B9eE/JmJi1QmUW0tRLQZfGo0it+JeYoCDTSlbTn7LV44ecOHIMJSSgZADUtRMWT9z0Kz186bnaB3amSg==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "win32" - ] + "os": ["win32"] }, "node_modules/esbuild-windows-arm64": { "version": "0.13.8", "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.8.tgz", "integrity": "sha512-HW6Mtq5eTudllxY2YgT62MrVcn7oq2o8TAoAvDUhyiEmRmDY8tPwAhb1vxw5/cdkbukM3KdMYtksnUhF/ekWeg==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "win32" - ] + "os": ["win32"] }, "node_modules/escalade": { "version": "3.1.1", @@ -20636,9 +20522,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", - "engines": [ - "node >=0.6.0" - ] + "engines": ["node >=0.6.0"] }, "node_modules/fast-deep-equal": { "version": "3.1.3", @@ -21134,9 +21018,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } @@ -26944,9 +26826,7 @@ "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "dev": true, - "engines": [ - "node >= 0.2.0" - ] + "engines": ["node >= 0.2.0"] }, "node_modules/JSONStream": { "version": "1.3.5", @@ -26969,9 +26849,7 @@ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz", "integrity": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==", "dev": true, - "engines": [ - "node >=0.6.0" - ], + "engines": ["node >=0.6.0"], "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", @@ -29319,9 +29197,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "!win32" - ], + "os": ["!win32"], "dependencies": { "node-addon-api": "^3.0.0", "node-gyp-build": "^4.2.2" @@ -29642,9 +29518,7 @@ "version": "1.6.2", "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "engines": [ - "node >= 0.8" - ], + "engines": ["node >= 0.8"], "dependencies": { "buffer-from": "^1.0.0", "inherits": "^2.0.3", @@ -31438,9 +31312,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } @@ -35559,9 +35431,7 @@ "deprecated": "The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2", "hasInstallScript": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "dependencies": { "bindings": "^1.5.0", "nan": "^2.12.1" @@ -39684,9 +39554,7 @@ "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", - "engines": [ - "node >=0.6.0" - ], + "engines": ["node >=0.6.0"], "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -40187,9 +40055,7 @@ "dev": true, "hasInstallScript": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "dependencies": { "bindings": "^1.5.0", "nan": "^2.12.1" @@ -41357,7 +41223,7 @@ }, "projects/addon-charts": { "name": "@taiga-ui/addon-charts", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41371,7 +41237,7 @@ }, "projects/addon-commerce": { "name": "@taiga-ui/addon-commerce", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41392,7 +41258,7 @@ }, "projects/addon-doc": { "name": "@taiga-ui/addon-doc", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "dependencies": { "@angular-devkit/schematics": "12.2.18", @@ -41419,7 +41285,7 @@ }, "projects/addon-mobile": { "name": "@taiga-ui/addon-mobile", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "peerDependencies": { "@angular/cdk": ">=12.0.0", @@ -41436,7 +41302,7 @@ }, "projects/addon-preview": { "name": "@taiga-ui/addon-preview", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41453,7 +41319,7 @@ }, "projects/addon-table": { "name": "@taiga-ui/addon-table", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41470,7 +41336,7 @@ }, "projects/addon-tablebars": { "name": "@taiga-ui/addon-tablebars", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41484,7 +41350,7 @@ }, "projects/cdk": { "name": "@taiga-ui/cdk", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "dependencies": { "@ng-web-apis/common": "3.0.3", @@ -41513,10 +41379,10 @@ }, "projects/core": { "name": "@taiga-ui/core", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.49.1" + "@taiga-ui/i18n": "^3.50.0" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -41719,7 +41585,7 @@ }, "projects/experimental": { "name": "@taiga-ui/experimental", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41734,7 +41600,7 @@ }, "projects/i18n": { "name": "@taiga-ui/i18n", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -41745,7 +41611,7 @@ }, "projects/icons": { "name": "@taiga-ui/icons", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "devDependencies": { "@rollup/pluginutils": "4.2.1", @@ -41769,7 +41635,7 @@ }, "projects/kit": { "name": "@taiga-ui/kit", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "dependencies": { "@maskito/angular": "1.8.1", @@ -41796,7 +41662,7 @@ }, "projects/layout": { "name": "@taiga-ui/layout", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41810,7 +41676,7 @@ }, "projects/styles": { "name": "@taiga-ui/styles", - "version": "3.49.1", + "version": "3.50.0", "peerDependencies": { "@taiga-ui/cdk": ">=3.49.1", "tslib": ">=2.0.0" @@ -41818,10 +41684,10 @@ }, "projects/taiga-schematics": { "name": "taiga-ui", - "version": "3.49.1", + "version": "3.50.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.49.1" + "@taiga-ui/cdk": "^3.50.0" }, "peerDependencies": { "@taiga-ui/cdk": ">=3.49.1", @@ -41830,7 +41696,7 @@ }, "projects/testing": { "name": "@taiga-ui/testing", - "version": "3.49.1", + "version": "3.50.0", "dependencies": { "cypress-image-snapshot": "4.0.1" }, diff --git a/package.json b/package.json index f19ba4042b53..60fe9f27bea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/components", - "version": "3.49.1", + "version": "3.50.0", "description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", "keywords": [ "angular", diff --git a/projects/addon-charts/package.json b/projects/addon-charts/package.json index 335480bd479b..6eafeffde4b6 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-charts", - "version": "3.49.1", + "version": "3.50.0", "description": "Extension package for Taiga UI that adds various charts, graphs and related components.", "keywords": [ "angular", @@ -17,8 +17,8 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": ">=3.0.0", - "@taiga-ui/cdk": ">=3.49.1", - "@taiga-ui/core": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", + "@taiga-ui/core": ">=3.50.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "tslib": ">=2.0.0" } diff --git a/projects/addon-commerce/package.json b/projects/addon-commerce/package.json index b352da357c18..c164a3822c83 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-commerce", - "version": "3.49.1", + "version": "3.50.0", "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.", "keywords": [ "angular", @@ -21,10 +21,10 @@ "@maskito/core": ">=1.3.0", "@maskito/kit": ">=1.3.0", "@ng-web-apis/common": ">=3.0.0", - "@taiga-ui/cdk": ">=3.49.1", - "@taiga-ui/core": ">=3.49.1", - "@taiga-ui/i18n": ">=3.49.1", - "@taiga-ui/kit": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", + "@taiga-ui/core": ">=3.50.0", + "@taiga-ui/i18n": ">=3.50.0", + "@taiga-ui/kit": ">=3.50.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/addon-doc/package.json b/projects/addon-doc/package.json index b8f1b9ed4bc1..ee2a11ee8c97 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-doc", - "version": "3.49.1", + "version": "3.50.0", "description": "Taiga UI based library for developing documentation portals for Angular libraries.", "keywords": [ "angular", @@ -28,10 +28,10 @@ "@angular/forms": ">=12.0.0", "@angular/router": ">=12.0.0", "@ng-web-apis/common": ">=3.0.0", - "@taiga-ui/addon-mobile": ">=3.49.1", - "@taiga-ui/cdk": ">=3.49.1", - "@taiga-ui/core": ">=3.49.1", - "@taiga-ui/kit": ">=3.49.1", + "@taiga-ui/addon-mobile": ">=3.50.0", + "@taiga-ui/cdk": ">=3.50.0", + "@taiga-ui/core": ">=3.50.0", + "@taiga-ui/kit": ">=3.50.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "tslib": ">=2.0.0" } diff --git a/projects/addon-mobile/package.json b/projects/addon-mobile/package.json index 5bdf700d342e..99b2b8992e8b 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-mobile", - "version": "3.49.1", + "version": "3.50.0", "description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.", "keywords": [ "angular", @@ -15,9 +15,9 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": ">=3.0.0", - "@taiga-ui/cdk": ">=3.49.1", - "@taiga-ui/core": ">=3.49.1", - "@taiga-ui/kit": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", + "@taiga-ui/core": ">=3.50.0", + "@taiga-ui/kit": ">=3.50.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/addon-preview/package.json b/projects/addon-preview/package.json index 24ae7f212ce3..4d9a23b643db 100644 --- a/projects/addon-preview/package.json +++ b/projects/addon-preview/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-preview", - "version": "3.49.1", + "version": "3.50.0", "description": "A library to show a modal with custom content preview", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/mutation-observer": ">=3.0.0", - "@taiga-ui/cdk": ">=3.49.1", - "@taiga-ui/core": ">=3.49.1", - "@taiga-ui/i18n": ">=3.49.1", - "@taiga-ui/kit": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", + "@taiga-ui/core": ">=3.50.0", + "@taiga-ui/i18n": ">=3.50.0", + "@taiga-ui/kit": ">=3.50.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/addon-table/package.json b/projects/addon-table/package.json index e99d1adf2a05..9721db4440e1 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-table", - "version": "3.49.1", + "version": "3.50.0", "description": "A library to display tabled data with filters, search, group actions, etc.", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/intersection-observer": ">=3.0.0", - "@taiga-ui/cdk": ">=3.49.1", - "@taiga-ui/core": ">=3.49.1", - "@taiga-ui/i18n": ">=3.49.1", - "@taiga-ui/kit": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", + "@taiga-ui/core": ">=3.50.0", + "@taiga-ui/i18n": ">=3.50.0", + "@taiga-ui/kit": ">=3.50.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/addon-tablebars/package.json b/projects/addon-tablebars/package.json index 9375d1266d04..504479e00332 100644 --- a/projects/addon-tablebars/package.json +++ b/projects/addon-tablebars/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-tablebars", - "version": "3.49.1", + "version": "3.50.0", "description": "Table bars is interactive UI control for group table actions and similar cases", "keywords": [ "angular", @@ -15,8 +15,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": ">=3.49.1", - "@taiga-ui/core": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", + "@taiga-ui/core": ">=3.50.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/cdk/constants/version.ts b/projects/cdk/constants/version.ts index 2e4630eceb51..9943133b857b 100644 --- a/projects/cdk/constants/version.ts +++ b/projects/cdk/constants/version.ts @@ -1 +1 @@ -export const TUI_VERSION = `3.49.1`; +export const TUI_VERSION = `3.50.0`; diff --git a/projects/cdk/package.json b/projects/cdk/package.json index 5a1ca92b1195..a3e34c562565 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cdk", - "version": "3.49.1", + "version": "3.50.0", "description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance", "keywords": [ "angular", diff --git a/projects/core/package.json b/projects/core/package.json index d9391578d349..1a165f69713a 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/core", - "version": "3.49.1", + "version": "3.50.0", "description": "Core library for creating Angular components and applications using Taiga UI", "keywords": [ "angular", @@ -15,7 +15,7 @@ "repository": "https://github.com/taiga-family/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.49.1" + "@taiga-ui/i18n": "^3.50.0" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -26,8 +26,8 @@ "@angular/router": ">=12.0.0", "@ng-web-apis/common": ">=3.0.0", "@ng-web-apis/mutation-observer": ">=3.0.0", - "@taiga-ui/cdk": ">=3.49.1", - "@taiga-ui/i18n": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", + "@taiga-ui/i18n": ">=3.50.0", "@tinkoff/ng-event-plugins": ">=3.1.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", diff --git a/projects/experimental/package.json b/projects/experimental/package.json index 2c95e3f7ea3b..4369f9ffaaff 100644 --- a/projects/experimental/package.json +++ b/projects/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/experimental", - "version": "3.49.1", + "version": "3.50.0", "description": "A package with Taiga UI experimental components", "keywords": [ "angular", @@ -13,9 +13,9 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": ">=3.49.1", - "@taiga-ui/core": ">=3.49.1", - "@taiga-ui/kit": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", + "@taiga-ui/core": ">=3.50.0", + "@taiga-ui/kit": ">=3.50.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/i18n/package.json b/projects/i18n/package.json index 9cb6af2897e7..eab66ea40509 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/i18n", - "version": "3.49.1", + "version": "3.50.0", "description": "A package with tools for Taiga UI library i18n", "keywords": [ "angular", diff --git a/projects/icons/package.json b/projects/icons/package.json index fa0d8f9fd6f6..c141f781b915 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons", - "version": "3.49.1", + "version": "3.50.0", "description": "Feather icons for Taiga UI", "keywords": [ "angular", @@ -21,7 +21,7 @@ "tslib": "2.6.2" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", "tslib": ">=2.0.0" } } diff --git a/projects/kit/package.json b/projects/kit/package.json index 00925e970512..55de74278f0c 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/kit", - "version": "3.49.1", + "version": "3.50.0", "description": "Taiga UI Angular main components kit", "keywords": [ "angular", @@ -27,9 +27,9 @@ "@ng-web-apis/common": ">=3.0.0", "@ng-web-apis/mutation-observer": ">=3.0.0", "@ng-web-apis/resize-observer": ">=3.0.0", - "@taiga-ui/cdk": ">=3.49.1", - "@taiga-ui/core": ">=3.49.1", - "@taiga-ui/i18n": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", + "@taiga-ui/core": ">=3.50.0", + "@taiga-ui/i18n": ">=3.50.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/layout/package.json b/projects/layout/package.json index f701268dbd73..207d0dc9512d 100644 --- a/projects/layout/package.json +++ b/projects/layout/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/layout", - "version": "3.49.1", + "version": "3.50.0", "description": "A package with Taiga UI layout components", "keywords": [ "angular", @@ -13,8 +13,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": ">=3.49.1", - "@taiga-ui/core": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", + "@taiga-ui/core": ">=3.50.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/styles/package.json b/projects/styles/package.json index 473f2501e7b9..1a5d05f9584f 100644 --- a/projects/styles/package.json +++ b/projects/styles/package.json @@ -1,9 +1,9 @@ { "name": "@taiga-ui/styles", - "version": "3.49.1", + "version": "3.50.0", "description": "Global Styles for Taiga UI", "peerDependencies": { - "@taiga-ui/cdk": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", "tslib": ">=2.0.0" } } diff --git a/projects/taiga-schematics/package.json b/projects/taiga-schematics/package.json index b722ba0da5e9..ce3fafc0af4a 100644 --- a/projects/taiga-schematics/package.json +++ b/projects/taiga-schematics/package.json @@ -1,6 +1,6 @@ { "name": "taiga-ui", - "version": "3.49.1", + "version": "3.50.0", "description": "Taiga UI package that provides ng add command for Taiga library", "keywords": [ "angular", @@ -15,10 +15,10 @@ "repository": "https://github.com/taiga-family/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.49.1" + "@taiga-ui/cdk": "^3.50.0" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", "tslib": ">=2.0.0" }, "schematics": "../@taiga-ui/cdk/schematics/collection.json" diff --git a/projects/testing/package.json b/projects/testing/package.json index 90e7cdfc0a19..0756d05cce13 100644 --- a/projects/testing/package.json +++ b/projects/testing/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/testing", - "version": "3.49.1", + "version": "3.50.0", "description": "Utils functions for testing Taiga UI packages", "dependencies": { "cypress-image-snapshot": "4.0.1" @@ -16,7 +16,7 @@ "ts-jest": "29.1.1" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.49.1", + "@taiga-ui/cdk": ">=3.50.0", "tslib": ">=2.0.0" } } From 3d887a88534982fc5a6380060c6acd32822ee515 Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 23 Oct 2023 18:58:35 +0300 Subject: [PATCH 2/2] chore: fix publish --- scripts/shared/argv.utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/shared/argv.utils.ts b/scripts/shared/argv.utils.ts index 386965a29913..0e4419d516a7 100644 --- a/scripts/shared/argv.utils.ts +++ b/scripts/shared/argv.utils.ts @@ -12,11 +12,11 @@ export function getValueByFlag(flag: string, fallback: T): T { const [parsedFlag, parsedValue] = process.argv[index].split(`=`) ?? []; const value = stringifier(parsedValue) ?? - (process.argv[index + 1].startsWith(`-`) + (process.argv[index + 1]?.startsWith(`-`) ? fallback : stringifier(process.argv[index + 1]) ?? fallback); - processLog(`parsed flags: \n${[parsedFlag, value].join(`=`)}`); + processLog(`parsed flags: \n${[parsedFlag, value || `''`].join(`=`)}`); return value as T; }