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

chore(deps): Bump flutter_gen_runner from 4.3.0 to 5.2.0 in /flutter_news_example/packages/app_ui #765

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2023

Bumps flutter_gen_runner from 4.3.0 to 5.2.0.

Release notes

Sourced from flutter_gen_runner's releases.

v5.2.0

No release notes provided.

v5.1.0

Feature

  • #322 #327 [BREAKING CHANGES] Add keyName to integrations and exchange the path value.

v5.1.0+1

Documents update

v5.0.3

Bug fix

  • #322 Fix wrong package asset path with svg, lottie, flare and rive integrations.
  • #323 Fix generate failed when only list in a JSON files.

v5.0.2

Bug fix

  • #308 #309 Fix missing add to the lottie#controller.

v5.0.1

Bug fix

  • #300 Fix package_parameter_enabled being ignored for Flare, Rive and Lottie.
  • #303 Add ignore_for_file: implicit_dynamic_list_literal to generated files.

Development

  • #306 Update required analyzer: '>=4.7.0 <6.0.0'

v5.0.0

Feature

  • #285 #298 Add Lottie files integration.
    // Assets.lottie.hamburgerArrow.lottie()
    SizedBox(
      width: 200,
      height: 200,
      child: Assets.lottie.hamburgerArrow.lottie(
        fit: BoxFit.contain,
      ),
    ),
  • #286 Allow users to change generated class name for assets, fonts, and colors.
    flutter_gen:
      assets:
        # Optional
        outputs: 
          class_name: MyAssets # Default is `Assets`
    fonts:
    # Optional

... (truncated)

Changelog

Sourced from flutter_gen_runner's changelog.

5.2.0

Feature

  • #350 Support flutter_svg 2.0.0.

5.1.0, 5.1.0+1

Feature

  • #322 #327 [BREAKING CHANGES] Add keyName to integrations and exchange the path value.

5.0.3

Bug fix

  • #322 Fix wrong package asset path with svg, lottie, flare and rive integrations.
  • #323 Fix generate failed when only list in a JSON files.

5.0.2

Bug fix

  • #308 #309 Fix missing add to the lottie#controller.

5.0.1

Bug fix

  • #300 Fix package_parameter_enabled being ignored for Flare, Rive and Lottie.
  • #303 Add ignore_for_file: implicit_dynamic_list_literal to generated files.

Development

  • #306 Update required analyzer: '>=4.7.0 <6.0.0'

5.0.0

Feature

  • #285 #298 Add Lottie files integration.
    // Assets.lottie.hamburgerArrow.lottie()
    SizedBox(
      width: 200,
      height: 200,
      child: Assets.lottie.hamburgerArrow.lottie(
        fit: BoxFit.contain,
      ),
    ),
  • #286 Allow users to change generated class name for assets, fonts, and colors.
    flutter_gen:
      assets:
        # Optional

... (truncated)

Commits
  • 59864d8 chore: Release v5.2.0
  • 162d4b1 chore: Update project code styles (#353)
  • 98d8617 feat: support flutter_svg 2.0.0 (#350)
  • 04e4363 chore: update dependency husky to v8 (#343)
  • a8d847d Add Internationalization workaround
  • c626f74 Update LICENSE
  • 7025a2b chore: change path of example symbolic links
  • 0da248b chore: rename unit:test to test
  • f0af562 chore: replace dart format command
  • 3289695 chore: update dependencies for examples
  • 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 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)

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Feb 7, 2023
Bumps [flutter_gen_runner](https://github.com/FlutterGen/flutter_gen) from 4.3.0 to 5.2.0.
- [Release notes](https://github.com/FlutterGen/flutter_gen/releases)
- [Changelog](https://github.com/FlutterGen/flutter_gen/blob/main/CHANGELOG.md)
- [Commits](FlutterGen/flutter_gen@v4.3.0...v5.2.0)

---
updated-dependencies:
- dependency-name: flutter_gen_runner
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/flutter_news_example/packages/app_ui/flutter_gen_runner-5.2.0 branch from e2e6580 to ad04c38 Compare February 18, 2023 17:34
@matiasleyba
Copy link
Contributor

Hi @felangel @marwfair 👋🏻

I have made some updates to the flutter_gen configuration in the pubspec.yaml to match syntax for version 5.2.0.

I have also updated the flutter_svg version to match the new changes in flutter_gen.
I was unable to update flutter_svg to the latest version due to problems with flutter_gen, see more here.

The changes in app_back_button are due to deprecated properties in flutter_svg.

If you agree with the changes I think you are ready to merge.

marwfair
marwfair previously approved these changes Mar 30, 2023
Copy link

@marwfair marwfair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

kaiceyd
kaiceyd previously approved these changes Mar 30, 2023
@valentinallavayol valentinallavayol dismissed stale reviews from kaiceyd and marwfair via c5f288e March 30, 2023 18:37
@kaiceyd kaiceyd self-requested a review March 30, 2023 18:56
Copy link

@marwfair marwfair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@kaiceyd kaiceyd merged commit a35f698 into main Mar 30, 2023
@kaiceyd kaiceyd deleted the dependabot/pub/flutter_news_example/packages/app_ui/flutter_gen_runner-5.2.0 branch March 30, 2023 21:43
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 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants