Apply the ratified dependency policy. - #698
Draft
martnpaneq wants to merge 1 commit into
Draft
Conversation
martnpaneq
force-pushed
the
ci/4697-dependency-policy
branch
from
September 3, 2026 11:40
65fda33 to
23b5091
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Summary
Applies the ratified dependency policy in this repository:
--frozen-lockfile, instead of relying on pnpm switching it on by itself once it notices CI.*ckeditor5*cooldown exclusion is replaced by the four unscoped names we own. The glob matched any package withckeditor5in the name, including someone else's, and an excluded name skips the cooldown completely.blockExoticSubdeps: trueis added, so only registry tarballs can enter the tree as subdependencies.📌 Related issues
blockExoticSubdeps: harden: missing or incorrect trustpolicy in pnpm-workspace.yaml... ckeditor5#20216.💡 Additional information
Checked with
pnpm install --frozen-lockfile --lockfile-onlyon pnpm 11.14.0: the lockfile passes (956 entries), soblockExoticSubdepsdoes not reject anything in the tree today. The CircleCI jobs themselves were not run, so CI here is the real check.Internal only (CI and dependency settings), so no changelog entry.