Skip to content

Bump cli_script from 0.2.6 to 1.0.0#3

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/cli_script-1.0.0
Closed

Bump cli_script from 0.2.6 to 1.0.0#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/cli_script-1.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 20, 2026

Bumps cli_script from 0.2.6 to 1.0.0.

Changelog

Sourced from cli_script's changelog.

1.0.0

  • Stable release.

  • Expose the args() function, which shell-escapes multiple arguments at once.

  • Update internal type annotations for compatibility with dart-lang/sdk#52801.

0.3.2

  • Declare support for Dart 3.

0.3.1

  • Add Script.outputBytes, which works like Script.output but returns the raw bytes instead of a string representation.

0.3.0

  • Add Script.kill() to send a ProcessSignal such as SIGKILL or SIGTERM to terminate a script or stream. Defaults to SIGTERM. Capturing functions like Script.capture or silenceUntilFailure can't terminate their callbacks but the ProcessSignal can be reacted to via their new onSignal handler.

0.2.7

  • Ensure that Scripts always cancel streams piped to their stdin sinks after exiting. This prevents rare cases where programs could deadlock waiting for events to be processed.
Commits

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 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)

Bumps [cli_script](https://github.com/google/dart_cli_script) from 0.2.6 to 1.0.0.
- [Changelog](https://github.com/google/dart_cli_script/blob/main/CHANGELOG.md)
- [Commits](google/dart_cli_script@0.2.6...1.0.0)

---
updated-dependencies:
- dependency-name: cli_script
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels Mar 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 20, 2026

Looks like cli_script is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 20, 2026
@dependabot dependabot Bot deleted the dependabot/pub/cli_script-1.0.0 branch March 20, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants