chore(deps-dev): Bump @arethetypeswrong/cli from 0.15.4 to 0.16.1 (#3447)
Some checks failed
Tests / UnitTests (18) (push) Has been cancelled
Tests / UnitTests (latest) (push) Has been cancelled
Tests / UnitTests (lts/*) (push) Has been cancelled
Tests / OtherTests (push) Has been cancelled
Tests / Release (push) Has been cancelled

Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.15.4 to 0.16.1.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-09 13:21:26 -06:00 committed by GitHub
parent 81ce46735a
commit b47358cb17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 30 additions and 20 deletions

48
package-lock.json generated
View File

@ -12,7 +12,7 @@
"marked": "bin/marked.js"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@arethetypeswrong/cli": "^0.16.1",
"@markedjs/eslint-config": "^1.0.2",
"@markedjs/testutils": "14.1.1-0",
"@rollup/plugin-terser": "^0.4.4",
@ -51,12 +51,12 @@
"dev": true
},
"node_modules/@arethetypeswrong/cli": {
"version": "0.15.4",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.15.4.tgz",
"integrity": "sha512-YDbImAi1MGkouT7f2yAECpUMFhhA1J0EaXzIqoC5GGtK0xDgauLtcsZezm8tNq7d3wOFXH7OnY+IORYcG212rw==",
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.16.1.tgz",
"integrity": "sha512-GqwCVNwgSyXhn9qzuPU565zYvs+P0P4NbDEieVaYvtS+mtKh0S+98vkWzJMs4gsLHPrHgfJ5ZQfexrow7ENxvQ==",
"dev": true,
"dependencies": {
"@arethetypeswrong/core": "0.15.1",
"@arethetypeswrong/core": "0.16.0",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
@ -84,26 +84,36 @@
}
},
"node_modules/@arethetypeswrong/core": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.15.1.tgz",
"integrity": "sha512-FYp6GBAgsNz81BkfItRz8RLZO03w5+BaeiPma1uCfmxTnxbtuMrI/dbzGiOk8VghO108uFI0oJo0OkewdSHw7g==",
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.16.0.tgz",
"integrity": "sha512-4OC0kwoBr5tVltLRrx8ENX7Dr4xNXDfJZ8uFdA2/+jZXC7+sXBpicQBzq5EMAUF5UmLrl82ArYBE7FymbkCkXw==",
"dev": true,
"dependencies": {
"@andrewbranch/untar.js": "^1.0.3",
"cjs-module-lexer": "^1.2.3",
"fflate": "^0.8.2",
"lru-cache": "^11.0.1",
"semver": "^7.5.4",
"ts-expose-internals-conditionally": "1.0.0-empty.0",
"typescript": "5.3.3",
"typescript": "5.6.1-rc",
"validate-npm-package-name": "^5.0.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@arethetypeswrong/core/node_modules/lru-cache": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz",
"integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==",
"dev": true,
"engines": {
"node": "20 || >=22"
}
},
"node_modules/@arethetypeswrong/core/node_modules/typescript": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"version": "5.6.1-rc",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.1-rc.tgz",
"integrity": "sha512-E3b2+1zEFu84jB0YQi9BORDjz9+jGbwwy1Zi3G0LUNw7a7cePUrHMRNy8aPh53nXpkFGVHSxIZo5vKTfYaFiBQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -1947,6 +1957,12 @@
"url": "https://github.com/sponsors/fb55"
}
},
"node_modules/cjs-module-lexer": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz",
"integrity": "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==",
"dev": true
},
"node_modules/clean-stack": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
@ -8714,12 +8730,6 @@
"integrity": "sha512-e4g0EJtAjk64xgnFPD6kTBUtpnMVzDrMb12N1YZV0VvSlhnVT3SGxiYTLdGy8Q5cYHOIC/FAHmZ10eGrAguicQ==",
"dev": true
},
"node_modules/ts-expose-internals-conditionally": {
"version": "1.0.0-empty.0",
"resolved": "https://registry.npmjs.org/ts-expose-internals-conditionally/-/ts-expose-internals-conditionally-1.0.0-empty.0.tgz",
"integrity": "sha512-F8m9NOF6ZhdOClDVdlM8gj3fDCav4ZIFSs/EI3ksQbAAXVSCN/Jh5OCJDDZWBuBy9psFc6jULGDlPwjMYMhJDw==",
"dev": true
},
"node_modules/tslib": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",

View File

@ -53,7 +53,7 @@
"html"
],
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@arethetypeswrong/cli": "^0.16.1",
"@markedjs/eslint-config": "^1.0.2",
"@markedjs/testutils": "14.1.1-0",
"@rollup/plugin-terser": "^0.4.4",