[Dependabot] Move zone.js and typescript rules into "ignore" settings and ignore major/minor versions#4617
Merged
tdonohue merged 1 commit intoDSpace:mainfrom Jul 31, 2025
Conversation
…ll major/minor versions
Member
Author
|
Merging immediately as this is just dependabot & it's not possible to test without merging. |
Member
Author
|
🎉 This PR fixed the above dependabot error. It ran successfully now with no errors. |
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.
References
Refactors code added in these two PRs:
Description
Since merging #4424 and #4483, it appears that dependabot has been having issues with our configuration. We're seeing this error everytime dependabot attempts to run on dependencies:
As best I can tell, it appears that dependabot doesn't like the syntax we used to "ignore" the minor upgrades for typescript (and possibly also zonejs). These errors started only after merging the above PRs, so I think they are the cause.
So, this PR is just moving those settings to the
ignoresection and specifically ignoring major & minor upgrades of those dependencies. Hopefully, this will help fix things for dependabot.