Conversation
- Merge all Dependabot PRs (#1-8) - Update GitHub Actions: checkout v6, upload-artifact v5, codecov-action v5, codeql-action v4 - Update npm dependencies: happy-dom 20.x, vitest 4.x, React 19, eslint-plugin-react-hooks 7.x - Fix React 19 JSX types for custom web components - Update tests for React 19 boolean attribute behavior - Fix vitest 4.x jest-dom matchers import - Disable react-hooks/refs rule for web component wrappers Closes #1, closes #2, closes #3, closes #4, closes #5, closes #6, closes #7, closes #8
f7d1c50 to
3292046
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.
Description
Consolidates all Dependabot PRs (#1-8) into a single update with necessary compatibility fixes.
GitHub Actions Updates:
npm Dependency Updates:
Compatibility Fixes:
expect.extend(matchers)patternRelated Issues
Closes #1, closes #2, closes #3, closes #4, closes #5, closes #6, closes #7, closes #8
Type of Change
Packages Affected
@formkit-gov/core@formkit-gov/react@formkit-gov/store@formkit-gov/wizard@formkit-gov/openapi@formkit-gov/validators@formkit-gov/test-utilsChecklist
Code Quality
Testing
Documentation
Changesets
pnpm changeset)Screenshots (if applicable)
N/A
Testing Instructions
pnpm installto install updated dependenciespnpm testto verify all 737 tests passpnpm typecheckto verify TypeScript compilespnpm lintto verify no linting errorsAdditional Notes