You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version was pushed to npm by GitHub Actions, a new releaser for semantic-release since your current version.
Note
Medium Risk
Major semantic-release and sigstore upgrades only affect the master-branch release job; verify CI Node version meets new engine requirements (Node 20+) before merging.
Overview
Updates dev-only release tooling in plugins/salesforce-einstein-api: semantic-release is bumped from 21.x to 25.0.8 (direct devDependency in package.json), with a matching package-lock.json refresh.
The lockfile also pulls in sigstore 4.1.1 (from 1.2.0) as a transitive dependency of the updated npm/release stack (e.g. bundled pacote / publish paths), not as a direct app dependency. No plugin source, build config, or runtime dependencies change—only what runs for npm run semantic-release on CI.
Reviewed by Cursor Bugbot for commit ddb71ec. Bugbot is set up for automated code reviews on this repo. Configure here.
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
An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.
To disable these notifications, a workspace admin can disable them in workspace settings.
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
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
0 participants
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 sigstore to 4.1.1 and updates ancestor dependency semantic-release. These dependencies need to be updated together.
Updates
sigstorefrom 1.2.0 to 4.1.1Release notes
Sourced from sigstore's releases.
... (truncated)
Commits
c1dc7d4Version Packages (#1607)f074710reject integratedTime w/o inclusionPromise (#1659)7845532OID certificate extension verification (#1658)b5aa4f1proper utf-8 encoding in DSSE PAE (#1657)c7a34e0clarify cert ID matching (#1656)9858bd7Upgrade TypeScript to 6.x (#1655)8cef20dbump qs from 6.15.1 to 6.15.2 (#1654)aca341bbump@sigstore/mockdeps (#1653)0855acaPin all@swc/coreplatform binaries as optionalDependencies (#1652)44a374dPin all@swc/coreplatform binaries as optionalDependencies (#1650)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for sigstore since your current version.
Updates
semantic-releasefrom 21.0.1 to 25.0.8Release notes
Sourced from semantic-release's releases.
... (truncated)
Commits
1bfdc52fix: mask sensitive environment variables and improve commit handling (#4252)0a60004fix: handle potential null values in commit message and gitTags trimmingf121540fix: prevent template evaluation syntax in branch expansion and tag formatting973d763fix(hide-sensitive): mask key/auth/webhook env vars474e5a3ci(action): update github/codeql-action action to v4.37.1 (#4254)fc9382cdocs: fix issue template links (#4251)e34c52dci(action): update actions/setup-node action to v7 (#4250)8020ec6ci(action): update actions/setup-node action to v6.5.0 (#4249)956baf4chore(deps): update npm to v12.0.1 (#4247)c46dbdafix: argument Injection via repositoryUrl in package.json (#4245)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for semantic-release since your current version.
Note
Medium Risk
Major
semantic-releaseandsigstoreupgrades only affect the master-branch release job; verify CI Node version meets new engine requirements (Node 20+) before merging.Overview
Updates dev-only release tooling in
plugins/salesforce-einstein-api:semantic-releaseis bumped from 21.x to 25.0.8 (directdevDependencyinpackage.json), with a matchingpackage-lock.jsonrefresh.The lockfile also pulls in
sigstore4.1.1 (from 1.2.0) as a transitive dependency of the updated npm/release stack (e.g. bundledpacote/ publish paths), not as a direct app dependency. No plugin source, build config, or runtimedependencieschange—only what runs fornpm run semantic-releaseon CI.Reviewed by Cursor Bugbot for commit ddb71ec. Bugbot is set up for automated code reviews on this repo. Configure here.