From 5951eb68caf7a30f4e10065cbf27853a569970fb Mon Sep 17 00:00:00 2001 From: "WillBooster Inc." Date: Fri, 22 May 2026 02:46:32 +0900 Subject: [PATCH] chore: willboosterify this repo --- .github/workflows/test.yml | 1 + bun.lock | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3d76f9..ae8573c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,7 @@ concurrency: cancel-in-progress: true permissions: contents: write + pull-requests: read jobs: test: uses: WillBooster/reusable-workflows/.github/workflows/test.yml@main diff --git a/bun.lock b/bun.lock index ef26f22..5f884e5 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ "@typescript/native-preview": "7.0.0-dev.20260511.1", "@willbooster/oxfmt-config": "1.2.2", "@willbooster/oxlint-config": "1.4.6", - "@willbooster/wb": "13.16.0", + "@willbooster/wb": "13.19.1", "build-ts": "17.1.15", "conventional-changelog-conventionalcommits": "9.3.1", "lefthook": "2.1.6", @@ -587,7 +587,7 @@ "@willbooster/shared-lib-node": ["@willbooster/shared-lib-node@8.5.17", "", { "dependencies": { "dotenv": "17.4.2", "dotenv-expand": "13.0.0" } }, "sha512-hgrH7uvHEz8ONFsuj3uCBhwtlcqdO+u7CdG/G0Mk2l2FP0auAmWkGWA9HwUYOrnqiWH/h4QrumWXVS8F0karjw=="], - "@willbooster/wb": ["@willbooster/wb@13.16.0", "", { "dependencies": { "chalk": "5.6.2", "dotenv": "17.4.2", "dotenv-expand": "13.0.0", "fastest-levenshtein": "1.0.16", "globby": "16.2.0", "kill-port": "2.0.1", "minimal-promise-pool": "6.0.2", "yargs": "18.0.0" }, "bin": { "wb": "bin/index.js" } }, "sha512-WEXsFTpwK4vI9wfxVAyyw1qismdZE9EvO30nyzY55G6NvpBTggefATtvAUfooVmCgF87Vzs+jm3LCxtka9TMXA=="], + "@willbooster/wb": ["@willbooster/wb@13.19.1", "", { "dependencies": { "chalk": "5.6.2", "dotenv": "17.4.2", "dotenv-expand": "13.0.0", "fastest-levenshtein": "1.0.16", "globby": "16.2.0", "kill-port": "2.0.1", "minimal-promise-pool": "6.0.2", "yargs": "18.0.0" }, "bin": { "wb": "bin/index.js" } }, "sha512-wvaBRQsGLdE5ViuI9NkTwC5+iU/5h7IafeYZNkIw7TDAm6D/Dce2sgPm4bCgHtWZaBvtqY14df/dMXP+Ym9N9Q=="], "accepts": ["accepts@2.0.0", "", { "dependencies": { "mime-types": "^3.0.0", "negotiator": "^1.0.0" } }, "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng=="], diff --git a/package.json b/package.json index 8413e2f..e4b0a5c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@typescript/native-preview": "7.0.0-dev.20260511.1", "@willbooster/oxfmt-config": "1.2.2", "@willbooster/oxlint-config": "1.4.6", - "@willbooster/wb": "13.16.0", + "@willbooster/wb": "13.19.1", "build-ts": "17.1.15", "conventional-changelog-conventionalcommits": "9.3.1", "lefthook": "2.1.6",