build(deps-dev): bump js-yaml from 4.3.1 to 4.3.2 in /frontend - #272
Merged
github-actions[bot] merged 1 commit intoSep 9, 2026
Merged
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.3.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>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/frontend/js-yaml-4.3.2
branch
September 9, 2026 10:03
Sbussiso
added a commit
that referenced
this pull request
Sep 9, 2026
Four frontend bumps (#268, #270, #271, #272) merged to master this morning and never deployed. Neither failure is obvious from the repo, and CodeQL going green on those commits actively hides one of them. GAP 1 — nothing gates the merge on CI. The workflow's own comment said branch protection required "Backend tests" and "Frontend audit + build", but master has no required status checks at all, so `gh pr merge --auto` merges as soon as this workflow approves, with tests still running. The comment described an intended state as though it were the current one. Simply adding those required checks would make it worse: deploy.yml and agent.yml are path-filtered, and a path-skipped workflow reports no status, so a required check would hang every PR that misses its paths. That needs an always-runs gate job, which is its own change. GAP 2 — an auto-merged PR does not deploy. GitHub does not trigger `on: push` workflows for pushes made with GITHUB_TOKEN, so master moves and Test & Deploy never runs. Verified: those four merges produced zero push-event runs. CodeQL ran anyway because it is GitHub "default setup" (event `dynamic`), which is exactly why this looks fine at a glance. The real fix for GAP 2 is merging with a PAT rather than GITHUB_TOKEN — a credential decision, not mine to make unilaterally. Meanwhile deploy.yml gets a workflow_dispatch trigger so undeployed commits can be shipped without pushing an unrelated one on top. Pushing this commit also deploys the four stranded bumps. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps js-yaml from 4.3.1 to 4.3.2.
Changelog
Sourced from js-yaml's changelog.
Commits
79ca68d4.3.2 releasedd90b661Backport merge limits from v5.4.1Dependabot 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.