diff --git a/README.md b/README.md index df0c94e..55376df 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# GitHub template for FAIR and open data +# GitHub template for FAIR and open research data -This GitHub template is independent of the (research) data and its format. It follows the best practices for open data as outlined in [The Turing Way](https://the-turing-way.netlify.app/). It uses [GitHub Actions](https://docs.github.com/en/actions) to manage releases, issues, and pull requests, [GitHub Pages](https://pages.github.com/) for documentation, and [Zenodo](https://zenodo.org/) for long-term archiving. +This GitHub template is independent of the (research) data and its format. It follows the best practices for open research data as outlined in [The Turing Way](https://the-turing-way.netlify.app/). It uses [GitHub Actions](https://docs.github.com/en/actions) to manage releases, issues, and pull requests, [GitHub Pages](https://pages.github.com/) for documentation, and [Zenodo](https://zenodo.org/) for long-term archiving. -[![GitHub issues](https://img.shields.io/github/issues/maehr/open-data-template.svg)](https://github.com/maehr/open-data-template/issues) -[![GitHub forks](https://img.shields.io/github/forks/maehr/open-data-template.svg)](https://github.com/maehr/open-data-template/network) -[![GitHub stars](https://img.shields.io/github/stars/maehr/open-data-template.svg)](https://github.com/maehr/open-data-template/stargazers) -[![GitHub license](https://img.shields.io/github/license/maehr/open-data-template.svg)](https://github.com/maehr/open-data-template/blob/main/LICENSE.md) +[![GitHub issues](https://img.shields.io/github/issues/maehr/open-research-data-template.svg)](https://github.com/maehr/open-research-data-template/issues) +[![GitHub forks](https://img.shields.io/github/forks/maehr/open-research-data-template.svg)](https://github.com/maehr/open-research-data-template/network) +[![GitHub stars](https://img.shields.io/github/stars/maehr/open-research-data-template.svg)](https://github.com/maehr/open-research-data-template/stargazers) +[![GitHub license](https://img.shields.io/github/license/maehr/open-research-data-template.svg)](https://github.com/maehr/open-research-data-template/blob/main/LICENSE.md) ## Why use a template (even for small datasets)? -- Share your [open data](#open-data) with others +- Share your [open research data](#open-research-data) with others - Write better [documentation](#documentation) for yourself and the community - Write more [consistent](#consistency) code and encourage collaboration - Increase [security](#security) @@ -17,7 +17,7 @@ This GitHub template is independent of the (research) data and its format. It fo ## How this template helps you -### Open data +### Open research data - Citeable via [CITATION.cff](CITATION.cff) and [DOI](https://www.doi.org/) - Automatic long-term archiving via [Zenodo](https://zenodo.org/) @@ -55,7 +55,7 @@ This GitHub template is independent of the (research) data and its format. It fo ## Installation -To initialize the template, [generate](https://github.com/maehr/open-data-template/generate) a new project, [clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) the repository to your local machine and follow this guide. +To initialize the template, [generate](https://github.com/maehr/open-research-data-template/generate) a new project, [clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) the repository to your local machine and follow this guide. 1. Install [Node.js](https://nodejs.org/en/) and run the following commands in the root directory of the repository: @@ -111,14 +111,14 @@ npm run changelog This project is maintained by [@maehr](https://github.com/maehr). Please understand that we can't provide individual support via email. We also believe that help is much more valuable when it's shared publicly, so more people can benefit from it. -| Type | Platforms | -| ------------------------------------- | ----------------------------------------------------------------------------- | -| ๐Ÿšจ **Bug Reports** | [GitHub Issue Tracker](https://github.com/maehr/open-data-template/issues) | -| ๐Ÿ“Š **Report bad data** | [GitHub Issue Tracker](https://github.com/maehr/open-data-template/issues) | -| ๐Ÿ“š **Docs Issue** | [GitHub Issue Tracker](https://github.com/maehr/open-data-template/issues) | -| ๐ŸŽ **Feature Requests** | [GitHub Issue Tracker](https://github.com/maehr/open-data-template/issues) | -| ๐Ÿ›ก **Report a security vulnerability** | See [SECURITY.md](SECURITY.md) | -| ๐Ÿ’ฌ **General Questions** | [GitHub Discussions](https://github.com/maehr/open-data-template/discussions) | +| Type | Platforms | +| -------------------------------------- | -------------------------------------------------------------------------------------- | +| ๐Ÿšจ **Bug Reports** | [GitHub Issue Tracker](https://github.com/maehr/open-research-data-template/issues) | +| ๐Ÿ“Š **Report bad data** | [GitHub Issue Tracker](https://github.com/maehr/open-research-data-template/issues) | +| ๐Ÿ“š **Docs Issue** | [GitHub Issue Tracker](https://github.com/maehr/open-research-data-template/issues) | +| ๐ŸŽ **Feature Requests** | [GitHub Issue Tracker](https://github.com/maehr/open-research-data-template/issues) | +| ๐Ÿ›ก **Report a security vulnerability** | See [SECURITY.md](SECURITY.md) | +| ๐Ÿ’ฌ **General Questions** | [GitHub Discussions](https://github.com/maehr/open-research-data-template/discussions) | ## Roadmap @@ -132,7 +132,7 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct - **Moritz Mรคhr** - _Initial work_ - [maehr](https://github.com/maehr) -See also the list of [contributors](https://github.com/maehr/open-data-template/graphs/contributors) who contributed to this project. +See also the list of [contributors](https://github.com/maehr/open-research-data-template/graphs/contributors) who contributed to this project. ## License diff --git a/README.template.md b/README.template.md index d117052..95f09c6 100644 --- a/README.template.md +++ b/README.template.md @@ -52,14 +52,14 @@ curl -i https://zenodo.org/api/records/ZENODO_RECORD This project is maintained by [@USERNAME](https://github.com/USERNAME). Please understand that we can't provide individual support via email. We also believe that help is much more valuable when it's shared publicly, so more people can benefit from it. -| Type | Platforms | -| ------------------------------------- | ----------------------------------------------------------------------- | -| ๐Ÿšจ **Bug Reports** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | -| ๐Ÿ“Š **Report bad data** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | -| ๐Ÿ“š **Docs Issue** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | -| ๐ŸŽ **Feature Requests** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | +| Type | Platforms | +| -------------------------------------- | ----------------------------------------------------------------------- | +| ๐Ÿšจ **Bug Reports** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | +| ๐Ÿ“Š **Report bad data** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | +| ๐Ÿ“š **Docs Issue** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | +| ๐ŸŽ **Feature Requests** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | | ๐Ÿ›ก **Report a security vulnerability** | See [SECURITY.md](SECURITY.md) | -| ๐Ÿ’ฌ **General Questions** | [GitHub Discussions](https://github.com/USERNAME/REPO_NAME/discussions) | +| ๐Ÿ’ฌ **General Questions** | [GitHub Discussions](https://github.com/USERNAME/REPO_NAME/discussions) | ## Roadmap diff --git a/package.json b/package.json index 4044a16..6f27f92 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "commitizen": "^4.3.0", "cz": "^1.8.2", "cz-conventional-changelog": "^3.3.0", - "git-cliff": "^1.2.0", + "git-cliff": "^1.3.1", "husky": "^8.0.3", - "prettier": "^2.8.8" + "prettier": "^3.0.3" }, "type": "module", "config": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 526f7ff..e64c4d3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,40 +15,40 @@ devDependencies: specifier: ^3.3.0 version: 3.3.0 git-cliff: - specifier: ^1.2.0 - version: 1.2.0 + specifier: ^1.3.1 + version: 1.3.1 husky: specifier: ^8.0.3 version: 8.0.3 prettier: - specifier: ^2.8.8 - version: 2.8.8 + specifier: ^3.0.3 + version: 3.0.3 packages: - /@babel/code-frame@7.22.10: - resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==} + /@babel/code-frame@7.22.13: + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} engines: {node: '>=6.9.0'} requiresBuild: true dependencies: - '@babel/highlight': 7.22.10 + '@babel/highlight': 7.22.20 chalk: 2.4.2 dev: true optional: true - /@babel/helper-validator-identifier@7.22.5: - resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} + /@babel/helper-validator-identifier@7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} requiresBuild: true dev: true optional: true - /@babel/highlight@7.22.10: - resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==} + /@babel/highlight@7.22.20: + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} engines: {node: '>=6.9.0'} requiresBuild: true dependencies: - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: true @@ -71,8 +71,8 @@ packages: dev: true optional: true - /@commitlint/load@17.6.7: - resolution: {integrity: sha512-QZ2rJTbX55BQdYrCm/p6+hh/pFBgC9nTJxfsrK6xRPe2thiQzHN0AQDBqBwAirn6gIkHrjIbCbtAE6kiDYLjrw==} + /@commitlint/load@17.7.2: + resolution: {integrity: sha512-XA7WTnsjHZ4YH6ZYsrnxgLdXzriwMMq+utZUET6spbOEEIPBCDLdOQXS26P+v3TTO4hUHOEhzUquaBv3jbBixw==} engines: {node: '>=v14'} requiresBuild: true dependencies: @@ -80,16 +80,16 @@ packages: '@commitlint/execute-rule': 17.4.0 '@commitlint/resolve-extends': 17.6.7 '@commitlint/types': 17.4.4 - '@types/node': 20.4.8 + '@types/node': 20.5.1 chalk: 4.1.2 - cosmiconfig: 8.2.0 - cosmiconfig-typescript-loader: 4.4.0(@types/node@20.4.8)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.1.6) + cosmiconfig: 8.3.6(typescript@5.2.2) + cosmiconfig-typescript-loader: 4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6)(ts-node@10.9.1)(typescript@5.2.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1(@types/node@20.4.8)(typescript@5.1.6) - typescript: 5.1.6 + ts-node: 10.9.1(@types/node@20.5.1)(typescript@5.2.2) + typescript: 5.2.2 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -174,8 +174,8 @@ packages: dev: true optional: true - /@types/node@20.4.8: - resolution: {integrity: sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg==} + /@types/node@20.5.1: + resolution: {integrity: sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==} requiresBuild: true dev: true optional: true @@ -341,8 +341,8 @@ packages: restore-cursor: 3.1.0 dev: true - /cli-spinners@2.9.0: - resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==} + /cli-spinners@2.9.1: + resolution: {integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==} engines: {node: '>=6'} dev: true @@ -417,7 +417,7 @@ packages: requiresBuild: true dev: true - /cosmiconfig-typescript-loader@4.4.0(@types/node@20.4.8)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.1.6): + /cosmiconfig-typescript-loader@4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6)(ts-node@10.9.1)(typescript@5.2.2): resolution: {integrity: sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==} engines: {node: '>=v14.21.3'} requiresBuild: true @@ -427,22 +427,28 @@ packages: ts-node: '>=10' typescript: '>=4' dependencies: - '@types/node': 20.4.8 - cosmiconfig: 8.2.0 - ts-node: 10.9.1(@types/node@20.4.8)(typescript@5.1.6) - typescript: 5.1.6 + '@types/node': 20.5.1 + cosmiconfig: 8.3.6(typescript@5.2.2) + ts-node: 10.9.1(@types/node@20.5.1)(typescript@5.2.2) + typescript: 5.2.2 dev: true optional: true - /cosmiconfig@8.2.0: - resolution: {integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==} + /cosmiconfig@8.3.6(typescript@5.2.2): + resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} requiresBuild: true + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 + typescript: 5.2.2 dev: true optional: true @@ -463,7 +469,7 @@ packages: longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - '@commitlint/load': 17.6.7 + '@commitlint/load': 17.7.2 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -611,64 +617,64 @@ packages: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} dev: true - /git-cliff-darwin-arm64@1.2.0: - resolution: {integrity: sha512-zWkTEnB1SenJULqi4QzQzs8Sp2yvGkvglEH75Gia+cBe32jXar6zDw9gI3D3ikcuboyCrFNpERT+pbNIJlOT6w==} + /git-cliff-darwin-arm64@1.3.1: + resolution: {integrity: sha512-Ms8xACh/8GFQ2t7/2MJk9yJof/Ir5Ls9d+LuEMut0D3toNjIaGSmHq0WC5hBPq2PJ1/FK8U53sgkOIf2x8Q4aA==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /git-cliff-darwin-x64@1.2.0: - resolution: {integrity: sha512-ye4AfgaDPhNGnDx2r09Wvaic2nJRVE4PZltupABjVNWoBEIiTjEA0kw32WjgdZjVkJipAwkqh27HnKnR2lVvyQ==} + /git-cliff-darwin-x64@1.3.1: + resolution: {integrity: sha512-lnotUCDnCQmEyadf2t9NASeTT6/3Gaz5Hf3+W/uS1fpnPJKWWY4n9TNfCKhZyJhUOq43/vrcOScznuLug+YPcw==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /git-cliff-linux-arm64@1.2.0: - resolution: {integrity: sha512-C6A/UAq6M1UFso4r9gfG5FF1wAyj5ysPX8X6KFVS2UgU+zJJqNBQKD5kYxDDHRsCq/bMV8oVHyYJlt2wVKAo+A==} + /git-cliff-linux-arm64@1.3.1: + resolution: {integrity: sha512-ydx5CSjKlELFEH7NAJf2aciBJg0hzIoM3308E8sGSBltXPeSHOuMAxIJP4jMkJ9ONsY90AHmunldCUSPv1gwTA==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /git-cliff-linux-x64@1.2.0: - resolution: {integrity: sha512-nT9QPYO1XigDrNJie4EMonBvWtZaZmOQsiYd10zt9b15uYfbadymkQJXZy2w1OaqVsl82zRDzjpdQ2x6qFbK8g==} + /git-cliff-linux-x64@1.3.1: + resolution: {integrity: sha512-CJXRH+37PDQMQWuGwXPDacZmbQQ6xQji6h7HXifxCkanOsKqsBocYI+n35woa+Pgk3QUcf2pTGpZuFhrKlwSoA==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /git-cliff-windows-arm64@1.2.0: - resolution: {integrity: sha512-peEdb0MRhLb5bcpLGdDcITAk42Tp0oWvPApAr/PVZbcuz441VppIrEoXsJeZYqKM6cuD/x0N2uC96sRrrV5Gig==} + /git-cliff-windows-arm64@1.3.1: + resolution: {integrity: sha512-uKP7syv0SeJjJq58vSqI4fXOnlbfXpi1VLTrLLMJljnk+i/V2AfDJaZaRgYOxtuxMcRXq5/SD8v47vvbugFRvw==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /git-cliff-windows-x64@1.2.0: - resolution: {integrity: sha512-PZ3QwZOGEaRQ02c8F4khYRQC2VHAJDmYn9ZVEdSBYArPJr8xFe3QLib/T33kz4rs7P1050pr1Ze9dnOAbdMaJQ==} + /git-cliff-windows-x64@1.3.1: + resolution: {integrity: sha512-TU4/PBvo6Qb9Lz2/5pHPamkJuymHzn7ypLQCfg5AT3V27VVnphJMAR7iScBxDLvtj4mey48uFjCaWX+7ub+Z9w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /git-cliff@1.2.0: - resolution: {integrity: sha512-nuruES3361gZPi0p9C+vNRW8o/e7W6Y2iuriiQnukWhy9zjlZ4Qx2uCLV8iTTKfms9EoG54x6FCP4cnSAXL9Kg==} + /git-cliff@1.3.1: + resolution: {integrity: sha512-w0d35QMWuN4HSutGZINQ1rFD4zmWmWIzB40pXHwgb/fBSlXNvjGsFAoz/vxhsKUrlRSc2VZX/pdTC81hx+JzPA==} hasBin: true optionalDependencies: - git-cliff-darwin-arm64: 1.2.0 - git-cliff-darwin-x64: 1.2.0 - git-cliff-linux-arm64: 1.2.0 - git-cliff-linux-x64: 1.2.0 - git-cliff-windows-arm64: 1.2.0 - git-cliff-windows-x64: 1.2.0 + git-cliff-darwin-arm64: 1.3.1 + git-cliff-darwin-x64: 1.3.1 + git-cliff-linux-arm64: 1.3.1 + git-cliff-linux-x64: 1.3.1 + git-cliff-windows-arm64: 1.3.1 + git-cliff-windows-x64: 1.3.1 dev: true /glob@7.2.3: @@ -1012,7 +1018,7 @@ packages: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.9.0 + cli-spinners: 2.9.1 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0 @@ -1039,7 +1045,7 @@ packages: engines: {node: '>=8'} requiresBuild: true dependencies: - '@babel/code-frame': 7.22.10 + '@babel/code-frame': 7.22.13 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -1074,9 +1080,9 @@ packages: engines: {node: '>=8.6'} dev: true - /prettier@2.8.8: - resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} - engines: {node: '>=10.13.0'} + /prettier@3.0.3: + resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==} + engines: {node: '>=14'} hasBin: true dev: true @@ -1166,7 +1172,7 @@ packages: /rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: - tslib: 2.6.1 + tslib: 2.6.2 dev: true /safe-buffer@5.2.1: @@ -1262,7 +1268,7 @@ packages: is-number: 7.0.0 dev: true - /ts-node@10.9.1(@types/node@20.4.8)(typescript@5.1.6): + /ts-node@10.9.1(@types/node@20.5.1)(typescript@5.2.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true requiresBuild: true @@ -1282,21 +1288,21 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.4.8 + '@types/node': 20.5.1 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.1.6 + typescript: 5.2.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true optional: true - /tslib@2.6.1: - resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} + /tslib@2.6.2: + resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} dev: true /type-fest@0.21.3: @@ -1304,8 +1310,8 @@ packages: engines: {node: '>=10'} dev: true - /typescript@5.1.6: - resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} + /typescript@5.2.2: + resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} engines: {node: '>=14.17'} hasBin: true requiresBuild: true