Skip to content

chore: upgrade and organize workspace deps#2052

Merged
gilcu3 merged 2 commits intomainfrom
2050-upgrade-and-organized-workspace-dependencies
Feb 11, 2026
Merged

chore: upgrade and organize workspace deps#2052
gilcu3 merged 2 commits intomainfrom
2050-upgrade-and-organized-workspace-dependencies

Conversation

@gilcu3
Copy link
Contributor

@gilcu3 gilcu3 commented Feb 11, 2026

Closes #2050

@gilcu3 gilcu3 linked an issue Feb 11, 2026 that may be closed by this pull request
@gilcu3 gilcu3 force-pushed the 2050-upgrade-and-organized-workspace-dependencies branch 2 times, most recently from 37b6863 to d727c59 Compare February 11, 2026 08:00
@gilcu3 gilcu3 marked this pull request as ready for review February 11, 2026 08:10

[bans]
multiple-versions = "deny"
multiple-versions = "warn"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

as discussed recently in slack, failing for duplicates is not a good choice, so a warning is fine here

@gilcu3 gilcu3 force-pushed the 2050-upgrade-and-organized-workspace-dependencies branch from d727c59 to ea0cb6c Compare February 11, 2026 08:11

## Outdated dependencies we cannot upgrade ##
# Version 0.8.3 requires rustc 1.88
httpmock = "0.8.2"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
httpmock = "0.8.2"
httpmock = "=0.8.2"

Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggesting on your own PR? 😂

Copy link
Contributor Author

@gilcu3 gilcu3 Feb 11, 2026

Choose a reason for hiding this comment

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

yeah didn't want to do a git switch locally and break reviewers view :)

Copy link
Contributor

Choose a reason for hiding this comment

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

Now that we have the new resolver, we don't need to pin versions because of MSRV

Copy link
Contributor Author

@gilcu3 gilcu3 Feb 11, 2026

Choose a reason for hiding this comment

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

True, that's really nice :) although it only helps when doing the bumping automatically, so the = will still give the correct sign to the manual updater

netrome
netrome previously approved these changes Feb 11, 2026
Copy link
Collaborator

@netrome netrome left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Contributor

@DSharifi DSharifi left a comment

Choose a reason for hiding this comment

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

Thanks for doing this.

Some of the comments and pinning of versions are inaccurate though.

DSharifi
DSharifi previously approved these changes Feb 11, 2026
Copy link
Contributor

@DSharifi DSharifi left a comment

Choose a reason for hiding this comment

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

Discussed sync

@gilcu3 gilcu3 dismissed stale reviews from DSharifi and netrome via ea5014f February 11, 2026 11:41
@gilcu3 gilcu3 force-pushed the 2050-upgrade-and-organized-workspace-dependencies branch 2 times, most recently from ea5014f to cef22ac Compare February 11, 2026 11:42
@gilcu3 gilcu3 enabled auto-merge February 11, 2026 12:26
@gilcu3 gilcu3 force-pushed the 2050-upgrade-and-organized-workspace-dependencies branch from 228d272 to 054745e Compare February 11, 2026 14:53
@gilcu3
Copy link
Contributor Author

gilcu3 commented Feb 11, 2026

@claude can you review?

@gilcu3 gilcu3 added this pull request to the merge queue Feb 11, 2026
Merged via the queue into main with commit b74fda7 Feb 11, 2026
9 checks passed
@gilcu3 gilcu3 deleted the 2050-upgrade-and-organized-workspace-dependencies branch February 11, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

upgrade and organized workspace dependencies

3 participants