From ee7028bf946b4ee5198399be073d9b9119456eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:23:11 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump js-yaml in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 5.2.3 to 5.4.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.2.3...5.4.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 969db0d6..e5467278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/js-yaml": "^4.0.9", "@types/node": "^22.10.0", "esbuild": "^0.28.2", - "js-yaml": "^5.2.3", + "js-yaml": "^5.4.1", "typescript": "^5.7.0", "vitest": "^2.1.0" }, @@ -1780,9 +1780,9 @@ } }, "node_modules/js-yaml": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.3.tgz", - "integrity": "sha512-n+mUVyUX5bVv7G/G2zyIHOhdxfuU1dY2NOFzTQUWiMUbFss8b57NFlgCCaggU78wSw5KVS9cllzeLyzyR+n5nw==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.1.tgz", + "integrity": "sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 020c8b1f..97dfc731 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/js-yaml": "^4.0.9", "@types/node": "^22.10.0", "esbuild": "^0.28.2", - "js-yaml": "^5.2.3", + "js-yaml": "^5.4.1", "typescript": "^5.7.0", "vitest": "^2.1.0" }, From cbc18d214a279498fb7d784c4c1a37b5010580c2 Mon Sep 17 00:00:00 2001 From: operator Date: Mon, 7 Sep 2026 10:11:09 +0900 Subject: [PATCH 2/2] a dependency bump moves the source digest too, so the manifest follows Dependabot bumped js-yaml 5.2.3 -> 5.4.1 in the dev-dependencies group and CI's `check` failed on both Node versions with "source checksum does not match this checkout" -- the same clause r-cdebmanifest describes. `SOURCE_INPUTS` is ['package-lock.json', 'package.json', 'tsconfig.json', 'src'], so any lockfile edit is a source change by the contract's definition, whether or not it can reach the bundle. The canonical build was run rather than assumed, because "a dev-only dependency cannot reach the bundle" is a claim about esbuild's input set and not an observation. It holds here: the pinned linux/amd64 build left `dist/` empty in `git status`, and the regenerated manifest differs from the committed one in exactly one line -- `source.sha256`. The artifact digest stays e8183a8fd3171c20b92c6234fc7ef0826cf4853d71471d421485b2bd71fc88fe, the value main already verifies. Record-Id: r-lockbumpmanifest Follows: r-cdebmanifest Provenance: authored Certainty: firm Blast: module Undo: easy Ruled-out: regenerating the manifest without running the canonical build | it produces this same one-line diff, but from the assumption that a dev-only dependency cannot reach the bundle rather than from the observation that it did not Limit: reproducibility is established for one run on one machine against the pinned image digest, and the contract's own comment notes node:24-bookworm is mutable; this says nothing about a rebuild on a different date Verified: the canonical build left dist/ unmodified in git status; the regenerated manifest differs in exactly one line, source.sha256; artifact:verify exits 0 reporting e8183a8f...; typecheck, check-engines and 3157 tests pass on this branch Unverified: CI has not re-run on this amended commit --- installer/canonical-artifact.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/canonical-artifact.json b/installer/canonical-artifact.json index 900cad39..a4299779 100644 --- a/installer/canonical-artifact.json +++ b/installer/canonical-artifact.json @@ -15,7 +15,7 @@ "tsconfig.json", "src" ], - "sha256": "fcedf58190a9ff4f3485c8615527dad7b8c91c8a0f8de9cc73f07e7a81bc14e1" + "sha256": "fa0045013bd5da3b2c78a2af5a19af422171f8ef7ca68bce2052c70afc8bbd4d" }, "artifact": { "sha256": "e8183a8fd3171c20b92c6234fc7ef0826cf4853d71471d421485b2bd71fc88fe",