Skip to content

Commit

Permalink
Update all non-major dependencies (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 04df42d commit 04927f1
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset-for-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.head_commit.author.username == 'renovate[bot]'
steps:
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
Expand All @@ -21,7 +21,7 @@ jobs:
token: ${{ steps.app-token.outputs.token }}
bot-app-slug: ${{ steps.app-token.outputs.app-slug }}

- uses: YutaUra/renovate-changeset-action@b2648f8874c944c5e668842cff010cb0e9684fc9 # v0.0.19
- uses: YutaUra/renovate-changeset-action@62d12caf4d21d56313f6b383d1b8677ec9fcdf78 # v0.0.20
with:
message: ${{ github.event.head_commit.message }}
setup-git-user: "false"
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wait-for-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "2.27.10",
"@changesets/cli": "2.27.11",
"@tsconfig/strictest": "2.0.5",
"@types/node": "20.17.10",
"tsup": "8.3.5",
Expand All @@ -23,5 +23,5 @@
"engines": {
"node": "20.18.1"
},
"packageManager": "pnpm@9.15.0"
"packageManager": "pnpm@9.15.1"
}
50 changes: 20 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04927f1

Please sign in to comment.