Skip to content

Chore(deps-dev): Bump yaml from 2.8.0 to 2.9.0 - #5186

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/yaml-2.8.1
Open

Chore(deps-dev): Bump yaml from 2.8.0 to 2.9.0#5186
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/yaml-2.8.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2025

Copy link
Copy Markdown
Contributor

Bumps yaml from 2.8.0 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

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)

v2.8.2

  • Serialize -0 as -0 (#638)
  • Do not double newlines for empty map values (#642)

v2.8.1

  • Preserve empty block literals (#634)
提交
  • 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)
  • e1a1a77 fix: Handle invalid unicode escapes
  • a163ea0 style: Satify Prettier
  • b2a5a6c fix: Apply minFractionDigits only to decimal strings (#676)
  • 93c951b chore: Bump JSR version to v2.8.3 (#673)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies 拉取请求 that update a dependency file javascript 拉取请求 that update javascript code labels Aug 19, 2025
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/yaml-2.8.1 branch 3 times, most recently from 238ff75 to 744e03f 比较 August 25, 2025 22:53
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/yaml-2.8.1 branch from 744e03f to 03ba504 比较 August 29, 2025 15:45
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/yaml-2.8.1 branch from 03ba504 to cebd1b3 比较 September 10, 2025 21:01
@cmgoffena13

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [提交](eemeli/yaml@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump yaml from 2.8.0 to 2.8.1 Chore(deps-dev): Bump yaml from 2.8.0 to 2.9.0 Aug 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/yaml-2.8.1 branch from cebd1b3 to 1d51a49 比较 August 29, 2026 22:55
注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

dependencies 拉取请求 that update a dependency file javascript 拉取请求 that update javascript code

项目

None yet

Development

Successfully merging this pull request may close these issues.

2 participants