feat: add maxMergeSeqLength = 20 option in v3#761
Closed
G-Rath wants to merge 2 commits into
Closed
Conversation
|
That would be really nice to have it in v3, since a lot of packages still use it. |
G-Rath
added a commit
to ackama/rails-template
that referenced
this pull request
Jun 22, 2026
- GHSA-8988-4f7v-96qf is due to `lighthouse` using an old version of `@sentry/node` which [I've upgraded](GoogleChrome/lighthouse#17079), we're just waiting for a release on - GHSA-h67p-54hq-rp68 is due to a dependency of Jest - I have done a [backport to v3](nodeca/js-yaml#761) which I'm hoping will get landed...
|
@puzrin Hi! Any chance it could be merged? |
Member
|
Option gone in 5.2. Backported |
Author
|
Thanks, I've opened github/advisory-database#8152 to update the advisory to reflect the backport |
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.
This backports 3de1b76 to v3 allowing GHSA-h67p-54hq-rp68 to be resolved downstream more easily.
While I would really like to just upgrade everything to v4, the change lands very cleanly and there's still a lot of use of v3 so I figured I'd see if people were open to releasing this :)
Resolves #762