Skip to content

chore(deps): bump js-yaml from 4.3.0 to 4.3.1 - #31

Merged
joshuanapoli merged 2 commits into
mainfrom
dependabot/npm_and_yarn/js-yaml-4.3.1
Aug 8, 2026
Merged

chore(deps): bump js-yaml from 4.3.0 to 4.3.1#31
joshuanapoli merged 2 commits into
mainfrom
dependabot/npm_and_yarn/js-yaml-4.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps js-yaml from 4.3.0 to 4.3.1.

Changelog

Sourced from js-yaml's changelog.

4.3.1 - 2026-07-31

Security

  • [backport] Remove quadratic complexity from !!omap duplicate key detection.
Commits

Dependabot compatibility score

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.

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

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.1
  dependency-type: indirect
...

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 Aug 8, 2026
Dependabot raised the `js-yaml` resolution in package.json to ^4.3.1 but left
yarn.lock, .pnp.cjs and the committed .yarn/cache entry at 4.3.0, so CI's
`yarn install --immutable --immutable-cache` failed with YN0028 ("the lockfile
would have been modified by this install"). This repo is zero-install, so the
cache zip has to move with the lockfile.

Ran `yarn install` to resolve 4.3.1, then confirmed the full CI sequence
locally: immutable install, prettier --check, eslint, jest (25 tests, 4 suites)
and build.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

@joshuanapoli joshuanapoli left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

Raises the js-yaml resolution from ^4.3.0 to ^4.3.1. I pushed one commit onto the branch to regenerate the lockfile, which Dependabot had left behind.

Risks

Low.

  • js-yaml is not a direct dependency — it appears only under resolutions in package.json, pinning a transitive package. We have no first-party YAML parsing call sites.
  • Patch release within 4.3.x, so no API surface moves.
  • The correction I pushed is mechanical: it is the resolver output for the version bump Dependabot already made, not a hand-edited lockfile.

Analysis

Correction. CI failed on this PR with YN0028: The lockfile would have been modified by this install, which is explicitly forbidden. Dependabot raised the resolutions entry in package.json but left yarn.lock, .pnp.cjs and the committed .yarn/cache zip at 4.3.0, and this repo is zero-install under Yarn PnP, so all four have to move together.

Fixed in a dedicated worktree checked out at the Dependabot head, so no in-progress local work was disturbed:

  • Ran yarn install, which resolved js-yaml@npm:4.3.1 and updated yarn.lock, .pnp.cjs, and swapped the cache zip.
  • Re-ran the exact CI sequence locally, all green: yarn install --immutable --immutable-cache, yarn prettier --check ., yarn eslint ., yarn test (25 tests, 4 suites), yarn build.
  • Pushed the single commit to the Dependabot branch.

Verification. CI now passes on the branch. Confirmed js-yaml is a resolutions-only pin, and read the 4.3.1 release for interface changes; it is a patch fix with no API change.

@joshuanapoli
joshuanapoli merged commit 81137de into main Aug 8, 2026
1 check passed
@joshuanapoli
joshuanapoli deleted the dependabot/npm_and_yarn/js-yaml-4.3.1 branch August 8, 2026 01:08
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