Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent bee2d07 commit b507bb7
Show file tree
Hide file tree
Showing 11 changed files with 381 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
git config --global user.email $user_email
env:
GH_TOKEN: ${{ inputs.token }}
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: .node-version
- name: Setup pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/changeset-for-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# commit author should be renovate[bot]
if: startsWith(github.head_ref, 'renovate/') && github.event.pull_request.user.login == 'renovate[bot]' && github.actor == 'renovate[bot]'
steps:
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
Expand All @@ -23,7 +23,7 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}
bot-app-slug: ${{ steps.app-token.outputs.app-slug }}
- uses: YutaUra/actions/renovate-changeset@c88368f98195ffe753f8ed7e4420c0033631b789 # v0.0.23
- uses: YutaUra/actions/renovate-changeset@07390d9ef5d682b91207dbc3deae6df3f538180c # v0.0.27
with:
token: ${{ steps.app-token.outputs.token }}
setup-git-user: false
4 changes: 2 additions & 2 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
Expand All @@ -29,7 +29,7 @@ jobs:
token: ${{ steps.app-token.outputs.token }}
bot-app-slug: ${{ steps.app-token.outputs.app-slug }}

- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
with:
distribution: "temurin"
java-version: "17"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wait-for-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- uses: int128/wait-for-workflows-action@cd9f0586af438d5ba3730b22658c3a7096fd779a # v1.28.0
- uses: int128/wait-for-workflows-action@bc6d95c2ea6d917c46d69d61b77f4db5c9c4d6ed # v1.30.0
with:
token: ${{ steps.app-token.outputs.token }}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"build-for-github-actions": "turbo run build --filter='./.github/actions/*'"
},
"devDependencies": {
"@changesets/cli": "2.27.11",
"@turbo/gen": "2.3.4",
"firebase-tools": "13.29.2",
"turbo": "2.3.4"
"@changesets/cli": "2.27.12",
"@turbo/gen": "2.4.2",
"firebase-tools": "13.31.1",
"turbo": "2.4.2"
},
"packageManager": "pnpm@10.3.0",
"packageManager": "pnpm@10.4.1",
"name": "firestore-emulator"
}
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"@quramy/jest-prisma": "1.8.1",
"@shared/biome-config": "workspace:^",
"@shared/typescript-config": "workspace:^",
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"jest": "29.7.0",
"jest-environment-node": "29.7.0",
"tsup": "8.3.5",
"tsup": "8.3.6",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"generate": "rm -rf generated && mkdir -p generated && grpc_tools_node_protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts --ts_out=explicit_override,no_namespace:./generated -I ./node_modules/@google-cloud/firestore/build/protos $(find ./node_modules/@google-cloud/firestore/build/protos -name \"*.proto\")"
},
"dependencies": {
"@grpc/grpc-js": "1.12.5",
"@grpc/grpc-js": "1.12.6",
"google-protobuf": "3.21.4"
},
"devDependencies": {
"@google-cloud/firestore": "7.11.0",
"@types/google-protobuf": "3.15.12",
"@types/node": "22.13.1",
"grpc-tools": "1.12.4",
"@types/node": "22.13.4",
"grpc-tools": "1.13.0",
"protoc-gen-ts": "0.8.7",
"tsup": "8.3.5",
"tsup": "8.3.6",
"typescript": "5.7.3"
}
}
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@firestore-emulator/proto": "workspace:*",
"@grpc/grpc-js": "1.12.5",
"@grpc/grpc-js": "1.12.6",
"assert-never": "1.4.0",
"google-protobuf": "3.21.4",
"immer": "10.1.1",
Expand All @@ -49,10 +49,10 @@
"@shared/biome-config": "workspace:^",
"@shared/typescript-config": "workspace:^",
"@types/google-protobuf": "3.15.12",
"@types/node": "22.13.1",
"grpc-tools": "1.12.4",
"@types/node": "22.13.4",
"grpc-tools": "1.13.0",
"protoc-gen-ts": "0.8.7",
"tsup": "8.3.5",
"tsup": "8.3.6",
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"devDependencies": {
"@shared/biome-config": "workspace:^",
"@shared/typescript-config": "workspace:^",
"@types/node": "22.13.1",
"tsup": "8.3.5",
"@types/node": "22.13.4",
"tsup": "8.3.6",
"typescript": "5.7.3",
"vitest": "3.0.5"
},
Expand Down
Loading

0 comments on commit b507bb7

Please sign in to comment.