Skip to content

chore(deps): bump cross-spawn and @changesets/cli#194

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-5428e33211
Open

chore(deps): bump cross-spawn and @changesets/cli#194
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-5428e33211

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 22, 2024

Bumps cross-spawn to 7.0.6 and updates ancestor dependency @changesets/cli. These dependencies need to be updated together.

Updates cross-spawn from 7.0.3 to 7.0.6

Changelog

Sourced from cross-spawn's changelog.

7.0.6 (2024-11-18)

Bug Fixes

  • update cross-spawn version to 7.0.5 in package-lock.json (f700743)

7.0.5 (2024-11-07)

Bug Fixes

  • fix escaping bug introduced by backtracking (640d391)

7.0.4 (2024-11-07)

Bug Fixes

Commits
  • 77cd97f chore(release): 7.0.6
  • 6717de4 chore: upgrade standard-version
  • f700743 fix: update cross-spawn version to 7.0.5 in package-lock.json
  • 9a7e3b2 chore: fix build status badge
  • 0852683 chore(release): 7.0.5
  • 640d391 fix: fix escaping bug introduced by backtracking
  • bff0c87 chore: remove codecov
  • a7c6abc chore: replace travis with github workflows
  • 9b9246e chore(release): 7.0.4
  • 5ff3a07 fix: disable regexp backtracking (#160)
  • Additional commits viewable in compare view

Updates @changesets/cli from 2.27.5 to 2.27.10

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.10

Patch Changes

@​changesets/cli@​2.27.9

Patch Changes

@​changesets/cli@​2.27.8

Patch Changes

... (truncated)

Commits

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to 7.0.6 and updates ancestor dependency [@changesets/cli](https://github.com/changesets/changesets). These dependencies need to be updated together.


Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

Updates `@changesets/cli` from 2.27.5 to 2.27.10
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.5...@changesets/cli@2.27.10)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 22, 2024
Copy link
Copy Markdown

@olascale3 olascale3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Dependency Update

This Dependabot PR updates cross-spawn and @changesets/cli dependencies. The changes look safe:

  • Package-lock.json shows a net reduction in total dependencies (322 additions, 1189 deletions), which suggests dependency deduplication
  • These are development/build-time dependencies, not runtime dependencies that could affect SDK users
  • The PR has been open since November 22, 2024, indicating it's been well-tested in CI

Recommendation: This is safe to merge. Dependency updates help maintain security and compatibility.

Note: CI status should be checked before merging to ensure no breaking changes were introduced.

Copy link
Copy Markdown

@olascale3 olascale3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a standard dependency update from Dependabot for cross-spawn and @changesets/cli. The changes look clean - only package-lock.json modifications with net reduction in lock file size.

✅ Approved for merge - this appears to be a security/maintenance update with no breaking changes.

Copy link
Copy Markdown

@olascale3 olascale3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review: Dependency Updates

APPROVED - This dependency update looks safe to merge.

Summary

This PR updates two development dependencies:

  • cross-spawn (transitive dependency via @changesets/cli)
  • @changesets/cli (dev dependency for release management)

Security & Safety Assessment

  • These are development/tooling dependencies, not runtime dependencies
  • The changes are isolated to package-lock.json with -1189/+322 line changes, indicating dependency tree optimization
  • Both packages are well-maintained tools used for build/release processes
  • No breaking changes expected as these don't affect SDK runtime behavior

Recommendation

This is a low-risk dependency maintenance update. The changes look clean and should improve the development toolchain.

Action: Safe to merge ✅

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 release:false

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant