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

Out of date transitive dependencies when using at_client #1378

Open
cconstab opened this issue Aug 14, 2024 · 0 comments
Open

Out of date transitive dependencies when using at_client #1378

cconstab opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cconstab
Copy link
Member

Describe the bug

Not really a bug but just old dependencies being pinned

Steps to reproduce

  1. Use at_client in a simple dart cli program
  2. dart pub get
  3. dart pub update
  4. dart pub outdated shows cron and uuid pinned to older versions

Expected behavior

Used the latest packages if possibel

Screenshots

PS C:\Users\colin\GitHub\cconstab\traversable-worm-hole-tools\packages\dart\twh_tools> dart pub upgrade 
Resolving dependencies... (1.4s)
Downloading packages...
  cron 0.5.1 (0.6.1 available)
  uuid 3.0.7 (4.4.2 available)
No dependencies changed.
2 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
PS C:\Users\colin\GitHub\cconstab\traversable-worm-hole-tools\packages\dart\twh_tools> dart pub outdated
Showing outdated packages.
[*] indicates versions that are not the latest available.

Package Name  Current  Upgradable  Resolvable  Latest

direct dependencies: all up-to-date.

dev_dependencies: all up-to-date.

transitive dependencies:
cron          *0.5.1   *0.5.1      *0.5.1      0.6.1
uuid          *3.0.7   *3.0.7      *3.0.7      4.4.2
all dependencies are up-to-date.

PS C:\Users\colin\GitHub\cconstab\traversable-worm-hole-tools\packages\dart\twh_tools> dart pub deps
Dart SDK 3.5.0
Flutter SDK 3.24.0
twh_dart 1.0.0
|-- args 2.5.0
|-- at_cli_commons 1.1.0
|   |-- args...
|   |-- at_client...
|   |-- at_onboarding_cli...
|   |-- at_utils...
|   |-- chalkdart...
|   |-- logging...
|   |-- meta...
|   '-- version...
|-- at_client 3.0.78
|   |-- archive 3.6.1
|   |   |-- crypto...
|   |   '-- path...
|   |-- asn1lib 1.5.3
|   |-- async 2.11.0
|   |   |-- collection...
|   |   '-- meta...
|   |-- at_auth 2.0.5
|   |   |-- at_demo_data 1.1.0
|   |   |-- args...
|   |   |-- at_chops...
|   |   |-- at_commons...
|   |   |-- at_lookup...
|   |   |-- at_utils...
|   |   |-- crypton...
|   |   '-- meta...
|   |-- at_base2e15 1.0.0
|   |-- at_chops 2.0.0
|   |   |-- dart_periphery 0.9.6
|   |   |   |-- ffi 2.1.3
|   |   |   |-- process 5.0.2
|   |   |   |   |-- platform 3.1.5
|   |   |   |   |-- file...
|   |   |   |   '-- path...
|   |   |   |-- async...
|   |   |   |-- collection...
|   |   |   |-- meta...
|   |   |   |-- path...
|   |   |   '-- stack_trace...
|   |   |-- ecdsa 0.1.0
|   |   |   |-- ninja_asn1 2.0.0
|   |   |   |   '-- collection...
|   |   |   |-- crypto...
|   |   |   '-- elliptic...
|   |   |-- elliptic 0.3.10
|   |   |-- args...
|   |   |-- at_commons...
|   |   |-- at_utils...
|   |   |-- crypto...
|   |   |-- crypton...
|   |   |-- encrypt...
|   |   '-- pointycastle...
|   |-- at_commons 4.0.11
|   |   |-- json_annotation 4.9.0
|   |   |   '-- meta...
|   |   |-- meta...
|   |   '-- uuid...
|   |-- at_lookup 3.0.47
|   |   |-- mutex 3.1.0
|   |   |-- at_chops...
|   |   |-- at_commons...
|   |   |-- at_utils...
|   |   |-- crypto...
|   |   |-- crypton...
|   |   |-- meta...
|   |   '-- path...
|   |-- at_persistence_secondary_server 3.0.63
|   |   |-- at_commons...
|   |   |-- at_persistence_spec...
|   |   |-- at_utf7...
|   |   |-- at_utils...
|   |   |-- cron...
|   |   |-- crypto...
|   |   |-- hive...
|   |   |-- meta...
|   |   |-- path...
|   |   '-- uuid...
|   |-- at_persistence_spec 2.0.14
|   |-- at_utf7 1.0.0
|   |-- collection 1.19.0
|   |-- convert 3.1.1
|   |   '-- typed_data...
|   |-- cron 0.5.1
|   |   '-- clock...
|   |-- crypto 3.0.4
|   |   '-- typed_data...
|   |-- crypton 2.2.1
|   |   |-- pointycastle 3.9.1
|   |   |   |-- collection...
|   |   |   |-- convert...
|   |   |   '-- js...
|   |   '-- asn1lib...
|   |-- encrypt 5.0.3
|   |   |-- clock 1.1.1
|   |   |-- args...
|   |   |-- asn1lib...
|   |   |-- collection...
|   |   |-- crypto...
|   |   '-- pointycastle...
|   |-- hive 2.2.3
|   |   |-- crypto...
|   |   '-- meta...
|   |-- http 1.2.2
|   |   |-- http_parser 4.1.0
|   |   |   |-- collection...
|   |   |   |-- source_span...
|   |   |   |-- string_scanner...
|   |   |   '-- typed_data...
|   |   |-- web 1.0.0
|   |   |-- async...
|   |   '-- meta...
|   |-- internet_connection_checker 1.0.0+1
|   |-- meta 1.15.0
|   |-- path 1.9.0
|   |-- uuid 3.0.7
|   |   '-- crypto...
|   |-- version 3.0.2
|   '-- at_utils...
|-- at_onboarding_cli 1.6.1
|   |-- at_server_status 1.0.4
|   |   |-- at_commons...
|   |   |-- at_lookup...
|   |   |-- at_utils...
|   |   '-- uuid...
|   |-- image 4.2.0
|   |   |-- xml 6.5.0
|   |   |   |-- petitparser 6.0.2
|   |   |   |   '-- meta...
|   |   |   |-- collection...
|   |   |   '-- meta...
|   |   |-- archive...
|   |   '-- meta...
|   |-- zxing2 0.2.3
|   |   |-- charcode 1.3.1
|   |   |-- fixnum 1.1.0
|   |   |-- collection...
|   |   '-- meta...
|   |-- args...
|   |-- at_auth...
|   |-- at_chops...
|   |-- at_cli_commons...
|   |-- at_client...
|   |-- at_commons...
|   |-- at_lookup...
|   |-- at_persistence_secondary_server...
|   |-- at_utils...
|   |-- crypton...
|   |-- encrypt...
|   |-- http...
|   |-- meta...
|   '-- path...
|-- at_utils 3.0.16
|   |-- yaml 3.1.2
|   |   |-- string_scanner 1.3.0
|   |   |   '-- source_span...
|   |   |-- collection...
|   |   '-- source_span...
|   |-- at_commons...
|   |-- collection...
|   |-- crypto...
|   '-- logging...
|-- chalkdart 2.2.1
|   '-- args...
|-- lints 4.0.0
|-- logging 1.2.0
'-- test 1.25.8
    |-- analyzer 6.8.0
    |   |-- _fe_analyzer_shared 73.0.0
    |   |   '-- meta...
    |   |-- glob 2.1.2
    |   |   |-- file 7.0.0
    |   |   |   |-- meta...
    |   |   |   '-- path...
    |   |   |-- async...
    |   |   |-- collection...
    |   |   |-- path...
    |   |   '-- string_scanner...
    |   |-- macros 0.1.2-main.4
    |   |   '-- _macros 0.3.2
    |   |-- pub_semver 2.1.4
    |   |   |-- collection...
    |   |   '-- meta...
    |   |-- watcher 1.1.0
    |   |   |-- async...
    |   |   '-- path...
    |   |-- collection...
    |   |-- convert...
    |   |-- crypto...
    |   |-- meta...
    |   |-- package_config...
    |   |-- path...
    |   |-- source_span...
    |   '-- yaml...
    |-- boolean_selector 2.1.1
    |   |-- source_span...
    |   '-- string_scanner...
    |-- coverage 1.9.0
    |   |-- source_maps 0.10.12
    |   |   '-- source_span...
    |   |-- vm_service 14.2.4
    |   |-- args...
    |   |-- glob...
    |   |-- logging...
    |   |-- package_config...
    |   |-- path...
    |   '-- stack_trace...
    |-- http_multi_server 3.2.1
    |   '-- async...
    |-- io 1.0.4
    |   |-- meta...
    |   |-- path...
    |   '-- string_scanner...
    |-- js 0.7.1
    |-- matcher 0.12.16+1
    |   |-- term_glyph 1.2.1
    |   |-- async...
    |   |-- meta...
    |   |-- stack_trace...
    |   '-- test_api...
    |-- node_preamble 2.0.2
    |-- package_config 2.1.0
    |   '-- path...
    |-- pool 1.5.1
    |   |-- async...
    |   '-- stack_trace...
    |-- shelf 1.4.2
    |   |-- async...
    |   |-- collection...
    |   |-- http_parser...
    |   |-- path...
    |   |-- stack_trace...
    |   '-- stream_channel...
    |-- shelf_packages_handler 3.0.2
    |   |-- path...
    |   |-- shelf...
    |   '-- shelf_static...
    |-- shelf_static 1.1.2
    |   |-- mime 1.0.5
    |   |-- convert...
    |   |-- http_parser...
    |   |-- path...
    |   '-- shelf...
    |-- shelf_web_socket 2.0.0
    |   |-- shelf...
    |   |-- stream_channel...
    |   '-- web_socket_channel...
    |-- source_span 1.10.0
    |   |-- collection...
    |   |-- path...
    |   '-- term_glyph...
    |-- stack_trace 1.11.1
    |   '-- path...
    |-- stream_channel 2.1.2
    |   '-- async...
    |-- test_api 0.7.3
    |   |-- async...
    |   |-- boolean_selector...
    |   |-- collection...
    |   |-- meta...
    |   |-- source_span...
    |   |-- stack_trace...
    |   |-- stream_channel...
    |   |-- string_scanner...
    |   '-- term_glyph...
    |-- test_core 0.6.5
    |   |-- frontend_server_client 4.0.0
    |   |   |-- async...
    |   |   '-- path...
    |   |-- source_map_stack_trace 2.1.1
    |   |   |-- path...
    |   |   |-- source_maps...
    |   |   '-- stack_trace...
    |   |-- analyzer...
    |   |-- args...
    |   |-- async...
    |   |-- boolean_selector...
    |   |-- collection...
    |   |-- coverage...
    |   |-- glob...
    |   |-- io...
    |   |-- meta...
    |   |-- package_config...
    |   |-- path...
    |   |-- pool...
    |   |-- source_maps...
    |   |-- source_span...
    |   |-- stack_trace...
    |   |-- stream_channel...
    |   |-- test_api...
    |   |-- vm_service...
    |   '-- yaml...
    |-- typed_data 1.3.2
    |   '-- collection...
    |-- web_socket_channel 3.0.1
    |   |-- web_socket 0.1.6
    |   |   '-- web...
    |   |-- async...
    |   |-- crypto...
    |   |-- stream_channel...
    |   '-- web...
    |-- webkit_inspection_protocol 1.2.1
    |   '-- logging...
    |-- async...
    |-- collection...
    |-- path...
    '-- yaml...
    ```

### Smartphones

- Dart 3.5.0


### Were you using an atApplication when the bug was found?

_No response_

### Additional context

_No response_
@cconstab cconstab added the bug Something isn't working label Aug 14, 2024
@cconstab cconstab changed the title Out of date transitive dependencies wehn using at_client Out of date transitive dependencies when using at_client Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants