Skip to content

fix(deps): update dependency js-yaml to v4.2.0#1809

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/js-yaml-4.x
Jun 5, 2026
Merged

fix(deps): update dependency js-yaml to v4.2.0#1809
renovate[bot] merged 1 commit into
masterfrom
renovate/js-yaml-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 4, 2026

This PR contains the following updates:

Package Change Age Confidence
js-yaml 4.1.14.2.0 age confidence

Release Notes

nodeca/js-yaml (js-yaml)

v4.2.0

Compare Source

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.
  • Ensure numbers survive round-trip, #​737.
  • Fix test coverage for issue #​221.
  • Fix flow scalar trailing whitespace folding, #​307.
  • Fix digits in YAML named tag handles.
Security
  • Fix potential DoS via quadratic complexity in merge - deduplicate repeated
    elements (makes sense for malformed files > 10K).

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "after 10pm every weekday,before 5am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@cypress
Copy link
Copy Markdown

cypress Bot commented Jun 4, 2026

BanManager-WebUI    Run #10680

Run Properties:  status check passed Passed #10680  •  git commit d085e9e447 ℹ️: Merge 03de7685079105a4c6eacb794f11399aec8c8f53 into f5a533f57349bbced9d2fe35e6d6...
Project BanManager-WebUI
Branch Review renovate/js-yaml-4.x
Run status status check passed Passed #10680
Run duration 02m 02s
Commit git commit d085e9e447 ℹ️: Merge 03de7685079105a4c6eacb794f11399aec8c8f53 into f5a533f57349bbced9d2fe35e6d6...
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 1
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 49
View all changes introduced in this branch ↗︎

@renovate renovate Bot force-pushed the renovate/js-yaml-4.x branch from a5ab24f to 03de768 Compare June 4, 2026 20:40
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 4, 2026

@renovate renovate Bot merged commit 912fd88 into master Jun 5, 2026
10 checks passed
@renovate renovate Bot deleted the renovate/js-yaml-4.x branch June 5, 2026 02:11
@cypress
Copy link
Copy Markdown

cypress Bot commented Jun 5, 2026

BanManager-WebUI    Run #10685

Run Properties:  status check passed Passed #10685  •  git commit 912fd88689: fix(deps): update dependency js-yaml to v4.2.0 (#1809)
Project BanManager-WebUI
Branch Review master
Run status status check passed Passed #10685
Run duration 02m 25s
Commit git commit 912fd88689: fix(deps): update dependency js-yaml to v4.2.0 (#1809)
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 1
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 49
View all changes introduced in this branch ↗︎

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