Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 20, 2022

Bumps built_value_generator from 8.1.4 to 8.3.3.

Release notes

Sourced from built_value_generator's releases.

Fix codegen for generic bounds

  • Fix erroneously generated null check for fields with generic bounds.

Null safe built_value_test

  • Migrate built_value_test to null safety.

Generator fixes, ignore lint

  • Fix generation support for optional generic bounds, e.g. class Foo<T extends Object?>.
  • Fix generation for classes with names starting $.
  • Ignore lint unnecessary_lambdas in generated code.

Generator improvements

  • Change generated build methods to return only public types, creating _build methods that return the generated impl types. This means dartdoc will no longer reference the generated types.
  • Ignore the no_leading_underscores_for_local_identifiers lint in generated code.
  • Migrated built_value_generator to null safety. This is purely an internal change, the generator can still generate legacy code as and when needed.

Fix serializer generation corner case

  • Bug fix: fix a corner case with generics that had incorrect serializer generation.

Fix build warning

  • Bug fix: remove a print from the enum generator.

Fix deps

  • Fix deps: allow built_value_generator to use built_value 8.2.0.

Generator improvements for lints, bump analyzer

  • Allow writing final parameters in EnumClass constructor and valueOf method.
  • Make generator output additional explicit null checks so the generated code complies with the cast_nullable_to_non_nullable lint.
  • Bump version of analyzer.
Changelog

Sourced from built_value_generator's changelog.

8.3.3

  • Fix erroneously generated null check for fields with generic bounds.

8.3.2

  • Migrate built_value_test to null safety.

8.3.1

  • Fix generation support for optional generic bounds, e.g. class Foo<T extends Object?>.
  • Fix generation for classes with names starting $.
  • Ignore lint unnecessary_lambdas in generated code.

8.3.0

  • Change generated build methods to return only public types, creating _build methods that return the generated impl types. This means dartdoc will no longer reference the generated types.
  • Ignore the no_leading_underscores_for_local_identifiers lint in generated code.
  • Migrated built_value_generator to null safety. This is purely an internal change, the generator can still generate legacy code as and when needed.

8.2.3

  • Bug fix: fix a corner case with generics that had incorrect serializer generation.

8.2.2

  • Bug fix: remove a print from the enum generator.

8.2.1

  • Fix deps: allow built_value_generator to use built_value 8.2.0.

8.2.0

  • Allow writing final parameters in EnumClass constructor and valueOf method.
  • Make generator output additional explicit null checks so the generated code complies with the cast_nullable_to_non_nullable lint.
  • Bump version of analyzer.
Commits
  • 4181ad5 Release 8.3.3.
  • bde7fca Fix build() code generation for generic fields
  • 4554662 Use local deps.
  • 69e5295 Fix erroneously generated null check for fields with generic bounds
  • f671a43 Migrate built_value_test to null safety.
  • 4ecd76e Release 8.3.1.
  • 5fda23c Ignore unnecessary_lambdas, update changelog.
  • f2f6d8f Update generated code.
  • 3ce11b3 Implement support for optional generic bounds
  • 745f761 updated changelog/authors
  • 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)

Bumps [built_value_generator](https://github.com/google/built_value.dart) from 8.1.4 to 8.3.3.
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](google/built_value.dart@v8.1.4...v8.3.3)

---
updated-dependencies:
- dependency-name: built_value_generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 20, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 18, 2022

Superseded by #255.

@dependabot dependabot bot closed this Jul 18, 2022
@dependabot dependabot bot deleted the dependabot/pub/desktop_photo_search/material/built_value_generator-8.3.3 branch July 18, 2022 23:27
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant