Skip to content

Update dependencies (main) (major)#54

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-major-dependencies
Open

Update dependencies (main) (major)#54
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-major-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
battery_plus (source) dependencies major 4.1.07.0.0
connectivity_plus (source) dependencies major 5.0.17.0.0
device_info_plus (source) dependencies major 9.1.012.3.0
flutter_inappwebview (source) dependencies major 5.8.06.1.5
hooks_riverpod (source) dependencies major 2.4.73.2.1
network_info_plus (source) dependencies major 4.1.07.0.0
package_info_plus (source) dependencies major 5.0.19.0.0
permission_handler dependencies major 11.0.112.0.1
riverpod_annotation dependencies major 2.3.14.0.2
screen_brightness (source) dependencies major 0.2.22.1.7

Release Notes

fluttercommunity/plus_plugins (battery_plus)

v7.0.0

Compare Source

Note: This release has breaking changes.

On Android plugin now requires the following:

  • Android Gradle Plugin >=8.12.1
  • Gradle wrapper >=8.13
  • Kotlin 2.2.0
  • DOCS(all): replace MacOS by macOS in package READMEs (#​3658). (72b6234c)
  • BREAKING FEAT(battery_plus): Change Android compile SDK, update Android build config (#​3666). (c2fe29ab)

v6.2.3

Compare Source

  • FIX(battery_plus): Do not call hidden flag on Samsung with Android versions >= 12 (#​3641). (a8764705)
  • FIX(battery_plus): batteryMonitoringEnabled should be set false when cancel on iOS (#​3634). (9597aab6)

v6.2.2

Compare Source

  • FIX(battery_plus): Improve battery save mode check on Xiaomi devices (#​3555). (32ba69ba)

v6.2.1

Compare Source

  • REFACTOR(all): Use range of flutter_lints for broader compatibility (#​3371). (8a303add)
  • FIX(battery_plus): Incorrect minimum version configuration. (#​3364). (56fc9847)

v6.2.0

Compare Source

  • FEAT(battery_plus): Add battery save mode check on MacOS (#​3332). (0e8c9223)

v6.1.0

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

  • REFACTOR(battery_plus): Migrate Android example to use the new plugins declaration (#​2772). (740a5df2)
  • FIX(battery_plus): Fix return value of getBattery to be nullable (#​2745). (4d5b950e)

v6.0.0

Compare Source

Note: This release has breaking changes.

In this release plugin migrated to package:web, meaning that it now supports WASM!

Plugin now requires the following:

  • Flutter >=3.19.0

  • Dart >=3.3.0

  • compileSDK 34 for Android part

  • Java 17 for Android part

  • Gradle 8.4 for Android part

  • BREAKING FEAT(battery_plus): Migrate to package:web (#​2720). (21ccfa45)

  • BREAKING BUILD(battery_plus): Target Java 17 on Android (#​2727). (ca2c35ab)

  • BREAKING BUILD(battery_plus): Update to target and compile SDK 34 (#​2702). (fc59745)

  • BREAKING REFACTOR(battery_plus): bump MACOSX_DEPLOYMENT_TARGET from 10.11 to 10.14 (#​2592). (fe07964b)

  • FIX(battery_plus): Add iOS Privacy Info (#​2580). (9f36a001)

v5.0.3

Compare Source

v5.0.2

Compare Source

  • FIX(battery_plus): Return correct state enum value on Android for not charging state (#​2451). (68ddda39)

v5.0.1

Compare Source

Note: This release has breaking changes. There is a new state for battery available on Android, MacOS and Linux platforms.
Also, MacOS implementation was updated to provide more accurate battery status. Be sure to test if it affects your MacOS app.

  • BREAKING FIX(battery_plus): Implement not_charging battery state (#​2275). (6595e035)
  • BREAKING FEAT(battery_plus): Introduce connected_not_charging state on MacOS (#​2399). (78f44bf4)
  • BREAKING FEAT(battery_plus): Introduce not_charging state on Linux (#​2400). (42ef02bd)
  • DOCS(battery_plus): Improve documentation on battery states (#​2402). (baeb886f)
  • BREAKING FIX(battery_plus): Bump iOS min target to 12 and update example app (#​2401). (25ef7928)
fluttercommunity/plus_plugins (connectivity_plus)

v7.0.0

Compare Source

Note: This release has breaking changes.

On Android plugin now requires the following:

  • Android Gradle Plugin >=8.12.1
  • Gradle wrapper >=8.13
  • Kotlin 2.2.0
  • DOCS(all): replace MacOS by macOS in package READMEs (#​3658). (72b6234c)
  • BREAKING FEAT(connectivity_plus): Change Android compile SDK, update Android build config (#​3667). (01b596a0)

v6.1.5

Compare Source

  • DOCS(all): improve documentation across multiple README files (#​3630). (643e12df)

v6.1.4

Compare Source

  • REFACTOR(connectivity_plus): removed unused code for web (#​3517). (55ac8c5f)

v6.1.3

Compare Source

  • FIX(connectivity_plus): Resolve missing privacy manifest issue for iOS and MacOS (#​3458). (dab92074)

v6.1.2

Compare Source

v6.1.1

Compare Source

  • REFACTOR(all): Use range of flutter_lints for broader compatibility (#​3371). (8a303add)
  • FIX(connectivity_plus): macOS Privacy Manifest (#​3390). (170703b5)

v6.1.0

Compare Source

  • FEAT(connectivity_plus): Add Swift Package Manager support (#​3173). (036afeeb)

v6.0.5

Compare Source

  • DOCS(connectivity_plus): Update plugin requirements in README (#​3160). (277f8b6b)

v6.0.4

Compare Source

  • CHORE(connectivity_plus): Use >=0.5.0 < 2.0.0 version range for package:web.
  • REFACTOR(all): Remove website files, configs, mentions (#​3018). (ecc57146)
  • FIX(all): changed homepage url in pubspec.yaml (#​3099). (66613656)

v6.0.3

Compare Source

  • FIX(connectivity_plus): Ensure Connectivity on Android is correctly reported when lost (#​2836). (2aa6ad7a)

v6.0.2

Compare Source

  • REFACTOR(connectivity_plus): remove ReachabilityConnectivityProvider and ReachabilitySwift dependency (#​2813). (f9ad927f)
  • REFACTOR(connectivity_plus): Migrate Android example to use the new plugins declaration (#​2771). (04200c23)
  • FIX(connectivity_plus): WASM-compatible conditional imports (#​2825). (6bee4a7e)
  • FIX(connectivity_plus): Improve iOS PathMonitorConnectivityProvider implementation and documentation (#​2763). (c850d58e)
  • DOCS(connectivity_plus): Document supported ConnectivityResult per platform (#​2780). (1c4aec01)
  • DOCS(connectivity_plus): Update README for more clarity (#​2770). (8fb738e2)
  • DOCS(connectivity_plus): Specify behavior when there is no connectivity (#​2753). (8f132a23)
  • DOCS(connectivity_plus): Improve documentation onConnectivityChanged method (#​2746). (9ea21fbd)

v6.0.1

Compare Source

Note: This release has breaking changes.

Plugin now requires the following:

  • Flutter >=3.19.0
  • Dart >=3.3.0
  • compileSDK 34 for Android part
  • Java 17 for Android part
  • Gradle 8.4 for Android part

In this release plugin migrated to package:web, meaning that it now supports WASM!

  • BREAKING FEAT(connectivity_plus): support multiple connectivity types at the same time (#​2599). (5b477468)
  • BREAKING FEAT(connectivity_plus): Migrate to package:web (#​2621). (fbc8e61c)
  • BREAKING BUILD(connectivity_plus): Target Java 17 on Android (2413e45e)
  • BREAKING BUILD(connectivity_plus): Update to target and compile SDK 34 (#​2701). (7ddd749)
  • BREAKING REFACTOR(connectivity_plus): bump MACOSX_DEPLOYMENT_TARGET from 10.11 to 10.14 (#​2588). (f6fe62d5)
  • FIX(connectivity_plus): Emit event with types on Android when subscribing to onConnectivityChanged (#​2721). (5a81e7ef)
  • FIX(connectivity_plus): Fix connectivity state update on Android when network is lost (#​2673). (21191682)
  • FIX(connectivity_plus): Return valid connection type when only one available (#​2668). (81026a4c)
  • FIX(connectivity_plus): Add iOS Privacy Info (#​2581). (707fab70)
  • FIX(connectivity_plus): Fix iOS example app name (#​2722). (2441accd)
  • DOCS(connectivity_plus): Update documentation to address API changes (#​2719). (59b9b341)

v6.0.0

Compare Source

Note: DO NOT USE THIS RELEASE. It is invalid due to a publishing issue

v5.0.2

Compare Source

  • FIX(connectivity_plus): Return correct connection state on Linux (#​2371). (26576d83)
fluttercommunity/plus_plugins (device_info_plus)

v12.3.0

Compare Source

  • FEAT(device_info_plus): Add identifiers for iPad Pro 11-Inch (M5) models (#​3708). (61786a1d)

v12.2.0

Compare Source

  • FIX(device_info_plus): correct Mac model name mappings (#​3690). (5040a78e)
  • FEAT(device_info_plus): Add missing device identifiers for Macs on M4 (#​3700). (b4dbd144)
  • FEAT(device_info_plus): Add identifiers for new Apple devices on M5 chip (#​3698). (4cc3f07f)

v12.1.0

Compare Source

  • FEAT(device_info_plus): add mapping for new iPhone 17 series models (#​3676). (80eb9815)

v12.0.0

Compare Source

Note: This release has breaking changes.

Plugin now requires the following:

  • Android Gradle Plugin >=8.12.1
  • Gradle wrapper >=8.13
  • Kotlin 2.2.0
  • DOCS(all): replace MacOS by macOS in package READMEs (#​3658). (72b6234c)
  • BREAKING REFACTOR(device_info_plus): remove serialNumber property from AndroidDeviceInfo (#​3663). (d0fdc582)
  • BREAKING FEAT(device_info_plus): Change Android compile SDK, update Android build config (#​3668). (32528e7f)

v11.5.0

Compare Source

  • FIX(device_info_plus): Specify correct Dart and Flutter version requirements (#​3597). (6ebc0ead)
  • FEAT(device_info_plus): Add identifier for iPhone 16e (#​3596). (e1152bb8)
  • FEAT(device_info_plus): Add storage information (#​3536). (fefe6ce7)

v11.4.0

Compare Source

v11.3.3

Compare Source

  • FIX(device_info_plus): handle nullability on getString(DEVICE_NAME) (#​3507). (3201e056)

v11.3.2

Compare Source

Note: This release bumps dependency win32_registry from 1.1.5 to 2.0.1. It will not compile if you have Dependency Overrides for that package.

  • FIX(device_info_plus): tighten dependency constraints (#​3497). (c7e2428a)
  • FIX(device_info_plus): fix memory leak when calling DeviceInfoPlugin().macOsInfo (#​3474). (1cbf2b56)

v11.3.0

Compare Source

v11.2.2

Compare Source

  • FIX(device_info_plus): Replace throwing exception with returning default values on Windows (#​3445). (084730f8)
  • DOCS(device_info_plus): Update the documentation URL for property descriptions. (#​3441). (743bec62)

v11.2.1

Compare Source

v11.2.0

Compare Source

  • REFACTOR(all): Use range of flutter_lints for broader compatibility (#​3371). (8a303add)
  • FIX(device_info_plus): fix the error in the e2e test. (#​3382). (3d06bf0e)
  • FIX(device_info_plus): Set correct Flutter and Dart versions requirements (#​3362). (77861523)
  • FEAT(device_info_plus): Return model name for iOS and MacOS devices (#​3358). (63ca4cd8)
  • FEAT(device_info_plus): Add the isiOSAppOnMac property for the iOS platform. (#​3383). (e9077845)

v11.1.1

Compare Source

v11.1.0

Compare Source

  • FIX(device_info_plus): Ignore MissingPermission lint error on Android (#​3317). (6469523f)
  • FEAT(device_info_plus): Add Swift Package Manager support (#​3167). (6a347cb1)

v11.0.0

Compare Source

Note: This release has breaking changes.

v10.1.2

Compare Source

  • DOCS(device_info_plus): Update plugin requirements in README (#​3162). (6cfa950f)

v10.1.1

Compare Source

  • CHORE(device_info_plus): Use >=0.5.0 < 2.0.0 version range for package:web.
  • FIX(device_info_plus): fix integration_test iOS (#​2958). (93ab854e)
  • REFACTOR(all): Remove website files, configs, mentions (#​3018). (ecc57146)
  • FIX(all): changed homepage url in pubspec.yaml (#​3099). (66613656)

v10.1.0

Compare Source

  • REFACTOR(device_info_plus): Migrate Android example to use the new plugins declaration (#​2769). (6103b155)
  • FIX(device_info_plus): WASM-compatible conditional imports (#​2826). (11200cf4)
  • FEAT(device_info_plus): Add isLowRamDevice property to AndroidDeviceInfo (#​2765). (1376b035)
  • DOCS(device_info_plus): Add iOS name property entitlements info (#​2756). (d21f285a)

v10.0.1

Compare Source

Note: This release has breaking changes.

In this release plugin migrated to package:web, meaning that it now supports WASM!

v9.1.2

Compare Source

  • FIX(device_info_plus): fix crash on non-standard Digital Product IDs (#​2537). (7b318b5c)

v9.1.1

Compare Source

  • FIX(device_info_plus): Fix deprecation warning on MacOS (#​2377). (56a6d0ff)
pichillilorenzo/flutter_inappwebview (flutter_inappwebview)

v6.1.5

Compare Source

  • Updated dependencies to the latest versions for all platform implementations:
    • flutter_inappwebview_windows: ^0.5.0 -> ^0.6.0
Windows Platform
  • Updated code to support multiple flutter windows
  • Fixed InAppWebViewController.callAsyncJavaScript not working with JSON objects
  • Fixed onLoadResourceWithCustomScheme WebView event called every time

v6.1.4

Compare Source

6.1.4

  • Updated dependencies to the latest versions for all platform implementations:
    • flutter_inappwebview_platform_interface: ^1.2.0 -> ^1.3.0
    • flutter_inappwebview_android: ^1.1.1 -> ^1.1.3
    • flutter_inappwebview_ios: ^1.1.1 -> ^1.1.2
    • flutter_inappwebview_macos: ^1.1.1 -> ^1.1.2
    • flutter_inappwebview_web: ^1.1.1 -> ^1.1.2
    • flutter_inappwebview_windows: ^0.4.0 -> ^0.5.0
Android Platform
  • Removed webview/plugin_scripts_js/ConsoleLogJS.java file, use native WebChromeClient.onConsoleMessage instead
Windows Platform
  • Implemented shouldInterceptRequest, onLoadResourceWithCustomScheme WebView events

v6.1.3

Compare Source

  • Updated dependencies to the latest versions for all platform implementations:
    • flutter_inappwebview_platform_interface: ^1.1.0 -> ^1.2.0
    • flutter_inappwebview_android: ^1.1.0+4 -> ^1.1.1
    • flutter_inappwebview_ios: ^1.1.0+3 -> ^1.1.1
    • flutter_inappwebview_macos: ^1.1.0+3 -> ^1.1.1
    • flutter_inappwebview_web: ^1.1.0+2 -> ^1.1.1
    • flutter_inappwebview_windows: ^0.3.0 -> ^0.4.0
Windows Platform
  • Updated shouldOverrideUrlLoading implementation using the Chrome DevTools Protocol API Fetch.requestPaused event

v6.1.2

Compare Source

  • Updated minimum platform implementation versions
Windows Platform
  • Implemented pause, resume, getCertificate methods for InAppWebViewController
  • Implemented onPermissionRequest WebView event
  • Fixed InAppWebViewController.evaluateJavascript not working with JSON objects
  • Fixed InAppWebViewManager::METHOD_CHANNEL_NAME c++ value
  • Fixed InAppWebViewController.takeScreenshot to behave consistently with the other platforms

v6.1.1

Compare Source

  • Updated README
  • Updated pubspec.yaml
  • Updated minimum platform implementation versions

v6.1.0+1

Compare Source

v6.1.0

Compare Source

  • Added initial Windows support
  • Added InAppWebView widget MacOS support
  • Added privacy manifest for MacOS
  • Migrated web support to package:web.
  • Updated minimum supported SDK version to Flutter 3.24/Dart 3.5.
  • Updated androidx.webkit:webkit:1.8.0 to androidx.webkit:webkit:1.12.0
  • Updated androidx.browser:browser:1.6.0 to androidx.browser:browser:1.8.0
  • Fixed "[MACOS] launching InAppBrowser with 'hidden: true' calls onExit immediately" #​1939
  • Fixed XCode 16 build
  • Removed unsupported WebViewFeature.SUPPRESS_ERROR_PAGE
  • Merged "Add privacy manifest for iOS" #​2029 (thanks to ueman)
  • Merged "Remove references to deprecated v1 Android embedding" #​2176 (thanks to gmackall)

v6.0.0

Compare Source

  • Updated minimum platform interface and implementation versions
  • Merged "Added == operator and hashCode to WebUri" #​1941 (thanks to daisukeueta)
rrousselGit/riverpod (hooks_riverpod)

v3.2.1

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

v2.6.1

Compare Source

v2.6.0

Compare Source

v2.5.4

Compare Source

v2.5.2

Compare Source

v2.5.1

Compare Source

v2.4.10

[Compare Source](https://redirect.github.com/rrousselGit/riverpod/compar


Configuration

📅 Schedule: Branch creation - "every 1 hour after 00:00 and before 23:59" in timezone Asia/Tokyo, 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.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 2, 2023

⚠ 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 battery_plus connectivity_plus device_info_plus flutter_inappwebview network_info_plus package_info_plus screen_brightness
pubspec.yaml has no lower-bound SDK constraint.
You should edit pubspec.yaml to contain an SDK constraint:

environment:
  sdk: '^3.3.0'

See https://dart.dev/go/sdk-constraint

@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 3142e00 to 38e35dd Compare December 13, 2023 00:07
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 38e35dd to 5c53624 Compare December 25, 2023 19:30
@renovate renovate bot changed the title Update dependency battery_plus to v5 (main) Update dependencies (main) (major) Dec 25, 2023
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 2 times, most recently from d014d0b to 84716f3 Compare February 7, 2024 12:04
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 84716f3 to 04bd4e7 Compare March 20, 2024 14:30
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 04bd4e7 to 3499194 Compare April 8, 2024 20:00
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 2 times, most recently from b9671ac to a473f72 Compare April 22, 2024 22:22
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from a473f72 to 117f1f1 Compare July 29, 2024 12:15
@renovate
Copy link
Contributor Author

renovate bot commented Jul 29, 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: flutter pub upgrade battery_plus connectivity_plus device_info_plus flutter_inappwebview hooks_riverpod network_info_plus package_info_plus permission_handler riverpod_annotation screen_brightness
pubspec.yaml has no lower-bound SDK constraint.
You should edit pubspec.yaml to contain an SDK constraint:

environment:
  sdk: '^3.11.0'

See https://dart.dev/go/sdk-constraint
Failed to update packages.

@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 2 times, most recently from c637605 to 9767c31 Compare August 15, 2024 16:12
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 4 times, most recently from 309e5d1 to 5dcdce9 Compare September 29, 2024 16:26
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 3 times, most recently from b034914 to 2f496a8 Compare October 9, 2024 06:41
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 4 times, most recently from 3e96912 to dbe027d Compare October 19, 2024 04:52
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from dbe027d to 7faef2c Compare October 23, 2024 16:42
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 7faef2c to 9642be5 Compare November 7, 2024 12:10
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 2 times, most recently from b2d79f1 to ea75fa0 Compare December 12, 2024 16:15
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 2bd28a6 to f4926bf Compare February 7, 2025 16:58
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 4 times, most recently from 43d2db8 to 16478b1 Compare March 3, 2025 12:29
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 16478b1 to ce64f82 Compare March 9, 2025 18:21
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 2 times, most recently from cdbf35d to d3ba31b Compare April 10, 2025 11:39
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from d3ba31b to cb5454b Compare April 22, 2025 07:47
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from cb5454b to 88732b6 Compare May 6, 2025 19:55
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 88732b6 to 0874ab6 Compare May 31, 2025 09:48
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 0874ab6 to 28057a4 Compare June 16, 2025 11:32
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 28057a4 to 4b6583d Compare June 24, 2025 17:34
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 4b6583d to 30b059c Compare July 3, 2025 12:09
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 2 times, most recently from 55a78fc to f3400cc Compare August 11, 2025 21:08
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from f3400cc to 6f5e4bf Compare August 24, 2025 14:08
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 3 times, most recently from 98724ec to 0111164 Compare September 12, 2025 16:09
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 2 times, most recently from 0408704 to 3ea58e1 Compare October 7, 2025 16:45
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 3ea58e1 to ea2d604 Compare October 9, 2025 15:31
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from ea2d604 to 7999ec0 Compare October 20, 2025 15:09
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 7999ec0 to 69aef75 Compare November 27, 2025 18:03
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch 2 times, most recently from 9c649b2 to c10679a Compare December 28, 2025 16:48
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from c10679a to 1a969ea Compare January 17, 2026 13:10
@renovate renovate bot force-pushed the renovate/main-major-dependencies branch from 1a969ea to 5369810 Compare February 3, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments