Skip to content

Commit

Permalink
chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages…
Browse files Browse the repository at this point in the history
…/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]>
  • Loading branch information
dependabot[bot] and tomarra authored Jul 2, 2024
1 parent cad2db4 commit cd3b452
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/dart_frog_gen/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.5.1.0.yaml
include: package:very_good_analysis/analysis_options.6.0.0.yaml
4 changes: 2 additions & 2 deletions packages/dart_frog_gen/lib/src/build_route_configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ class RouteConfiguration {
///
/// For example:
///
/// ```
/// ```markdown
/// ├── routes
/// │ ├── foo
/// │ │ └── example.dart
Expand All @@ -339,7 +339,7 @@ class RouteConfiguration {
/// Instead, `foo.dart` should be renamed to `index.dart` and placed within
/// the `foo` directory like:
///
/// ```
/// ```markdown
/// ├── routes
/// │ ├── foo
/// │ │ ├── example.dart
Expand Down
2 changes: 1 addition & 1 deletion packages/dart_frog_gen/lib/src/path_to_route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'package:path/path.dart' as p;

/// Convert a file path to an API route.
///
/// ```
/// ```markdown
/// "../routes/index.dart" -> "/"
/// "../routes/hello.dart" -> "/hello"
/// "../routes/hello/world.dart" -> "/hello/world"
Expand Down
2 changes: 1 addition & 1 deletion packages/dart_frog_gen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dependencies:
dev_dependencies:
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.1.0
very_good_analysis: ">=5.1.0 <7.0.0"

0 comments on commit cd3b452

Please sign in to comment.