Skip to content

Commit b459c42

Browse files
authored
Update dependabot.yaml (#130)
* Update dependabot.yaml * address an analysis issue
1 parent 616e0f2 commit b459c42

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ updates:
77
directory: /
88
schedule:
99
interval: monthly
10-
labels:
11-
- autosubmit
1210
groups:
1311
github-actions:
1412
patterns:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.2.2-wip
22

3-
- Require SDK `sdk: ^3.4.0`.
3+
- Require Dart 3.4.
44

55
## 1.2.1
66

lib/src/debugger.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ String _pauseStateToString(PauseState state) {
180180
return 'none';
181181
case PauseState.uncaught:
182182
return 'uncaught';
183-
default:
184-
throw ArgumentError('unknown state: $state');
185183
}
186184
}
187185

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ dev_dependencies:
1818
shelf_static: ^1.0.0
1919
shelf_web_socket: ^2.0.0
2020
test: ^1.16.6
21-
web_socket_channel: ^3.0.0 # used in example/
21+
# used in example/
22+
web_socket_channel: ^3.0.0
2223
webdriver: ^3.0.0

0 commit comments

Comments
 (0)