chore(deps): Bump freezed, freezed_annotation, injectable_generator, build_runner, json_serializable and drift_dev#126
Conversation
…build_runner, json_serializable and drift_dev Bumps [freezed](https://github.com/rrousselGit/freezed), [freezed_annotation](https://github.com/rrousselGit/freezed), [injectable_generator](https://github.com/Milad-Akarie/injectable), [build_runner](https://github.com/dart-lang/build), [json_serializable](https://github.com/google/json_serializable.dart) and [drift_dev](https://github.com/simolus3/drift). These dependencies needed to be updated together. Updates `freezed` from 2.5.8 to 3.2.3 - [Commits](rrousselGit/freezed@freezed-v2.5.8...freezed-v3.2.3) Updates `freezed_annotation` from 2.4.4 to 3.1.0 - [Commits](rrousselGit/freezed@freezed_annotation-v2.4.4...freezed_annotation-v3.1.0) Updates `injectable_generator` from 2.7.0 to 2.8.1 - [Commits](https://github.com/Milad-Akarie/injectable/commits) Updates `build_runner` from 2.5.4 to 2.6.0 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](dart-lang/build@build_runner-v2.5.4...build_runner-v2.6.0) Updates `json_serializable` from 6.9.5 to 6.11.1 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](google/json_serializable.dart@json_serializable-v6.9.5...json_serializable-v6.11.1) Updates `drift_dev` from 2.28.0 to 2.28.3 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](simolus3/drift@drift_dev-2.28.0...drift_dev-2.28.3) --- updated-dependencies: - dependency-name: freezed dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: freezed_annotation dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: injectable_generator dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: build_runner dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: json_serializable dependency-version: 6.11.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: drift_dev dependency-version: 2.28.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Code Review Summary✨ This pull request focuses on updating various package dependencies in 🚀 Key Improvements
💡 Minor Suggestions
🚨 Critical Issues
|
| path_provider: ^2.1.5 | ||
| drift_sync_core: | ||
| path: drift_sync_core/ | ||
| freezed_annotation: ^2.4.4 |
There was a problem hiding this comment.
The freezed_annotation package has moved from a 2.x.x to a 3.x.x version. Major version changes often introduce breaking changes. It is highly recommended to review the changelog for freezed_annotation (and freezed) to understand any necessary code migrations or adaptations.
| freezed_annotation: ^2.4.4 | |
| freezed_annotation: ^3.1.0 |
| @@ -104,14 +104,14 @@ dev_dependencies: | |||
| # package. See that file for information about deactivating specific lint | |||
| # rules and activating additional ones. | |||
| flutter_lints: ^4.0.0 | |||
There was a problem hiding this comment.
Similar to freezed_annotation, the freezed package has also undergone a major version update (from 2.x.x to 3.x.x). Please check the changelog for freezed to identify and implement any breaking changes or new patterns required by this update.
| flutter_lints: ^4.0.0 | |
| freezed: ^3.2.3 |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps freezed, freezed_annotation, injectable_generator, build_runner, json_serializable and drift_dev. These dependencies needed to be updated together.
Updates
freezedfrom 2.5.8 to 3.2.3Commits
62eaff9The following packages have been updated:89d763eUse range for analyzer version (#1302)b02955cfreezed : 3.2.1 -> 3.2.2f49fa4bfreezed_lint : 0.0.10 -> 0.0.112822e04Update analyzer 8 (#1301)1e359f2freezed : 3.2.0 -> 3.2.17ee3153Handle analyzer 8 (#1300)ab94118Bump actions/setup-node from 4 to 5 (#1297)03f180cchore: update sponsors.svg75230b1chore: update sponsors.svgUpdates
freezed_annotationfrom 2.4.4 to 3.1.0Commits
6351730Don't publish benchmarkac7666ffreezed_annotation : 3.0.0 -> 3.1.02c0d0a1fixes #126171b51d2⚡️ Stop writing// dart format width=80to the generated freezed files (#1256)05e2bb4Add when/map back (#1271)170db3bfix markdown link syntax (#1254)9317203chore: update sponsors.svga42c20cUsebuilt_test3.2.1, test fixes. (#1266)6f1a033chore: update sponsors.svg168513bdocs: simplify dependency installation commands by grouping packages (#1268)Updates
injectable_generatorfrom 2.7.0 to 2.8.1Commits
Updates
build_runnerfrom 2.5.4 to 2.6.0Release notes
Sourced from build_runner's releases.
Commits
21eae68Release 3.0.0. (#4099)29e0011Prepare for dev releases. (#4098)5e2659fClean up test helpers. (#4095)e453c95Read builder config from AssetReader. (#4096)70294ccRemove gitter link. (#4097)41d91a1Add benchmarks for when there is mostly no codegen. (#4091)d0ef60bFix build_test README and improve a comment. (#4090)3577e4cFix crash on incremental build after missing package resolve. (#4089)aef6133Fix log stack overflow. (#4080)f186f76Removed unused deps. (#4078)Updates
json_serializablefrom 6.9.5 to 6.11.1Release notes
Sourced from json_serializable's releases.
Commits
d95430cAllow build 4.0.0. (#1525)8cb173fBump the dependencies group with 2 updates (#1522)191f06aRelease 6.11.0. (#1520)c8c3b39Stop using source_gen TypeChecker.fromRuntime. (#1517)426f5a2Support latest dependencies (#1516)4298f97Allow@JsonKeyto be used on constructor parameters (#1505)7d8d510Fix bug running code generation for classes inheriting fromListBase(#1514)4c9e1e6CI fix to handle analyzer/SDK language version changing (#1513)e1381aaRelease 6.10.0. (#1511)57e04deUpdate to latest analyzer release and fix deprecations (#1510)Updates
drift_devfrom 2.28.0 to 2.28.3Commits
b4e8c77Prepare release02b2421Update build dependencies35c4797Stop depending on deprecated build packagescdd6150Fix wasm num cast in legacy web database6ac85edFix missing element false positive8bfe305Also apply to non-shared implementation5c0a08dadd isolateDebugLog to DriftNativeOptionsa981268Document insertOnConflictUpdate issueaca2cadPrepare drift_flutter release3891b66added initializeDatabase to web optionsYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)