chore(deps): update all non-major dependencies #90
+3
−3
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:
3.19.6
->3.24.4
1.25.2
->1.36.0
Release Notes
flutter/flutter (flutter)
v3.24.4
Compare Source
v3.24.3
Compare Source
Drawer
widget, causing it to open or close incorrectly.v3.24.2
Compare Source
EditableText
insideCupertinoPageRoute
, with a CJK (chinese, japanese, korean) keyboard.TextField
s may stop accepting input.SelectionArea
/SelectableRegion
is used as a child of a Scrollable likeListView
orPageView
.native assets
experiment is enabled, and there are no native asset frameworks to codesign.onTap
is called twice on various widgets (GestureDetector
,InkWell
) when semantics are enabled.v3.24.1
Compare Source
include:
inanalysis_options.yaml
file in a nested folder in the workspace.dart compile wasm
when optimizations are enabled.dart2wasm
compiler in unsound-O3
/-O4
modes where a implicit setter for a field of generic type will store null instead of the field value.dart2wasm
compiler that can trigger in certain situations when using partial instantiations of generic tear-offs (constructors or static methods) in constant expressions.StructuralParameterType
objects. In some corner cases the lacking implementation resulted in a crash of the compiler.flutter run
/flutter build
fordart2wasm
for debugging in Chrome DevTools.saveLayers
rendering issues would occur.Canvas.drawVerticies
when using texture coordinates.flutter run
when using Xcode 16.flutter run -d chrome
and Chrome is closed before Flutter tries to close it.flutter run
orflutter debug-adapter
are unable to connect to the Flutter web app.v3.24.0
Compare Source
Initial stable release.
v3.22.3
Compare Source
const bool.fromEnvironment('dart.library.ffi')
is true and conditional import conditiondart.library.ffi
is true in dart2wasm.flutter test
where--flavor
wasn't considered when validating cached assets, causing the flavor-conditional asset bundling feature to not work as expected.flutter run
orflutter build
, users get a lengthy crash message including the full contents of a FileSystemException.v3.22.0
Compare Source
Initial stable release.
casey/just (just)
v1.36.0
Compare Source
Changed
Added
--one
flag to forbid multiple recipes from being invoked on the command line (#2374 by casey)\u{…}
(#2360 by laniakea64)--explain
flag is passed (#2319 by neunenak)Misc
console
codeblocks in readme (#2388 by casey)\u{...}
(#2371 by laniakea64)--dotenv-path
in readme (#2366 by willie).sha256sum
files (#2358 by casey)Subcommand::run
(#2336 by neunenak)--list
output (#2340 by casey)v1.35.0
Compare Source
Changed
[private]
attribute on assignments (#2300 by adsnaider)Misc
.sha256sum
files for release artifacts (#2323 by twm)--help
output (#2302 by casey)v1.34.0
Compare Source
Fixed
Changed
Misc
set working-directory
(#2288 by nyurik)v1.33.0
Compare Source
Fixed
shell()
expression working directory in submodules (#2285 by casey)Added
working-directory
setting (#2283 by nyurik)[group]
attribute on submodules (#2263 by jmwoliver)[script]
attribute and addset script-interpreter
(#2264 by casey)Misc
(no group)
header before ungrouped recipes (#2268 by casey)script-interpreter
setting (#2265 by casey)set dotenv-path
does not overrideset dotenv-filename
(#2262 by casey)v1.32.0
Compare Source
Added
[script(…)]
attribute (#2259 by casey)[extension: 'EXT']
attribute to set shebang recipe script file extension (#2256 by casey)[doc]
attribute (#2254 by casey)[doc]
annotation on modules (#2247 by neunenak)v1.31.0
Compare Source
Stabilized
Added
mod
path to be directory containing module source (#2238 by casey)set unstable
(#2237 by casey)_directory
to_dir
(#2235 by casey)Fixed
..
does not check the current directory (#2236 by casey)Misc
--list
with groups (#2244 by casey)v1.30.1
Compare Source
Fixed
v1.30.0
Compare Source
Fixed
mod
statements (#2201 by casey)Changed
--summary
(#2210 by casey)ignore-comments
is set (#2180 by casey)just --list --unsorted
(#2164 by casey)just --groups --unsorted
(#2160 by casey)Added
install
and add 32-bit arm targets toinstall.sh
(#2214 by CramBL)--list
(#2199 by Spatenheinz)datetime()
anddatetime_utc()
functions (#2167 by casey)Library
run()
on argument parse error (#2176 by casey)run()
(#2173 by casey)Misc
justfile_directory()
in readme (#2219 by casey)--list-heading
and--list-prefix
(#2213 by casey)clap::ValueParser
(#2211 by neunenak)-and
instead of&&
in PowerShell completion script (#2204 by casey)softprops/action-gh-release
(#2183 by app/dependabot)v1.29.1
Compare Source
Fixed
v1.28.0
Compare Source
Changed
set dotenv-required
to require an environment file (#2116 by casey)--list
(#2112 by casey)Added
--list-submodules
(#2113 by casey)--show RECIPE::PATH
(#2111 by casey)--timestamp-format
(#2106 by neunenak)--list PATH
(#2108 by casey)--timestamps
(#2084 by neunenak)module_file()
andmodule_directory()
functions (#2105 by casey)Fixed
--choose
(#2115 by casey)Misc
dotenv-path
-given env file is required (#2099 by casey)--list
(#2090 by casey)v1.27.0
Compare Source
Changed
Added
[doc]
attribute to set and suppress documentation comments (#2050 by neunenak)--global-justfile
flag (#1846 by neunenak)encode_uri_component
function (#2052 by laniakea64)choose
function for generating random strings (#2049 by laniakea64)dotenv-path
relative to working directory (#2040 by casey)assert
expression (#1845 by de1iza)Fixed
--unsorted
(#2085 by casey)shell
(#2061 by casey)\r\n
stripping (#2035 by casey)Misc
shell()
documentation (#2060 by laniakea64)env -S
(#2038 by casey)clone_into
(#2037 by casey)v1.26.0
Compare Source
Added
Misc
delete
example recipe todelete-all
(#1966 by aarmn)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.