Skip to content

Commit 047bbd9

Browse files
committed
Allow analyzer 8.
1 parent ca1da49 commit 047bbd9

File tree

13 files changed

+13
-7
lines changed

13 files changed

+13
-7
lines changed

build/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 3.0.1-wip
22

33
- Small improvements to RAM usage.
4+
- Allow `analyzer` 8.0.0.
45

56
## 3.0.0
67

build/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
sdk: ^3.7.0
99

1010
dependencies:
11-
analyzer: '>=7.4.0 <8.0.0'
11+
analyzer: '>=7.4.0 <9.0.0'
1212
async: ^2.5.0
1313
build_runner_core: '9.2.1-wip'
1414
built_collection: ^5.1.1

build_modules/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 5.0.16-wip
22

33
- Remove unused dep: `build_config`.
4+
- Allow `analyzer` 8.0.0.
45

56
## 5.0.15
67

build_modules/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
sdk: '>=3.7.0 <3.10.0-z'
1111

1212
dependencies:
13-
analyzer: '>=5.1.0 <8.0.0'
13+
analyzer: '>=5.1.0 <9.0.0'
1414
async: ^2.5.0
1515
bazel_worker: ^1.0.0
1616
build: '>=2.0.0 <4.0.0'

build_resolvers/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 3.0.1-wip
22

33
- Use `build` 3.0.1.
4+
- Allow `analyzer` 8.0.0.
45

56
## 3.0.0
67

build_resolvers/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
sdk: ^3.7.0
99

1010
dependencies:
11-
analyzer: '>=7.4.0 <8.0.0'
11+
analyzer: '>=7.4.0 <9.0.0'
1212
async: ^2.5.0
1313
build: '3.0.1-wip'
1414
build_runner_core: '9.2.1-wip'

build_runner_core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 9.2.1-wip
22

33
- Use `build` 3.0.1.
4+
- Allow `analyzer` 8.0.0.
45

56
## 9.2.0
67

build_runner_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ platforms:
1313
macos:
1414

1515
dependencies:
16-
analyzer: '>=6.9.0 <8.0.0'
16+
analyzer: '>=6.9.0 <9.0.0'
1717
async: ^2.5.0
1818
build: '3.0.1-wip'
1919
build_config: ^1.0.0

build_test/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 3.3.1-wip
22

33
- Use `build` 3.0.1.
4+
- Allow `analyzer` 8.0.0.
45

56
## 3.3.0
67

build_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
watcher: ^1.0.0
2626

2727
dev_dependencies:
28-
analyzer: '>=5.2.0 <8.0.0'
28+
analyzer: '>=5.2.0 <9.0.0'
2929

3030
topics:
3131
- build-runner

0 commit comments

Comments
 (0)