Skip to content

Commit c439d7c

Browse files
Pin dependencies
1 parent f6e8b1f commit c439d7c

16 files changed

+93
-93
lines changed

.github/workflows/benchmark.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
1919
steps:
2020
- name: Checkout Commit
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2222
with:
2323
fetch-depth: 2
2424
- name: Setup Bun
25-
uses: oven-sh/setup-bun@v1
25+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
2626
with:
2727
bun-version: latest
2828
- name: Install dependencies
@@ -40,20 +40,20 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout Commit
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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

5252
- name: Add vitest
5353
run: bun add @codspeed/vitest-plugin vitest
5454

5555
- name: Run benchmarks
56-
uses: CodSpeedHQ/action@v2
56+
uses: CodSpeedHQ/action@ce4674c9a7e4628edd2df5a3c8e4fbacc451a21c # v2
5757
with:
5858
run: bun bench -- -- -w=false
5959
token: ${{ secrets.CODSPEED_TOKEN }}

.github/workflows/check.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
1111
steps:
1212
- name: Checkout Commit
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1414
with:
1515
fetch-depth: 2
1616
- name: Setup Bun
17-
uses: oven-sh/setup-bun@v1
17+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
1818
with:
1919
bun-version: latest
2020
- name: Install dependencies
@@ -37,12 +37,12 @@ jobs:
3737

3838
steps:
3939
- name: Checkout Commit
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4141
with:
4242
fetch-depth: 2
4343

4444
- name: Setup Bun
45-
uses: oven-sh/setup-bun@v1
45+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
4646
with:
4747
bun-version: latest
4848

@@ -65,12 +65,12 @@ jobs:
6565

6666
steps:
6767
- name: Checkout Commit
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
6969
with:
7070
fetch-depth: 2
7171

7272
- name: Setup Bun
73-
uses: oven-sh/setup-bun@v1
73+
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
7474
with:
7575
bun-version: latest
7676

.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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@1e60f620b9541d16bece96c5465dc8ee9832be0b # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,21 @@
5757
"use-debounce": "10.0.0"
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.5",
62+
"@markuplint/react-spec": "4.5.5",
63+
"@next/eslint-plugin-next": "14.2.5",
64+
"@playwright/test": "1.45.1",
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.17.0",
71+
"markuplint": "4.9.2",
72+
"msw": "2.3.1",
73+
"react-icons": "5.2.1",
74+
"typescript": "5.4.5"
7575
},
7676
"browser": {
7777
"fs": false,

apps/git-app/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/me/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.20240712.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.64.0"
3131
}
3232
}

bun.lockb

3.22 KB
Binary file not shown.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"@repo/typescript-config": "*",
3030
"@types/react": "18.3.3",
3131
"@types/react-dom": "18.3.0",
32-
"autoprefixer": "^10.4.19",
33-
"class-variance-authority": "^0.7.0",
34-
"clsx": "^2.1.1",
35-
"lost-pixel": "^3.16.0",
36-
"patch-package": "^8.0.0",
37-
"postcss": "^8.4.38",
32+
"autoprefixer": "10.4.20",
33+
"class-variance-authority": "0.7.0",
34+
"clsx": "2.1.1",
35+
"lost-pixel": "3.18.1",
36+
"patch-package": "8.0.0",
37+
"postcss": "8.4.40",
3838
"tailwindcss": "3.4.3",
3939
"turbo": "2.0.2-canary.1",
4040
"typescript": "5.4.5",

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.1.0",
32+
"vitest": "1.6.0"
3333
},
3434
"peerDependencies": {
3535
"rimraf": "^5.0.7",

packages/git-green/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
"build-storybook": "storybook build"
1515
},
1616
"devDependencies": {
17-
"@chromatic-com/storybook": "^1.5.0",
18-
"@storybook/addon-essentials": "^8.1.5",
19-
"@storybook/addon-interactions": "^8.1.5",
20-
"@storybook/addon-links": "^8.1.5",
21-
"@storybook/addon-onboarding": "^8.1.5",
22-
"@storybook/blocks": "^8.1.5",
23-
"@storybook/react": "^8.1.5",
24-
"@storybook/react-vite": "^8.1.5",
25-
"@storybook/test": "^8.1.5",
26-
"eslint": "^8.57.0",
27-
"eslint-plugin-react-hooks": "^4.6.0",
28-
"eslint-plugin-react-refresh": "^0.4.6",
29-
"eslint-plugin-storybook": "^0.8.0",
30-
"storybook": "^8.1.5",
31-
"typescript": "^5.2.2"
17+
"@chromatic-com/storybook": "1.6.1",
18+
"@storybook/addon-essentials": "8.2.2",
19+
"@storybook/addon-interactions": "8.2.2",
20+
"@storybook/addon-links": "8.2.2",
21+
"@storybook/addon-onboarding": "8.2.2",
22+
"@storybook/blocks": "8.2.2",
23+
"@storybook/react": "8.2.2",
24+
"@storybook/react-vite": "8.2.2",
25+
"@storybook/test": "8.2.2",
26+
"eslint": "8.57.0",
27+
"eslint-plugin-react-hooks": "4.6.2",
28+
"eslint-plugin-react-refresh": "0.4.8",
29+
"eslint-plugin-storybook": "0.8.0",
30+
"storybook": "8.2.2",
31+
"typescript": "5.4.5"
3232
},
3333
"engines": {
3434
"node": "21.7.3"

packages/tailwind-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"main": "tailwind.config.ts",
99
"devDependencies": {
1010
"@repo/typescript-config": "*",
11-
"tailwindcss": "^3.4.1"
11+
"tailwindcss": "3.4.4"
1212
}
1313
}

0 commit comments

Comments
 (0)