Skip to content

v4 Changelog update #114

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

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.0.0

- **Breaking Change:** Added "non-dev packages that are only used within bin/" check to cover this edge case.
This is enabled by default, and will break the execution of dependency_validator if it occurs within the codebase.
Resolution is to either ignore the dependency, or demote the dependency to a dev_dep
- Fixed bug where uris declared within comments and strings would register as dependency "usages"

# 3.2.2

- Raise dependency minimums to ensure all dependencies are null-safe.
Expand Down
Loading