Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 26d2b07 commit 07754ba
Show file tree
Hide file tree
Showing 16 changed files with 96 additions and 96 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 2

- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: latest

- name: Install dependencies
run: bun install

- name: Run benchmarks
uses: CodSpeedHQ/action@v2
uses: CodSpeedHQ/action@9481de2550a3d73cdac24ddd54ee6b9ee31f7ec2 # v2
with:
run: bun bench -- -- -w=false
token: ${{ secrets.CODSPEED_TOKEN }}
18 changes: 9 additions & 9 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- name: Checkout Commit
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 2

- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: latest

Expand All @@ -40,12 +40,12 @@ jobs:

steps:
- name: Checkout Commit
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 2

- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: latest

Expand All @@ -68,12 +68,12 @@ jobs:

steps:
- name: Checkout Commit
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 2

- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: latest

Expand Down Expand Up @@ -105,18 +105,18 @@ jobs:
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- name: Checkout Commit
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 2

- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: latest

- name: Restore bun dependencies
id: bun-cache
uses: actions/cache@v3
uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
with:
path: node_modules
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- name: Checkout Commit
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 2
- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: latest
- name: Install dependencies
Expand All @@ -31,12 +31,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 2

- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: latest

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
tag_name: ${{ steps.release-drafter.outputs.tag_name }}
steps:
# Get next version
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5
id: release-drafter
with:
config-name: release-drafter-git-green-cli.yml
Expand Down Expand Up @@ -47,19 +47,19 @@ jobs:
}
# Use GitHub App for bypassing ruleset guard
- uses: actions/create-github-app-token@v1
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
id: app-token
with:
app-id: ${{ secrets.PUSH_BYPASS_APP_ID }}
private-key: ${{ secrets.PUSH_BYPASS_APP_PRIVATE_KEY }}

- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
ref: main
token: ${{ steps.app-token.outputs.token }}

- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: latest
- name: Install dependencies
Expand All @@ -74,7 +74,7 @@ jobs:
git config user.email [email protected]
# Publish packages to npm registry and push updated package.json and package-lock.json
- uses: actions/setup-node@v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: '21.x'
registry-url: 'https://registry.npmjs.org'
Expand All @@ -88,7 +88,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5
with:
config-name: release-drafter-git-green-cli.yml
publish: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- name: Checkout Commit
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 2
- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: latest
- name: Install dependencies
Expand All @@ -32,7 +32,7 @@ jobs:
run: bun run build:storybook

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./packages/ui/storybook-static
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update-vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:

steps:
- name: Get branch name
uses: xt0rted/pull-request-comment-branch@v2
uses: xt0rted/pull-request-comment-branch@d97294d304604fa98a2600a6e2f916a84b596dc7 # v2
id: comment-branch
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}

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

Expand All @@ -73,7 +73,7 @@ jobs:

- name: Lost Pixel Update
id: lostpixel
uses: lost-pixel/[email protected]
uses: lost-pixel/lost-pixel@6db31948aef97f10ea9c7b1a8fa8dd3a0ce2dd49 # v3.16.0
env:
LOST_PIXEL_MODE: update
LOST_PIXEL_DISABLE_TELEMETRY: 1
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/vis-reg-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- name: Checkout Commit
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 2

- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: latest
- name: Install dependencies
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- name: Checkout Commit
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 2

Expand All @@ -60,7 +60,7 @@ jobs:
echo "ZENN_BASE_URL=${{ secrets.ZENN_BASE_URL }}" >> .env
- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: latest

Expand All @@ -84,7 +84,7 @@ jobs:

- name: Lost Pixel
id: lostpixel
uses: lost-pixel/[email protected]
uses: lost-pixel/lost-pixel@6db31948aef97f10ea9c7b1a8fa8dd3a0ce2dd49 # v3.16.0
env:
LOST_PIXEL_DISABLE_TELEMETRY: 1
LOST_PIXEL_CONFIG_DIR: ${{ matrix.config.package }}
26 changes: 13 additions & 13 deletions apps/blog.sakupi01.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@
"valibot": "^1.0.0-beta.8"
},
"devDependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@markuplint/jsx-parser": "^4.1.0",
"@markuplint/react-spec": "^4.0.1",
"@next/eslint-plugin-next": "^14.0.4",
"@playwright/test": "^1.43.1",
"@graphql-typed-document-node/core": "3.2.0",
"@markuplint/jsx-parser": "4.7.9",
"@markuplint/react-spec": "4.5.9",
"@next/eslint-plugin-next": "14.2.15",
"@playwright/test": "1.49.0",
"@repo/tailwind-config": "*",
"@repo/typescript-config": "*",
"@types/node": "^20.10.6",
"@types/rss": "^0.0.32",
"@vitest/coverage-v8": "^1.5.0",
"lost-pixel": "^3.16.0",
"markuplint": "^4.1.0",
"msw": "^2.2.13",
"react-icons": "^5.0.1",
"typescript": "^5.3.3"
"@types/node": "20.14.10",
"@types/rss": "0.0.32",
"@vitest/coverage-v8": "1.6.0",
"lost-pixel": "3.21.0",
"markuplint": "4.10.1",
"msw": "2.4.11",
"react-icons": "5.3.0",
"typescript": "5.6.3"
},
"browser": {
"fs": false,
Expand Down
6 changes: 3 additions & 3 deletions apps/git-kusa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@graphql-codegen/client-preset": "4.2.6",
"@remix-run/dev": "2.9.2",
"git-green-cli": "^1.0.0",
"tailwindcss": "^3.4.4",
"vite-tsconfig-paths": "^4.2.1",
"@types/dom-to-image": "^2.6.7"
"tailwindcss": "3.4.4",
"vite-tsconfig-paths": "4.3.2",
"@types/dom-to-image": "2.6.7"
},
"engines": { "node": "20.x" },
"volta": {
Expand Down
10 changes: 5 additions & 5 deletions apps/sakupi01.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@yamada-ui/react": "1.3.9"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240403.0",
"@hono/vite-cloudflare-pages": "^0.2.4",
"@hono/vite-dev-server": "^0.12.0",
"vite": "^5.0.12",
"wrangler": "^3.47.0"
"@cloudflare/workers-types": "4.20241018.0",
"@hono/vite-cloudflare-pages": "0.2.5",
"@hono/vite-dev-server": "0.12.2",
"vite": "5.2.12",
"wrangler": "3.81.0"
}
}
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@codspeed/vitest-plugin": "^3.1.1",
"@codspeed/vitest-plugin": "3.1.1",
"@repo/typescript-config": "*",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lost-pixel": "^3.16.0",
"patch-package": "^8.0.0",
"postcss": "^8.4.38",
"autoprefixer": "10.4.20",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lost-pixel": "3.22.0",
"patch-package": "8.0.0",
"postcss": "8.4.49",
"tailwindcss": "3.4.3",
"turbo": "2.0.2-canary.1",
"typescript": "5.4.5",
"vite": "5.2.12",
"vitest": "^2.1.5"
"vitest": "2.1.8"
},
"engines": {
"node": ">=21"
Expand Down
4 changes: 2 additions & 2 deletions packages/git-green-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@types/bun": "latest",
"tsup": "^8.1.0",
"vitest": "^1.6.0"
"tsup": "8.3.0",
"vitest": "1.6.0"
},
"peerDependencies": {
"rimraf": "^5.0.7",
Expand Down
Loading

0 comments on commit 07754ba

Please sign in to comment.