Bump remaining fdc3-conformance dependencies - #2113
Draft
julianna-ciq wants to merge 41 commits into
Draft
Conversation
Document Vitest UI reporter usage
* Remove unused FDC3 security dependency * Remove empty FDC3 depcheck config
…ncies Remove unused CommonJS build dependency
…ndencies Remove unused agent proxy dependencies
…ncies Clean up web implementation dependencies
…ncies Remove unused web demo dependencies
…endencies Remove unused example app dependencies
…ndencies Remove unused conformance dependencies
Clean up shared testing dependencies
…ncies Remove unused standard dependencies
Remove unused schema tslib dependency
…cies Remove unused context tslib dependency
…encies Remove unused get-agent dependencies
…ncies Clean up security dependencies
# Conflicts: # package-lock.json # packages/fdc3-security/package.json # packages/fdc3-standard/package.json # packages/testing/package.json # toolbox/fdc3-example-apps/package.json
* Remove unused workbench dependencies * Remove reintroduced unused dependencies
# Conflicts: # package-lock.json # packages/fdc3-schema/package.json # toolbox/fdc3-example-apps/package.json
# Conflicts: # package-lock.json # package.json # packages/fdc3-get-agent/package.json # packages/fdc3-security/package.json # packages/fdc3-standard/package.json # packages/testing/package.json # toolbox/fdc3-conformance/package.json # toolbox/fdc3-for-web/fdc3-web-impl/package.json # toolbox/fdc3-workbench/package.json
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2113 +/- ##
=======================================
Coverage 95.11% 95.11%
=======================================
Files 73 73
Lines 4196 4196
Branches 670 592 -78
=======================================
Hits 3991 3991
Misses 205 205 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
julianna-ciq
marked this pull request as ready for review
August 12, 2026 18:17
julianna-ciq
marked this pull request as draft
August 13, 2026 03:24
kriswest
marked this pull request as ready for review
August 13, 2026 07:29
kriswest
marked this pull request as draft
August 13, 2026 07:29
Contributor
|
Needs conflicts resolved @julianna-ciq |
✅ Deploy Preview for fdc3 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Can you manually test this one in conformance framework / web demo (i'm travelling now but can at least apporve if I know its still getting same result (97%, 1 fail, no obviously failed test) |
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
Updates the remaining outdated external dependencies in the
fdc3-conformanceworkspace:chaifrom 4.x to 6.2.2@types/chaifrom 4.x to 5.2.3mochafrom 10.x to 11.8.0This is stacked on #2101 and targets its
agent/bump-vitebranch.Impact
Keeps the conformance tool on supported current versions of its assertion and browser test dependencies. Mocha remains a runtime dependency because the conformance build bundles Mocha and copies
mocha.cssinto its distribution.Validation
npm run build --workspace toolbox/fdc3-conformance— passesnpm ls chai mocha @types/chai --workspace toolbox/fdc3-conformance— resolves Chai 6.2.2, Mocha 11.8.0, and Chai types 5.2.3git diff --check— passesnpm test— attempted, but the full workspace run did not complete within 120 seconds and reported pre-existing failures outside this PR's scope in schema reference generation and the stacked ESLint/AJV dependency set