Skip to content

Commit eb0952e

Browse files
authored
upgrade dependencies (#4658)
1 parent 21cdd4d commit eb0952e

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

lib/src/dart.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ class AnalysisContextManager {
4747
path = p.normalize(p.absolute(path));
4848
final parseResult = _session.getParsedUnit(path);
4949
if (parseResult is ParsedUnitResult) {
50-
if (parseResult.errors.isNotEmpty) {
51-
throw AnalyzerErrorGroup(parseResult.errors);
50+
if (parseResult.diagnostics.isNotEmpty) {
51+
throw AnalyzerErrorGroup(parseResult.diagnostics);
5252
}
5353
return parseResult.unit;
5454
} else {

pubspec.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: c81659312e021e3b780a502206130ea106487b34793bce61e26dc0f9b84807af
8+
sha256: f0bb5d1648339c8308cc0b9838d8456b3cfe5c91f9dc1a735b4d003269e5da9a
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "83.0.0"
11+
version: "88.0.0"
1212
analyzer:
1313
dependency: "direct main"
1414
description:
1515
name: analyzer
16-
sha256: "9c35a79bf2a150b3ea0d40010fbbb45b5ebea143d47096e0f82fd922a324b49b"
16+
sha256: "0b7b9c329d2879f8f05d6c05b32ee9ec025f39b077864bdb5ac9a7b63418a98f"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "7.4.6"
19+
version: "8.1.1"
2020
args:
2121
dependency: "direct main"
2222
description:
@@ -45,10 +45,10 @@ packages:
4545
dependency: "direct dev"
4646
description:
4747
name: checks
48-
sha256: aad431b45a8ae2fa26db8c22e385b9cdec73f72986a1d9d9f2017f4c39ecf5c9
48+
sha256: "016871c84732c1ac9856b8940236d5a5802ba638b3bd3e0ea7027b51a35f7aa7"
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "0.3.0"
51+
version: "0.3.1"
5252
cli_config:
5353
dependency: transitive
5454
description:
@@ -85,10 +85,10 @@ packages:
8585
dependency: transitive
8686
description:
8787
name: coverage
88-
sha256: aa07dbe5f2294c827b7edb9a87bba44a9c15a3cc81bc8da2ca19b37322d30080
88+
sha256: "5da775aa218eaf2151c721b16c01c7676fbfdd99cebba2bf64e8b807a28ff94d"
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "1.14.1"
91+
version: "1.15.0"
9292
crypto:
9393
dependency: "direct main"
9494
description:
@@ -141,10 +141,10 @@ packages:
141141
dependency: "direct main"
142142
description:
143143
name: http
144-
sha256: "2c11f3f94c687ee9bad77c171151672986360b2b001d109814ee7140b2cf261b"
144+
sha256: bb2ce4590bc2667c96f318d68cac1b5a7987ec819351d32b1c987239a815e007
145145
url: "https://pub.dev"
146146
source: hosted
147-
version: "1.4.0"
147+
version: "1.5.0"
148148
http_multi_server:
149149
dependency: "direct main"
150150
description:
@@ -365,26 +365,26 @@ packages:
365365
dependency: "direct dev"
366366
description:
367367
name: test
368-
sha256: "65e29d831719be0591f7b3b1a32a3cda258ec98c58c7b25f7b84241bc31215bb"
368+
sha256: "75906bf273541b676716d1ca7627a17e4c4070a3a16272b7a3dc7da3b9f3f6b7"
369369
url: "https://pub.dev"
370370
source: hosted
371-
version: "1.26.2"
371+
version: "1.26.3"
372372
test_api:
373373
dependency: transitive
374374
description:
375375
name: test_api
376-
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
376+
sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
377377
url: "https://pub.dev"
378378
source: hosted
379-
version: "0.7.6"
379+
version: "0.7.7"
380380
test_core:
381381
dependency: transitive
382382
description:
383383
name: test_core
384-
sha256: "80bf5a02b60af04b09e14f6fe68b921aad119493e26e490deaca5993fef1b05a"
384+
sha256: "0cc24b5ff94b38d2ae73e1eb43cc302b77964fbf67abad1e296025b78deb53d0"
385385
url: "https://pub.dev"
386386
source: hosted
387-
version: "0.6.11"
387+
version: "0.6.12"
388388
test_descriptor:
389389
dependency: "direct dev"
390390
description:
@@ -421,10 +421,10 @@ packages:
421421
dependency: transitive
422422
description:
423423
name: watcher
424-
sha256: "0b7fd4a0bbc4b92641dbf20adfd7e3fd1398fe17102d94b674234563e110088a"
424+
sha256: "5bf046f41320ac97a469d506261797f35254fa61c641741ef32dacda98b7d39c"
425425
url: "https://pub.dev"
426426
source: hosted
427-
version: "1.1.2"
427+
version: "1.1.3"
428428
web:
429429
dependency: transitive
430430
description:

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
sdk: ^3.7.0
55

66
dependencies:
7-
analyzer: ^7.4.5
7+
analyzer: ^8.1.1
88
args: ^2.7.0
99
async: ^2.13.0
1010
cli_util: ^0.4.2
@@ -13,7 +13,7 @@ dependencies:
1313
crypto: ^3.0.6
1414
frontend_server_client: ^4.0.0
1515
graphs: ^2.3.2
16-
http: ^1.4.0
16+
http: ^1.5.0
1717
http_multi_server: ^3.2.2
1818
http_parser: ^4.1.2
1919
meta: ^1.17.0
@@ -29,9 +29,9 @@ dependencies:
2929
yaml_edit: ^2.2.2
3030

3131
dev_dependencies:
32-
checks: ^0.3.0
32+
checks: ^0.3.1
3333
dart_flutter_team_lints: ^3.5.2
3434
shelf_test_handler: ^2.0.2
35-
test: ^1.26.2
35+
test: ^1.26.3
3636
test_descriptor: ^2.0.2
3737
test_process: ^2.1.1

0 commit comments

Comments
 (0)