melos: 6.2.0 -> 6.3.2

This commit is contained in:
eymeric 2025-05-23 09:05:56 +02:00
parent 223d5291bc
commit 6e809040cc
No known key found for this signature in database
2 changed files with 16 additions and 28 deletions

View file

@ -5,12 +5,12 @@
}:
let
pname = "melos";
version = "6.2.0";
version = "6.3.2";
src = fetchFromGitHub {
owner = "invertase";
repo = "melos";
rev = "melos-v${version}";
hash = "sha256-00K/LwrwjvO4LnXM2PDooQMJ6sXcJy9FBErtEwoMZlM=";
hash = "sha256-hD4UlQPFugRqtOZecyT/6wV3vFocoQ6OO5w+SZsYdO0=";
};
in
buildDartApplication {

View file

@ -100,6 +100,16 @@
"source": "hosted",
"version": "1.3.1"
},
"checked_yaml": {
"dependency": "transitive",
"description": {
"name": "checked_yaml",
"sha256": "feb6bed21949061731a7a75fc5d2aa727cf160b91af9a3e464c5e3a32e28b5ff",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.0.3"
},
"cli_launcher": {
"dependency": "direct main",
"description": {
@ -470,25 +480,15 @@
"source": "hosted",
"version": "0.4.0"
},
"pubspec": {
"pubspec_parse": {
"dependency": "direct main",
"description": {
"name": "pubspec",
"sha256": "f534a50a2b4d48dc3bc0ec147c8bd7c304280fff23b153f3f11803c4d49d927e",
"name": "pubspec_parse",
"sha256": "81876843eb50dc2e1e5b151792c9a985c5ed2536914115ed04e9c8528f6647b0",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.3.0"
},
"quiver": {
"dependency": "transitive",
"description": {
"name": "quiver",
"sha256": "b1c1ac5ce6688d77f65f3375a9abb9319b3cb32486bdc7a1e0fdf004d7ba4e47",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "3.2.1"
"version": "1.4.0"
},
"shelf": {
"dependency": "transitive",
@ -650,16 +650,6 @@
"source": "hosted",
"version": "1.3.2"
},
"uri": {
"dependency": "transitive",
"description": {
"name": "uri",
"sha256": "889eea21e953187c6099802b7b4cf5219ba8f3518f604a1033064d45b1b8268a",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.0.0"
},
"vm_service": {
"dependency": "transitive",
"description": {
@ -745,5 +735,3 @@
"dart": ">=3.3.0 <4.0.0"
}
}