Open
Conversation
# [7.0.0](v6.7.0...v7.0.0) (2023-06-24) ### Features * update semver from v19 to v21 ([6e4c378](6e4c378)) ### BREAKING CHANGES * semantic-release/semantic-release@v19.0.5...v21.0.5
* If you have a legacy fix where you are doing a work around and need the old behavior, please add useTagsForBump to config
# [7.1.0](v7.0.0...v7.1.0) (2023-10-16) ### Features * adding dependent prerelease fix behind flag ([cc663d8](cc663d8))
Fixes #83
## [7.1.1](v7.1.0...v7.1.1) (2023-10-23) ### Performance Improvements * tech release to publish [#99](#99) ([34328e1](34328e1))
* fix: bump release type by dependent if inherit * chore: remove auto added package * refactor: no magic numbers * test: add test for inherit when local changes less severe than deps * chore: remove package lock * chore: revert yarn lock
## [7.1.2](v7.1.1...v7.1.2) (2024-07-28) ### Bug Fixes * bump release type by dependent if deps.release is inherit ([#100](#100)) ([d44f324](d44f324))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The main repo has quite a bunch of dependency updates. It's not like it's up-to-date (last release was 1.5 years ago), but at least more up-to-date than our current version.
From what I've seen in the diff, it doesn't change anything about our one change (055808e) and the majority of the diff (2/3 of the additions and almost all of the subtractions) comes from changes to
yarn.lock=> should be fine.