Skip to content

Commit cd3b452

Browse files
chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/dart_frog_gen (#1417)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra <[email protected]>
1 parent cad2db4 commit cd3b452

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.5.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.6.0.0.yaml

packages/dart_frog_gen/lib/src/build_route_configuration.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ class RouteConfiguration {
326326
///
327327
/// For example:
328328
///
329-
/// ```
329+
/// ```markdown
330330
/// ├── routes
331331
/// │ ├── foo
332332
/// │ │ └── example.dart
@@ -339,7 +339,7 @@ class RouteConfiguration {
339339
/// Instead, `foo.dart` should be renamed to `index.dart` and placed within
340340
/// the `foo` directory like:
341341
///
342-
/// ```
342+
/// ```markdown
343343
/// ├── routes
344344
/// │ ├── foo
345345
/// │ │ ├── example.dart

packages/dart_frog_gen/lib/src/path_to_route.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'package:path/path.dart' as p;
22

33
/// Convert a file path to an API route.
44
///
5-
/// ```
5+
/// ```markdown
66
/// "../routes/index.dart" -> "/"
77
/// "../routes/hello.dart" -> "/hello"
88
/// "../routes/hello/world.dart" -> "/hello/world"

packages/dart_frog_gen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ dependencies:
1818
dev_dependencies:
1919
mocktail: ^1.0.0
2020
test: ^1.19.2
21-
very_good_analysis: ^5.1.0
21+
very_good_analysis: ">=5.1.0 <7.0.0"

0 commit comments

Comments
 (0)