this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update dependencies

+86 -80
+84 -78
package-lock.json
··· 15 15 "@commander-js/extra-typings": "^14.0.0", 16 16 "chalk": "^5.6.2", 17 17 "commander": "^14.0.0", 18 - "conf": "^14.0.0", 18 + "conf": "^15.0.2", 19 19 "consola": "^3.4.2", 20 20 "dark-mode": "^5.0.0", 21 21 "humanize-string": "^3.1.0", 22 22 "mac-terminal": "^5.0.0", 23 23 "ow": "^3.0.0", 24 24 "p-memoize": "^8.0.0", 25 - "read-package-up": "^11.0.0" 25 + "read-package-up": "^12.0.0" 26 26 }, 27 27 "bin": { 28 28 "auto-terminal-profile": "cli.js" ··· 1682 1682 "license": "MIT" 1683 1683 }, 1684 1684 "node_modules/conf": { 1685 - "version": "14.0.0", 1686 - "resolved": "https://registry.npmjs.org/conf/-/conf-14.0.0.tgz", 1687 - "integrity": "sha512-L6BuueHTRuJHQvQVc6YXYZRtN5vJUtOdCTLn0tRYYV5azfbAFcPghB5zEE40mVrV6w7slMTqUfkDomutIK14fw==", 1685 + "version": "15.0.2", 1686 + "resolved": "https://registry.npmjs.org/conf/-/conf-15.0.2.tgz", 1687 + "integrity": "sha512-JBSrutapCafTrddF9dH3lc7+T2tBycGF4uPkI4Js+g4vLLEhG6RZcFi3aJd5zntdf5tQxAejJt8dihkoQ/eSJw==", 1688 1688 "license": "MIT", 1689 1689 "dependencies": { 1690 1690 "ajv": "^8.17.1", 1691 1691 "ajv-formats": "^3.0.1", 1692 1692 "atomically": "^2.0.3", 1693 1693 "debounce-fn": "^6.0.0", 1694 - "dot-prop": "^9.0.0", 1694 + "dot-prop": "^10.0.0", 1695 1695 "env-paths": "^3.0.0", 1696 1696 "json-schema-typed": "^8.0.1", 1697 1697 "semver": "^7.7.2", 1698 - "uint8array-extras": "^1.4.0" 1698 + "uint8array-extras": "^1.5.0" 1699 1699 }, 1700 1700 "engines": { 1701 1701 "node": ">=20" ··· 2083 2083 } 2084 2084 }, 2085 2085 "node_modules/dot-prop": { 2086 - "version": "9.0.0", 2087 - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-9.0.0.tgz", 2088 - "integrity": "sha512-1gxPBJpI/pcjQhKgIU91II6Wkay+dLcN3M6rf2uwP8hRur3HtQXjVrdAK3sjC0piaEuxzMwjXChcETiJl47lAQ==", 2086 + "version": "10.1.0", 2087 + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz", 2088 + "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==", 2089 2089 "license": "MIT", 2090 2090 "dependencies": { 2091 - "type-fest": "^4.18.2" 2091 + "type-fest": "^5.0.0" 2092 2092 }, 2093 2093 "engines": { 2094 - "node": ">=18" 2094 + "node": ">=20" 2095 + }, 2096 + "funding": { 2097 + "url": "https://github.com/sponsors/sindresorhus" 2098 + } 2099 + }, 2100 + "node_modules/dot-prop/node_modules/type-fest": { 2101 + "version": "5.2.0", 2102 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz", 2103 + "integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==", 2104 + "license": "(MIT OR CC0-1.0)", 2105 + "dependencies": { 2106 + "tagged-tag": "^1.0.0" 2107 + }, 2108 + "engines": { 2109 + "node": ">=20" 2095 2110 }, 2096 2111 "funding": { 2097 2112 "url": "https://github.com/sponsors/sindresorhus" ··· 3900 3915 } 3901 3916 }, 3902 3917 "node_modules/hosted-git-info": { 3903 - "version": "7.0.2", 3904 - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", 3905 - "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", 3918 + "version": "9.0.2", 3919 + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.2.tgz", 3920 + "integrity": "sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==", 3906 3921 "license": "ISC", 3907 3922 "dependencies": { 3908 - "lru-cache": "^10.0.1" 3923 + "lru-cache": "^11.1.0" 3909 3924 }, 3910 3925 "engines": { 3911 - "node": "^16.14.0 || >=18.0.0" 3926 + "node": "^20.17.0 || >=22.9.0" 3912 3927 } 3913 3928 }, 3914 3929 "node_modules/human-signals": { ··· 4895 4910 } 4896 4911 }, 4897 4912 "node_modules/lru-cache": { 4898 - "version": "10.4.3", 4899 - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 4900 - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 4901 - "license": "ISC" 4913 + "version": "11.2.2", 4914 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz", 4915 + "integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==", 4916 + "license": "ISC", 4917 + "engines": { 4918 + "node": "20 || >=22" 4919 + } 4902 4920 }, 4903 4921 "node_modules/mac-terminal": { 4904 4922 "version": "5.0.0", ··· 5097 5115 "license": "MIT" 5098 5116 }, 5099 5117 "node_modules/normalize-package-data": { 5100 - "version": "6.0.2", 5101 - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz", 5102 - "integrity": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==", 5118 + "version": "8.0.0", 5119 + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-8.0.0.tgz", 5120 + "integrity": "sha512-RWk+PI433eESQ7ounYxIp67CYuVsS1uYSonX3kA6ps/3LWfjVQa/ptEg6Y3T6uAMq1mWpX9PQ+qx+QaHpsc7gQ==", 5103 5121 "license": "BSD-2-Clause", 5104 5122 "dependencies": { 5105 - "hosted-git-info": "^7.0.0", 5123 + "hosted-git-info": "^9.0.0", 5106 5124 "semver": "^7.3.5", 5107 5125 "validate-npm-package-license": "^3.0.4" 5108 5126 }, 5109 5127 "engines": { 5110 - "node": "^16.14.0 || >=18.0.0" 5128 + "node": "^20.17.0 || >=22.9.0" 5111 5129 } 5112 5130 }, 5113 5131 "node_modules/npm-run-path": { ··· 5347 5365 "url": "https://github.com/sponsors/sindresorhus" 5348 5366 } 5349 5367 }, 5350 - "node_modules/ow/node_modules/dot-prop": { 5351 - "version": "10.1.0", 5352 - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz", 5353 - "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==", 5354 - "license": "MIT", 5355 - "dependencies": { 5356 - "type-fest": "^5.0.0" 5357 - }, 5358 - "engines": { 5359 - "node": ">=20" 5360 - }, 5361 - "funding": { 5362 - "url": "https://github.com/sponsors/sindresorhus" 5363 - } 5364 - }, 5365 - "node_modules/ow/node_modules/type-fest": { 5366 - "version": "5.2.0", 5367 - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz", 5368 - "integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==", 5369 - "license": "(MIT OR CC0-1.0)", 5370 - "dependencies": { 5371 - "tagged-tag": "^1.0.0" 5372 - }, 5373 - "engines": { 5374 - "node": ">=20" 5375 - }, 5376 - "funding": { 5377 - "url": "https://github.com/sponsors/sindresorhus" 5378 - } 5379 - }, 5380 5368 "node_modules/own-keys": { 5381 5369 "version": "1.0.1", 5382 5370 "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", ··· 5759 5747 "license": "MIT" 5760 5748 }, 5761 5749 "node_modules/read-package-up": { 5762 - "version": "11.0.0", 5763 - "resolved": "https://registry.npmjs.org/read-package-up/-/read-package-up-11.0.0.tgz", 5764 - "integrity": "sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==", 5750 + "version": "12.0.0", 5751 + "resolved": "https://registry.npmjs.org/read-package-up/-/read-package-up-12.0.0.tgz", 5752 + "integrity": "sha512-Q5hMVBYur/eQNWDdbF4/Wqqr9Bjvtrw2kjGxxBbKLbx8bVCL8gcArjTy8zDUuLGQicftpMuU0riQNcAsbtOVsw==", 5765 5753 "license": "MIT", 5766 5754 "dependencies": { 5767 - "find-up-simple": "^1.0.0", 5768 - "read-pkg": "^9.0.0", 5769 - "type-fest": "^4.6.0" 5755 + "find-up-simple": "^1.0.1", 5756 + "read-pkg": "^10.0.0", 5757 + "type-fest": "^5.2.0" 5758 + }, 5759 + "engines": { 5760 + "node": ">=20" 5761 + }, 5762 + "funding": { 5763 + "url": "https://github.com/sponsors/sindresorhus" 5764 + } 5765 + }, 5766 + "node_modules/read-package-up/node_modules/type-fest": { 5767 + "version": "5.2.0", 5768 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz", 5769 + "integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==", 5770 + "license": "(MIT OR CC0-1.0)", 5771 + "dependencies": { 5772 + "tagged-tag": "^1.0.0" 5770 5773 }, 5771 5774 "engines": { 5772 - "node": ">=18" 5775 + "node": ">=20" 5773 5776 }, 5774 5777 "funding": { 5775 5778 "url": "https://github.com/sponsors/sindresorhus" 5776 5779 } 5777 5780 }, 5778 5781 "node_modules/read-pkg": { 5779 - "version": "9.0.1", 5780 - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-9.0.1.tgz", 5781 - "integrity": "sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==", 5782 + "version": "10.0.0", 5783 + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-10.0.0.tgz", 5784 + "integrity": "sha512-A70UlgfNdKI5NSvTTfHzLQj7NJRpJ4mT5tGafkllJ4wh71oYuGm/pzphHcmW4s35iox56KSK721AihodoXSc/A==", 5782 5785 "license": "MIT", 5783 5786 "dependencies": { 5784 - "@types/normalize-package-data": "^2.4.3", 5785 - "normalize-package-data": "^6.0.0", 5786 - "parse-json": "^8.0.0", 5787 - "type-fest": "^4.6.0", 5788 - "unicorn-magic": "^0.1.0" 5787 + "@types/normalize-package-data": "^2.4.4", 5788 + "normalize-package-data": "^8.0.0", 5789 + "parse-json": "^8.3.0", 5790 + "type-fest": "^5.2.0", 5791 + "unicorn-magic": "^0.3.0" 5789 5792 }, 5790 5793 "engines": { 5791 - "node": ">=18" 5794 + "node": ">=20" 5792 5795 }, 5793 5796 "funding": { 5794 5797 "url": "https://github.com/sponsors/sindresorhus" 5795 5798 } 5796 5799 }, 5797 - "node_modules/read-pkg/node_modules/unicorn-magic": { 5798 - "version": "0.1.0", 5799 - "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", 5800 - "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", 5801 - "license": "MIT", 5800 + "node_modules/read-pkg/node_modules/type-fest": { 5801 + "version": "5.2.0", 5802 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz", 5803 + "integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==", 5804 + "license": "(MIT OR CC0-1.0)", 5805 + "dependencies": { 5806 + "tagged-tag": "^1.0.0" 5807 + }, 5802 5808 "engines": { 5803 - "node": ">=18" 5809 + "node": ">=20" 5804 5810 }, 5805 5811 "funding": { 5806 5812 "url": "https://github.com/sponsors/sindresorhus"
+2 -2
package.json
··· 29 29 "@commander-js/extra-typings": "^14.0.0", 30 30 "chalk": "^5.6.2", 31 31 "commander": "^14.0.0", 32 - "conf": "^14.0.0", 32 + "conf": "^15.0.2", 33 33 "consola": "^3.4.2", 34 34 "dark-mode": "^5.0.0", 35 35 "humanize-string": "^3.1.0", 36 36 "mac-terminal": "^5.0.0", 37 37 "ow": "^3.0.0", 38 38 "p-memoize": "^8.0.0", 39 - "read-package-up": "^11.0.0" 39 + "read-package-up": "^12.0.0" 40 40 }, 41 41 "devDependencies": { 42 42 "eslint": "^9.27.0",