Skip to content

Update dependency js-yaml to v5.4.2 - #2407

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/js-yaml-5.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/js-yaml-5.x

Conversation

@renovate

@renovate renovate Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
js-yaml 5.2.25.4.2 age confidence

Release Notes

nodeca/js-yaml (js-yaml)

v5.4.2

Compare Source

Fixed
  • forceQuotes no longer quotes non-string scalars, #​798.

v5.4.1

Compare Source

v5.4.0

Compare Source

Added
  • Added the scalarStyleRules dumper option to customize string formatting.
    See Scalar styling for details.
Changed
  • [breaking] Flattened the low-level AST node style representation. Scalar
    and collection nodes now use SCALAR_STYLE and COLLECTION_STYLE values;
    explicit tags use the separate tagged property. Alias nodes now contain
    only kind and anchor. This only affects code that directly constructs or
    edits AST nodes.
  • [breaking] The sortKeys option was rewritten using AST mutation to avoid
    side effects.
  • Reworked scalar style selection. This can change formatting without changing
    loaded values; in particular, whitespace-only strings are now double-quoted.
Fixed
  • Accept a byte order mark at the start of each document in a stream, #​791.
  • Produce valid flow mappings with quoteFlowKeys and flowSkipColonSpace,
    including alias and property-only keys, #​786.
  • Preserve empty scalar items when converting block sequences to flow style.
  • Do not apply the 1024-character simple-key limit to flow mapping keys.
  • Count Unicode code points, rather than UTF-16 code units, for the
    1024-character simple-key limit.
  • Add an explicit document-end marker after keep-chomped block scalars when
    needed to preserve trailing newlines.

v5.3.0

Compare Source

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.

v5.2.3

Compare Source

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.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate Renovate bot did it label Aug 2, 2026
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch 2 times, most recently from 7eaa255 to 3cd123c Compare August 15, 2026 12:53
@renovate renovate Bot changed the title Update dependency js-yaml to v5.2.3 Update dependency js-yaml to v5.3.0 Aug 15, 2026
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 3cd123c to 4a44106 Compare August 26, 2026 10:25
@renovate renovate Bot changed the title Update dependency js-yaml to v5.3.0 Update dependency js-yaml to v5.4.0 Aug 26, 2026
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 4a44106 to f058678 Compare August 27, 2026 22:33
@renovate renovate Bot changed the title Update dependency js-yaml to v5.4.0 Update dependency js-yaml to v5.4.1 Aug 27, 2026
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch 2 times, most recently from 2cb541f to 25afc2d Compare September 7, 2026 23:08
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch 3 times, most recently from e06d9f3 to 90aeb8d Compare September 14, 2026 06:00
@renovate renovate Bot changed the title Update dependency js-yaml to v5.4.1 Update dependency js-yaml to v5.4.2 Sep 14, 2026
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 90aeb8d to dbc0efa Compare September 15, 2026 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Renovate bot did it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants