Skip to content

Update dependency yaml to v2.9.0#752

Merged
RichDom2185 merged 1 commit into
masterfrom
renovate/yaml-2.x-lockfile
Jul 3, 2026
Merged

Update dependency yaml to v2.9.0#752
RichDom2185 merged 1 commit into
masterfrom
renovate/yaml-2.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
yaml (source) 2.8.32.9.0 age confidence

Release Notes

eemeli/yaml (yaml)

v2.9.0

Compare Source

The changes here are really only patches, but I'm releasing this as a minor version to note a small change to the documentation of parseDocument() and parseAllDocuments(): I've removed the claim that they'll "never throw".

It remains the case that practically all non-malicious inputs will be handled without emitting an error, but there is a decent chance that code paths remain where e.g. a RangeError due to call stack exhaustion can be triggered by malicious inputs. Up to now, I've considered these as security vulnerabilities, and in fact it's the only category of error for which yaml CVEs have been issued so far.

Starting from this release, I'll be considering such errors as bugs, but not vulnerabilities. I do welcome people and/or LLMs looking for them, but please report them as normal issues rather than suspected security vulnerabilities. This also applies to previously undiscovered bugs in earlier releases.

  • fix: Avoid calling Array.prototype.push.apply() with large source array
  • fix(lexer): Avoid recursive calls that may exhaust the call stack

v2.8.4

Compare Source

  • Disable alias resolution with maxAliasCount:0 (#​677)
  • Handle invalid unicode escapes (e1a1a77)
  • Apply minFractionDigits only to decimal strings (#​676)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@RichDom2185 RichDom2185 enabled auto-merge (squash) July 3, 2026 14:21
@renovate renovate Bot force-pushed the renovate/yaml-2.x-lockfile branch 17 times, most recently from e25c4c1 to 4a2ed4f Compare July 3, 2026 21:13
@renovate renovate Bot force-pushed the renovate/yaml-2.x-lockfile branch from 4a2ed4f to b4edced Compare July 3, 2026 21:37
@RichDom2185 RichDom2185 merged commit 3e204f4 into master Jul 3, 2026
12 checks passed
@RichDom2185 RichDom2185 deleted the renovate/yaml-2.x-lockfile branch July 3, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant