Skip to content

chore(deps): bump yaml from 2.8.4 to 2.9.0 - #195

Merged
kevinjosethomas merged 1 commit into
mainfrom
dependabot/npm_and_yarn/yaml-2.9.0
Jun 22, 2026
Merged

chore(deps): bump yaml from 2.8.4 to 2.9.0#195
kevinjosethomas merged 1 commit into
mainfrom
dependabot/npm_and_yarn/yaml-2.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown

Bumps yaml from 2.8.4 to 2.9.0.

Release notes

Sourced from yaml's releases.

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
Commits
  • 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
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Low Risk
Dependency-only bump with no code changes; 2.9.0 is a minor release with parser robustness fixes that should be compatible with existing parse() usage in frontmatter handling.

Overview
Bumps the yaml npm dependency from 2.8.4 to 2.9.0 in packages/coding-agent/package.json and the root lockfile. No application source changes.

2.9.0 includes lexer/parser hardening (avoids stack exhaustion and large-array push.apply issues) and clarifies that parse() / parseAllDocuments() are not guaranteed to never throw on hostile input. The agent still uses yaml mainly for frontmatter parsing in frontmatter.ts.

Reviewed by Cursor Bugbot for commit ec9b010. Bugbot is set up for automated code reviews on this repo. Configure here.

Note

Bump yaml dependency from 2.8.4 to 2.9.0 in coding-agent

Updates the yaml package version constraint in package.json from ^2.8.2 to ^2.9.0 and regenerates the lockfile accordingly.

Macroscope summarized ec9b010.

Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.4 to 2.9.0.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.4...v2.9.0)

---
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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 18, 2026
@kevinjosethomas
kevinjosethomas merged commit fa7af38 into main Jun 22, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/yaml-2.9.0 branch June 22, 2026 21:31
zhengr pushed a commit to zhengr/prime-agent that referenced this pull request Aug 8, 2026
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.4 to 2.9.0.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.4...v2.9.0)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant