You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[backport] Added maxTotalMergeKeys (10000) loader option to limit the total number of
keys processed by YAML merge (<<) across one load() / loadAll() call.
Fixed
Restore umd builds back to es5.
Removed
[backport] maxMergeSeqLength replaced with maxTotalMergeKeys for limiting YAML merge
processing.
[4.2.0] - 2026-06-01
Added
Added docs/safety.md with notes about processing untrusted YAML.
Added maxDepth (100) loader option. Not a problem, but gives a better
exception instead of RangeError on stack overflow.
Added maxMergeSeqLength (20) loader option. Not a problem after merge fix,
but an additional restriction for safety.
Added sourcemaps to dist/ builds.
Changed
Stop resolving numbers with underscores as numeric scalars, #627.
Switched dev toolchains to Vite / neostandard.
Updated demo.
Reorganized tests.
dist/ files are no longer kept in the repository.
Fixed
Fix parsing of properties on the first implicit block mapping key, #62.
Fix trailing whitespace handling when folding flow scalar lines, #307.
Reject top-level block scalars without content indentation, #280.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Updated Application's js-yaml Dependency
The application's dependency on js-yaml, a library used for working with YAML (a human-friendly data serialization standard) has been updated. The new version 4.3.0 has been incorporated instead of the older version 4.1.1. This update is typically made to enhance application's stability, security or to introduce new features that older version did not have.
Modified resolved URL
The resolved URL, which provides the precise location of the js-yaml library, has been modified. This URL now points to the location where the new version of js-yaml is hosted on the NPM (Node package manager) platform.
Renewed the integrity Hash
The integrity hash, a security feature that verifies the status and contents of the js-yaml library, has been updated in order to correspond with the latest version of the library.
Included Contributors Funding Section
A new funding section has been added. It contains the GitHub sponsorship links for two of the contributors. This provides a mechanism for recognizing and rewarding the developers for their contributions to the project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps js-yaml from 4.1.1 to 4.3.0.
Changelog
Sourced from js-yaml's changelog.
Commits
33d05b54.3.0 released663bfabDrop demo publish, to not override new v5 one.1cb8c7bAdd v4-legacy tag for publish02f27afRestore umd builds back to es58be84edFix es5 compatibility59423c6ReplacemaxMergeSeqLengthoption withmaxTotalMergeKeys(more robust). Ba...6842ef6doc polish590dbab4.2.0 releasedf944dc5Add package.json funding fieldf692719Changelog updateDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.