Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps built_value_generator from 8.1.4 to 8.4.2.

Release notes

Sourced from built_value_generator's releases.

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.

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.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.
  • 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

... (truncated)

Commits
  • 05da0d3 Bump analyzer version, stop using deprecated methods. Release 8.4.2.
  • 2e1b3b3 Update README.md
  • efabe72 add github actions support
  • 2a1439d Prepare 8.4.2.
  • 2c62d69 Prepare for separating ClassElement, EnumElement, and MixinElement.
  • 02c6e34 Release 8.4.1.
  • fb7f573 Remove obsolete param from analyzer invocation.
  • ae93ca8 Require analyzer 4.6.0, stop using deprecated methods.
  • 77dc296 Release 8.4.0.
  • c871ebc Allow enums to use 2.17 super init feature.
  • 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.2.
- [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.2)

---
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 Oct 31, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 16, 2023

Superseded by #496.

@dependabot dependabot bot closed this Jan 16, 2023
@dependabot dependabot bot deleted the dependabot/pub/desktop_photo_search/material/built_value_generator-8.4.2 branch January 16, 2023 23:10
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