Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bun-version
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1.3.13
1.4.0
4 changes: 2 additions & 2 deletions .github/workflows/contribution-gate.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with:
bun-version: "1.3.13"
bun-version-file: ".bun-version"
- name: Evaluate contribution gate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All@@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with:
bun-version: "1.3.13"
bun-version-file: ".bun-version"
- name: Evaluate contribution gate across all open PRs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
46 changes: 23 additions & 23 deletions mise.lock

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

32 changes: 16 additions & 16 deletions pnpm-lock.yaml

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

4 changes: 3 additions & 1 deletion pnpm-workspace.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@ catalog:
"@effect/vitest": "4.0.0-rc.111"
"@nx/devkit": "^23.1.1"
"@tsconfig/bun": "^1.0.10"
"@types/bun": "^1.3.14"
"@types/bun": "^1.4.0"
"typescript": "^7.0.2"
"@vitest/coverage-istanbul": "^4.1.10"
"effect": "4.0.0-rc.111"
Expand DownExpand Up@@ -47,6 +47,8 @@ minimumReleaseAgeExclude:
- "@effect/vitest@4.0.0-rc.111"
- "@supabase/pg-delta@1.0.0-alpha.42"
- "@supabase/pg-topo@1.0.0-alpha.5"
- "@types/bun@1.4.0"
- "bun-types@1.4.0"
- "effect@4.0.0-rc.111"

supportedArchitectures:
Expand Down
Loading