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

Merged
merged 2 commits into from
Jan 10, 2025
Merged

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
ferry (source) dependencies patch 0.16.0+1 -> 0.16.1+2
flutter_svg (source) dependencies patch 2.0.15 -> 2.0.17
freezed dev_dependencies patch 2.5.7 -> 2.5.8
go_router (source) dependencies patch 14.6.1 -> 14.6.3
go_router_builder (source) dev_dependencies patch 2.7.1 -> 2.7.3
json_serializable (source) dev_dependencies patch 6.9.0 -> 6.9.2
lottie dependencies minor 3.1.3 -> 3.3.1
melos (source) dev_dependencies minor 6.2.0 -> 6.3.0
package_info_plus (source) dependencies patch 8.1.1 -> 8.1.2
retrofit (source) dependencies patch 4.4.1 -> 4.4.2
retrofit_generator (source) dev_dependencies patch 9.1.5 -> 9.1.7
shared_preferences (source) dependencies patch 2.3.3 -> 2.3.5
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)
gql-dart/ferry (ferry)

v0.16.1+2

Compare Source

flutter/packages (flutter_svg)

v2.0.17

Compare Source

  • Implement errorBuilder callback

v2.0.16

Compare Source

  • Adopts code excerpts for README.
rrousselGit/freezed (freezed)

v2.5.8

Compare Source

flutter/packages (go_router)

v14.6.3

Compare Source

  • Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
  • Updates readme.

v14.6.2

Compare Source

  • Replaces deprecated collection method usage.
flutter/packages (go_router_builder)

v2.7.3

Compare Source

  • Fixes an issue when using a not null List or Set param.

v2.7.2

Compare Source

  • Supports the latest package:analyzer and package:source_gen.
  • Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
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.1

Compare Source

  • Update package:archive to >=4.0.0 constraint

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
invertase/melos (melos)

v6.3.0

Compare Source

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)
trevorwang/retrofit.dart (retrofit_generator)

v9.1.7

Compare Source

flutter/packages (shared_preferences)

v2.3.5

Compare Source

  • Adds information about Android SharedPreferences support.

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 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: dart pub upgrade melos yaml yaml_edit
Because feature_settings requires the Flutter SDK, version solving failed.

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

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 7 times, most recently from f468372 to 2a6a73b Compare January 4, 2025 12:40
@renovate renovate bot force-pushed the renovate/pub-minor-patch branch 3 times, most recently from a71c44c to e73fdd4 Compare January 8, 2025 13:35
@github-actions github-actions bot added the @feature/feed feature feed package label Jan 8, 2025
@renovate renovate bot force-pushed the renovate/pub-minor-patch branch 11 times, most recently from 350dbb6 to 721a7ed Compare January 10, 2025 13:00
@renovate renovate bot force-pushed the renovate/pub-minor-patch branch from 721a7ed to 7d7586b Compare January 10, 2025 13:03
@github-actions github-actions bot removed the @feature/feed feature feed package label Jan 10, 2025
Copy link
Contributor Author

renovate bot commented Jan 10, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit 8964ba5 into main Jan 10, 2025
11 of 13 checks passed
@renovate renovate bot deleted the renovate/pub-minor-patch branch January 10, 2025 13:19
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.

1 participant