Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps built_value_generator from 8.1.4 to 8.4.3.

Release notes

Sourced from built_value_generator's releases.

Deserialization fix, minor improvements

  • Fix generated deserialization code when there is a manually written builder with nullable fields.
  • Drop dev dependency on quiver.
  • Disable all linting of generated code.
  • Change generated hash code implementation so it formats better when there are many fields.

Bump version of analyzer

  • Prepare for breaking analyzer changes.
  • Bump version of analyzer.

Bump version of analyzer

  • Bump version of analyzer.

Custom builder improvements; enum improvement

  • Fix custom builders in null safe code: allow nested builder fields to be nullable.
  • Improve custom builders for null safe code: allow abstract setter/getter pairs instead of fields. This allows nested builders to have a setter that accepts null and a getter that guarantees not to return null, which is what auto instantiation of nested builders already provides.
  • Allow use of super field initialization in EnumClass.

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.

... (truncated)

Changelog

Sourced from built_value_generator's changelog.

8.4.3

  • Fix generated deserialization code when there is a manually written builder with nullable fields.
  • Drop dev dependency on quiver.
  • Disable all linting of generated code.
  • Change generated hash code implementation so it formats better when there are many fields.

8.4.2

  • Prepare for breaking analyzer changes.
  • Bump version of analyzer.

8.4.1

  • Bump version of analyzer.

8.4.0

  • Fix custom builders in null safe code: allow nested builder fields to be nullable.
  • Improve custom builders for null safe code: allow abstract setter/getter pairs instead of fields. This allows nested builders to have a setter that accepts null and a getter that guarantees not to return null, which is what auto instantiation of nested builders already provides.
  • Allow use of super field initialization in EnumClass.

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.

... (truncated)

Commits
  • 6464978 Release 8.4.3.
  • 316ad1d Fix deserialization codegen with manually implemented builder.
  • ec705bf Migrate from no-implicit-casts to strict-casts
  • 106cc9a CHANGELOG and generated code updates for hash code implementation change.
  • 431c04b refactor(built_value_generator): omit unnecessary type for local variable
  • 3f1d014 refactor(built_value_generator): use safer name for temporary hash code variable
  • 327c6aa refactor(built_value_generator): preserve comment for seed
  • a64fd2f refactor(built_value_generator): generate hashCode by using n statements for ...
  • 3e26f69 Ignore all lints in generated code.
  • 1e94e1d Use local deps.
  • 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.4.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.4.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 Jan 16, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 7, 2023

Superseded by #573.

@dependabot dependabot bot closed this Mar 7, 2023
@dependabot dependabot bot deleted the dependabot/pub/desktop_photo_search/material/built_value_generator-8.4.3 branch March 7, 2023 00:05
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