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

update dependencies #19

Closed
seljad opened this issue Sep 22, 2023 · 8 comments · Fixed by #139
Closed

update dependencies #19

seljad opened this issue Sep 22, 2023 · 8 comments · Fixed by #139
Labels
dependencies Pull requests that update a dependency file Error Report something not working

Comments

@seljad
Copy link

seljad commented Sep 22, 2023

I have image_cropper package in my project. When I try to install dart_code_linter, I get this error:

Because image_cropper >=5.0.0 depends on image_cropper_platform_interface ^5.0.0 which depends on http ^1.0.0, image_cropper >=5.0.0 requires http ^1.0.0. And because every version of dart_code_linter depends on http ^0.13.5, image_cropper >=5.0.0 is incompatible with dart_code_linter. So, because the App depends on both image_cropper ^5.0.0 and dart_code_linter any, version solving failed..

Please update your dependencies.

@seljad seljad added the Error Report something not working label Sep 22, 2023
@app-toolkit-opensource-innersource app-toolkit-opensource-innersource bot added the Review/Pending Initial stage of the issue to evaluate its approval label Sep 22, 2023
@app-toolkit-opensource-innersource

Assign to review: @santitigaga @ajtortolero

@hohlfma
Copy link

hohlfma commented Oct 25, 2023

Same here with http package: we are using current http version 1.1.0 but dart_code_linter still requires version 0.13.5

So +1 for upgrading the dependencies!

@The-Redhat
Copy link

This is fixed on the branch. @santitigaga can you please create a new version on pub.dev

@JTorkk
Copy link

JTorkk commented Nov 8, 2023

Please also update uuid to the newest (4.2.1).

@The-Redhat
Copy link

ping @santitigaga

@bastislack
Copy link

I also have a dependency version problem with uuid: Because every version of dart_code_linter depends on uuid ^3.0.7 and my_project depends on uuid ^4.1.0, dart_code_linter is forbidden.

@rubenlop88
Copy link
Contributor

The analyzer dependency was changed to 6.0.0 which introduces many breaking changes. The project right now does not compile. I think that change should be reverted.

@santitigaga
Copy link
Contributor

Hi all, sorry for the delay in replying. I reverted the change of the dependency analyzer from version 6 to version 5, adjusted the failed unit tests and added this control in the CI pipeline. #139

Once the pull request is completed a new version will be generated.

@santitigaga santitigaga added dependencies Pull requests that update a dependency file and removed Review/Pending Initial stage of the issue to evaluate its approval labels Sep 4, 2024
@santitigaga santitigaga linked a pull request Sep 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Error Report something not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants