ember-modules-codemod
ember-modules-codemod copied to clipboard
Bump execa from 1.0.0 to 5.1.1
Bumps execa from 1.0.0 to 5.1.1.
Release notes
Sourced from execa's releases.
v5.1.1
- Fix error message when user passes a single array argument (#468) 2b9c0e1
https://github.com/sindresorhus/execa/compare/v5.1.0...v5.1.1
v5.1.0
- Add
.escapedCommand
property to the results (#466) 712bafchttps://github.com/sindresorhus/execa/compare/v5.0.1...v5.1.0
v5.0.1
- Fix
timeout
option validation (#463) 427c5c2https://github.com/sindresorhus/execa/compare/v5.0.0...v5.0.1
v5.0.0
Breaking
- Remove faulty emulated ENOENT error on Windows (#447) bdbd975 This is only a breaking change if you depend on the exact error message.
Improvements
- Upgrade dependencies 5d64878
https://github.com/sindresorhus/execa/compare/v4.1.0...v5.0.0
v4.1.0
- Remove
--inspect
&--inspect-brk
fromexecArgv
(#435) 8fd3f64https://github.com/sindresorhus/execa/compare/v4.0.3...v4.1.0
v4.0.3
- Fix use of floating number for the
timeout
andforceKillAfterTimeout
options (#431) 9a157b3https://github.com/sindresorhus/execa/compare/v4.0.2...v4.0.3
v4.0.2
Bug fixes
- Fix with third-party promises (like
bluebird
) not working (#427)v4.0.1
Bug fixes
- Fix checking for
Error
instances (#423)v4.0.0
Breaking changes
... (truncated)
Commits
9216ec8
5.1.12b9c0e1
Fix error message when user passes a single array argument (#468)b3e96b0
5.1.0712bafc
Add.escapedCommand
property (#466)6bc7a1c
5.0.10d939f3
Fix randomly failing test (#464)427c5c2
Fixtimeout
option validation (#463)edf28a6
Run CI tests on Node 16 (#461)8e4f901
Fix linting errors (#462)2f61456
Improve docs for.command
- Additional commits viewable in compare view
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 will not automatically merge this PR because it includes an out-of-range update to a production dependency.
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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)