From 264ff585aa5a48fda1facfa7a9575f1e5238e314 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 12 Sep 2026 12:31:46 +0000 Subject: [PATCH] chore(changesets): only bump peer dependents when out of range Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_012VRbFCp41otcScXE1YY3es --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 962a802171..7709182e45 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -23,5 +23,8 @@ "ignore": [ "@modelcontextprotocol/examples", "@mcp-examples/*" - ] + ], + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "onlyUpdatePeerDependentsWhenOutOfRange": true + } }