Skip to content

chore(deps): bump js-yaml from 4.1.1 to 4.2.0 - #5813

Merged
jmfrancois merged 4 commits into
masterfrom
dependabot/npm_and_yarn/js-yaml-4.2.0
Jul 29, 2026
Merged

chore(deps): bump js-yaml from 4.1.1 to 4.2.0#5813
jmfrancois merged 4 commits into
masterfrom
dependabot/npm_and_yarn/js-yaml-4.2.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps js-yaml from 4.1.1 to 4.2.0.

Changelog

Sourced from js-yaml's changelog.

[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 a loader option limiting merge sequence length. 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).

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 28, 2026
@dependabot
dependabot Bot had a problem deploying to pull_request_unsafe June 28, 2026 15:01 Failure
@dependabot
dependabot Bot temporarily deployed to pull_request_unsafe June 28, 2026 15:01 Inactive
@dependabot
dependabot Bot temporarily deployed to pull_request_unsafe June 28, 2026 15:01 Inactive
@dependabot
dependabot Bot temporarily deployed to pull_request_unsafe June 28, 2026 15:01 Inactive
@changeset-bot

changeset-bot Bot commented Jun 28, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a2e9a0d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

Copy link
Copy Markdown
Contributor

Storybook for this PR deployed on this github page

@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of js-yaml exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@jmfrancois
jmfrancois temporarily deployed to pull_request_unsafe July 29, 2026 16:17 — with GitHub Actions Inactive
@jmfrancois
jmfrancois temporarily deployed to pull_request_unsafe July 29, 2026 16:17 — with GitHub Actions Inactive
@jmfrancois
jmfrancois temporarily deployed to pull_request_unsafe July 29, 2026 16:17 — with GitHub Actions Inactive
@jmfrancois
jmfrancois temporarily deployed to pull_request_unsafe July 29, 2026 16:17 — with GitHub Actions Inactive
@jmfrancois
jmfrancois merged commit 070e07f into master Jul 29, 2026
6 checks passed
@jmfrancois
jmfrancois deleted the dependabot/npm_and_yarn/js-yaml-4.2.0 branch July 29, 2026 16:17
@github-actions

Copy link
Copy Markdown
Contributor
Title Lines Statements Branches Functions
assets-api Coverage: 28%
28.4% (25/88) 30.76% (16/52) 21.42% (3/14)
cmf Coverage: 89%
89.43% (1244/1391) 83.46% (626/750) 89.76% (351/391)
cmf-cqrs Coverage: 86%
86.33% (158/183) 71.42% (60/84) 82.45% (47/57)
cmf-router Coverage: 70%
69.23% (135/195) 55.71% (78/140) 56.81% (25/44)
components Coverage: 90%
90.63% (5564/6139) 82.41% (3228/3917) 88.14% (1390/1577)
containers Coverage: 84%
83.44% (1391/1667) 75.16% (702/934) 75% (327/436)
dataviz Coverage: 85%
85.67% (329/384) 65% (156/240) 75.94% (120/158)
design-system Coverage: 67%
67.03% (1041/1553) 51.68% (552/1068) 53.92% (220/408)
faceted-search Coverage: 85%
85.35% (641/751) 80% (292/365) 82.24% (227/276)
flow-designer Coverage: 73%
72.31% (674/932) 77.71% (415/534) 71.02% (201/283)
forms Coverage: 86%
86.22% (1652/1916) 76.71% (939/1224) 84.77% (462/545)
http Coverage: 100%
100% (85/85) 98.07% (51/52) 100% (34/34)
sagas Coverage: 92%
92.3% (24/26) 66.66% (4/6) 50% (2/4)
stepper Coverage: 81%
81.81% (153/187) 60.43% (55/91) 81.25% (39/48)
utils Coverage: 100%
100% (73/73) 90.9% (10/11) 100% (24/24)

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.

1 participant