Skip to content

fix(deps): update dependency js-yaml to v5 - #1350

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

fix(deps): update dependency js-yaml to v5#1350
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/js-yaml-5.x

Conversation

@renovate

@renovate renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
js-yaml dependencies major 4.3.15.3.0 OpenSSF Scorecard

Release Notes

nodeca/js-yaml (js-yaml)

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.

v5.2.2

Compare Source

Fixed
  • Quote flow scalars where a colon precedes a flow indicator, #​773.
Security
  • Avoid exponential parsing time for nested flow sequence pairs.

v5.2.1

Compare Source

Fixed
  • Add Map support to !!omap (should work when realMapTag used)
Security
  • Remove quadratic complexity from !!omap addItem. Regression from v5
    (usually not critical, because YAML11_SCHEMA is not default anymore).

v5.2.0

Compare Source

Added
  • Added maxTotalMergeKeys (10000) loader option to limit the total number of
    keys processed by YAML merge (<<) across one load() / loadAll() call.
  • Added maxAliases (-1) loader option to limit the number of YAML aliases per
    document.
Removed
  • maxMergeSeqLength replaced with maxTotalMergeKeys for limiting YAML merge
    processing.
Fixed
  • Round-trip of integers with exponential form (>= 1e21)

v5.1.0

Compare Source

Added
  • Collection tags can finalize an incrementally populated carrier into a
    different result value.
Changed
  • [breaking] quoteStyle now selects the preferred quote style; use the
    restored forceQuotes option to force quoting non-key strings.

v5.0.0

Compare Source

Added
  • Added named exports for schemas, tags, parser events and AST utilities.
  • Reworked JSON_SCHEMA and CORE_SCHEMA with spec-compliant scalar resolution
    rules, and added YAML11_SCHEMA.
  • Added realMapTag for lossless mappings with non-string and complex keys.
    Object-based mappings now reject complex keys instead of stringifying them.
  • Added dump() transform option for changing the generated AST before
    rendering.
  • Added dump() options seqInlineFirst, flowBracketPadding,
    flowSkipCommaSpace, flowSkipColonSpace, quoteFlowKeys, quoteStyle and
    tagBeforeAnchor.
  • Added formal data layers (events and AST) for modular data pipelines.
    • Added low-level parser (to events), presenter and visitor APIs.
  • Added the YAML Test Suite to the
    test set.
Changed
  • See the migration guide for upgrade notes.
  • Rewritten in TypeScript and reorganized the public API around flat named
    exports.
  • Reduced the set of exported schemas:
    • YAML 1.2 schemas: CORE_SCHEMA (loader default), JSON_SCHEMA,
      FAILSAFE_SCHEMA.
    • YAML11_SCHEMA, a combination of all YAML 1.1 tags (YAML 1.1 does not
      specify a schema, only "types").
  • load/dump default behaviour is now specified exactly via schemas:
    • load uses CORE_SCHEMA, without !!merge by default.
    • dump uses YAML11_SCHEMA + CORE_SCHEMA for the quoting check, to
      guarantee backward compatibility by default.
  • !!set is now loaded as a JavaScript Set.
  • Replaced the Type API with a tags API. Similar, but more precise and
    simpler. See examples for details. Tags can be defined via
    defineScalarTag(), defineSequenceTag() and defineMappingTag(), or as a
    spread + override of an existing tag.
  • Renamed Schema.extend() to Schema.withTags().
  • Expanded YAML 1.2 conformance and improved handling of directives, document
    markers, block keys, multiline scalars, tag syntax and other things.
  • load() now throws on empty input instead of returning undefined.
  • Moved browser builds to the js-yaml/browser export.
  • Deprecated the loadAll signature with an iterator (still works, but is a
    candidate for removal).
Removed
  • Removed deprecated safeLoad(), safeLoadAll() and safeDump() exports.
  • Removed DEFAULT_SCHEMA and the nested types export.
  • Removed loader options onWarning, legacy and listener.
  • Removed dumper options styles, replacer, noCompatMode, condenseFlow,
    quotingType and forceQuotes. Renamed noArrayIndent to seqNoIndent.
    Formatting and representation are now configured through presenter options,
    schemas and tag definitions. See migration guide on how to replace.
  • Removed support for importing internal files from lib/.

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) June 23, 2026 17:51
@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app Ready Ready Preview Aug 17, 2026 10:36am

Request Review

@socket-security

socket-security Bot commented Jun 23, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedjs-yaml@​5.3.01001008793100

View full report

@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 2fec6fd to 548604b Compare June 24, 2026 05:15
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 548604b to 171c3bc Compare June 26, 2026 02:56
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 171c3bc to 40b8e7b Compare June 29, 2026 08:13
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 40b8e7b to e380119 Compare June 29, 2026 20:47
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from e380119 to b406e0c Compare June 30, 2026 06:11
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from b406e0c to 16b1f2e Compare July 2, 2026 21:04
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 16b1f2e to 0eb2abe Compare July 5, 2026 01:49
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 0eb2abe to 6dc5adf Compare July 6, 2026 05:58
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 6dc5adf to dfa1636 Compare July 11, 2026 07:50
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from dfa1636 to 736f270 Compare July 13, 2026 23:59
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 736f270 to f0a4742 Compare July 14, 2026 00:04
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from f0a4742 to 057ca69 Compare July 14, 2026 06:17
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 057ca69 to 90a5f02 Compare July 14, 2026 09:00
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 85cf4b8 to e307e55 Compare July 27, 2026 01:27
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from e307e55 to f09708e Compare July 27, 2026 05:31
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from f09708e to 62a9146 Compare July 29, 2026 21:47
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 62a9146 to df43b11 Compare July 31, 2026 23:13
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from df43b11 to 59e04c6 Compare August 2, 2026 05:56
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 59e04c6 to d2483ec Compare August 3, 2026 02:54
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from d2483ec to d8415ce Compare August 3, 2026 21:05
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from d8415ce to f3e1856 Compare August 4, 2026 06:46
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from f3e1856 to fcc8666 Compare August 7, 2026 12:36
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from fcc8666 to 167ccc0 Compare August 8, 2026 12:42
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 167ccc0 to fc4e786 Compare August 10, 2026 05:03
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from fc4e786 to 25228a4 Compare August 16, 2026 16:57
@renovate
renovate Bot force-pushed the renovate/js-yaml-5.x branch from 25228a4 to fce801f Compare August 17, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants