Skip to content

Commit cad2db4

Browse files
chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /bricks/dart_frog_prod_server/hooks (#1424)
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 473b7ba commit cad2db4

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ updates:
2424
directory: "/bricks/dart_frog_dev_server/hooks"
2525
schedule:
2626
interval: "daily"
27+
- package-ecosystem: "pub"
28+
directory: "/bricks/dart_frog_new/hooks"
29+
schedule:
30+
interval: "daily"
2731
- package-ecosystem: "pub"
2832
directory: "/bricks/dart_frog_prod_server/hooks"
2933
schedule:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
include: package:very_good_analysis/analysis_options.5.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.6.0.0.yaml
22

33
linter:
44
rules:
5-
public_member_api_docs: false
5+
public_member_api_docs: false

bricks/dart_frog_new/hooks/lib/src/route_to_path.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ import 'package:path/path.dart' as path;
55
/// If [preferIndex] is true, the path will be converted to a directory path
66
/// with an index dart file.
77
///
8-
/// ```
8+
/// ```markdown
99
/// "/" -> "./routes/index.dart" (if preferIndex is false)
1010
/// "/" -> "./routes/index.dart" (if preferIndex is true)
1111
/// "/hello" -> "./routes/hello.dart" (if preferIndex is false)
1212
/// "/hello" -> "./routes/hello/index.dart" (if preferIndex is true)
1313
/// "/hello/[name]" -> "./routes/hello/[name].dart" (if preferIndex is false)
1414
/// "/hello/[name]" -> "./routes/hello/[name]/index.dart" (if preferIndex is true)
15+
/// ```
1516
String routeToPath(
1617
String route, {
1718
bool preferIndex = false,

bricks/dart_frog_new/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212
dev_dependencies:
1313
mocktail: ^1.0.0
1414
test: ^1.19.2
15-
very_good_analysis: ^5.1.0
15+
very_good_analysis: ^6.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.5.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.6.0.0.yaml
22
linter:
33
rules:
44
public_member_api_docs: false

bricks/dart_frog_prod_server/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ dependencies:
1515
dev_dependencies:
1616
mocktail: ^1.0.0
1717
test: ^1.25.0
18-
very_good_analysis: ^5.1.0
18+
very_good_analysis: ^6.0.0

0 commit comments

Comments
 (0)