Skip to content

chore(deps): update dependency js-yaml to v4.3.1 - #1209

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

chore(deps): update dependency js-yaml to v4.3.1#1209
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/js-yaml-4.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
js-yaml 4.1.04.3.1 age confidence

Release Notes

nodeca/js-yaml (js-yaml)

v4.3.1

Compare Source

v4.3.0

Compare Source

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).

v4.1.1

Compare Source

Security
  • Fix prototype pollution issue in yaml merge (<<) operator.

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.

@ti-chi-bot ti-chi-bot Bot added the dco-signoff: yes Indicates the PR's author has signed the dco. label Mar 27, 2026
@ti-chi-bot
ti-chi-bot Bot requested review from Mini256 and wuhuizuo March 27, 2026 00:55
@ti-chi-bot

ti-chi-bot Bot commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign wuhuizuo for approval. For more information see the Code Review Process.
Please ensure that each of them provides their approval before proceeding.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot Bot added contribution This PR is from a community contributor. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. labels Mar 27, 2026
@ti-chi-bot

ti-chi-bot Bot commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

Hi @renovate[bot]. Thanks for your PR.

I'm waiting for a ti-community-infra member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@renovate renovate Bot changed the title chore(deps): update dependency js-yaml to v4.1.1 chore(deps): update dependency js-yaml to v4.2.0 Jun 1, 2026
@renovate
renovate Bot force-pushed the renovate/js-yaml-4.x-lockfile branch from 0486c5e to 6022c8b Compare June 1, 2026 04:05
@renovate
renovate Bot force-pushed the renovate/js-yaml-4.x-lockfile branch from 6022c8b to fe23b05 Compare June 13, 2026 15:42
@renovate renovate Bot changed the title chore(deps): update dependency js-yaml to v4.2.0 chore(deps): update dependency js-yaml to v4.3.0 Jun 26, 2026
@renovate
renovate Bot force-pushed the renovate/js-yaml-4.x-lockfile branch from fe23b05 to 89a4c4c Compare June 26, 2026 23:48
@renovate renovate Bot changed the title chore(deps): update dependency js-yaml to v4.3.0 chore(deps): update dependency js-yaml to v4.3.1 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate/js-yaml-4.x-lockfile branch from 89a4c4c to c93b3e3 Compare July 31, 2026 19:07
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/js-yaml-4.x-lockfile branch from c93b3e3 to cd19c30 Compare August 12, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution This PR is from a community contributor. dco-signoff: yes Indicates the PR's author has signed the dco. needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants