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

Dependency housekeeping #1570

Merged
merged 6 commits into from
Feb 20, 2025
Merged

Dependency housekeeping #1570

merged 6 commits into from
Feb 20, 2025

Conversation

MarcAstr0
Copy link
Collaborator

@MarcAstr0 MarcAstr0 commented Feb 18, 2025

Description

Several dependencies have been upgraded, and their versions have been bumped to keep Booster as updated as possible. Some dependency upgrades required a more significant overhaul and will be addressed in upcoming PRs.

Changes

  • Update package.json of all packages with the upgraded dependency versions.
  • Refactored tests in the CLI package to work with the upgraded oclif.

Checks

  • Project Builds
  • Project passes tests and checks
  • Updated documentation accordingly

@MarcAstr0
Copy link
Collaborator Author

/integration sha=06d78cd7738056d157ba55250f1415439ed7974a

Copy link
Contributor

github-actions bot commented Feb 18, 2025

Oops, looks like you forgot to add a changeset.

⚠️ Please run rush change and commit the changeset file.

This command will prompt you for a change description and generate a changeset file. You can read more about changesets here.

Remember that you should use the version bump that is appropriate for the change you are making:

Version bump Meaning
patch Bug fixes, documentation changes, etc.
minor New features, non-breaking changes
major Breaking changes

If you are unsure about which version bump to use, please ask in the comments and we will help you out.

Copy link
Contributor

✅ Integration tests have finished successfully!

@MarcAstr0 MarcAstr0 requested a review from davidverdu February 19, 2025 17:56
@MarcAstr0 MarcAstr0 added the dependencies Pull requests that update a dependency file label Feb 19, 2025
@MarcAstr0 MarcAstr0 marked this pull request as ready for review February 19, 2025 17:59
Copy link
Collaborator

@davidverdu davidverdu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I left some comments I wanted to do due to major version upgrades in some packages. Nonetheless, I think the PR is OK because the tests are passing.

@MarcAstr0
Copy link
Collaborator Author

@davidverdu all major-version upgrades were tested and made sure nothing broke. As explained in the PR description, major versions that broke code will have to be addressed separately in another PR.

@MarcAstr0 MarcAstr0 merged commit 603c554 into main Feb 20, 2025
6 checks passed
@MarcAstr0 MarcAstr0 deleted the dependency_housekeeping branch February 20, 2025 12:50
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants