Skip to content

Commit 9e81a1a

Browse files
Pin dependencies
1 parent b621169 commit 9e81a1a

17 files changed

+92
-92
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@f11c406b8c87cda176ff341ed4925bc98086f6d1 # 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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # 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@60edb5dd545a775178f52524783378180af0d1f8 # 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
@@ -58,23 +58,23 @@
5858
"@vercel/og": "0.6.2"
5959
},
6060
"devDependencies": {
61-
"@graphql-typed-document-node/core": "^3.2.0",
62-
"@markuplint/jsx-parser": "^4.1.0",
63-
"@markuplint/react-spec": "^4.0.1",
64-
"@next/eslint-plugin-next": "^14.0.4",
65-
"@playwright/test": "^1.43.1",
61+
"@graphql-typed-document-node/core": "3.2.0",
62+
"@markuplint/jsx-parser": "4.7.4",
63+
"@markuplint/react-spec": "4.5.4",
64+
"@next/eslint-plugin-next": "14.2.4",
65+
"@playwright/test": "1.44.1",
6666
"@repo/tailwind-config": "*",
6767
"@repo/typescript-config": "*",
68-
"@types/node": "^20.10.6",
68+
"@types/node": "20.14.2",
6969
"@types/react": "^18.2.46",
7070
"@types/react-dom": "^18.2.18",
71-
"@types/rss": "^0.0.32",
72-
"@vitest/coverage-v8": "^1.5.0",
73-
"lost-pixel": "^3.16.0",
74-
"markuplint": "^4.1.0",
75-
"msw": "^2.2.13",
76-
"react-icons": "^5.0.1",
77-
"typescript": "^5.3.3"
71+
"@types/rss": "0.0.32",
72+
"@vitest/coverage-v8": "1.6.0",
73+
"lost-pixel": "3.17.0",
74+
"markuplint": "4.9.1",
75+
"msw": "2.3.1",
76+
"react-icons": "5.2.1",
77+
"typescript": "5.4.5"
7878
},
7979
"browser": {
8080
"fs": false,

apps/git-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
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"
38+
"tailwindcss": "3.4.4",
39+
"vite-tsconfig-paths": "4.3.2"
4040
},
4141
"engines": { "node": "20.x" },
4242
"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.20240614.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.60.3"
3131
}
3232
}

apps/proxy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"nodemon": "^2.0.22"
1616
},
1717
"devDependencies": {
18-
"@types/express": "^4.17.8",
19-
"rimraf": "^3.0.2"
18+
"@types/express": "4.17.21",
19+
"rimraf": "3.0.2"
2020
}
2121
}

bun.lockb

464 Bytes
Binary file not shown.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"@repo/typescript-config": "*",
3030
"@types/react": "18.3.3",
3131
"@types/react-dom": "18.3.0",
32-
"autoprefixer": "^10.4.19",
33-
"lost-pixel": "^3.16.0",
34-
"patch-package": "^8.0.0",
35-
"postcss": "^8.4.38",
32+
"autoprefixer": "10.4.19",
33+
"lost-pixel": "3.17.0",
34+
"patch-package": "8.0.0",
35+
"postcss": "8.4.38",
3636
"tailwindcss": "3.4.3",
3737
"turbo": "2.0.2-canary.1",
3838
"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
@@ -18,23 +18,23 @@
1818
"react-dom": "^18.2.0"
1919
},
2020
"devDependencies": {
21-
"@chromatic-com/storybook": "^1.5.0",
22-
"@storybook/addon-essentials": "^8.1.5",
23-
"@storybook/addon-interactions": "^8.1.5",
24-
"@storybook/addon-links": "^8.1.5",
25-
"@storybook/addon-onboarding": "^8.1.5",
26-
"@storybook/blocks": "^8.1.5",
27-
"@storybook/react": "^8.1.5",
28-
"@storybook/react-vite": "^8.1.5",
29-
"@storybook/test": "^8.1.5",
21+
"@chromatic-com/storybook": "1.5.0",
22+
"@storybook/addon-essentials": "8.1.9",
23+
"@storybook/addon-interactions": "8.1.9",
24+
"@storybook/addon-links": "8.1.9",
25+
"@storybook/addon-onboarding": "8.1.9",
26+
"@storybook/blocks": "8.1.9",
27+
"@storybook/react": "8.1.9",
28+
"@storybook/react-vite": "8.1.9",
29+
"@storybook/test": "8.1.9",
3030
"@types/react": "^18.2.66",
3131
"@types/react-dom": "^18.2.22",
32-
"eslint": "^8.57.0",
33-
"eslint-plugin-react-hooks": "^4.6.0",
34-
"eslint-plugin-react-refresh": "^0.4.6",
35-
"eslint-plugin-storybook": "^0.8.0",
36-
"storybook": "^8.1.5",
37-
"typescript": "^5.2.2"
32+
"eslint": "8.57.0",
33+
"eslint-plugin-react-hooks": "4.6.2",
34+
"eslint-plugin-react-refresh": "0.4.7",
35+
"eslint-plugin-storybook": "0.8.0",
36+
"storybook": "8.1.9",
37+
"typescript": "5.4.5"
3838
},
3939
"engines": {
4040
"node": "21.7.3"

0 commit comments

Comments
 (0)