Skip to content

chore(deps): bump sigstore and semantic-release in /plugins/shopify-demo#4702

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/plugins/shopify-demo/multi-c16dbdb585
Open

chore(deps): bump sigstore and semantic-release in /plugins/shopify-demo#4702
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/plugins/shopify-demo/multi-c16dbdb585

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps sigstore to 4.1.1 and updates ancestor dependency semantic-release. These dependencies need to be updated together.

Updates sigstore from 1.2.0 to 4.1.1

Release notes

Sourced from sigstore's releases.

sigstore@4.1.1

Patch Changes

  • 7845532: Verification of OID certificate extensions
  • f074710: Require inclusion promise in Rekor entry when used as timestamp source
  • Updated dependencies [b5aa4f1]
  • Updated dependencies [7845532]
  • Updated dependencies [f074710]
    • @​sigstore/core@​3.2.1
    • @​sigstore/verify@​3.1.1

sigstore@4.1.0

Minor Changes

  • eba6a52: verify(bundle[, payload][, options]) now returns a Signer object containing the public key and identity information from the verification.

Patch Changes

  • Updated dependencies [cee51c0]
  • Updated dependencies [2042aad]
  • Updated dependencies [018974e]
  • Updated dependencies [dea916f]
  • Updated dependencies [61a4f9e]
  • Updated dependencies [5ffadc0]
  • Updated dependencies [5ffadc0]
  • Updated dependencies [1663b3e]
    • @​sigstore/tuf@​4.0.1
    • @​sigstore/verify@​3.1.0
    • @​sigstore/sign@​4.1.0
    • @​sigstore/core@​3.1.0

sigstore@4.0.0

Major Changes

  • 383e200: Drop support for node 18

Patch Changes

  • Updated dependencies [40395f5]
  • Updated dependencies [383e200]
  • Updated dependencies [383e200]
  • Updated dependencies [383e200]
    • @​sigstore/tuf@​4.0.0
    • @​sigstore/sign@​4.0.0
    • @​sigstore/bundle@​4.0.0
    • @​sigstore/verify@​3.0.0
    • @​sigstore/core@​3.0.0

sigstore@3.1.0

Minor Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sigstore since your current version.


Updates semantic-release from 21.0.1 to 25.0.7

Release notes

Sourced from semantic-release's releases.

v25.0.7

25.0.7 (2026-07-13)

Bug Fixes

  • argument Injection via repositoryUrl in package.json (#4245) (c46dbda)

v25.0.6

25.0.6 (2026-07-10)

Bug Fixes

  • ensure encoded secrets get masked (8e28dd3)

v25.0.5

25.0.5 (2026-06-09)

Bug Fixes

v25.0.4

25.0.4 (2026-06-09)

Bug Fixes

  • code-quality: add missing comma in context object for consistency (493d6cd)

v25.0.3

25.0.3 (2026-01-30)

Bug Fixes

v25.0.2

25.0.2 (2025-11-07)

Bug Fixes

  • deps: update dependency read-package-up to v12 (#3935) (1494cb9)

v25.0.1

25.0.1 (2025-10-19)

... (truncated)

Commits
  • c46dbda fix: argument Injection via repositoryUrl in package.json (#4245)
  • 7abb562 chore(deps): update npm to v12 (#4244)
  • 8b15865 chore(deps): update dependency @​types/node to v24.13.3 (#4243)
  • 8e28dd3 fix: ensure encoded secrets get masked
  • f293647 Merge commit from fork
  • a973d20 ci(action): update github/codeql-action action to v4.37.0 (#4241)
  • c62136f chore(deps): update dependency mockserver-client to v7.4.0 (#4240)
  • 9be3e6c chore(deps): lock file maintenance (#4239)
  • 3259ebb chore(deps): update dependency got to v15.1.0 (#4238)
  • 1c17eb5 chore(deps): update dependency mockserver-client to v7.3.0 (#4237)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for semantic-release since your current version.


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.

Note

Low Risk
Dev-only dependency and lockfile changes in a demo plugin; no production runtime or auth logic touched, though CI/release jobs should still run on a Node version compatible with semantic-release 25.

Overview
Dependency-only update in plugins/shopify-demo for release tooling: semantic-release is raised from 21.x to 25.0.7 (direct devDependency), and package-lock.json is refreshed so transitive sigstore moves from 1.2.0 to 4.1.1 (pulled in via npm/pacote paths used by the release stack).

There are no changes to plugin source, build config, or runtime dependencies—only lockfile/devDependency versions. The newer semantic-release line includes security fixes (e.g. repositoryUrl argument injection, improved secret masking); sigstore 4.x tightens verification behavior and drops Node 18 in that library, but it affects install/publish tooling, not the shipped Shopify demo bundle.

Reviewed by Cursor Bugbot for commit 6134033. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [sigstore](https://github.com/sigstore/sigstore-js) to 4.1.1 and updates ancestor dependency [semantic-release](https://github.com/semantic-release/semantic-release). These dependencies need to be updated together.


Updates `sigstore` from 1.2.0 to 4.1.1
- [Release notes](https://github.com/sigstore/sigstore-js/releases)
- [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/verify@1.2.0...sigstore@4.1.1)

Updates `semantic-release` from 21.0.1 to 25.0.7
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v21.0.1...v25.0.7)

---
updated-dependencies:
- dependency-name: sigstore
  dependency-version: 4.1.1
  dependency-type: indirect
- dependency-name: semantic-release
  dependency-version: 25.0.7
  dependency-type: direct:development
...

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 Jul 14, 2026
@changeset-bot

changeset-bot Bot commented Jul 14, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 6134033

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@nx-cloud

nx-cloud Bot commented Jul 14, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 6134033

Command Status Duration Result
nx test @e2e/nextjs-sdk-next-app ✅ Succeeded 6m 36s View ↗
nx test @e2e/angular-17 ✅ Succeeded 6m 53s View ↗
nx test @e2e/nuxt ✅ Succeeded 5m 59s View ↗
nx test @e2e/qwik-city ✅ Succeeded 7m 49s View ↗
nx test @e2e/react-sdk-next-14-app ✅ Succeeded 4m 22s View ↗
nx test @e2e/hydrogen ✅ Succeeded 4m 25s View ↗
nx test @e2e/react-sdk-next-15-app ✅ Succeeded 4m 20s View ↗
nx test @e2e/solid ✅ Succeeded 4m 27s View ↗
Additional runs (38) ✅ Succeeded ... View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-07-14 18:50:02 UTC

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.

0 participants