Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update flutter packages (non-major) #321

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2025

This PR contains the following updates:

Package Type Update Change
custom_lint dev_dependencies patch 0.7.0 -> 0.7.3
device_info_plus (source) dependencies minor 11.2.2 -> 11.3.0
drift (source) dependencies minor 2.23.1 -> 2.25.0
drift_dev (source) dev_dependencies minor 2.23.1 -> 2.25.0
flutter_form_builder (source) dependencies minor 9.6.0 -> 9.7.0
freezed dev_dependencies patch 2.5.7 -> 2.5.8
go_router (source) dependencies minor 14.7.2 -> 14.8.0
http (source) dependencies minor 1.2.2 -> 1.3.0
json_serializable (source) dev_dependencies patch 6.9.0 -> 6.9.3
package_info_plus (source) dependencies minor 8.1.4 -> 8.2.1
riverpod_generator dev_dependencies patch 2.6.3 -> 2.6.4
riverpod_lint (source) dev_dependencies patch 2.6.3 -> 2.6.4
shared_preferences (source) dependencies minor 2.3.4 -> 2.5.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

invertase/dart_custom_lint (custom_lint)

v0.7.3

Compare Source

v0.7.2

Compare Source

v0.7.1

Compare Source

fluttercommunity/plus_plugins (device_info_plus)

v11.3.0

Compare Source

simolus3/drift (drift)

v2.25.0: Drift 2.25.0

Compare Source

Core drift package:

  • Report SqliteExceptions occurring on workers as SqliteException instances. Previously, they were sent as strings only.
  • Fix LazyDatabase being closed without ever being used potentially leaking resources.

In the generator:

  • Fix incorrect code when applying non-nullable type converters with a nullable JSON type to nullable column.
  • Fix missing outputs for drift files only consisting of imports in modular generation mode.
  • Allow generating manager references across different files in modular generation mode.
  • Fix class names with dollar signs not being escaped in drift-generated toString().
  • Make-migrations command: Use flutter_test if the core test package is unavailable and warn when database class needs changes for test.

v2.24.0: Drift 2.24.0

Compare Source

This version improves jsonb support and adds other minor improvements:

  • Add TypeConverter.jsonb to directly store values in the JSONB format used by SQLite.
  • Deprecate TypeConverter.json utility in favor of TypeConverter.json2. The new method avoids encoding values twice when mapping drift row classes to JSON. The documentation
  • Add runWithInterceptor method to databases to only apply interceptors in a restricted block.

In the generator, we:

  • Support versions 7.x of the analyzer package.
  • Add analysis support for SQLite 3.48.
  • Fix nullability analysis around fts5 tables (enabled when raising the version to 3.48 to preserve backwards-compatibility).
flutter-form-builder-ecosystem/flutter_form_builder (flutter_form_builder)

v9.7.0

Compare Source

Fixes

  • [FormBuilderDateTimePicker] #​1444 "cancel" button behavior fix
  • [FormBuilderDropdown] #​1434 Replace dropdown

Features

  • [FormBuilderChoiceChip] #​1448 add missing properties
rrousselGit/freezed (freezed)

v2.5.8

Compare Source

flutter/packages (go_router)

v14.8.0

Compare Source

  • Adds preload parameter to StatefulShellBranchData.$branch.
dart-lang/http (http)

v1.3.0

Compare Source

  • Fixed unintended HTML tags in doc comments.
  • Switched BrowserClient to use Fetch API instead of XMLHttpRequest.
google/json_serializable.dart (json_serializable)

v6.9.3

Compare Source

  • Error out if the target package does not have a language version of 3.0 or
    greater.

v6.9.2

Compare Source

  • Support the latest package:analyzer.

v6.9.1

Compare Source

  • Support the latest package:source_gen.
  • Require Dart 3.6
fluttercommunity/plus_plugins (package_info_plus)

v8.2.1

Compare Source

  • FIX(package_info_plus): convert installTime to String instead of DateTime to avoid serialization issues (#​3464). (aa10ce75)
  • FIX(package_info_plus): fix macOS compilation warning (#​3460). (6eec56c4)

v8.2.0

Compare Source

rrousselGit/riverpod (riverpod_generator)

v2.6.4

Compare Source

rrousselGit/river_pod (riverpod_lint)

v2.6.4

Compare Source

flutter/packages (shared_preferences)

v2.5.1

Compare Source

  • Exposes SharedPreferencesOptions.

v2.5.0

Compare Source

  • Adds shared preferences devtools extension.

v2.4.0

Compare Source

  • Adds migration tool to move from legacy SharedPreferences to SharedPreferencesAsync.
  • Adds clarifying comment about allowList handling with an updated prefix.

v2.3.5

Compare Source

  • Adds information about Android SharedPreferences support.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Feb 2, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade custom_lint device_info_plus drift drift_dev flutter_form_builder freezed go_router http json_serializable package_info_plus riverpod_generator riverpod_lint shared_preferences
Note: test_api is pinned to version 0.7.3 by flutter_test from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because every version of flutter_test from sdk depends on test_api 0.7.3 and test >=1.25.9 depends on test_api 0.7.4, flutter_test from sdk is incompatible with test >=1.25.9.
And because no versions of test match >1.25.8 <1.25.9 and test 1.25.8 depends on analyzer >=5.12.0 <7.0.0, if flutter_test from sdk and test >=1.25.8 then analyzer >=5.12.0 <7.0.0.
And because riverpod_generator >=2.6.4 <3.0.0-dev.2 depends on analyzer ^7.0.0 and frigoligo depends on flutter_test from sdk, test >=1.25.8 is incompatible with riverpod_generator >=2.6.4 <3.0.0-dev.2.
So, because frigoligo depends on both riverpod_generator 2.6.4 and test ^1.25.8, version solving failed.
Failed to update packages.

@renovate renovate bot added the dependencies Dependencies related things label Feb 2, 2025
@renovate renovate bot force-pushed the renovate/flutter-packages-(non-major) branch 3 times, most recently from 99451fb to 3e00909 Compare February 7, 2025 21:43
@renovate renovate bot force-pushed the renovate/flutter-packages-(non-major) branch from 3e00909 to 24dc9b5 Compare February 8, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies related things
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants