Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pub/bricks/test_optimizer/hooks/m…
Browse files Browse the repository at this point in the history
…ason-0.1.0
  • Loading branch information
tomarra authored Dec 6, 2024
2 parents 0d8769a + 331730b commit 11e1906
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lib/src/command_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Run ${lightCyan.wrap('very_good update')} to update''',
lightMagenta.wrap('''
Thank you for using Very Good Ventures open source tools!
Don't forget to fill out this form to get information on future updates and releases here: ${lightBlue.wrap(link(uri: Uri.parse('https://verygood.ventures/open-source/cli/subscribe-latest-tool-updates')))}'''),
Don't forget to fill out this form to get information on future updates and releases here: ${lightBlue.wrap(link(uri: Uri.parse('https://verygood.ventures/dev/tools/cli/subscribe')))}'''),
print: _logger.info,
);
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
mason_logger: ^0.3.0
meta: ^1.15.0
package_config: ^2.1.0
pana: 0.22.15 # Very Good CLI is using private PANA's license detector that might break in a minor version update. Be sure that CI passes before merging a change to this package version!
pana: 0.22.16 # Very Good CLI is using private PANA's license detector that might break in a minor version update. Be sure that CI passes before merging a change to this package version!
path: ^1.9.0
pub_updater: ^0.5.0
pubspec_parse: ^1.3.0
Expand Down
4 changes: 2 additions & 2 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ const config = {
className: 'button nav-button',
},
{
label: 'VGV.DEV',
to: 'https://vgv.dev',
label: 'VGV Dev Tools',
to: 'https://verygood.ventures/dev',
position: 'right',
},
{
Expand Down
23 changes: 14 additions & 9 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/src/command_runner_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void main() {
() => logger.info(
any(
that: contains(
'https://verygood.ventures/open-source/cli/subscribe-latest-tool-updates',
'https://verygood.ventures/dev/tools/cli/subscribe',
),
),
),
Expand Down

0 comments on commit 11e1906

Please sign in to comment.