chore(deps): update all non-major dependencies#19
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
872be7b to
a7b972d
Compare
a7b972d to
ccd81ce
Compare
7f984fa to
00c6698
Compare
ccd81ce to
a455f26
Compare
a455f26 to
910e592
Compare
910e592 to
4dd6ceb
Compare
e62bb8b to
2368c5b
Compare
2368c5b to
b8dda50
Compare
b8dda50 to
f1263c9
Compare
fad1cab to
02405b4
Compare
02405b4 to
c1d981d
Compare
c1d981d to
5754eb3
Compare
b25567f to
a518e86
Compare
2dd6cd9 to
883bdef
Compare
1035328 to
a42c652
Compare
a42c652 to
d17dfe6
Compare
52e12e0 to
7f96dcb
Compare
5be27b8 to
da16be8
Compare
9accb5a to
e866c75
Compare
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.5.1→^6.6.0^7.0.0→^7.1.1^1.0.8→^1.0.9>=3.10.0 <4.0.0→3.11.5^5.9.0→^5.9.2^6.1.2→^6.4.0^4.2.1→^4.7.0^1.1.1→^1.2.0^6.2.0-beta.2→^6.2.0-beta.39.2.1→9.4.1^2.6.2→^2.7.0^7.1.3→^7.2.0^12.0.1→^12.0.22.2.21→2.3.2034.6.0→34.12.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
bluefireteam/audioplayers (audioplayers)
v6.6.0Compare Source
fluttercommunity/plus_plugins (connectivity_plus)
v7.1.1Compare Source
v7.1.0Compare Source
flutter/packages (cupertino_icons)
v1.0.9Compare Source
dart-lang/sdk (dart)
v3.11.5Compare Source
v3.11.4Compare Source
v3.11.3Compare Source
v3.11.2Compare Source
v3.11.1Compare Source
v3.11.0Compare Source
Released on: Unreleased
Language
There are no language changes in this release.
Libraries
dart:ioAF_UNIX) on Windows. Support isrestricted to the subset of features supported by the OS. Windows currently
does not support the following features for
AF_UNIXsockets: datagramsockets, ancillary data or abstract socket addresses. Unix domain sockets are
represented in the file-system using reparse points which leads to some
discrepancies in the behavior of
dart:ioAPIs: for exampleFile(socketPath).existsSync()will returntrueon POSIX operating systems,but
falseon Windows. UseFileSystemEntity.typeSync()instead to getportable behavior.
dart:js_interopJSSymbol, as well asJSSymbol.key,JSSymbol.description, and static methods for all well-known ECMAScriptsymbols.
dart:js_utildart:js_util. Any code that importsdart:js_utilwill no longer compile with dart2wasm. Consequently, code thatdepends on
package:jswill no longer compile with dart2wasm either. The namedart.library.js_utilis no longer a key in dart2wasm compilationenvironments, including in conditional imports and exports.
See #61550 for more details.
Tools
Analyzer
data regarding the "Message Scheduler."
analysis server will now re-use an existing AOT snapshot of the plugins
entrypoint. This saves a constant amount of time at the start of each IDE
session and
dart analyzerun, on the order of 10 seconds.callmethod on a Function object, like "goto definition," and completion.
errorandstackTraceparameters oftry/catch statements.
hovers, quick fixes, assists, "rename" refactoring, and "go to imports."
@DanTup for many of the above enhancements!)
simplify_variable_pattern, which encouragesusing the pattern shorthand for variables and property names of the same
name.
avoid_null_checks_in_equality_operatorslint rule is now deprecated.prefer_final_parameterslint rule is now deprecated.use_if_null_to_convert_nulls_to_boolslint rule is now deprecated.Dart Development Compiler (dartdevc)
Futurereturned bydeferred_prefix.loadLibrary()is now consistent regardless if proper deferred imports are supported in the
runtime environment or not. This makes the timing more consistent with dart2js
where the loads are always an async operation.
Pub
"Glob" support for pub workspaces.
Now to include all packages inside
pkgs/in the workspace, simply write:Supported if the Dart SDK constraint of the containing package is 3.11.0 or
higher.
New commmand
dart pub cache gcfor reclaiming disk space from your pubcache.
It works by removing packages from your pub cache that are not referenced by
any of your current projects.
New flag
dart pub publish --dry-run --ignore-warningsGiven this flag,
dart pub publish --dry-runwill only exit non-zero if yourproject validation has errors.
v3.10.9Compare Source
Released on: 2026-02-03
This is a patch release that:
libraries with dot shorthands. (issue dart-lang/sdk#62504)
v3.10.8Compare Source
Released on: 2026-01-27
This is a patch release that:
shorthands. (issue dart-lang/sdk#62416)
v3.10.7Compare Source
Released on: 2025-12-23
This is a patch release that:
v3.10.6Compare Source
Released on: 2025-12-16
This is a patch release that:
sublist()implementation on dart2wasm backend.(issue flutter/flutter#179853)
v3.10.5Compare Source
Released on: 2025-12-16
This is a patch release that:
"deprecated functionality" annotations, like
@Deprecated.implement. Thisfix directs IDEs to not display such elements (like the
RegExpclass) asfully deprecated (for example, with struck-through text). (issue
dart-lang/sdk#62013)
dart-lang/sdk#62168)
!=operator. (issuedart-lang/sdk#62216)
v3.10.4Compare Source
Released on: 2025-12-09
This is a patch release that:
dart runnot working and simply exiting withProcess::Exec - (null)under GitBash on Windows.(issue dart-lang/sdk#61981)
v3.10.3Compare Source
Released on: 2025-12-02
This is a patch release that:
Dart-Code/Dart-Code#61978)
Running build hooksindart runwith--verbosity=error.(issue dart-lang/sdk#61996)
(issue dart-lang/tools#2237)
after a recompilation (issue flutter/flutter#178740).
shorthand with type arguments on a factory constructor in an abstract class.
(issue dart-lang/sdk#61978)
v3.10.2Compare Source
Released on: 2025-11-25
This is a patch release that:
invocation, as well as an issue with renaming dot shorthands.
(issue dart-lang/sdk#61969)
statements that contain int cases and a null case.
(issue dart-lang/sdk#62022)
constructor invocations.
(issue dart-lang/sdk#62036)
v3.10.1Compare Source
Released on: 2025-11-18
This is a patch release that:
==operator,FutureOrtypes, switch expressions, and switch statements.(issue dart-lang/sdk#61872).
instance method with a dot shorthand. (issue dart-lang/sdk#61954).
ExitDetectorin the analyzer missing a few visitormethods for dot shorthand AST nodes. (issue dart-lang/sdk#61963)
prefer_const_constructorslint was enabled (issue dart-lang/sdk#61953).@Deprecated.extend()and the other new deprecated annotations.cfug/dio (dio)
v5.9.2: dio 5.9.2Compare Source
What's new
kIsWebacross different Flutter SDKs.httpVersioninResponse.extrawhen usingIOHttpClientAdapter.v5.9.1: dio 5.9.1Compare Source
What's new
requestUrlandresponseUrlparameters toLogInterceptorfor more precise control over URL logging.firebase/flutterfire (firebase_auth)
v6.4.0Compare Source
v6.3.0Compare Source
v6.2.0Compare Source
v6.1.4Compare Source
v6.1.3Compare Source
firebase/flutterfire (firebase_core)
v4.7.0Compare Source
v4.6.0Compare Source
v4.5.0Compare Source
v4.4.0Compare Source
v4.3.0Compare Source
imaNNeo/fl_chart (fl_chart)
v1.2.0Compare Source
enabledproperty in LineTouchData, BarTouchData, PieTouchData, ScatterTouchData, RadarTouchData and CandlestickTouchData, #1676horizontalMirroredandverticalMirroredproperties in ourLabelDirectionenum which is used in (HorizontalLineLabel and VerticalLineLabel), #1890cornerRadiusproperty in the PieChartSectionData, #1175labelproperty in the BarChartRodData to allow you to show a label on top of each bar rod, #2071, #84pichillilorenzo/flutter_inappwebview (flutter_inappwebview)
v6.2.0-beta.3Compare Source
flutter_inappwebview_platform_interface:^1.4.0-beta.2->^1.4.0-beta.3flutter_inappwebview_android:^1.2.0-beta.2->^1.2.0-beta.3flutter_inappwebview_ios:^1.2.0-beta.2->^1.2.0-beta.3flutter_inappwebview_macos:^1.2.0-beta.2->^1.2.0-beta.3flutter_inappwebview_web:^1.2.0-beta.2->^1.2.0-beta.3flutter_inappwebview_windows:^0.7.0-beta.2->^0.7.0-beta.3flutter_inappwebview_linux:^0.1.0-beta.1InAppWebViewController.getFaviconwrapper withfaviconImageFormatsupport.isClassSupported,isPropertySupported,isMethodSupportedplatform interface static methods to the corresponding plugin classes such asInAppWebViewController,InAppWebView,InAppBrowser, etc., in order to check if a class, property, or method is supported by the platform at runtime^3.8.0>=3.32.0Platform Interface
flutter_inappwebview_internal_annotationsdependency from^1.2.0to^1.3.0isClassSupported,isPropertySupported,isMethodSupportedstatic methods for all main classes, such asPlatformInAppWebViewController,InAppWebViewSettings,PlatformInAppBrowser, etc., in order to check if a class, property, or method is supported by the platform at runtimeisSupportedmethod to all custom enum classessaveState,restoreState,requestEnterFullscreen,requestExitFullscreen,setVisible,setTargetRefreshRate,getTargetRefreshRate,requestPointerLock,requestPointerUnlock,getScreenScale,setScreenScale,isVisible,getFrameId,getFavicon,showSaveAsUI,getMemoryUsageTargetLevel,setMemoryUsageTargetLevelmethods toPlatformInAppWebViewControllerclassuseOnAjaxReadyStateChange,useOnAjaxProgress,useOnShowFileChooser,corsAllowlist,itpEnabled,darkMode,disableAnimations,fontAntialias,fontHintingStyle,fontSubpixelLayout,fontDPI,cursorBlinkTime,doubleClickDistance,doubleClickTime,dragThreshold,keyRepeatDelay,keyRepeatInterval,disableWebSecurity,enableWebRTC,webRTCUdpPortsRange,javaScriptCanAccessClipboard,allowModalDialogs,enableMedia,enableEncryptedMedia,enableMediaCapabilities,enableMockCaptureDevices,mediaContentTypesRequiringHardwareSupport,enableJavaScriptMarkup,enable2DCanvasAcceleration,allowTopNavigationToDataUrlsproperties toInAppWebViewSettingsonShowFileChooser,onContentLoading,onDOMContentLoaded,onLaunchingExternalUriScheme,onFaviconChanged,onNotificationReceived,onSaveAsUIShowing,onSaveFileSecurityCheckStarting,onScreenCaptureStartingWebView eventsPlatformWebNotificationControllerclassonReceivedIconin favor ofonFaviconChangedAndroid Platform
'androidx.webkit:webkit:1.12.0'to'androidx.webkit:webkit:1.14.0''androidx.browser:browser:1.8.0'to'androidx.browser:browser:1.9.0''androidx.appcompat:appcompat:1.6.1'to'androidx.appcompat:appcompat:1.7.1''androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'to'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0'compileOptionstoJavaVersion.VERSION_17saveState,restoreStateInAppWebViewController methodsonShowFileChooserWebView eventtoMapcall forAndroidInternalStoragePathHandler#2451macOS and iOS Platforms
saveState,restoreStateInAppWebViewController methodsPlatformProxyControllerclassonPrintRequestWebView eventWebMessageListeneronPostMessagemethod, the message parameter is unexpectedly empty" #2481 (thanks to imoyakin)Windows
1.0.2849.39to1.0.3650.58getFrameId,getFavicon,showSaveAsUI,getMemoryUsageTargetLevel,setMemoryUsageTargetLevelInAppWebViewController methodonEnterFullscreen,onExitFullscreen,onContentLoading,onDOMContentLoaded,onLaunchingExternalUriScheme,onFaviconChanged,onNotificationReceived,onSaveAsUIShowing,onSaveFileSecurityCheckStarting,onScreenCaptureStartingWebView events.ICoreWebView2Find.setFindOptionsFindInteractionController methodPlatformWebNotificationControllerfeatureWeb
onCreateWindowWebView eventonCloseWindow,onCallJsHandlerWebView eventsaddJavaScriptHandler,removeJavaScriptHandler,hasJavaScriptHandler,addUserScript,addUserScripts,removeUserScript,removeUserScriptsByGroupName,removeUserScripts,hasUserScriptInAppWebViewController methodssetJavaScriptBridgeName,getJavaScriptBridgeName,getDefaultUserAgentInAppWebViewController static methodsjavaScriptHandlersOriginAllowList,javaScriptBridgeEnabled,javaScriptBridgeOriginAllowList,hasJavaScriptHandler,addUserScript,addUserScripts,removeUserScriptofInAppWebViewSettingsLinux
gradle/gradle (gradle)
v9.4.1Compare Source
v9.4.0Compare Source
v9.3.1: 9.3.1Compare Source
This is a patch release for 9.3.0. We recommend using 9.3.1 instead of 9.3.0.
The following issues were resolved:
Read the Release Notes
Upgrade instructions
Switch your build to use Gradle 9.3.1 by updating your wrapper:
See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v9.3.0Compare Source
SourceHorizon/logger (logger)
v2.7.0Compare Source
clockfor getting default log event time. Thanks to@alverone (#112).
juliansteenbakker/mobile_scanner (mobile_scanner)
v7.2.0Compare Source
Highlights
switchCamera()method withToggleLensTypeorSelectCameraoptions.rawDecodedBytesfield toBarcodewhich replacesBarcode.rawBytes. On Apple platforms, this returns aDecodedVisionBarcodeBytescontainingbytes(decoded payload, without header/padding) andrawBytes(full raw payload, available on iOS 17.0+ / macOS 14.0+). On Android and web, this returns aDecodedBarcodeBytescontainingbytes.Improvements
boundingBoxtocornerPointsfor more accurate scan window detection.ITF-Two-of-Five.MobileScannerMethodsandMobileScannerEvents.calculateBoxFitRatio()is now deprecated.Bug Fixes
isPausedflag was not reset whenstart()was called.imageAnalysisnot being unbound on dispose.rawBytesreturning incorrect data for barcodes containing non-ASCII characters (e.g.ø). For QR codes, bytes are now extracted directly from the error-corrected bit stream viaCIQRCodeDescriptor, bypassing the Vision string API entirely. For Aztec, DataMatrix, PDF417 and linear formats, the ISO-Latin-1 round-trip is used to recover the original bytes frompayloadStringValue.displayValuereturning a garbled Latin-1 string (e.g.hellø) for barcodes with non-ASCII UTF-8 content. It is now correctly decoded to UTF-8 (e.g.hellø).7.1.4
7.1.3
Overlay: Updated
BarcodePainterto receivedeviceOrientationand dynamically adjustcameraPreviewSize, fixing barcode overlay misalignment during device rotation changes .[Android] Refactored orientation detection to use
OrientationEventListenerinstead ofBroadcastReceiverforACTION_CONFIGURATION_CHANGED, ensuring physical device orientation is captured correctly and preventing unwanted screen rotations onMobileScannerinitialization .[Android] Changed minSDK from 21 to 23 in line with Flutter requirements.
[Android] Removed deprecated renderscript api's, improved performance for analysis.
[Apple] Prevent half-stopped camera state causing false ALREADY_STARTED.
[Apple] Fixed a bug where invalid images would cause crashes when processing them with CoreVideo.
v7.1.4Compare Source
fluttercommunity/plus_plugins (share_plus)
v12.0.2Compare Source
JetBrains/kotlin (org.jetbrains.kotlin.android)
v2.3.20: Kotlin 2.3.20Changelog
Analysis API. FIR
New Features
KT-78090Implement stubs support for new conditional returns and holdsIn contractsFixes
KT-82948'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'KT-83467Package-level JSpecify annotations are ignored when coming from jars or librariesKT-82057K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response typeKT-82846AA: unresolved KtExpression.expressionType for the reference to the parameter with default valueKT-80485False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous objectKT-82772Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE modeKT-76487StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstableKT-82618Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25KT-82076Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysisKT-71596Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollectorKT-82085No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDEKT-81873Provide a way of including traces in phase JFR eventsKT-71929Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctionsAnalysis API. Infrastructure
KT-83173Analysis API Tests: Library names with RC versions aren't sanitisedKT-65140LL FIR: Implement AbstractFirPsiJsDiagnosticTest for LL FIRKT-82212[Analysis API, LL FIR] Implement AbstractDiagnosticsFirWasmTest and AbstractDiagnosticsFirWasmWasiTest for LL FIRAnalysis API. Light Classes
KT-82227Value classes should expose regular static methodsAnalysis API. PSI
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.