PalisadoesFoundation / talawa

Community Organization Management Software. Click on the link below to see our documentation.
https://docs.talawa.io/
GNU General Public License v3.0
330 stars 463 forks source link

Upgrade package `mocktail_image_network` from 1.0.0 to 1.1.0 #2348

Closed palisadoes closed 9 months ago

palisadoes commented 9 months ago

Rationale

  1. This was previously attempted by the automated dependabot job but the PR tests failed.
  2. This issue has been created to fix the issue as there may be multiple dependency requirements that need updating

This is a major revision upgrade and many files may need to be updated to the new syntax, functions, methods and classes

Task

Upgrade mocktail_image_network from 1.0.0 to 1.1.0.

Background Failing PRs

Release Note Details

Release notes

Sourced from mocktail_image_network's releases.

mocktail-image-network-v1.1.0

  • feat: add customizable imageBytes to mockNetworkImages (#214)
  • chore: remove deprecated lint rules
  • docs: adjust LICENSE year

mocktail-v1.0.3

  • docs: update README.md`` to include any(that: ...)` (#226)
  • chore: update LICENSE year
  • chore: remove deprecated lint rules

mocktail-v1.0.2

  • chore(deps): allow pkg:test_api >=0.7.0 (#220)
  • docs: update verify example in README.md (#215)

mocktail-v1.0.1

What's Changed

Full Changelog: https://github.com/felangel/mocktail/compare/mocktail-image-network-v1.0.0...mocktail-v1.0.1

Commits
  • 633471e chore(mocktail_image_network): v1.1.0 (#227)
  • 4aea1f1 chore: update LICENSE year
  • 19cef6c chore: remove deprecated lint rules
  • 53e8132 feat(mocktail_image_network): add customizable imageBytes (#214)
  • 5d4573a docs(mocktail): update README.md to include any(that: ...) (#226)
  • 22e45f1 chore(mocktail): v1.0.2 (#222)
  • cee5c5f docs(mocktail): update verify example in README.md (#215)
  • 95d69b8 chore(deps): allow pkg:test_api >=0.7.0 (#220)
  • c7491d2 chore(mocktail): v1.0.1 (#211)
  • 520ca77 chore(mocktail): depend on pkg:test_api for Fake (#210)
  • Additional commits viewable in compare view


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 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 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)
abhinavs1920 commented 9 months ago

Hi, Please assign this issue to me once it gets approved. I think my skills align with this issue.

abhinavs1920 commented 9 months ago

After just upgrading the dependency, I am getting no changes required. Even after using dart run custom_lint I got no issues. Should consider making a PR then?

palisadoes commented 9 months ago

Yes