Skip to content

Commit 9c0eb45

Browse files
committed
fix(deps): pin rolldown to soaked 1.0.3, matching the fleet baseline
The catalog had drifted to rolldown 1.1.0 (published within the 7-day minimumReleaseAge soak), which failed frozen install with an overrides mismatch and blocked every pre-commit. socket-registry + the inline comments already expect 1.0.3; revert to it. A deliberate fleet-wide bump can follow once 1.1.0 soaks.
1 parent b9a02e6 commit 9c0eb45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ catalog:
148148
registry-url: 7.2.0
149149
# Fleet bundler (replaces esbuild) for the CLI bundle. Fleet-latest,
150150
# single-sourced; the override forces vite's bundled rolldown to match.
151-
rolldown: 1.1.0
151+
rolldown: 1.0.3
152152
safe-buffer: npm:@socketregistry/safe-buffer@^1.0.9
153153
safer-buffer: npm:@socketregistry/safer-buffer@^1.0.10
154154
semver: 7.7.2

0 commit comments

Comments
 (0)