Skip to content

Commit 04ec4e5

Browse files
authored
allow latest version of pkg:analyzer (#1106)
1 parent d7b7353 commit 04ec4e5

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.2.3
2+
3+
- Allow the latest version of `package:analyzer`.
4+
15
# 2.2.2
26

37
* Format named arguments anywhere (#1072).

pubspec.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "36.0.0"
10+
version: "39.0.0"
1111
analyzer:
1212
dependency: "direct main"
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "3.3.1"
17+
version: "4.0.0"
1818
args:
1919
dependency: "direct main"
2020
description:
@@ -28,7 +28,7 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.8.2"
31+
version: "2.9.0"
3232
boolean_selector:
3333
dependency: transitive
3434
description:
@@ -56,7 +56,7 @@ packages:
5656
name: collection
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.15.0"
59+
version: "1.16.0"
6060
convert:
6161
dependency: transitive
6262
description:
@@ -70,7 +70,7 @@ packages:
7070
name: coverage
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "1.1.0"
73+
version: "1.2.0"
7474
crypto:
7575
dependency: transitive
7676
description:
@@ -105,7 +105,7 @@ packages:
105105
name: grinder
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "0.9.0"
108+
version: "0.9.1"
109109
http_multi_server:
110110
dependency: transitive
111111
description:
@@ -203,14 +203,14 @@ packages:
203203
name: pub_semver
204204
url: "https://pub.dartlang.org"
205205
source: hosted
206-
version: "2.1.0"
206+
version: "2.1.1"
207207
shelf:
208208
dependency: transitive
209209
description:
210210
name: shelf
211211
url: "https://pub.dartlang.org"
212212
source: hosted
213-
version: "1.2.0"
213+
version: "1.3.0"
214214
shelf_packages_handler:
215215
dependency: transitive
216216
description:
@@ -252,7 +252,7 @@ packages:
252252
name: source_span
253253
url: "https://pub.dartlang.org"
254254
source: hosted
255-
version: "1.8.2"
255+
version: "1.9.0"
256256
stack_trace:
257257
dependency: transitive
258258
description:
@@ -287,7 +287,7 @@ packages:
287287
name: test
288288
url: "https://pub.dartlang.org"
289289
source: hosted
290-
version: "1.20.1"
290+
version: "1.21.0"
291291
test_api:
292292
dependency: transitive
293293
description:
@@ -301,7 +301,7 @@ packages:
301301
name: test_core
302302
url: "https://pub.dartlang.org"
303303
source: hosted
304-
version: "0.4.11"
304+
version: "0.4.13"
305305
test_descriptor:
306306
dependency: "direct dev"
307307
description:
@@ -329,7 +329,7 @@ packages:
329329
name: vm_service
330330
url: "https://pub.dartlang.org"
331331
source: hosted
332-
version: "8.2.0"
332+
version: "8.2.2"
333333
watcher:
334334
dependency: transitive
335335
description:
@@ -359,4 +359,4 @@ packages:
359359
source: hosted
360360
version: "3.1.0"
361361
sdks:
362-
dart: ">=2.16.0-100.0.dev <3.0.0"
362+
dart: ">=2.16.0 <3.0.0"

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: dart_style
22
# Note: See tool/grind.dart for how to bump the version.
3-
version: 2.2.2
3+
version: 2.2.3
44
description: >-
55
Opinionated, automatic Dart source code formatter.
66
Provides an API and a CLI tool.
77
repository: https://github.com/dart-lang/dart_style
88
environment:
9-
sdk: ">=2.12.0-0 <3.0.0"
9+
sdk: ">=2.12.0 <3.0.0"
1010

1111
dependencies:
12-
analyzer: ^3.3.1
12+
analyzer: '>=3.3.1 <5.0.0'
1313
args: ">=1.0.0 <3.0.0"
1414
path: ^1.0.0
1515
pub_semver: ">=1.4.4 <3.0.0"

0 commit comments

Comments
 (0)