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_not_possible message #8903

Open
1 task done
lazytesting opened this issue Jan 26, 2024 · 3 comments
Open
1 task done

update_not_possible message #8903

lazytesting opened this issue Jan 26, 2024 · 3 comments
Labels
T: bug 🐞 Something isn't working

Comments

@lazytesting
Copy link

lazytesting commented Jan 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

pub

Package manager version

No response

Language version

3.1.5

Manifest location and content before the Dependabot update

./pubspec.yaml

dependabot.yml content

---
job:
  package-manager: pub
  source:
    provider: github
    repo: orgName/repoName
    directory: "/."
    branch: fix-dependabot
    api-endpoint: https://api.github.com/
    hostname: github.com
credentials:
  - type: pub_repository
    url: https://xxxxx
    token: xxxx

Updated dependency

I have the same problem with several dependencies both internal and external. This is an example of an internal one:
pubspec.yaml:
name: "my_home"
version: ^2.2.0

pubspec.lock version 2.2.0

What you expected to see, versus what you actually saw

What happens: the module(s) are not updated
what I would expect: this module gets updated to 2.4.0

I see the log message "Requirements to unlock update_not_possible" but it is not clear for me why it is not possible to update. I could not find any docs on this warning and I also could not find a way to further debug the issue.

Native package manager behavior

when running "flutter pub upgrade my_home" the module get's updated to 2.4.0

Images of the diff or a link to the PR, issue, or logs

updater | 2024/01/26 09:03:37 INFO Checking if my_home 2.2.0 needs updating
updater | 2024/01/26 09:03:37 INFO Latest version is 2.4.0
updater | 2024/01/26 09:03:37 INFO Requirements to unlock update_not_possible
updater | 2024/01/26 09:03:37 INFO Requirements update strategy
updater | 2024/01/26 09:03:37 INFO No update possible for my_home 2.2.0

Smallest manifest that reproduces the issue

No response

@lazytesting lazytesting added the T: bug 🐞 Something isn't working label Jan 26, 2024
@hls-app
Copy link

hls-app commented Jul 16, 2024

Same issue! Any updates on this?

updater | 2024/07/16 14:33:01 INFO <job_856560749> Checking if logger 2.3.0 needs updating
updater | 2024/07/16 14:33:01 INFO <job_856560749> Latest version is 2.4.0
updater | 2024/07/16 14:33:01 INFO <job_856560749> Requirements to unlock update_not_possible
updater | 2024/07/16 14:33:01 INFO <job_856560749> Requirements update strategy 
updater | 2024/07/16 14:33:01 INFO <job_856560749> No update possible for logger 2.3.0

dependabot.yaml

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
  - package-ecosystem: "pub"
    directory: "/"
    schedule:
      interval: "daily"

@Mik77o
Copy link

Mik77o commented Aug 21, 2024

Same issue

version: 2
updates:
  - package-ecosystem: "pub"
    directory: "/"
    schedule:
      interval: "daily"
    open-pull-requests-limit: 2
Screenshot 2024-08-21 at 08 47 21

pubspec.yaml

rxdart: ^0.27.7

@Mik77o
Copy link

Mik77o commented Aug 21, 2024

@hls-app Did you manage to solve this problem, or does it still occur for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants