Skip to content

Bump mason_logger from 0.1.2 to 0.2.4#19

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/mason_logger-0.2.4
Closed

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

Conversation

@dependabot
Copy link

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

Bumps mason_logger from 0.1.2 to 0.2.4.

Release notes

Sourced from mason_logger's releases.

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.
    const progressOptions = ProgressOptions(
    animation: ProgressAnimation(
    frames: ['🌑', '🌒', '🌓', '🌔', '🌕', '🌖', '🌗', '🌘'],

... (truncated)

Commits
  • 9bb23fb chore(mason_logger): v0.2.4 (#718)
  • 246c6d4 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#710)
  • 1b04469 chore(deps-dev): bump @​typescript-eslint/parser in /extensions/vscode (#709)
  • e19ca3f chore(deps-dev): bump @​types/glob in /extensions/vscode (#708)
  • f903692 fix(mason_logger): warn with an empty tag should not include [] (#716)
  • 17a713f refactor(deps): upgrade to very_good_analysis ^3.1.0 and Dart ^2.17.0 (#717)
  • ebbedfb chore(deps-dev): bump @​typescript-eslint/parser in /extensions/vscode (#705)
  • 96b6ed7 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#704)
  • de9ffd8 chore(deps-dev): bump prettier from 2.8.2 to 2.8.3 in /extensions/vscode (#702)
  • 516c46f chore(deps-dev): bump eslint from 8.31.0 to 8.32.0 in /extensions/vscode (#701)
  • 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.4.
- [Release notes](https://github.com/felangel/mason/releases)
- [Commits](felangel/mason@mason_logger-v0.1.2...mason_logger-v0.2.4)

---
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 6, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 20, 2023

Superseded by #21.

@dependabot dependabot bot closed this Feb 20, 2023
@dependabot dependabot bot deleted the dependabot/pub/mason_logger-0.2.4 branch February 20, 2023 02:09
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