From 4eadff73b44475eaf6b57dd55a0b0b8a705cddb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:25:44 +0000 Subject: [PATCH] chore(deps): bump @arethetypeswrong/cli from 0.18.3 to 0.18.4 Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.18.3 to 0.18.4. - [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-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fa39ec..64d572e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-semantically-released", "license": "MIT", "dependencies": { - "@arethetypeswrong/cli": "^0.18.3", + "@arethetypeswrong/cli": "^0.18.4", "@eslint-react/eslint-plugin": "^5.9.5", "@eslint/compat": "^2.0.3", "@eslint/js": "^9.39.1", @@ -39,6 +39,9 @@ "publint": "^0.3.21", "typescript-eslint": "^8.61.1" }, + "bin": { + "verify-publishable": "dist/semantic-release/verify-publishable.js" + }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^26.0.0", @@ -129,12 +132,12 @@ "integrity": "sha512-Jh15/qVmrLGhkKJBdXlK1+9tY4lZruYjsgkDFj08ZmDiWVBLJcqkok7Z0/R0In+i1rScBpJlSvrTS2Lm41Pbnw==" }, "node_modules/@arethetypeswrong/cli": { - "version": "0.18.3", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.18.3.tgz", - "integrity": "sha512-GeAlc+lUD4gKHD/LDQNvQY30FfQ+xAXg2inbQKUjFZgTOdI5ygEweaOnGHGBPSKXSLGQC7VLhpXu9zMnYk/4sQ==", + "version": "0.18.4", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.18.4.tgz", + "integrity": "sha512-kNWo6LTzGAuLYPpJ7Sgo63whSUeeSuKMlYx6IBgzs4ONEG807gW4hSSENvpeCHzO2H2wIzG5EFl0OKBbqGBAyA==", "license": "MIT", "dependencies": { - "@arethetypeswrong/core": "0.18.3", + "@arethetypeswrong/core": "0.18.4", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^10.0.1", @@ -162,9 +165,9 @@ } }, "node_modules/@arethetypeswrong/core": { - "version": "0.18.3", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.18.3.tgz", - "integrity": "sha512-sWBB/tdIktaT5xMq0Dz6CJyqcf6oMNdmiKiuPU1lWoJLTL6gjRSsksBuSgqot21hylkklBQY1wiSu+PkZhW7sw==", + "version": "0.18.4", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.18.4.tgz", + "integrity": "sha512-M5F0ePyN6h2Z6XxRiyIPqjGbltotXLjR0CKA0uKspsDu0QmgTNYvRb4RSQPMUs2ZXZHCCYpbaZbFbYOXLxCjUA==", "license": "MIT", "dependencies": { "@andrewbranch/untar.js": "^1.0.3", diff --git a/package.json b/package.json index 76030e9..35f0dcd 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "test:types": "tsc --noEmit" }, "dependencies": { - "@arethetypeswrong/cli": "^0.18.3", + "@arethetypeswrong/cli": "^0.18.4", "@eslint-react/eslint-plugin": "^5.9.5", "@eslint/compat": "^2.0.3", "@eslint/js": "^9.39.1",