Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cross-spawn from 7.0.x to 7.0.6 #9780

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the npm_and_yarn group in /hedera-mirror-rest/check-state-proof with 1 update: cross-spawn.

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

Dependabot compatibility score

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot requested a review from a team as a code owner November 18, 2024 16:15
@dependabot dependabot bot added dependencies Type: Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 18, 2024
@steven-sheehy steven-sheehy added this to the 0.119.0 milestone Nov 18, 2024
@steven-sheehy steven-sheehy self-assigned this Nov 18, 2024
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.25%. Comparing base (8351f88) to head (e24f0f7).
Report is 10 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #9780      +/-   ##
============================================
- Coverage     93.17%   92.25%   -0.92%     
- Complexity     1166     7769    +6603     
============================================
  Files           378      950     +572     
  Lines         12133    32450   +20317     
  Branches       1714     4113    +2399     
============================================
+ Hits          11305    29937   +18632     
- Misses          681     1546     +865     
- Partials        147      967     +820     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

dependabot bot and others added 3 commits November 18, 2024 15:24
Bumps the npm_and_yarn group in /hedera-mirror-rest/check-state-proof with 1 update: [cross-spawn](https://github.com/moxystudio/node-cross-spawn).


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)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Steven Sheehy <[email protected]>
Signed-off-by: Steven Sheehy <[email protected]>
@steven-sheehy steven-sheehy force-pushed the dependabot/npm_and_yarn/hedera-mirror-rest/check-state-proof/npm_and_yarn-0189ad7b96 branch from 2b16420 to e24f0f7 Compare November 18, 2024 21:24
@steven-sheehy steven-sheehy changed the title Bump cross-spawn from 7.0.3 to 7.0.6 in /hedera-mirror-rest/check-state-proof in the npm_and_yarn group Bump cross-spawn from 7.0.x to 7.0.6 Nov 18, 2024
Copy link
Collaborator

@xin-hedera xin-hedera left a comment

Choose a reason for hiding this comment

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

LGTM

@steven-sheehy steven-sheehy merged commit 4b0337e into main Nov 18, 2024
34 checks passed
@steven-sheehy steven-sheehy deleted the dependabot/npm_and_yarn/hedera-mirror-rest/check-state-proof/npm_and_yarn-0189ad7b96 branch November 18, 2024 21:41
steven-sheehy added a commit that referenced this pull request Nov 19, 2024
* Bump cross-spawn

Bumps the npm_and_yarn group in /hedera-mirror-rest/check-state-proof with 1 update: [cross-spawn](https://github.com/moxystudio/node-cross-spawn).


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)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update overrides

Signed-off-by: Steven Sheehy <[email protected]>

* Bump cross-spawn to 7.0.6

Signed-off-by: Steven Sheehy <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Steven Sheehy <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Sheehy <[email protected]>
steven-sheehy added a commit that referenced this pull request Nov 19, 2024
Bump cross-spawn from 7.0.x to 7.0.6 (#9780)

* Bump cross-spawn

Bumps the npm_and_yarn group in /hedera-mirror-rest/check-state-proof with 1 update: [cross-spawn](https://github.com/moxystudio/node-cross-spawn).


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)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
...



* Update overrides



* Bump cross-spawn to 7.0.6



---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Steven Sheehy <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
edwin-greene pushed a commit that referenced this pull request Nov 19, 2024
Bump cross-spawn from 7.0.x to 7.0.6 (#9780)

* Bump cross-spawn

Bumps the npm_and_yarn group in /hedera-mirror-rest/check-state-proof with 1 update: [cross-spawn](https://github.com/moxystudio/node-cross-spawn).

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)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

* Update overrides

* Bump cross-spawn to 7.0.6

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Steven Sheehy <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 96debcc)
edwin-greene pushed a commit that referenced this pull request Nov 19, 2024
Bump cross-spawn from 7.0.x to 7.0.6 (#9780)

* Bump cross-spawn

Bumps the npm_and_yarn group in /hedera-mirror-rest/check-state-proof with 1 update: [cross-spawn](https://github.com/moxystudio/node-cross-spawn).

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)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

* Update overrides

* Bump cross-spawn to 7.0.6

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Steven Sheehy <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 96debcc)
Signed-off-by: Edwin Greene <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Type: Pull requests that update a dependency file javascript Pull requests that update Javascript code security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants