update to the latest analyzer (#1431)

diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md
index 2bcf3d6..ccb88c9 100644
--- a/pkgs/test/CHANGELOG.md
+++ b/pkgs/test/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.16.1
+
+* Allow the latest analyzer `1.0.0`.
+
 ## 1.16.0
 
 * Stable null safety release.
diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml
index dc29722..47ba39b 100644
--- a/pkgs/test/pubspec.yaml
+++ b/pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test
-version: 1.16.0
+version: 1.16.1
 description: A full featured library for writing and running Dart tests.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
 
@@ -7,7 +7,7 @@
   sdk: ">=2.12.0-0 <3.0.0"
 
 dependencies:
-  analyzer: '>=0.36.0 <0.42.0'
+  analyzer: '>=0.39.5 <2.0.0'
   async: ^2.5.0
   boolean_selector: ^2.1.0
   coverage: '>=0.13.4 <0.16.0'
@@ -37,7 +37,7 @@
 dev_dependencies:
   fake_async: ^1.0.0
   shelf_test_handler: ^1.0.0
-  test_descriptor: ^1.0.0
+  test_descriptor: ^2.0.0
   test_process: ^1.0.0
 
 dependency_overrides:
diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md
index 5b6988f..8572ea5 100644
--- a/pkgs/test_core/CHANGELOG.md
+++ b/pkgs/test_core/CHANGELOG.md
@@ -1,4 +1,6 @@
-## 0.3.13-dev
+## 0.3.13
+
+* Allow the latest analyzer `1.0.0`.
 
 ## 0.3.12
 
diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml
index 7ac3553..a19d8d6 100644
--- a/pkgs/test_core/pubspec.yaml
+++ b/pkgs/test_core/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test_core
-version: 0.3.13-dev
+version: 0.3.13
 description: A basic library for writing tests and running them on the VM.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
 
@@ -7,7 +7,7 @@
   sdk: ">=2.12.0-0 <3.0.0"
 
 dependencies:
-  analyzer: ">=0.39.5 <0.42.0"
+  analyzer: '>=0.39.5 <2.0.0'
   async: ^2.5.0
   args: ">=1.4.0 <3.0.0"
   boolean_selector: ^2.1.0