fix: align core API and banner dependency contracts - #1828
Draft
Jacky-Pham wants to merge 1 commit into
Draft
Jacky-Pham wants to merge 1 commit into
Jacky-Pham 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.



The installed fetch client normalizes headers before request hooks, but the core API plugins still implement obsolete object/array branches that fail strict checking. Use the Headers contract while preserving authentication, account IDs, optional API keys, caller metadata and error redirects.
Replace DOMPurify's removed type alias with its inferred sanitizer type, add JSDOM development declarations, and extend the existing Nuxt UI alert declaration patch to accept the close-button class already forwarded at runtime. Existing runtime versions and dependency-resolution graphs are unchanged; the only new packages are
@types/jsdomand@types/tough-cookie. Identical dependency patches are installed across all five frontends.Validation:
96732d88; all 37 PR checks succeed or are intentionally skipped.87d21144, passes all five lint/test/build jobs and 1,083 frontend tests.Stacked on #1827. This preserves the tested behavior while correcting dependency contracts; remaining type errors, backend lint and browser coverage still prevent full component sign-off.