shaftoe/Update Bun Dependencies

Update Bun project dependencies, resolving latest versions from the npm registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryWorking directory containing package.jsonno.
latestResolve and install absolute latest versions (ignoring semver ranges in package.json)nofalse
registry-urlnpm registry URLnohttps://registry.npmjs.org
tokenBearer token for private registriesno""
create-prCreate a pull request with the updated files (uses GITHUB_TOKEN)nofalse
pr-branchBranch name for the pull requestnodeps/update
pr-titleTitle for the pull requestnochore: update dependencies
pr-commit-messageCommit message for the updatenochore: update dependencies
pr-labelsComma-separated list of labels to add to the PRno""
pr-update-strategyHow to handle an existing PR/branch: "update" reuses the branch and updates the existing PR (default); "create" creates a unique branch per run.noupdate
post-update-runCommand to run after dependencies are updated but before the PR is created (e.g. "bun test")no""
namedescription
updated-packagesJSON map of packages that were updated { "name": { "from": "x", "to": "y" } }
pr-urlURL of the created pull request (empty if create-pr is false)