Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Version Locking for Libraries and Dependencies in Thread #94

Open
KadeMorton opened this issue Apr 27, 2024 · 0 comments
Open
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement Performance, refactoring, and usability

Comments

@KadeMorton
Copy link
Member

Description

Feedback has highlighted the need to stabilise Thread by locking down library and dependency versions to specific major releases. This will prevent the automatic incorporation of potentially unstable updates and ensure that all environments run on the same versions.

Acceptance Criteria

  • Review and document all external libraries and dependencies currently used in Thread.
  • Identify and lock down the most recent major stable versions for these dependencies in the dependency configuration files.
  • Conduct regression testing to confirm that these changes do not interfere with existing functionalities.
  • Revise developer guidelines to include procedures for updating dependencies in the future.

Milestones

  1. Review and Documentation of Dependencies
  2. Update and Lockdown of Dependency Versions
  3. System-Wide Testing
  4. Documentation Update and Rollout
@KadeMorton KadeMorton added documentation Improvements or additions to documentation enhancement Performance, refactoring, and usability dependencies Pull requests that update a dependency file labels Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement Performance, refactoring, and usability
Projects
None yet
Development

No branches or pull requests

1 participant