chore(deps): Updated freezed: 3.0.6, freezed_annotation: 3.0.0, source_gen: 2.0.0, dart_style: 3.0.1 #37
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the following dependencies to their latest compatible versions:
freezed
→ 3.0.6freezed_annotation
→ 3.0.0source_gen
→ 2.0.0dart_style
→ 3.0.1Motivation
The primary motivation for this upgrade is compatibility.
generator
was constrained tofreezed_annotation: ^2.2.0
. However, another project that depends on this package requiresfreezed_annotation: ^3.0.0
or higher. This version mismatch caused dependency resolution conflicts, blocking integration and development efforts.Details
freezed
andfreezed_annotation
to ensure compatibility with projects requiring version 3.x.source_gen
anddart_style
to meet the new peer dependency requirements offreezed
and improve code generation stability.freezed_annotation
v3.x.