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 pub non-major dependencies #739

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2024

This PR contains the following updates:

Package Type Update Change
build_runner (source) dev_dependencies patch 2.4.13 -> 2.4.14
built_value (source) dependencies patch 8.9.2 -> 8.9.3
dart_frog (source) dependencies minor 1.1.0 -> 1.2.0
flutter_svg (source) dependencies patch 2.0.15 -> 2.0.16
go_router (source) dependencies patch 14.6.1 -> 14.6.2
json_serializable (source) dev_dependencies patch 6.9.0 -> 6.9.2
lottie dependencies minor 3.1.3 -> 3.3.0
package_info_plus (source) dependencies patch 8.1.1 -> 8.1.2
shared_preferences (source) dependencies patch 2.3.3 -> 2.3.4
test (source) dev_dependencies patch 1.25.8 -> 1.25.14
yaml (source) dev_dependencies patch 3.1.2 -> 3.1.3
yaml_edit (source) dev_dependencies patch 2.2.1 -> 2.2.2

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

dart-lang/build (build_runner)

v2.4.14

Compare Source

  • Write generated assets at the end of a build to avoid invalidating other
    tools with a file watcher multiple times.
  • Bump the min sdk to 3.6.0.
  • Allow analyzer version 7.x.
  • Hard code the generated build script to language version 3.6.
  • Allow dart_style version 4.0.0, require at least 2.3.7.
google/built_value.dart (built_value)

v8.9.3

Compare Source

  • Generate code that formats faster with current "short" style. Both versions
    are fast with the coming "tall" style.
  • Mark @nullable deprecated: it does nothing and should not be used.
VeryGoodOpenSource/dart_frog (dart_frog)

v1.2.0

