Update protobuf to 2.15.0 and validate bundled npm dependencies - #2
Merged
Merged
Conversation
Bumps the contracts group with 1 update: [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf). Updates `@bufbuild/protobuf` from 2.14.1 to 2.15.0 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.15.0/packages/protobuf) --- updated-dependencies: - dependency-name: "@bufbuild/protobuf" dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: contracts ... Signed-off-by: dependabot[bot] <support@github.com>
deku2026
force-pushed
the
dependabot/npm_and_yarn/contracts-8425750948
branch
from
September 15, 2026 22:57
0ec3edf to
7184539
Compare
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.
Change
Update
@bufbuild/protobuffrom 2.14.1 to 2.15.0. Dependabot also records Tailwind's bundled optional dependencies in the lockfile. The provenance check previously rejected these entries because they have no individual download URL or integrity hash.Trace npm
inBundleentries to their enclosing registry artifact, including nested bundles. Continue rejecting missing ancestors, workspace substitutes, missing integrity and non-npm sources. Preserve the generated lock metadata and add regression tests. The supplementary protobuf license was verified against 2.15.0 and is identical to the existing file.Reference: npm lockfile format.
Validation
npm ci --ignore-scripts; npm audit reported zero vulnerabilitiesnpm run check(14 unit/component/SDK/delivery tests)npm run buildandnpm run test:e2e(12 checks across Chromium, Firefox and WebKit)npm run verify:candidateafter browser testsDeployment
This PR uses the existing main-merge deployment pipeline. PR CI validates the candidate without deploying it; production delivery remains a separate main-run check.