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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.next
.pnpm-store
.vercel
3 changes: 2 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "./node_modules/knip/schema.json",
"entry": ["api/**/*.ts"]
"entry": ["api/**/*.ts"],
"ignore": [".pnpm-store/**"]
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
"vite": "^8.0.3",
"vitest": "^4.1.2"
},
"packageManager": "pnpm@11.0.9+sha512.34ce82e6780233cf9cad8685029a8f81d2e06196c5a9bad98879f7424940c6817c4e4524fb7d38b8553ceed48b9758b8ebaf1abd3600c232c4c8cf7366086f38"
"engines": {
"node": "24.x"
},
"packageManager": "pnpm@11.1.3+sha256.740302fe768aaf1ba680c5213bd08983f219e0bcf0c96c0c6d7be393b8620c98"
}
13 changes: 13 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
packages:
# Why mark the repository root as a package?
#
# It appears that Vercel fails during the `pnpm install` step
# when the packages field is missing from pnpm-workspace.yaml.
# @see https://github.com/changesets/bot/pull/113
- "."

allowBuilds:
msw: true

blockExoticSubdeps: true
dedupePeers: true
dedupePeerDependents: true
minimumReleaseAge: 10080
shellEmulator: true
trustPolicy: no-downgrade
- "probot@12.4.0"