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

Update dependencies (main) (major) #54

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2023

This PR contains the following updates:

Package Type Update Change
battery_plus (source) dependencies major 4.1.0 -> 6.2.0
connectivity_plus (source) dependencies major 5.0.1 -> 6.1.0
device_info_plus (source) dependencies major 9.1.0 -> 11.1.0
flutter_inappwebview (source) dependencies major 5.8.0 -> 6.1.5
network_info_plus (source) dependencies major 4.1.0 -> 6.1.0
package_info_plus (source) dependencies major 5.0.1 -> 8.1.0
screen_brightness (source) dependencies major 0.2.2 -> 2.0.0+2

Release Notes

fluttercommunity/plus_plugins (battery_plus)

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)

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)

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)
fluttercommunity/plus_plugins (network_info_plus)

v6.1.0

Compare Source

  • FEAT(network_info_plus): Add Swift Package Manager support (#​3172). (bcf7a5bb)

v6.0.2

Compare Source

v6.0.1

Compare Source

  • FIX(network_info_plus): Avoid usage of unsupported package:win32 versions (#​3179). (79f61add)

v6.0.0

Compare Source

Note: This release has breaking changes.

v5.0.3

Compare Source

  • REFACTOR(network_info_plus): Migrate Android example to use the new plugins declaration (#​2768). (d7206929)
  • DOCS(network_info_plus): Add explanation on Wi-Fi name in quotes to README (#​2815). (e94c9b4b)

v5.0.2

Compare Source

Plugin now requires the following:

  • compileSDK 34 for Android part
  • Java 17 for Android part
  • Gradle 8.4 for Android part
  • BREAKING REFACTOR(network_info_plus): bump MACOSX_DEPLOYMENT_TARGET from 10.11 to 10.14 (#​2590). (4033e162)
  • BREAKING FEAT(network_info_plus): Remove deprecated permission handling methods, update example and docs (#​2686). (a71a27c5)
  • BREAKING BUILD(network_info_plus): Target Java 17 on Android (#​2726). (5eaa3a7d)
  • BREAKING BUILD(network_info_plus): Update to target and compile SDK 34 (#​2706). (efb3bac)
  • FIX(network_info_plus): Added getWifiIPv6, getWifiSubmask, getWifiBroadcast and getWifiGatewayIP functions for Windows and fixed getWifiName and getWifiBSSID. (#​2666). (915a4431)
  • FIX(network_info_plus): Add iOS Privacy Info (#​2583). (3b0cd6c3)
  • FEAT(network_info_plus): Update min iOS target to 12 (#​2659). (c01d6012)
  • DOCS(network_info_plus): Add note about ios simulators (#​2524). (20a7515e)

v5.0.1

Compare Source

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

fluttercommunity/plus_plugins (package_info_plus)

v8.1.0

Compare Source

  • FEAT(package_info_plus): Add Swift Package Manager support (#​3171). (a14d4727)

v8.0.3

Compare Source

v8.0.2

Compare Source

  • CHORE(package_info_plus): Update to package:web to ">=0.5.0 <2.0.0" (#​3102). (05f8afb8)
  • DOCS(package_info_plus): Update plugin requirements in README (#​3163). (6f09bb7e)

v8.0.1

Compare Source

  • FIX(package_info_plus): Address changed fields nullability on Android 15 (API 35) (#​2975). (dfa3bc2d)
  • REFACTOR(all): Remove website files, configs, mentions (#​3018). (ecc57146)
  • FIX(all): changed homepage url in pubspec.yaml (#​3099). (66613656)

v8.0.0

Compare Source

Note: This release has breaking changes.

  • DOCS(package_info_plus): Add platform specific documentation (#​2845). (ad06a236)
  • DOCS(package_info_plus): Improve web documentation re. CORS (#​2841). (7d712ef8)
  • BREAKING FEAT(package_info_plus): Switch to SHA-256 for buildSignature on Android (#​2835). (7259af20)

v7.0.0

Compare Source

Note: This release has breaking changes.

  • REFACTOR(package_info_plus): Migrate Android example to use the new plugins declaration (#​2715). (33681cd9)
  • BREAKING FEAT(package_info_plus): Support multiple version.json locations in web (#​2733). (26047f30)

v6.0.0

Compare Source

Note: This release has breaking changes.

In this release plugin migrated from dart:html to js_interop, 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 REFACTOR(package_info_plus): bump MACOSX_DEPLOYMENT_TARGET from 10.11 to 10.14 (#​2593). (99c832ea)

  • BREAKING BUILD(package_info_plus): Target Java 17 on Android (#​2728). (23f2a7c2)

  • BREAKING BUILD(package_info_plus): Update to target and compile SDK 34 (#​2707). (df33fbd)

  • FIX(package_info_plus): Add iOS Privacy Info (#​2584). (895fe1a2)

  • FEAT(package_info_plus): Update min iOS target to 12, bump min Dart SDK to 3.3 (#​2660). (6c0766dd)

  • FEAT(package_info_plus): Use js_interop instead of html to support compilation to WASM (#​2625). (c9435836)

aaassseee/screen_brightness (screen_brightness)

v2.0.0+2

Compare Source

  • update README.md

v2.0.0+1

Compare Source

  • update README.md

v2.0.0

Compare Source

  • update README.md

v1.0.1

Compare Source

  • added animate boolean

v1.0.0

Compare Source

  • updated minimum supported SDK version to Flutter 3.0/Dart 3.0.
  • added static instance method

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.

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
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 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.5.0'

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

@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
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