chore(deps): bump js-yaml from 4.1.1 to 4.3.2 - #7
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.1...4.3.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
neocody
left a comment
There was a problem hiding this comment.
Verdict: nothing reviewable - every changed file is generated or vendored (lockfiles, build output, snapshots, planning docs), so no model review was run and pr-shepherd will not merge this.
Automated notice posted by pr-shepherd, which reviews every open PR once per head (Cody, 2026-09-12) -- this is not a signal that the PR looked stuck.
Advice: a human-owned session should confirm the change is intended and merge it on green CI.
neocody
left a comment
There was a problem hiding this comment.
Verdict: nothing reviewable - every changed file is generated or vendored (lockfiles, build output, snapshots, planning docs), so no model review was run and pr-shepherd will not merge this.
Automated notice posted by pr-shepherd because this PR looked stuck: open >1h with green CI and no recent reviewer activity.
Advice: a human-owned session should confirm the change is intended and merge it on green CI.
neocody
left a comment
There was a problem hiding this comment.
Verdict: nothing reviewable - every changed file is generated or vendored (lockfiles, build output, snapshots, planning docs), so no model review was run and pr-shepherd will not merge this.
Automated notice posted by pr-shepherd because this PR looked stuck: open >1h with green CI and no recent reviewer activity.
Advice: a human-owned session should confirm the change is intended and merge it on green CI.
Bumps js-yaml from 4.1.1 to 4.3.2.
Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
79ca68d4.3.2 releasedd90b661Backport merge limits from v5.4.186e91b84.3.1 releasedc3cc4b0Backport quadratic complexity fix for !!omap33d05b54.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...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 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.
Summary by cubic
Updates
js-yamlfrom 4.1.1 to 4.3.2 to pick up YAML parsing security fixes. The loader now enforces default limits on nesting depth and merge key totals to prevent excessive CPU use, and numbers written with underscores (e.g.,1_000) are now treated as strings instead of numeric values.Written for commit 987d49f. Summary will update on new commits.