fix(deps): update dependency ac_dart_essentials to v0.3.1#91
Open
grenadine-renovate-bot wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency ac_dart_essentials to v0.3.1#91grenadine-renovate-bot wants to merge 1 commit intomainfrom
grenadine-renovate-bot wants to merge 1 commit intomainfrom
Conversation
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:
^0.2.1→0.3.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
anthochamp/dart-essentials (ac_dart_essentials)
v0.3.1Compare Source
Added
IsolateErrorListenerrecord typedef:({SendPort sendPort, void Function() close})JsonObjectArraytypedef (List<JsonObject>)durationMin,durationMax,durationAdd,durationSubtract,durationLt,durationLte,durationGt,durationGte,durationEqualfunctionscastAsJsonObjectArrayandjsonGetfunctionsPatternExtensions.captureGroup([String? name])— replaces removednamedCaptureplatform_independent.dartexport file (corrects theplatform_independant.dartspelling)Inspectconstructor is nowconstMemoizer.valuenow throwsStateErrorwhen accessed beforerunOnceChanged
createIsolateErrorListenernow returnsIsolateErrorListenerinstead ofSendPort; use.sendPortto pass toIsolate.addErrorListenerand call.close()when the isolate exitsStringPointer.operator+/operator-now return a newStringPointerinstance instead ofmutating
_offset; usepointer.offset += nto advance in placeJsonNumberchanged fromdoubletonum— correctly handles integer JSON numbers decodedby
dart:convertUriQueryParameterschanged fromMap<String, dynamic>toMap<String, Object>DurationUtilstatic methods moved to top-levelduration*functions; class retained as@Deprecatedforwarding shimJsonUtil.castAsCollection/JsonUtil.getmoved to top-levelcastAsJsonObjectArray/jsonGet; class retained as@Deprecatedforwarding shimConverterPassthroughSinkchanged fromextends Sink<S>toimplements Sink<S>>=2.19.5to>=3.0.0Deprecated
JsonCollection— useJsonObjectArrayinsteadDurationUtilclass — use the top-levelduration*functions insteadJsonUtilclass — usecastAsJsonObjectArray/jsonGetinsteadRemoved
PatternExtensions.namedCapture— usecaptureGroupinsteadplatform_independant.dartexport file (misspelling; replaced byplatform_independent.dart)Fixed
CaseStringExtension.toTitleCase()— no longer throwsRangeErroron empty stringstruncate— now throwsArgumentErrorfor negativemaxLength(was a strippedassert)PatternExtensions.entireMatch/entireMatchI— now correctly handlesRegExpinputs byextracting
.pattern; previously usedtoString()which produced malformed regex literalsPatternTrimStringExtension.patternTrimLeft/patternTrimRight— sameRegExpsource fixInspect._inspectValue— usestake(n+1).length > ninstead of.lengthto avoid O(n)evaluation of lazy
IterablesDataHistorySink.add— window eviction condition corrected from>to>=; was keeping oneextra element when the buffer was exactly at window size
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Every minute ( * * * * * ) (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.