Update markdown cicero#1246
Merged
Merged
Conversation
Ndpnt
approved these changes
May 26, 2026
24f5fb2 to
c8643da
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.
Running
npm ciin downstream collections now fails — see for example the user-rights-declarations CI run #26438517995:The engine pulls in a broken
concerto-coreversion transitively:Upstream published
concerto-core@3.19.8(now flagged as deprecated) with local filesystem paths instead of registry versions in its dependencies:The packaging mistake comes from accordproject/concerto#945, which leaked monorepo paths into the published artifact.
The bug has been present since
concerto-core@3.19.8was released in November 2024 but stayed latent: oldernpmversions silently resolved thefile:..references via dedup links to the top-levelconcerto-ctoandconcerto-utilpackages already in the tree. Recentnpmreleases on GitHub Actions runners tightened lock-file validation, andnpm cinow refuses to proceed.Bumping
@accordproject/markdown-ciceroto^0.18.0removes the problematic branch entirely: from0.18.0onwards, this package no longer declares anyconcerto-coredependency.