Skip to content

Bump mason_logger from 0.1.2 to 0.2.3#13

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps mason_logger from 0.1.2 to 0.2.3.

Release notes

Sourced from mason_logger's releases.

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: ['🌑', '🌒', '🌓', '🌔', '🌕', '🌖', '🌗', '🌘'],
    ),
    );
    // 2. 💉 Inject progressOptions into your Logger.

... (truncated)

Commits
  • a2d0eca chore(mason_logger): v0.2.3 (#621)
  • a6bc621 fix(mason_logger): windows progress animation (#620)
  • c9a5cdf chore(mason_cli): v0.1.0-dev.39 (#618)
  • b381d2a chore(mason): v0.1.0-dev.38 (#617)
  • 25336ae perf(mason): compile hooks (#613)
  • 4e1ac92 fix(mason): allow optional brick directory (#616)
  • 98a958a chore(deps-dev): bump webpack in /extensions/vscode (#614)
  • 4db2f4f chore(deps-dev): bump @​typescript-eslint/parser in /extensions/vscode (#609)
  • 368a891 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#610)
  • 003a3f1 chore(deps-dev): bump @​types/lodash in /extensions/vscode (#611)
  • 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.3.
- [Release notes](https://github.com/felangel/mason/releases)
- [Commits](felangel/mason@mason_logger-v0.1.2...mason_logger-v0.2.3)

---
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 Nov 14, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2023

Superseded by #19.

@dependabot dependabot bot closed this Feb 6, 2023
@dependabot dependabot bot deleted the dependabot/pub/mason_logger-0.2.3 branch February 6, 2023 01:08
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