Skip to content

Commit

Permalink
chore: update prisma + deno + rust deps (#869)
Browse files Browse the repository at this point in the history
- Bump deno to 1.46.3
- Update prisma-engines to 5.20
- Update other rust deps.

Closes MET-669 and MET-622 and MET-680.

#### Migration notes

...

- [ ] The change comes with new or modified tests
- [ ] Hard-to-understand functions have explanatory comments
- [ ] End-user documentation is updated to reflect the change
  • Loading branch information
Yohe-Am authored Oct 19, 2024
1 parent 8e24b01 commit 7d817c8
Show file tree
Hide file tree
Showing 83 changed files with 2,172 additions and 1,746 deletions.
438 changes: 307 additions & 131 deletions .ghjk/lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Test Suite
run-name: Test Suite for ${{ github.ref }}
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ repos:
- id: check-merge-conflict
- id: end-of-file-fixer
# exclude all generated files
exclude: (?x)( .ghjk/.* |.*deno.lock |.*\.snap$|typegate/src/typegraphs/.*\.json |website/docs/reference/ |libs/pyrt_wit_wire/pyrt)
exclude: (?x)( .ghjk/.* |.*deno.lock |.*\.snap$|typegate/src/typegraphs/.*\.json |website/docs/reference/ |libs/pyrt_wit_wire/pyrt | migration_lock.toml)
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
hooks:
Expand Down
Loading

0 comments on commit 7d817c8

Please sign in to comment.