[codex] Install SuperDoc from template-builder and eSign#3335
Draft
caio-pizzol wants to merge 1 commit into
Draft
[codex] Install SuperDoc from template-builder and eSign#3335caio-pizzol wants to merge 1 commit into
caio-pizzol wants to merge 1 commit into
Conversation
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
superdocas a runtime dependency for@superdoc-dev/template-builderand@superdoc-dev/esignwhile keeping it as a peer dependency.^1.33.1so updating the wrappers moves customers onto the current stable SuperDoc line.Record<string, unknown>passthrough pluspdfLib: object).Base Branch
This PR targets
stableintentionally as a customer-facing hotfix path. The repo has used direct-to-stable PRs for release fixes and wrapper peer-floor bumps before, and merging this intostablelets the existing template-builder and eSign release workflows publishlatestimmediately.mainstill needs the separate stable -> main recovery work so release ancestry and package manifests catch up. Until that is fixed, routing this throughmainwould delay the customer unblock and add another dependency on the broken sync path.Impact
This is a manifest/install behavior change, not a bundling change. Consumers below SuperDoc
1.33.1will need to move to the current stable line when they take these wrapper releases.We do not need to bump these floors on every SuperDoc release. The floor only needs to move when we intentionally want a wrapper release to force consumers onto a newer minimum SuperDoc version.
Validation
CI=1 pnpm install --frozen-lockfile --lockfile-onlyCI=1 pnpm install --frozen-lockfilepnpm run build:superdocpnpm --filter @superdoc-dev/template-builder --filter @superdoc-dev/esign lintpnpm --filter @superdoc-dev/template-builder --filter @superdoc-dev/esign type-checkpnpm --filter @superdoc-dev/template-builder --filter @superdoc-dev/esign buildpnpm --filter @superdoc-dev/template-builder --filter @superdoc-dev/esign test