From 36668c4d1ed81953faf247b7ee7ae2497b696ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 18:16:06 +0000 Subject: [PATCH] build(deps-dev): bump @arethetypeswrong/cli from 0.10.2 to 0.13.0 Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.10.2 to 0.13.0. - [Release notes](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases) - [Changelog](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/arethetypeswrong/arethetypeswrong.github.io/commits/HEAD/packages/cli) --- updated-dependencies: - dependency-name: "@arethetypeswrong/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- @beautiful-tree/algorithms/package.json | 2 +- @beautiful-tree/react/package.json | 2 +- @beautiful-tree/types/package.json | 2 +- pnpm-lock.yaml | 120 +++++++++++++----------- 4 files changed, 66 insertions(+), 60 deletions(-) diff --git a/@beautiful-tree/algorithms/package.json b/@beautiful-tree/algorithms/package.json index 963b57a..60ed593 100644 --- a/@beautiful-tree/algorithms/package.json +++ b/@beautiful-tree/algorithms/package.json @@ -48,7 +48,7 @@ "prepublishOnly": "pnpm run build" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.10.2", + "@arethetypeswrong/cli": "^0.13.0", "@beautiful-tree/types": "workspace:*", "@coderspirit/eslint-config": "^1.3.0", "@rollup/plugin-terser": "^0.4.3", diff --git a/@beautiful-tree/react/package.json b/@beautiful-tree/react/package.json index 23e16d2..874fe04 100644 --- a/@beautiful-tree/react/package.json +++ b/@beautiful-tree/react/package.json @@ -49,7 +49,7 @@ "prepublishOnly": "pnpm run build" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.10.2", + "@arethetypeswrong/cli": "^0.13.0", "@beautiful-tree/algorithms": "workspace:*", "@beautiful-tree/types": "workspace:*", "@coderspirit/eslint-config": "^1.3.0", diff --git a/@beautiful-tree/types/package.json b/@beautiful-tree/types/package.json index afc507f..72f53eb 100644 --- a/@beautiful-tree/types/package.json +++ b/@beautiful-tree/types/package.json @@ -26,7 +26,7 @@ "prepublishOnly": "pnpm run build" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.10.2", + "@arethetypeswrong/cli": "^0.13.0", "@coderspirit/eslint-config": "^1.3.0", "@rollup/plugin-typescript": "^11.1.4", "@types/node": "^20.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3c7e1de..b30d295 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: '@beautiful-tree/algorithms': devDependencies: '@arethetypeswrong/cli': - specifier: ^0.10.2 - version: 0.10.2 + specifier: ^0.13.0 + version: 0.13.0 '@beautiful-tree/types': specifier: workspace:* version: link:../types @@ -66,8 +66,8 @@ importers: '@beautiful-tree/react': devDependencies: '@arethetypeswrong/cli': - specifier: ^0.10.2 - version: 0.10.2 + specifier: ^0.13.0 + version: 0.13.0 '@beautiful-tree/algorithms': specifier: workspace:* version: link:../algorithms @@ -177,8 +177,8 @@ importers: '@beautiful-tree/types': devDependencies: '@arethetypeswrong/cli': - specifier: ^0.10.2 - version: 0.10.2 + specifier: ^0.13.0 + version: 0.13.0 '@coderspirit/eslint-config': specifier: ^1.3.0 version: 1.3.0(eslint@8.50.0)(prettier@3.0.3)(typescript@5.2.2) @@ -228,36 +228,33 @@ packages: '@jridgewell/trace-mapping': 0.3.19 dev: true - /@andrewbranch/untar.js@1.0.2: - resolution: {integrity: sha512-hL80MHK3b++pEp6K23+Nl5r5D1F19DRagp2ruCBIv4McyCiLKq67vUNvEQY1aGCAKNZ8GxV23n5MhOm7RwO8Pg==} + /@andrewbranch/untar.js@1.0.3: + resolution: {integrity: sha512-Jh15/qVmrLGhkKJBdXlK1+9tY4lZruYjsgkDFj08ZmDiWVBLJcqkok7Z0/R0In+i1rScBpJlSvrTS2Lm41Pbnw==} dev: true - /@arethetypeswrong/cli@0.10.2: - resolution: {integrity: sha512-20JLHXCsBCMeZfMqlbAFa5QTFpyyJJk8pEt4MwUhUadpPnBQC7QnqAhJcDv0uxLFrueK3SQbYPlGaqX0921LjA==} + /@arethetypeswrong/cli@0.13.0: + resolution: {integrity: sha512-e//5sfUssKZLep6GoFqhgeoW9kndXGAREAY7yZxKBm6kLlAa/4gpvWoqKubnUCEFNbekNKEpWnR2zn3Bc5r6aA==} + engines: {node: '>=18'} hasBin: true dependencies: - '@arethetypeswrong/core': 0.10.2 + '@arethetypeswrong/core': 0.13.0 chalk: 4.1.2 cli-table3: 0.6.3 commander: 10.0.1 - marked: 5.1.2 - marked-terminal: 5.2.0(marked@5.1.2) - node-fetch: 2.7.0 - transitivePeerDependencies: - - encoding + marked: 9.1.4 + marked-terminal: 6.0.0(marked@9.1.4) + semver: 7.5.4 dev: true - /@arethetypeswrong/core@0.10.2: - resolution: {integrity: sha512-jL1MPpZKuMkm0EbZn1OLgdTO5hci7g79EUSELEnATdFyTgbPUxJwTXi1Kdont/BG05BZCcxZnOQgYO/whVmwdA==} + /@arethetypeswrong/core@0.13.0: + resolution: {integrity: sha512-dEDo+Vq/Kt12ZZJANuUDKWZzogswcmndcY293LVgswKv69YXq9jMR8HjVTDGhwnlGJ8fAiJC+XYhg/wfTwAFCA==} + engines: {node: '>=18'} dependencies: - '@andrewbranch/untar.js': 1.0.2 - fetch-ponyfill: 7.1.0 + '@andrewbranch/untar.js': 1.0.3 fflate: 0.7.4 semver: 7.5.4 typescript: 5.2.2 validate-npm-package-name: 5.0.0 - transitivePeerDependencies: - - encoding dev: true /@aw-web-design/x-default-browser@1.4.126: @@ -2741,6 +2738,11 @@ packages: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true + /@sindresorhus/is@3.1.2: + resolution: {integrity: sha512-JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==} + engines: {node: '>=10'} + dev: true + /@storybook/addon-actions@7.4.5(@types/react-dom@18.2.8)(@types/react@18.2.23)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-FkjJWmPN/+duLSkRwfa2bwlwjKfY6yCXYn7CRzn3rb64B8f50NB79zAgVLHjkJh9l6T3DIlWtol6vqPHj1aRpw==} peerDependencies: @@ -4860,6 +4862,11 @@ packages: engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} dev: true + /char-regex@1.0.2: + resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} + engines: {node: '>=10'} + dev: true + /check-error@1.0.3: resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} dependencies: @@ -5388,6 +5395,10 @@ packages: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} dev: true + /emojilib@2.4.0: + resolution: {integrity: sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==} + dev: true + /encodeurl@1.0.2: resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} engines: {node: '>= 0.8'} @@ -6054,14 +6065,6 @@ packages: pend: 1.2.0 dev: true - /fetch-ponyfill@7.1.0: - resolution: {integrity: sha512-FhbbL55dj/qdVO3YNK7ZEkshvj3eQ7EuIGV2I6ic/2YiocvyWv+7jg2s4AyS0wdRU75s3tA8ZxI/xPigb0v5Aw==} - dependencies: - node-fetch: 2.6.13 - transitivePeerDependencies: - - encoding - dev: true - /fetch-retry@5.0.6: resolution: {integrity: sha512-3yurQZ2hD9VISAhJJP9bpYFNQrHHBXE2JxxjY5aLEcDi46RmAzJE2OC9FAde0yis5ElW0jTTzs0zfg/Cca4XqQ==} dev: true @@ -7430,23 +7433,23 @@ packages: react: 18.2.0 dev: true - /marked-terminal@5.2.0(marked@5.1.2): - resolution: {integrity: sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==} - engines: {node: '>=14.13.1 || >=16.0.0'} + /marked-terminal@6.0.0(marked@9.1.4): + resolution: {integrity: sha512-6rruICvqRfA4N+Mvdc0UyDbLA0A0nI5omtARIlin3P2F+aNc3EbW91Rd9HTuD0v9qWyHmNIu8Bt40gAnPfldsg==} + engines: {node: '>=16.0.0'} peerDependencies: - marked: ^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 + marked: '>=1 <10' dependencies: ansi-escapes: 6.2.0 cardinal: 2.1.1 chalk: 5.3.0 cli-table3: 0.6.3 - marked: 5.1.2 - node-emoji: 1.11.0 - supports-hyperlinks: 2.3.0 + marked: 9.1.4 + node-emoji: 2.1.0 + supports-hyperlinks: 3.0.0 dev: true - /marked@5.1.2: - resolution: {integrity: sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg==} + /marked@9.1.4: + resolution: {integrity: sha512-Mq83CCaClhXqhf8sLQ57c1unNelHEuFadK36ga+GeXR4FeT/5ssaC5PaCRVqMA74VYorzYRqdAaxxteIanh3Kw==} engines: {node: '>= 16'} hasBin: true dev: true @@ -7659,28 +7662,19 @@ packages: minimatch: 3.1.2 dev: true - /node-emoji@1.11.0: - resolution: {integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==} + /node-emoji@2.1.0: + resolution: {integrity: sha512-tcsBm9C6FmPN5Wo7OjFi9lgMyJjvkAeirmjR/ax8Ttfqy4N8PoFic26uqFTIgayHPNI5FH4ltUvfh9kHzwcK9A==} dependencies: - lodash: 4.17.21 + '@sindresorhus/is': 3.1.2 + char-regex: 1.0.2 + emojilib: 2.4.0 + skin-tone: 2.0.0 dev: true /node-fetch-native@1.4.0: resolution: {integrity: sha512-F5kfEj95kX8tkDhUCYdV8dg3/8Olx/94zB8+ZNthFs6Bz31UpUi8Xh40TN3thLwXgrwXry1pEg9lJ++tLWTcqA==} dev: true - /node-fetch@2.6.13: - resolution: {integrity: sha512-StxNAxh15zr77QvvkmveSQ8uCQ4+v5FkvNTj0OESmiHu+VRi/gXArXtkWMElOsOUNLtUEvI4yS+rdtOHZTwlQA==} - engines: {node: 4.x || >=6.0.0} - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true - dependencies: - whatwg-url: 5.0.0 - dev: true - /node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} @@ -8941,6 +8935,13 @@ packages: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: true + /skin-tone@2.0.0: + resolution: {integrity: sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==} + engines: {node: '>=8'} + dependencies: + unicode-emoji-modifier-base: 1.0.0 + dev: true + /slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} @@ -9175,9 +9176,9 @@ packages: has-flag: 4.0.0 dev: true - /supports-hyperlinks@2.3.0: - resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} - engines: {node: '>=8'} + /supports-hyperlinks@3.0.0: + resolution: {integrity: sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==} + engines: {node: '>=14.18'} dependencies: has-flag: 4.0.0 supports-color: 7.2.0 @@ -9590,6 +9591,11 @@ packages: engines: {node: '>=4'} dev: true + /unicode-emoji-modifier-base@1.0.0: + resolution: {integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==} + engines: {node: '>=4'} + dev: true + /unicode-match-property-ecmascript@2.0.0: resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} engines: {node: '>=4'}