Merged
Conversation
Enhanced test coverage for `useSharedState`, `useSharedFunction`, and `useSharedSubscription` hooks to validate their behavior with shared resources, lifecycle management, and scoping capabilities. - Added tests for `useSharedState` to verify state sharing between components and isolation via `SharedStatesProvider`. - Introduced `useSharedFunction` tests to ensure proper handling of async functions, state clearing, and forced executions. - Implemented `useSharedSubscription` tests to confirm subscription lifecycle handling, including automatic unsubscription on component unmount. - Enhanced mocking for predictable key generation in test instances. - Fixed issues in `clear` methods for `sharedFunctionsData` and `sharedSubscriptionsData` to properly reset state and notify listeners.
Introduced a new GitHub workflow to automate testing on `master` branch pushes and pull requests. Ensures consistent test execution on every code change. - Configured triggers for `push` and `pull_request` events on the `master` branch. - Set up tasks to install dependencies using `pnpm` and run tests. - Utilized `actions/setup-node` to specify Node.js version `23.x`.
Updated the auto-bumper GitHub Actions workflow to point to the root-level `package.json` instead of the nested `surveyjs-builder` path. This ensures the correct package file is referenced during automated operations.
Updated the auto-bumper GitHub Actions workflow to point to the root-level `package.json` instead of the nested `surveyjs-builder` path. This ensures the correct package file is referenced during automated operations.
The `push` event trigger for the `master` branch was removed from the GitHub Actions test workflow, as it's no longer required. The workflow now focuses on pull request events to streamline automation.
Owner
Author
|
@github-bot bump |
|
Okay boss, ⏳ Bumping version to 1.0.7... |
|
✅ Version bumped to 1.0.8 |
Updated the auto-bumper workflow to capitalize "BOSS" in the comment body for consistency and improved emphasis. This minor change enhances the clarity and tone of the message.
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.
No description provided.