Skip to content

Update dependency yaml to v2.9.1 - #675

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/yaml-2.x
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/yaml-2.x

Conversation

@renovate

@renovate renovate Bot commented May 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
yaml (source) 2.8.32.9.1 age confidence

Release Notes

eemeli/yaml (yaml)

v2.9.1

Compare Source

  • Limit recursive merge aliases (#​685, #​713)
  • Simplify line unfolding during quoted string parsing (#​714)

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 becomes conflicted, 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.

@renovate
renovate Bot requested a review from a team as a code owner May 2, 2026 13:28
@renovate renovate Bot changed the title Update dependency yaml to v2.8.4 Update dependency yaml to v2.9.0 May 11, 2026
@renovate
renovate Bot force-pushed the renovate/yaml-2.x branch 2 times, most recently from b2720a7 to de27545 Compare May 12, 2026 16:59
@renovate
renovate Bot force-pushed the renovate/yaml-2.x branch from de27545 to e4e7560 Compare May 28, 2026 18:50
@renovate
renovate Bot force-pushed the renovate/yaml-2.x branch from e4e7560 to 54e959f Compare June 11, 2026 18:41
@renovate
renovate Bot force-pushed the renovate/yaml-2.x branch 2 times, most recently from eb7e956 to c5601ae Compare July 16, 2026 15:10
@renovate
renovate Bot force-pushed the renovate/yaml-2.x branch from c5601ae to bc449f5 Compare September 11, 2026 22:35
@renovate renovate Bot changed the title Update dependency yaml to v2.9.0 Update dependency yaml to v2.9.1 Sep 11, 2026
@renovate

renovate Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
➤ YN0000: · Yarn 4.15.0
➤ YN0000: ┌ Resolution step
➤ YN0016: │ yaml@npm:2.9.1: All versions satisfying "2.9.1" are quarantined
➤ YN0000: └ Completed in 0s 514ms
➤ YN0000: · Failed with errors in 0s 540ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants