Skip to content

chore(deps): bump yaml from 2.8.2 to 2.9.1 - #6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/yaml-2.9.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/yaml-2.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown

Bumps yaml from 2.8.2 to 2.9.1.

Release notes

Sourced from yaml's releases.

v2.9.1

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

v2.9.0

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

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

v2.8.3

  • Add trailingComma ToString option for multiline flow formatting (#670)
  • Catch stack overflow during node composition (1e84ebb)
Commits
  • 1440ecd 2.9.1
  • c699bc5 fix: Simplify line unfolding during quoted string parsing (#714)
  • d11ce77 fix: Limit recursive merge aliases (#713)
  • c5f49f4 chore: Update docs-slate
  • ddb21b0 2.9.0
  • 167365b docs: Clarify that not all errors can be avoided
  • 6eca2a7 fix: Avoid calling Array.prototype.push.apply() with large source array
  • 0543cd5 fix(lexer): Avoid recursive calls that may exhaust the call stack
  • ccdf743 2.8.4
  • f625789 fix: Disable alias resolution with maxAliasCount:0 (#677)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/bun/yaml-2.9.0 branch 10 times, most recently from ecf2e46 to c3c1d55 Compare August 24, 2026 12:13
@dependabot
dependabot Bot force-pushed the dependabot/bun/yaml-2.9.0 branch 3 times, most recently from 1f8a7a6 to ec5ba82 Compare August 31, 2026 14:24
@dependabot
dependabot Bot force-pushed the dependabot/bun/yaml-2.9.0 branch 3 times, most recently from 434f5f1 to cb85c76 Compare September 10, 2026 08:58
@dependabot
dependabot Bot force-pushed the dependabot/bun/yaml-2.9.0 branch 4 times, most recently from 6dc4d5b to b8d44db Compare September 14, 2026 14:18
@dependabot dependabot Bot changed the title chore(deps): bump yaml from 2.8.2 to 2.9.0 chore(deps): bump yaml from 2.8.2 to 2.9.1 Sep 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bun/yaml-2.9.0 branch from b8d44db to 0dc1e05 Compare September 15, 2026 04:07
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.2 to 2.9.1.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.2...v2.9.1)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bun/yaml-2.9.0 branch from 0dc1e05 to a6c3553 Compare September 16, 2026 03:09
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.

0 participants