Skip to content

Commit 6fd239d

Browse files
chore(deps): pin dependencies
1 parent 91724f1 commit 6fd239d

File tree

16 files changed

+96
-96
lines changed

16 files changed

+96
-96
lines changed

.github/workflows/benchmark.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Commit
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
with:
2020
fetch-depth: 2
2121

2222
- name: Setup Bun
23-
uses: oven-sh/setup-bun@v1
23+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
2424
with:
2525
bun-version: latest
2626

2727
- name: Install dependencies
2828
run: bun install
2929

3030
- name: Run benchmarks
31-
uses: CodSpeedHQ/action@v3
31+
uses: CodSpeedHQ/action@63ae6025a0ffee97d7736a37c9192dbd6ed4e75f # v3
3232
with:
3333
run: bun bench -- -- -w=false
3434
token: ${{ secrets.CODSPEED_TOKEN }}

.github/workflows/check.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
1111
steps:
1212
- name: Checkout Commit
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414
with:
1515
fetch-depth: 2
1616

1717
- name: Setup Bun
18-
uses: oven-sh/setup-bun@v1
18+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
1919
with:
2020
bun-version: latest
2121

@@ -40,12 +40,12 @@ jobs:
4040

4141
steps:
4242
- name: Checkout Commit
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444
with:
4545
fetch-depth: 2
4646

4747
- name: Setup Bun
48-
uses: oven-sh/setup-bun@v1
48+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
4949
with:
5050
bun-version: latest
5151

@@ -68,12 +68,12 @@ jobs:
6868

6969
steps:
7070
- name: Checkout Commit
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7272
with:
7373
fetch-depth: 2
7474

7575
- name: Setup Bun
76-
uses: oven-sh/setup-bun@v1
76+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
7777
with:
7878
bun-version: latest
7979

@@ -105,18 +105,18 @@ jobs:
105105
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
106106
steps:
107107
- name: Checkout Commit
108-
uses: actions/checkout@v4
108+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
109109
with:
110110
fetch-depth: 2
111111

112112
- name: Setup Bun
113-
uses: oven-sh/setup-bun@v1
113+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
114114
with:
115115
bun-version: latest
116116

117117
- name: Restore bun dependencies
118118
id: bun-cache
119-
uses: actions/cache@v3
119+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
120120
with:
121121
path: node_modules
122122
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}

.github/workflows/lighthouse.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
1010
steps:
1111
- name: Checkout Commit
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313
with:
1414
fetch-depth: 2
1515
- name: Setup Bun
16-
uses: oven-sh/setup-bun@v1
16+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
1717
with:
1818
bun-version: latest
1919
- name: Install dependencies
@@ -31,12 +31,12 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout Commit
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535
with:
3636
fetch-depth: 2
3737

3838
- name: Setup Bun
39-
uses: oven-sh/setup-bun@v1
39+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
4040
with:
4141
bun-version: latest
4242

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
tag_name: ${{ steps.release-drafter.outputs.tag_name }}
1919
steps:
2020
# Get next version
21-
- uses: release-drafter/release-drafter@v5
21+
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5
2222
id: release-drafter
2323
with:
2424
config-name: release-drafter-git-green-cli.yml
@@ -47,19 +47,19 @@ jobs:
4747
}
4848
4949
# Use GitHub App for bypassing ruleset guard
50-
- uses: actions/create-github-app-token@v1
50+
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
5151
id: app-token
5252
with:
5353
app-id: ${{ secrets.PUSH_BYPASS_APP_ID }}
5454
private-key: ${{ secrets.PUSH_BYPASS_APP_PRIVATE_KEY }}
5555

56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5757
with:
5858
ref: main
5959
token: ${{ steps.app-token.outputs.token }}
6060

6161
- name: Setup Bun
62-
uses: oven-sh/setup-bun@v1
62+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
6363
with:
6464
bun-version: latest
6565
- name: Install dependencies
@@ -74,7 +74,7 @@ jobs:
7474
git config user.email [email protected]
7575
7676
# Publish packages to npm registry and push updated package.json and package-lock.json
77-
- uses: actions/setup-node@v4
77+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
7878
with:
7979
node-version: '21.x'
8080
registry-url: 'https://registry.npmjs.org'
@@ -88,7 +88,7 @@ jobs:
8888
env:
8989
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9090
91-
- uses: release-drafter/release-drafter@v5
91+
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5
9292
with:
9393
config-name: release-drafter-git-green-cli.yml
9494
publish: true

.github/workflows/storybook.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
1212
steps:
1313
- name: Checkout Commit
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
with:
1616
fetch-depth: 2
1717
- name: Setup Bun
18-
uses: oven-sh/setup-bun@v1
18+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
1919
with:
2020
bun-version: latest
2121
- name: Install dependencies
@@ -32,7 +32,7 @@ jobs:
3232
run: bun run build:storybook
3333

3434
- name: Deploy
35-
uses: peaceiris/actions-gh-pages@v3
35+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./packages/ui/storybook-static

.github/workflows/update-vrt.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030

3131
steps:
3232
- name: Get branch name
33-
uses: xt0rted/pull-request-comment-branch@v2
33+
uses: xt0rted/pull-request-comment-branch@d97294d304604fa98a2600a6e2f916a84b596dc7 # v2
3434
id: comment-branch
3535
with:
3636
repo_token: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Checkout Commit
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4040
with:
4141
ref: ${{ steps.comment-branch.outputs.head_ref }}
4242
fetch-depth: 0 # 全ブランチの履歴を取得
@@ -54,7 +54,7 @@ jobs:
5454
git config --global user.email '[email protected]'
5555
5656
- name: Setup Bun
57-
uses: oven-sh/setup-bun@v1
57+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
5858
with:
5959
bun-version: latest
6060

@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Lost Pixel Update
7575
id: lostpixel
76-
uses: lost-pixel/[email protected]
76+
uses: lost-pixel/lost-pixel@6db31948aef97f10ea9c7b1a8fa8dd3a0ce2dd49 # v3.16.0
7777
env:
7878
LOST_PIXEL_MODE: update
7979
LOST_PIXEL_DISABLE_TELEMETRY: 1

.github/workflows/vis-reg-test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
1414
steps:
1515
- name: Checkout Commit
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
with:
1818
fetch-depth: 2
1919

2020
- name: Setup Bun
21-
uses: oven-sh/setup-bun@v1
21+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
2222
with:
2323
bun-version: latest
2424
- name: Install dependencies
@@ -49,7 +49,7 @@ jobs:
4949
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
5050
steps:
5151
- name: Checkout Commit
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5353
with:
5454
fetch-depth: 2
5555

@@ -60,7 +60,7 @@ jobs:
6060
echo "ZENN_BASE_URL=${{ secrets.ZENN_BASE_URL }}" >> .env
6161
6262
- name: Setup Bun
63-
uses: oven-sh/setup-bun@v1
63+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
6464
with:
6565
bun-version: latest
6666

@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Lost Pixel
8686
id: lostpixel
87-
uses: lost-pixel/[email protected]
87+
uses: lost-pixel/lost-pixel@6db31948aef97f10ea9c7b1a8fa8dd3a0ce2dd49 # v3.16.0
8888
env:
8989
LOST_PIXEL_DISABLE_TELEMETRY: 1
9090
LOST_PIXEL_CONFIG_DIR: ${{ matrix.config.package }}

