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
4 changes: 4 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"baseBranch": "main",
"updateInternalDependencies": "minor",
"bumpVersionsWithWorkspaceProtocolOnly": true,
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true,
"updateInternalDependents": "out-of-range"
},
Comment on lines +16 to +19
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The config schema URL is pinned to @changesets/config@3.0.2, but the repo is using @changesets/config@3.1.2 (via @changesets/cli in pnpm-lock.yaml). With the newly added experimental options, the older schema may not validate/auto-complete these keys correctly in editors or schema-based linters. Consider updating the $schema URL to match the installed @changesets/config version (or otherwise aligning these versions) to avoid false schema errors and reduce confusion.

Copilot uses AI. Check for mistakes.
"ignore": [
"@emdash-cms/blocks-playground",
"@emdash-cms/demo-cloudflare",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/atproto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"author": "Matt Kane",
"license": "MIT",
"dependencies": {
"peerDependencies": {
"emdash": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/audit-log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"author": "Matt Kane",
"license": "MIT",
"dependencies": {
"peerDependencies": {
"emdash": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/webhook-notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"author": "Matt Kane",
"license": "MIT",
"dependencies": {
"peerDependencies": {
"emdash": "workspace:*"
},
"devDependencies": {
Expand Down
Loading