From 78db8253af7252e957b7726892afb13c28c5247c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 19:29:46 +0100 Subject: [PATCH] fix(deps): update techstack mono repo (#1602) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/components/package.json | 6 +- packages/font-picker/package.json | 4 +- packages/memoize/package.json | 4 +- packages/react-confirm-alert/package.json | 4 +- packages/react-feather/package.json | 4 +- packages/react-lazy-named/package.json | 4 +- packages/react-quill/package.json | 4 +- packages/react-textfit/package.json | 4 +- packages/theme/package.json | 4 +- packages/x-default-browser/package.json | 4 +- yarn.lock | 112 ++++++++-------------- 11 files changed, 62 insertions(+), 92 deletions(-) diff --git a/packages/components/package.json b/packages/components/package.json index 5bc86ee29..fecc0dab3 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,5 +1,5 @@ { - "version": "0.7.395", + "version": "0.7.396", "license": "MIT", "type": "module", "main": "./dist/index.js", @@ -101,12 +101,12 @@ "@emotion/is-prop-valid": "1.2.1", "@tanstack/react-table": "8.9.3", "@techstack/memoize": "0.4.160", - "@techstack/react-feather": "0.4.186", + "@techstack/react-feather": "0.4.188", "@techstack/react-lazy-named": "0.4.156", "@techstack/react-quill": "1.0.57", "@techstack/react-textfit": "0.4.192", "@techstack/styled-system": "1.0.52", - "@techstack/tcm-cli": "0.4.273", + "@techstack/tcm-cli": "0.4.275", "@techstack/theme": "0.4.180", "@types/react-table": "7.7.14", "classnames": "2.3.2", diff --git a/packages/font-picker/package.json b/packages/font-picker/package.json index bb3edcc17..c834639ca 100644 --- a/packages/font-picker/package.json +++ b/packages/font-picker/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/font-picker-react", - "version": "0.4.196", + "version": "0.4.197", "description": "Font selector component for Google Fonts", "type": "module", "module": "./dist/font-picker-react.esm.js", @@ -36,7 +36,7 @@ }, "devDependencies": { "@storybook/react": "7.1.0", - "@techstack/tcm-cli": "0.4.273", + "@techstack/tcm-cli": "0.4.275", "react": "18.2.0" }, "gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a" diff --git a/packages/memoize/package.json b/packages/memoize/package.json index b36a4ab18..f21b92d97 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/memoize", - "version": "0.4.160", + "version": "0.4.161", "description": "A memoization library which only remembers the latest invocation", "type": "module", "module": "./dist/memoize.esm.js", @@ -41,7 +41,7 @@ "access": "public" }, "devDependencies": { - "@techstack/tcm-cli": "0.4.273", + "@techstack/tcm-cli": "0.4.275", "benchmark": "2.1.4", "cross-env": "7.0.3", "expect-type": "0.16.0", diff --git a/packages/react-confirm-alert/package.json b/packages/react-confirm-alert/package.json index 90c04a048..415709c69 100644 --- a/packages/react-confirm-alert/package.json +++ b/packages/react-confirm-alert/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-confirm-alert", - "version": "0.0.54", + "version": "0.0.55", "description": "react component confirm dialog.", "type": "module", "main": "./dist/index.js", @@ -29,7 +29,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@techstack/tcm-cli": "0.4.273", + "@techstack/tcm-cli": "0.4.275", "@types/react": "18.2.15", "@types/react-dom": "18.2.7" } diff --git a/packages/react-feather/package.json b/packages/react-feather/package.json index b50aaa77b..c94c595c6 100644 --- a/packages/react-feather/package.json +++ b/packages/react-feather/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-feather", - "version": "0.4.188", + "version": "0.4.189", "description": "React component for Feather icons", "type": "module", "main": "./dist/index.js", @@ -44,7 +44,7 @@ "url": "https://github.com/The-Code-Monkey/TechStack/issues" }, "devDependencies": { - "@techstack/tcm-cli": "0.4.273", + "@techstack/tcm-cli": "0.4.275", "cross-env": "7.0.3", "fs-extra": "11.1.1", "typescript": "5.1.6" diff --git a/packages/react-lazy-named/package.json b/packages/react-lazy-named/package.json index 25849d39a..c93743564 100644 --- a/packages/react-lazy-named/package.json +++ b/packages/react-lazy-named/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-lazy-named", - "version": "0.4.156", + "version": "0.4.157", "description": "React lazy() with named imports - exports support", "homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-lazy-named/README.md", "repository": { @@ -45,7 +45,7 @@ "rerender" ], "devDependencies": { - "@techstack/tcm-cli": "0.4.273", + "@techstack/tcm-cli": "0.4.275", "@testing-library/react": "14.0.0", "jest-environment-jsdom": "29.6.1" }, diff --git a/packages/react-quill/package.json b/packages/react-quill/package.json index 93a15fe9d..7daffd978 100644 --- a/packages/react-quill/package.json +++ b/packages/react-quill/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-quill", - "version": "1.0.57", + "version": "1.0.58", "description": "The Quill rich-text editor as a React component.", "license": "MIT", "homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-quill/README.md", @@ -52,7 +52,7 @@ }, "devDependencies": { "@nrwl/nx-cloud": "16.1.1", - "@techstack/tcm-cli": "0.4.273", + "@techstack/tcm-cli": "0.4.275", "@types/lodash": "4.14.195", "@types/react": "18.2.15", "@types/react-dom": "18.2.7", diff --git a/packages/react-textfit/package.json b/packages/react-textfit/package.json index 88ef84686..d81051a9b 100644 --- a/packages/react-textfit/package.json +++ b/packages/react-textfit/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-textfit", - "version": "0.4.192", + "version": "0.4.193", "description": "React component to fit headlines and paragraphs into any element", "homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-textfit/README.md", "repository": { @@ -37,7 +37,7 @@ ], "license": "MIT", "devDependencies": { - "@techstack/tcm-cli": "0.4.273", + "@techstack/tcm-cli": "0.4.275", "babel-cli": "6.26.0", "babel-core": "6.26.3", "babel-eslint": "10.1.0", diff --git a/packages/theme/package.json b/packages/theme/package.json index a402cf0ac..131cbf61c 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,5 +1,5 @@ { - "version": "0.4.180", + "version": "0.4.181", "license": "MIT", "bin": { "orchard": "./dist/esm/index.js" @@ -47,7 +47,7 @@ ], "devDependencies": { "@size-limit/file": "8.2.6", - "@techstack/tcm-cli": "0.4.273", + "@techstack/tcm-cli": "0.4.275", "@tsconfig/recommended": "1.0.2", "@types/fs-extra": "11.0.1", "@types/lodash": "4.14.195", diff --git a/packages/x-default-browser/package.json b/packages/x-default-browser/package.json index 84c775cc0..b6e67133d 100644 --- a/packages/x-default-browser/package.json +++ b/packages/x-default-browser/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/x-default-browser", - "version": "0.4.152", + "version": "0.4.153", "description": "Detect default web browser of the current user, cross-platform (Win/Lin/Mac)", "license": "MIT", "homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/x-default-browser/README.md", @@ -31,7 +31,7 @@ "default-browser-id": "3.0.0" }, "devDependencies": { - "@techstack/tcm-cli": "0.4.273", + "@techstack/tcm-cli": "0.4.275", "mocha": "10.2.0", "rewire": "6.0.0" }, diff --git a/yarn.lock b/yarn.lock index d67eb9caa..a6db83be9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4434,21 +4434,44 @@ resolved "https://registry.yarnpkg.com/@techstack/memoize/-/memoize-0.4.146.tgz#6a2f3c0c79ad2757a06698e76278a748f3ddee8b" integrity sha512-8yjG1x8mvNVmEA7FjAUSTTKvehC/d8CKnq42mGmv7UuXieARJtDCk8ibRjr3/CKJZ5oTwg/nhLIrfrfsAFgbLA== -"@techstack/react-feather@0.4.186": - version "0.4.186" - resolved "https://registry.yarnpkg.com/@techstack/react-feather/-/react-feather-0.4.186.tgz#dedf1a106d87e23416648b9457f406192a70a974" - integrity sha512-w7pYVrM8nwJy17bT6HgOLtjEpSpOhaw30Ct50IK/zrsn5ydYf7+fdKdkKLFscYzFghKzwj676IwqBUWkZJq0vA== +"@techstack/memoize@0.4.160": + version "0.4.160" + resolved "https://registry.yarnpkg.com/@techstack/memoize/-/memoize-0.4.160.tgz#fcdf282f6c7f9a99e85fd98f4afe2be95fed675a" + integrity sha512-xQRQ/TMfBotbtnL0ajnu1TejDRM1ijnKy5pITIbywRXkF4utyhO1K3s0nfMO/7GExBDtoskAhrLY1SpcufGQvA== + +"@techstack/react-feather@0.4.188": + version "0.4.188" + resolved "https://registry.yarnpkg.com/@techstack/react-feather/-/react-feather-0.4.188.tgz#b660c1f88e2676dbc80abb1fb705225fb946e529" + integrity sha512-gFp6u9b65JQ2lpvweCzZG5MCpyAiHBh6ZBJ1vOc4F8VdyjO9ZF8rqOgDFNHNHgc/zS7bGu78tM8XMnN8jfTTZQ== dependencies: - "@techstack/react-lazy-named" "0.4.154" + "@techstack/react-lazy-named" "0.4.156" -"@techstack/react-lazy-named@0.4.154": - version "0.4.154" - resolved "https://registry.yarnpkg.com/@techstack/react-lazy-named/-/react-lazy-named-0.4.154.tgz#9594a6f0ae1e2102ee3d887392f99c99025d9437" - integrity sha512-wuJCnAw5dTzbwN/uNwbihNqpd9LD03SyPHl/eFMAQK7SKd3BoSl1rZ3pVYK1O4rBTEC6dATmlXZTWkxXCRgIGA== +"@techstack/react-lazy-named@0.4.156": + version "0.4.156" + resolved "https://registry.yarnpkg.com/@techstack/react-lazy-named/-/react-lazy-named-0.4.156.tgz#f60b9a095275ac5adf7278d69e7cc0d60be3a620" + integrity sha512-nDGW0UcQRFw67YsJVdSbMD5uGoGYQRXsUf88/ppJslyAUI3JPvWrqFIXeA1GJhU3z2DfP9XfoQSEMnR/9ot/Nw== dependencies: lodash "4.17.21" lodash-es "4.17.21" +"@techstack/react-quill@1.0.57": + version "1.0.57" + resolved "https://registry.yarnpkg.com/@techstack/react-quill/-/react-quill-1.0.57.tgz#cc7ef0a6fa2e9f64d38112ff1eb35b7aeb0d291e" + integrity sha512-r5Pvn0DB9os9a/F7Ifr7Bi9lOykpaTQngqEMC6AaX+Zk7vgFpIZQUDIgFKaceLGl91kY+EXFjFuZK7xk6g3e9Q== + dependencies: + "@types/quill" "2.0.10" + lodash "4.17.21" + quill "2.0.0-dev.4" + quill-better-table "1.2.10" + +"@techstack/react-textfit@0.4.192": + version "0.4.192" + resolved "https://registry.yarnpkg.com/@techstack/react-textfit/-/react-textfit-0.4.192.tgz#74849cfe3c2149fdd5c274a7c0b71f5965ff3a69" + integrity sha512-8E/ffIBKLDg7cD3v5lkt+9eYVmJ1KQ2EuvpDwA8pu+7XnJ+V1nST0fnoZjUGJtRklBSzYCFQXWI42YMpBNVdZQ== + dependencies: + process "0.11.10" + prop-types "15.8.1" + "@techstack/styled-system@1.0.52": version "1.0.52" resolved "https://registry.yarnpkg.com/@techstack/styled-system/-/styled-system-1.0.52.tgz#1b9ea172ca4dd2d1745acb82ef14e6facec053d6" @@ -4459,70 +4482,17 @@ csstype "3.1.2" react "18.2.0" -"@techstack/tcm-cli@0.4.273": - version "0.4.273" - resolved "https://registry.yarnpkg.com/@techstack/tcm-cli/-/tcm-cli-0.4.273.tgz#81c4bccb01b0ec08bbd4776044acb073272fac55" - integrity sha512-qmKmcupzO4d3I6CmsMUtp8HffSeT9AtVgnkzfbmAP/9q8MII3EPhg8PtB5PpoyZmleurc6p2MWuTzYOMI2i5Lg== - dependencies: - "@babel/plugin-proposal-class-properties" "7.18.6" - "@rollup/plugin-babel" "6.0.3" - "@rollup/plugin-commonjs" "25.0.3" - "@rollup/plugin-json" "6.0.0" - "@rollup/plugin-node-resolve" "15.1.0" - "@rollup/plugin-replace" "5.0.2" - "@rollup/plugin-terser" "0.4.3" - "@typescript-eslint/eslint-plugin" "5.62.0" - "@typescript-eslint/parser" "5.62.0" - asyncro "3.0.0" - babel-plugin-annotate-pure-calls "0.4.0" - babel-plugin-dev-expression "0.2.3" - babel-plugin-macros "3.1.0" - babel-plugin-polyfill-regenerator "0.5.2" - babel-plugin-transform-rename-import "2.3.0" - camelcase "7.0.1" - colorette "2.0.20" - confusing-browser-globals "1.0.11" - enquirer "2.3.6" - eslint "8.45.0" - eslint-config-prettier "8.8.0" - eslint-config-react-app "7.0.1" - eslint-plugin-flowtype "8.0.3" - eslint-plugin-import "2.27.5" - eslint-plugin-jest "27.2.3" - eslint-plugin-jsx-a11y "6.7.1" - eslint-plugin-no-restricted-imports "0.0.0" - eslint-plugin-prettier "4.2.1" - eslint-plugin-react "7.33.0" - eslint-plugin-react-hooks "4.6.0" - eslint-plugin-testing-library "5.11.0" - execa "7.1.1" - figlet "1.6.0" +"@techstack/theme@0.4.180": + version "0.4.180" + resolved "https://registry.yarnpkg.com/@techstack/theme/-/theme-0.4.180.tgz#154641b692c90292def0a6cc40d0b23ac0ae39f4" + integrity sha512-fiMdlXQjij8Rf98zuFpkTpuQImur3io2Si96Ghi46FAPiL6enYGM34JPsWHX0w52O4N/sApD3anvxApaljXjpw== + dependencies: fs-extra "11.1.1" - jest "29.6.1" - jest-environment-jsdom "29.6.1" - jest-watch-typeahead "2.2.2" - jpjs "1.2.1" - lodash.merge "4.6.2" - ora "6.3.1" - pascal-case "3.1.2" - postcss "8.4.27" - prettier "3.0.0" - progress-estimator "0.3.1" - regenerator-runtime "0.13.11" - rollup "3.26.3" - rollup-plugin-delete "2.0.0" - rollup-plugin-dts "5.3.0" - rollup-plugin-typescript2 "0.35.0" + lodash "4.17.21" + lodash-es "4.17.21" sade "1.8.1" - semver "7.5.4" - shelljs "0.8.5" - sort-package-json "2.5.1" - tiny-glob "0.2.9" - ts-jest "29.1.1" - ts-node "10.9.1" - tslib "2.6.0" - type-fest "4.0.0" - typescript "5.1.6" + style-dictionary "3.8.0" + tinycolor2 "1.6.0" "@testing-library/dom@^9.0.0": version "9.3.0"