apps/blog.sakupi01.com/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,21 @@
5757
"valibot": "^1.0.0-beta.8"
5858
},
5959
"devDependencies": {
60-
"@graphql-typed-document-node/core": "^3.2.0",
61-
"@markuplint/jsx-parser": "^4.1.0",
62-
"@markuplint/react-spec": "^4.0.1",
63-
"@next/eslint-plugin-next": "^14.0.4",
64-
"@playwright/test": "^1.43.1",
60+
"@graphql-typed-document-node/core": "3.2.0",
61+
"@markuplint/jsx-parser": "4.7.9",
62+
"@markuplint/react-spec": "4.5.9",
63+
"@next/eslint-plugin-next": "14.2.15",
64+
"@playwright/test": "1.49.0",
6565
"@repo/tailwind-config": "*",
6666
"@repo/typescript-config": "*",
67-
"@types/node": "^20.10.6",
68-
"@types/rss": "^0.0.32",
69-
"@vitest/coverage-v8": "^1.5.0",
70-
"lost-pixel": "^3.16.0",
71-
"markuplint": "^4.1.0",
72-
"msw": "^2.2.13",
73-
"react-icons": "^5.0.1",
74-
"typescript": "^5.3.3"
67+
"@types/node": "20.14.10",
68+
"@types/rss": "0.0.32",
69+
"@vitest/coverage-v8": "1.6.0",
70+
"lost-pixel": "3.21.0",
71+
"markuplint": "4.10.1",
72+
"msw": "2.4.11",
73+
"react-icons": "5.3.0",
74+
"typescript": "5.6.3"
7575
},
7676
"browser": {
7777
"fs": false,

apps/git-kusa/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"@graphql-codegen/client-preset": "4.2.6",
3636
"@remix-run/dev": "2.9.2",
3737
"git-green-cli": "^1.0.0",
38-
"tailwindcss": "^3.4.4",
39-
"vite-tsconfig-paths": "^4.2.1",
40-
"@types/dom-to-image": "^2.6.7"
38+
"tailwindcss": "3.4.4",
39+
"vite-tsconfig-paths": "4.3.2",
40+
"@types/dom-to-image": "2.6.7"
4141
},
4242
"engines": { "node": "20.x" },
4343
"volta": {

apps/sakupi01.com/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"@yamada-ui/react": "1.3.9"
2424
},
2525
"devDependencies": {
26-
"@cloudflare/workers-types": "^4.20240403.0",
27-
"@hono/vite-cloudflare-pages": "^0.2.4",
28-
"@hono/vite-dev-server": "^0.12.0",
29-
"vite": "^5.0.12",
30-
"wrangler": "^3.47.0"
26+
"@cloudflare/workers-types": "4.20241018.0",
27+
"@hono/vite-cloudflare-pages": "0.2.5",
28+
"@hono/vite-dev-server": "0.12.2",
29+
"vite": "5.2.12",
30+
"wrangler": "3.81.0"
3131
}
3232
}

bun.lockb

7.42 KB
Binary file not shown.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
},
3636
"devDependencies": {
3737
"@biomejs/biome": "1.7.3",
38-
"@codspeed/vitest-plugin": "^3.1.1",
38+
"@codspeed/vitest-plugin": "3.1.1",
3939
"@repo/typescript-config": "*",
4040
"@types/react": "18.3.3",
4141
"@types/react-dom": "18.3.0",
42-
"autoprefixer": "^10.4.19",
43-
"class-variance-authority": "^0.7.0",
44-
"clsx": "^2.1.1",
45-
"lost-pixel": "^3.16.0",
46-
"patch-package": "^8.0.0",
47-
"postcss": "^8.4.38",
42+
"autoprefixer": "10.4.20",
43+
"class-variance-authority": "0.7.1",
44+
"clsx": "2.1.1",
45+
"lost-pixel": "3.22.0",
46+
"patch-package": "8.0.0",
47+
"postcss": "8.5.3",
4848
"tailwindcss": "3.4.3",
4949
"turbo": "2.0.2-canary.1",
5050
"typescript": "5.4.5",
5151
"vite": "5.2.12",
52-
"vitest": "^2.1.5"
52+
"vitest": "2.1.9"
5353
},
5454
"engines": {
5555
"node": ">=21"

packages/git-green-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
"devDependencies": {
3030
"@types/bun": "latest",
31-
"tsup": "^8.1.0",
32-
"vitest": "^1.6.0"
31+
"tsup": "8.3.0",
32+
"vitest": "1.6.0"
3333
},
3434
"peerDependencies": {
3535
"rimraf": "^5.0.7",

0 commit comments

Comments
 (0)