Uh oh!
There was an error while loading. Please reload this page.
chore(deps-dev): bump js-yaml from 5.2.2 to 5.2.3 - #268
Conversation
dhensby
left a comment
There was a problem hiding this comment.
Dependabot review — approved
Change:js-yaml 5.2.2 → 5.2.3 (patch, devDependency)
| Check | Result |
|---|---|
| PR author | dependabot[bot] ✅ |
| Diff scope | package-lock.json only ✅ |
| Publisher | vitaly — unchanged from 5.2.2 ✅ |
| SLSA provenance | none |
| Source repo | matches nodeca/js-yaml ✅ |
| Install hooks | none new ✅ |
What changed (5.2.3, 2026-08-01)
- Prevent prototype fallback when resolving tags and mapping entries (#782) — prototype-pollution hardening.
- Resolve
!!timestampyears 0000–0099 correctly (#775). - Preserve implicit null mapping values before document markers; reject unpaired mapping event streams (#784).
- Preserve folded scalar values with tab-indented lines when round-tripping an AST through
present()(#780) —dump()and loading unaffected.
All four are correctness/hardening fixes with no API change.
No provenance — confidence rests on publisher continuity (vitaly, unchanged across adjacent versions), a maintainer-pushed source tag, a small reviewable diff, no install hooks, and dev-only scope. nodeca/js-yaml publishes no GitHub releases at all — git tags are the release mechanism, so the absent release is project convention, not an anomaly.
CI
All green — including the full runaction matrix (windows-2022/2025 × sql-2016/2017/2019/2022/latest).
dhensby
commented
Aug 10, 2026
@dependabot rebase |
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.2 to 5.2.3. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@5.2.2...5.2.3) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
45f4995 to
86fec46Compare
dhensby
left a comment
There was a problem hiding this comment.
Dependabot review — approved
Change:js-yaml 5.2.2 → 5.2.3 (patch, devDependency)
| Check | Result |
|---|---|
| PR author | dependabot[bot] ✅ |
| Diff scope | package-lock.json only ✅ |
| Publisher | vitaly — unchanged from 5.2.2 ✅ |
| SLSA provenance | none |
| Source repo | matches nodeca/js-yaml ✅ |
| Install hooks | none new ✅ |
What changed (5.2.3, 2026-08-01)
- Prevent prototype fallback when resolving tags and mapping entries (#782) — prototype-pollution hardening.
- Resolve
!!timestampyears 0000–0099 correctly (#775). - Preserve implicit null mapping values before document markers; reject unpaired mapping event streams (#784).
- Preserve folded scalar values with tab-indented lines when round-tripping an AST through
present()(#780) —dump()and loading unaffected.
All four are correctness/hardening fixes with no API change.
No provenance — confidence rests on publisher continuity (vitaly, unchanged across adjacent versions), a maintainer-pushed source tag, a small reviewable diff, no install hooks, and dev-only scope. nodeca/js-yaml publishes no GitHub releases at all — git tags are the release mechanism, so the absent release is project convention, not an anomaly.
CI
All green — including the full runaction matrix (windows-2022/2025 × sql-2016/2017/2019/2022/latest).
Uh oh!
There was an error while loading. Please reload this page.
Bumps js-yaml from 5.2.2 to 5.2.3.
Changelog
Sourced from js-yaml's changelog.
Commits
67404455.2.3 released94e766dUpdate changelogc3bd7caPolish previous commit, #78000209b6presenter: treat a tab-indented line in a folded scalar as more-indented (#780)40fcb4fFix missing mapping values before document markers and reject unpaired mappin...49280f3Fix !!timestamp resolution for years 0000-0099, #775355dc96fix: prevent prototype fallback in tag and harden object lookups, #782 (than...d524f83docs: add contributing guidelines