Skip to content

Bump mason_logger from 0.1.2 to 0.2.5#21

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/mason_logger-0.2.5
Open

Bump mason_logger from 0.1.2 to 0.2.5#21
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/mason_logger-0.2.5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps mason_logger from 0.1.2 to 0.2.5.

Release notes

Sourced from mason_logger's releases.

mason_logger-v0.2.5

  • deps: upgrade to Dart >=2.19 and very_good_analysis ^4.0.0

mason_logger-v0.2.4

  • fix: warn with an empty tag should not include []
  • deps: upgrade to Dart >=2.17 and very_good_analysis ^3.1.0

mason_logger-v0.2.3

  • fix: windows progress animation

mason_logger-v0.2.2

  • fix: only animate progress on terminals

mason_logger-v0.2.1

mason_logger-v0.2.0

  • BREAKING feat: add generic support to chooseOne and chooseAny (@​wolfenrain)

    enum Shape { square, circle, triangle}
    void main() {
    final logger = Logger();
    final shape = logger.chooseOne<Shape>(
    'What is your favorite shape?',
    choices: Shape.values,
    display: (shape) => '${shape.name}',
    );
    logger.info('You chose: $shape');
    final shapes = logger.chooseAny<Shape>(
    'Or did you want to choose multiples?',
    choices: Shape.values,
    defaultValues: [shape],
    display: (shape) => '${shape.name}',
    );
    logger.info('You chose: $shapes');
    }

mason_logger-v0.1.4

  • feat: add ProgressOptions API (@​LukeMoody01)

    import 'package:mason_logger/mason_logger.dart';
    Future<void> main() async {
    // 1. ✨ Create a custom ProgressOptions.

... (truncated)

Commits
  • 149e018 chore(mason_logger): v0.2.5 (#754)
  • a9b6592 chore(mason_api): v0.1.0-dev.10 (#753)
  • b2aea2d chore(deps-dev): bump eslint from 8.33.0 to 8.34.0 in /extensions/vscode (#752)
  • 7c728bf refactor: use super.key (#746)
  • 5f37cf9 feat(mason_cli): add --quiet flag to make command (#733)
  • 5bf8c5e chore(deps): upgrade to very_good_analysis ^4.0.0 (#745)
  • 9241673 chore(deps-dev): bump prettier from 2.8.3 to 2.8.4 in /extensions/vscode (#740)
  • a150036 chore(deps-dev): bump @​typescript-eslint/parser in /extensions/vscode (#738)
  • 9c52786 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#737)
  • d880606 chore(deps-dev): bump @​types/node in /extensions/vscode (#736)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mason_logger](https://github.com/felangel/mason) from 0.1.2 to 0.2.5.
- [Release notes](https://github.com/felangel/mason/releases)
- [Commits](felangel/mason@mason_logger-v0.1.2...mason_logger-v0.2.5)

---
updated-dependencies:
- dependency-name: mason_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants