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: 0 additions & 2 deletions .fallowrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"src/daemon.ts",
"packages/capture-kit/src/png-worker.ts",
"scripts/patch-xcuitest-runner-icon.ts",
"scripts/runner-request-count/run.ts",
"packages/capture-kit/src/ios-snapshot-engine/replay.ts",
// #1596 regression fixture: runs as a real `node --experimental-strip-types`
// subprocess (test/integration/daemon-replace-exit-flush.test.ts), so
Expand All @@ -31,7 +30,6 @@
"examples/sdk/contracts-result.ts",
"examples/sdk/batch-orchestration.ts",
"examples/sdk/ai-sdk-tools.ts",
"test/scripts/metro-prepare-packaged-smoke.mjs",
"test/integration/*.test.ts",
"website/docs/404.mdx",
"website/rspress.config.ts"
Expand Down
6 changes: 0 additions & 6 deletions .prettierignore

This file was deleted.

2 changes: 0 additions & 2 deletions .worktreeinclude
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ examples/test-app/.expo/
DerivedData/
android/snapshot-helper/build/
android/snapshot-helper/dist/
android/multitouch-helper/build/
android/multitouch-helper/dist/

# Tool caches
.fallow/
17 changes: 9 additions & 8 deletions pnpm-lock.yaml

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

8 changes: 5 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ minimumReleaseAgeExclude:
# @limrun/api pins undici to an exact vulnerable version (7.24.7) even in its
# latest release, so a direct bump can't clear the Dependabot alerts. Override
# the transitive resolution instead; scoped to major 7 so any future undici 8
# elsewhere in the tree is untouched.
# elsewhere in the tree is untouched. Exact, matching the direct pin in
# package.json: tsdown bundles undici into the published build, so a caret here
# would let lockFileMaintenance move the shipped bytes under an unchanged pin.
overrides:
undici@7: '^7.29.0'
undici@7: 7.29.0
brace-expansion@5: '^5.0.9'
fast-uri: 3.1.6
postcss: 8.5.23
qs: 6.15.2
qs@6: ^6.16.0
react-router: 7.18.2
react-router-dom: 7.18.2
Loading