Skip to content

Bump js-yaml from 4.3.1 to 5.3.0 in the npm group across 1 directory - #83

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-33beca4d61
Open

Bump js-yaml from 4.3.1 to 5.3.0 in the npm group across 1 directory#83
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-33beca4d61

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm group with 1 update in the / directory: js-yaml.

Updates js-yaml from 4.3.1 to 5.3.0

Changelog

Sourced from js-yaml's changelog.

[5.3.0] - 2026-08-14

This release focuses on reworking the documentation and making small architectural improvements before moving forward.

Added

  • Added completely new documentation.
  • Exported DUMP_SCHEMA, the default schema used by the dumper.
  • Added YAMLException.throwAt() for throwing an error at a source position.

Changed

  • Changed flat constant exports to grouped exports: EVENT_ID, SCALAR_STYLE, COLLECTION_STYLE, and CHOMPING_MODE, along with their value types. The old exports are still preserved, but deprecated.
  • Made identify mandatory for custom tag definitions. Use identify: () => false for load-only tags.

Deprecated

  • Deprecated flat constant exports. Use grouped ones instead.

Removed

  • Removed the MERGE_KEY export (not used anymore after last fixes).

Fixed

  • Validate << sequence items at merge time, so aliased merge sources are checked too.
  • Resolve << outside of a mapping key as the plain string '<<', matching v4, instead of leaking an internal symbol into the result.

[5.2.3] - 2026-08-01

Fixed

  • Prevent prototype fallback when resolving tags and mapping entries, #782.
  • Resolve !!timestamp years 0000-0099 correctly, #775.
  • Preserve implicit null mapping values before document markers and reject unpaired mapping event streams, #784.
  • Preserve folded scalar values with tab-indented lines when round-tripping a parsed AST through present(); dump() and loading are unaffected, #780.

[5.2.2] - 2026-07-24

Fixed

  • Quote flow scalars where a colon precedes a flow indicator, #773.

Security

  • Avoid exponential parsing time for nested flow sequence pairs.

... (truncated)

Commits
  • 04db458 5.3.0 released
  • 22ce0a0 Changelog update
  • fae37b8 fix: << outside a mapping key no longer leaks the internal merge symbol
  • b62ef83 fix: validate << sequence items at merge time, so aliased sources are check...
  • cc665ec docs: review and update annotations
  • 2aa24a6 Changelog update
  • eec6902 Restore deprecated parser constant exports
  • 03397ac Move throwErrorAt to YAMLException as throwAt
  • d9dd2c7 docs: new condensed theme
  • 0f898e6 docs: annotation tweaks
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 23, 2026
@dependabot dependabot Bot changed the title build(deps): bump js-yaml from 4.2.0 to 5.1.0 in the npm group build(deps): bump js-yaml from 4.3.0 to 5.2.1 in the npm group across 1 directory Jul 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-33beca4d61 branch 2 times, most recently from 53f2dd2 to 401f7fd Compare July 14, 2026 15:05
@dependabot dependabot Bot changed the title build(deps): bump js-yaml from 4.3.0 to 5.2.1 in the npm group across 1 directory build(deps): bump js-yaml from 4.3.0 to 5.2.2 in the npm group across 1 directory Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-33beca4d61 branch from 401f7fd to f0c724d Compare July 28, 2026 15:05
@dependabot dependabot Bot changed the title build(deps): bump js-yaml from 4.3.0 to 5.2.2 in the npm group across 1 directory build(deps): bump js-yaml from 4.3.1 to 5.2.3 in the npm group across 1 directory Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-33beca4d61 branch from f0c724d to ceb48df Compare August 4, 2026 15:05
@dependabot dependabot Bot changed the title build(deps): bump js-yaml from 4.3.1 to 5.2.3 in the npm group across 1 directory build(deps): bump js-yaml from 4.3.1 to 5.3.0 in the npm group across 1 directory Aug 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-33beca4d61 branch from ceb48df to 40ee9a1 Compare August 18, 2026 15:05
Bumps the npm group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml).


Updates `js-yaml` from 4.3.1 to 5.3.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.3.1...5.3.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump js-yaml from 4.3.1 to 5.3.0 in the npm group across 1 directory Bump js-yaml from 4.3.1 to 5.3.0 in the npm group across 1 directory Aug 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-33beca4d61 branch from 40ee9a1 to b7cf439 Compare August 25, 2026 15:05
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.

0 participants