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

build(deps): Bump the pub group across 1 directory with 5 updates #1590

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2024

Bumps the pub group with 5 updates in the /packages/dart/sshnoports directory:

Package From To
at_cli_commons 1.2.1 1.3.0
args ece6d42 2.6.0
at_onboarding_cli 1.7.0 1.8.0
dartssh2 3632982 2.11.0
test 1.25.10 1.25.11

Updates at_cli_commons from 1.2.1 to 1.3.0

Commits

Updates args from ece6d42 to 2.6.0

Release notes

Sourced from args's releases.

package:args v2.6.0

  • Added source argument when throwing a ArgParserException.
  • Fix inconsistent FormatException messages
  • Require Dart 3.3
  • Move to dart-lang/core monorepo.
Commits

Updates at_onboarding_cli from 1.7.0 to 1.8.0

Commits

Updates dartssh2 from 3632982 to 2.11.0

Release notes

Sourced from dartssh2's releases.

2.11.0

  • Fixed Type 'Uint8' not found issue.
../../../.pub-cache/hosted/pub.dev/dartssh2-2.10.0/lib/src/ssh_forward.dart:25:18: Error: Type 'Uint8' not found.
  StreamConsumer<Uint8> get sink => _sinkController.sink;
                 ^^^^^
../../../.pub-cache/hosted/pub.dev/dartssh2-2.10.0/lib/src/ssh_forward.dart:25:29: Error: The return type of the method 'SSHForwardChannel.sink' is 'StreamConsumer<invalid-type>', which does not match the return type, 'StreamSink<List<int>>', of the overridden method, 'SSHSocket.sink'.
 - 'StreamConsumer' is from 'dart:async'.
 - 'StreamSink' is from 'dart:async'.
 - 'List' is from 'dart:core'.
Change to a subtype of 'StreamSink<List<int>>'.
  StreamConsumer<Uint8> get sink => _sinkController.sink;
                            ^
../../../.pub-cache/hosted/pub.dev/dartssh2-2.10.0/lib/src/socket/ssh_socket.dart:18:29: Context: This is the overridden method ('sink').
  StreamSink<List<int>> get sink;
                            ^
../../../.pub-cache/hosted/pub.dev/dartssh2-2.10.0/lib/src/http/http_client.dart:141:17: Error: The method 'add' isn't defined for the class 'StreamConsumer<invalid-type>'.
 - 'StreamConsumer' is from 'dart:async'.
Try correcting the name to the name of an existing method, or defining a method named 'add'.
    socket.sink.add(buffer.toString().codeUnits);
                ^^^

Process finished with exit code 254

Changelog

Sourced from dartssh2's changelog.

[2.11.0] - 2024-11-19

  • Fixed Type 'Uint8' not found issue.

[2.10.0] - 2024-08-29

  • Improved Readme.
  • Bug fix in SftpFileWriter for #50, #71, #100.
  • Added DartShell product #101.
  • Fixed dynamic return on SftpFileOpenMode in | operator #80.
  • DCM updated.
  • Fixed warnings related with new DCM version.
  • Dependencies updated.
  • Fixed Flutter 3.24 issue.

[2.9.1-pre] - 2023-04-02

  • Make the type of SSHForwardChannel.sink to StreamSink<List<int>> to match its super class.
  • Added SSHHttpClient for easy http request forwarding.

[2.9.0-pre] - 2023-03-31

  • Better handling of channel close.
  • Make SSHForwardChannel implement SSHSocket for better interoperability.

[2.8.2] - 2023-03-07

  • Make SftpFileWriter implement Future<void> for backward compatibility.

[2.8.1] - 2023-03-07

  • Export SftpFileWriter

[2.8.0] - 2023-03-06

  • SftpFile.write now returns a SftpFileWriter that can be used to control the writing process.
  • Support SftpClient.statvfs and SftpFile.statvfs.
  • Support automatic keepalive.

2.7.3

  • Update README.md
  • Move cli into separate package.
  • Properly handle chunk read error during stream read.

2.7.2+3

  • Update README.md

2.7.2+2

  • Update README.md

2.7.2+1

  • Update README.md

2.7.2

  • Upgrade pinenacl to 0.5.0.

... (truncated)

Commits

Updates at_onboarding_cli from 1.7.0 to 1.8.0

Commits

Updates test from 1.25.10 to 1.25.11

Release notes

Sourced from test's releases.

package:test v1.25.11

  • Update to be forward compatible with package:shelf_web_socket version 3.x.
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 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

Bumps the pub group with 5 updates in the /packages/dart/sshnoports directory:

| Package | From | To |
| --- | --- | --- |
| [at_cli_commons](https://github.com/atsign-foundation/at_libraries/tree/trunk/packages) | `1.2.1` | `1.3.0` |
| [args](https://github.com/dart-lang/core) | ``ece6d42`` | `2.6.0` |
| [at_onboarding_cli](https://github.com/atsign-foundation/at_libraries) | `1.7.0` | `1.8.0` |
| [dartssh2](https://github.com/TerminalStudio/dartssh2) | ``3632982`` | `2.11.0` |
| [test](https://github.com/dart-lang/test/tree/master/pkgs) | `1.25.10` | `1.25.11` |



Updates `at_cli_commons` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/atsign-foundation/at_libraries/releases)
- [Commits](https://github.com/atsign-foundation/at_libraries/commits/HEAD/packages)

Updates `args` from `ece6d42` to 2.6.0
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](https://github.com/dart-lang/core/commits/args-v2.6.0)

Updates `at_onboarding_cli` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/atsign-foundation/at_libraries/releases)
- [Commits](https://github.com/atsign-foundation/at_libraries/commits)

Updates `dartssh2` from `3632982` to 2.11.0
- [Release notes](https://github.com/TerminalStudio/dartssh2/releases)
- [Changelog](https://github.com/TerminalStudio/dartssh2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TerminalStudio/dartssh2/commits/2.11.0)

Updates `at_onboarding_cli` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/atsign-foundation/at_libraries/releases)
- [Commits](https://github.com/atsign-foundation/at_libraries/commits)

Updates `test` from 1.25.10 to 1.25.11
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.25.11/pkgs)

---
updated-dependencies:
- dependency-name: at_cli_commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: args
  dependency-type: direct:production
  dependency-group: pub
- dependency-name: at_onboarding_cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: dartssh2
  dependency-type: direct:production
  dependency-group: pub
- dependency-name: at_onboarding_cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code Dependency Issue requires team to address dependency labels Dec 4, 2024
@cpswan cpswan requested review from gkc and XavierChanth December 4, 2024 07:17
@cpswan
Copy link
Member

cpswan commented Dec 5, 2024

Seems to be superseded by #1595

@cpswan cpswan closed this Dec 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pub/packages/dart/sshnoports/pub-900425ccad branch December 5, 2024 09:54
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 Dependency Issue requires team to address dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants