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

fix!: cleanup dead and unused dependencies #3070

Merged
merged 11 commits into from
Dec 24, 2024
Merged

Conversation

dignifiedquire
Copy link
Contributor

@dignifiedquire dignifiedquire commented Dec 22, 2024

Description

Breaking Changes

  • removed regex feature (as the dependency is not used anymore)

Notes & open questions

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.

Copy link

github-actions bot commented Dec 22, 2024

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/3070/docs/iroh/

Last updated: 2024-12-23T08:55:04Z

Copy link

github-actions bot commented Dec 22, 2024

Netsim report & logs for this PR have been generated and is available at: LOGS
This report will remain available for 3 days.

Last updated for commit: 2bf26b4

Copy link
Contributor

@flub flub left a comment

Choose a reason for hiding this comment

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

Needs the breaking change documented, otherwise looks great.

quinn = { package = "iroh-quinn", version = "0.12.0" }
quinn-proto = { package = "iroh-quinn-proto", version = "0.12.0" }
quinn-udp = { package = "iroh-quinn-udp", version = "0.5.5" }
rand = "0.8"
rcgen = "0.13"
regex = { version = "1.7.1", optional = true }
Copy link
Contributor

Choose a reason for hiding this comment

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

The semvers check correctly points out that this is a breaking change because every optional dependency has an implicit feature of its own name. So you'll have to list this in the breaking changes section and fixup the title.

@dignifiedquire dignifiedquire changed the title fix: cleanup dead and unused dependencies fix!: cleanup dead and unused dependencies Dec 24, 2024
@dignifiedquire dignifiedquire added this pull request to the merge queue Dec 24, 2024
Merged via the queue into main with commit a37dcfc Dec 24, 2024
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants