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 Oct 29, 2024
1 parent 341a677 commit df7a5d3
Show file tree
Hide file tree
Showing 11 changed files with 628 additions and 400 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@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.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 @@ -16,14 +16,14 @@ jobs:
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
token: ${{ steps.app-token.outputs.token }}
- uses: ./.github/actions/setup
with:
token: ${{ steps.app-token.outputs.token }}
bot-app-slug: ${{ steps.app-token.outputs.app-slug }}
- uses: YutaUra/actions/renovate-changeset@7b5494b1dbff5ee9b4dd4610ee3daf807b473149 # v0.0.5
- uses: YutaUra/actions/renovate-changeset@dccb84b7b619e3d4d9c9fdcb0b1c1c54cae607e6 # v0.0.11
with:
token: ${{ steps.app-token.outputs.token }}
setup-git-user: false
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
token: ${{ steps.app-token.outputs.token }}
bot-app-slug: ${{ steps.app-token.outputs.app-slug }}

- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
distribution: "temurin"
java-version: "17"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"devDependencies": {
"@changesets/cli": "2.27.9",
"@turbo/gen": "2.1.3",
"firebase-tools": "13.20.2",
"turbo": "2.1.3"
"@turbo/gen": "2.2.3",
"firebase-tools": "13.23.0",
"turbo": "2.2.3"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"name": "firestore-emulator"
}
6 changes: 3 additions & 3 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"@quramy/jest-prisma": "1.8.1",
"@shared/biome-config": "workspace:^",
"@shared/typescript-config": "workspace:^",
"@types/node": "20.16.10",
"@types/node": "20.17.1",
"jest": "29.7.0",
"jest-environment-node": "29.7.0",
"tsup": "8.3.0",
"typescript": "5.6.2"
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"peerDependencies": {
"@jest/environment": "29.7.0",
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.0",
"@grpc/grpc-js": "1.12.2",
"google-protobuf": "3.21.4"
},
"devDependencies": {
"@google-cloud/firestore": "7.10.0",
"@types/google-protobuf": "3.15.12",
"@types/node": "20.16.10",
"@types/node": "20.17.1",
"grpc-tools": "1.12.4",
"protoc-gen-ts": "0.8.7",
"tsup": "8.3.0",
"typescript": "5.6.2"
"tsup": "8.3.5",
"typescript": "5.6.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.0",
"@grpc/grpc-js": "1.12.2",
"assert-never": "1.3.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": "20.16.10",
"@types/node": "20.17.1",
"grpc-tools": "1.12.4",
"protoc-gen-ts": "0.8.7",
"tsup": "8.3.0",
"typescript": "5.6.2"
"tsup": "8.3.5",
"typescript": "5.6.3"
}
}
10 changes: 5 additions & 5 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"devDependencies": {
"@shared/biome-config": "workspace:^",
"@shared/typescript-config": "workspace:^",
"@types/node": "20.16.10",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vitest": "2.1.2"
"@types/node": "20.17.1",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vitest": "2.1.3"
},
"peerDependencies": {
"vitest": "2.1.2"
"vitest": "2.1.3"
}
}
Loading

0 comments on commit df7a5d3

Please sign in to comment.