srgl / backer

Backer volume plugin
MIT License
13 stars 0 forks source link

Bump semver and execa #9

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Removes semver. It's no longer used after updating ancestor dependency execa. These dependencies need to be updated together.

Removes semver

Updates execa from 2.0.0 to 2.1.0

Release notes

Sourced from execa's releases.

v2.1.0

Features

Documentation

  • Document the reasons why the returned promise might fail (#364)

Dependencies

  • Upgrade cross-spawn to 7.0.0 (#367)

v2.0.5

Bug fixes

  • Make execa compatible with Node.js 13.0.0-pre (#370) d268fd1

https://github.com/sindresorhus/execa/compare/v2.0.4...v2.0.5

v2.0.4

Bug fixes

  • Fix errors being thrown when detached: true or cleanup: false is used (#360) 211febe

https://github.com/sindresorhus/execa/compare/v2.0.3...v2.0.4

v2.0.3

Bug fixes

  • Add missing TypeScript definition for all (#345)

Documentation

  • Add tip on how to execute the current package's binary (#339, #340)

v2.0.2

Bug fixes

  • Fix memory leak (#321, #330)
  • Fix result.all not being constant across calls (#327, #330)

v2.0.1

Bug fixes

  • Correctly set the engines.node field in package.json. Supported Node versions are either ^8.12.0 or >=9.7.0 (#319, #323)

Documentation

Commits


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 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](https://github.com/srgl/backer/network/alerts).