Compare Source

  • chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/dart_frog (#​1432)
  • chore(deps): bump mime from 1.0.6 to 2.0.0 in /packages/dart_frog (#​1528)
flutter/packages (flutter_svg)

v2.0.16

Compare Source

  • Adopts code excerpts for README.
flutter/packages (go_router)

v14.6.2

Compare Source

  • Replaces deprecated collection method usage.
google/json_serializable.dart (json_serializable)

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
xvrh/lottie-flutter (lottie)

v3.3.0

Compare Source

  • Requires Flutter 3.27 and fix lints.
  • Add conditional imports to prevent importing dart:io on Web targets

v3.2.0

Compare Source

  • Apply Blend mode at layer level
fluttercommunity/plus_plugins (package_info_plus)

v8.1.2

Compare Source

  • REFACTOR(all): Use range of flutter_lints for broader compatibility (#​3371). (8a303add)
  • FIX(package_info_plus): add support for file scheme on web (#​3345). (2d69758d)
flutter/packages (shared_preferences)

v2.3.4

Compare Source

  • Security update, requires shared_preferences_android to be 2.3.4.
dart-lang/test (test)

v1.25.14

Compare Source

  • Use secure random for url secrets.

v1.25.13

Compare Source

  • Allow the latest version of package:matcher.

v1.25.12

Compare Source

  • Fix hang when running multiple precompiled browser tests.

v1.25.11

Compare Source

  • Update to be forward compatible with package:shelf_web_socket version 3.x.

v1.25.10

Compare Source

  • Update the package:vm_service constraint to allow version 15.x.

v1.25.9

Compare Source

  • Allow analyzer: '>=6.0.0 <8.0.0'
  • Fix dart2wasm tests on windows.
  • Increase SDK constraint to ^3.5.0.
  • Support running Node.js tests compiled with dart2wasm.
  • Allow firefox or firefox-bin executable name on macOS.
dart-lang/tools (yaml)

v3.1.3

Compare Source

  • Require Dart 3.4
  • Fix UTF-16 surrogate pair handling in plain scaler.
  • Move to dart-lang/tools monorepo.
dart-lang/tools (yaml_edit)

v2.2.2

Compare Source

  • Suppress warnings previously printed to stdout when parsing YAML internally.

  • Fix error thrown when inserting duplicate keys to different maps in the same
    list.
    (#​69)

  • Fix error thrown when inserting in nested list using spliceList method
    (#​83)

  • Fix error thrown when string has spaces when applying ScalarStyle.FOLDED.
    (#​41). Resolves
    ([#​86]).

  • Require Dart 3.1

  • Move to dart-lang/tools monorepo.


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot requested a review from a team as a code owner November 27, 2024 14:02
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 27, 2024
@renovate renovate bot enabled auto-merge (squash) November 27, 2024 14:02
Copy link
Contributor Author

renovate bot commented Nov 27, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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: app/backend/pubspec.lock
Command failed: dart pub upgrade build_runner built_value dart_frog test
The current Dart SDK version is 3.5.4.

Because app_backend depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: dart pub add dev:build_runner:^2.4.13

File name: app/catalog/pubspec.lock
Command failed: flutter pub upgrade build_runner
The current Dart SDK version is 3.5.4.

Because app_catalog depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: flutter pub add dev:build_runner:^2.4.13

File name: app/mobile/pubspec.lock
Command failed: flutter pub upgrade build_runner go_router package_info_plus shared_preferences
The current Dart SDK version is 3.5.4.

Because app_mobile depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.

File name: core/analytics/pubspec.lock
Command failed: dart pub upgrade build_runner
The current Dart SDK version is 3.5.4.

Because core_analytics depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: dart pub add dev:build_runner:^2.4.13

File name: core/analytics_firebase/pubspec.lock
Command failed: dart pub upgrade build_runner test
Because core_analytics_firebase requires the Flutter SDK, version solving failed.

Flutter users should use `flutter pub` instead of `dart pub`.

File name: core/authenticator/pubspec.lock
Command failed: dart pub upgrade build_runner
The current Dart SDK version is 3.5.4.

Because core_authenticator depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: dart pub add dev:build_runner:^2.4.13

File name: core/data/pubspec.lock
Command failed: dart pub upgrade build_runner test
The current Dart SDK version is 3.5.4.

Because core_data depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: dart pub add dev:build_runner:^2.4.13

File name: core/database/pubspec.lock
Command failed: dart pub upgrade build_runner
The current Dart SDK version is 3.5.4.

Because core_database depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: dart pub add dev:build_runner:^2.4.13

File name: core/database_isar/pubspec.lock
Command failed: dart pub upgrade build_runner test
The current Dart SDK version is 3.5.4.

Because core_database_isar depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: dart pub add dev:build_runner:^2.4.13

File name: core/datastore/pubspec.lock
Command failed: dart pub upgrade build_runner
The current Dart SDK version is 3.5.4.

Because core_datastore depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: dart pub add dev:build_runner:^2.4.13

File name: core/designsystem/pubspec.lock
Command failed: flutter pub upgrade build_runner flutter_svg
The current Dart SDK version is 3.5.4.

Because core_designsystem depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: flutter pub add dev:build_runner:^2.4.13

File name: core/domain/pubspec.lock
Command failed: dart pub upgrade build_runner test
The current Dart SDK version is 3.5.4.

Because core_domain depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: dart pub add dev:build_runner:^2.4.13

File name: core/model/pubspec.lock
Command failed: dart pub upgrade build_runner test
The current Dart SDK version is 3.5.4.

Because core_model depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: dart pub add dev:build_runner:^2.4.13

File name: core/network/pubspec.lock
Command failed: dart pub upgrade build_runner
The current Dart SDK version is 3.5.4.

Because core_network depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: dart pub add dev:build_runner:^2.4.13

File name: core/network_model/pubspec.lock
Command failed: dart pub upgrade build_runner json_serializable
The current Dart SDK version is 3.5.4.

Because core_network_model depends on json_serializable >=6.9.1 which requires SDK version >=3.6.0 <4.0.0, version solving failed.

File name: core/ui/pubspec.lock
Command failed: flutter pub upgrade build_runner
The current Dart SDK version is 3.5.4.

Because core_ui depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: flutter pub add dev:build_runner:^2.4.13

File name: feature/onboarding/pubspec.lock
Command failed: flutter pub upgrade build_runner go_router lottie
The current Dart SDK version is 3.5.4.

Because feature_onboarding depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.

File name: feature/quest/pubspec.lock
Command failed: flutter pub upgrade build_runner go_router
The current Dart SDK version is 3.5.4.

Because feature_quest depends on build_runner >=2.4.14 which requires SDK version ^3.6.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: flutter pub add dev:build_runner:^2.4.13

Copy link

coderabbitai bot commented Nov 27, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added @core/common core common package @core/data core data package @core/designsystem core designsystem package @core/domain core domain package @core/model core model package @app/backend Backend development @core/analytics_firebase core analytics_firebase package @core/database_isar core database_isar package labels Nov 27, 2024
@renovate renovate bot force-pushed the renovate/pub-minor-patch branch 4 times, most recently from 057b0b4 to 920dee6 Compare December 4, 2024 08:58
@github-actions github-actions bot added @feature/home feature home package @feature/auth feature auth package @feature/quest feature quest package @feature/settings feature settings package @app/mobile mobile app package labels Dec 4, 2024
@renovate renovate bot force-pushed the renovate/pub-minor-patch branch 5 times, most recently from ba1597b to 47e25eb Compare December 8, 2024 15:46
@renovate renovate bot force-pushed the renovate/pub-minor-patch branch 3 times, most recently from 9ff104f to 0e1af5b Compare December 13, 2024 04:43
@renovate renovate bot force-pushed the renovate/pub-minor-patch branch 6 times, most recently from 02bcb24 to 76010e5 Compare December 16, 2024 22:59
@github-actions github-actions bot added @core/database core database package @core/datastore core datastore package @core/network core network package @app/catalog Catalog development @core/ui core ui package @core/analytics core analytics package @core/authenticator core authenticator package @core/network_model core network_model package labels Dec 16, 2024
@renovate renovate bot force-pushed the renovate/pub-minor-patch branch 13 times, most recently from 055198b to 6446be1 Compare December 24, 2024 01:51
@renovate renovate bot force-pushed the renovate/pub-minor-patch branch from 6446be1 to 1a2c0b3 Compare December 26, 2024 12:15
@renovate renovate bot force-pushed the renovate/pub-minor-patch branch from 1a2c0b3 to 2505cc0 Compare December 26, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@app/backend Backend development @app/catalog Catalog development @app/mobile mobile app package @core/analytics_firebase core analytics_firebase package @core/analytics core analytics package @core/authenticator core authenticator package @core/common core common package @core/data core data package @core/database_isar core database_isar package @core/database core database package @core/datastore core datastore package @core/designsystem core designsystem package @core/domain core domain package @core/model core model package @core/network_model core network_model package @core/network core network package @core/ui core ui package dependencies Pull requests that update a dependency file @feature/auth feature auth package @feature/home feature home package @feature/quest feature quest package @feature/settings feature settings package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants