Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

chore: bump mason_logger from 0.2.6 to 0.2.10 in /packages/at_app_bundler #324

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps mason_logger from 0.2.6 to 0.2.10.

Release notes

Sourced from mason_logger's releases.

mason_logger-v0.2.10

  • fix: exit on Ctrl+C (#1090)

mason_logger-v0.2.9

  • fix: arrow keys on windows (#816)
  • chore: improve lint rules
  • chore: dart fix --apply
  • chore(deps): upgrade dependencies

mason_logger-v0.2.8

  • fix: confirm gracefully handles utf8 decode errors
  • docs: add topics to pubspec.yaml

mason_logger-v0.2.7

  • feat: add promptAny to Logger

    final logger = Logger();
    // Prompt for a dynamic list of values.
    final List<String> languages = logger.promptAny(
    'What are your favorite programming languages?',
    );
    if (languages.contains('dart')) {
    logger.info('Nice, I like dart too! 🎯');
    }

Commits
  • 4fa3354 chore(mason_logger): v0.2.10 (#1096)
  • 1ecac89 chore(deps-dev): bump glob from 10.3.7 to 10.3.10 in /extensions/vscode (#1094)
  • 2806fa4 chore(deps-dev): bump @​typescript-eslint/parser in /extensions/vscode (#1089)
  • 69abbdb chore(deps-dev): bump @​types/mocha in /extensions/vscode (#1093)
  • 6ec87c0 chore(deps-dev): bump @​types/node in /extensions/vscode (#1092)
  • 784ac99 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#1087)
  • da6c724 fix(mason_logger): exit on Ctrl+C (#1095)
  • 60edca8 chore(deps-dev): bump glob from 10.3.5 to 10.3.7 in /extensions/vscode (#1086)
  • e3b2ff7 chore(deps-dev): bump @​types/lodash in /extensions/vscode (#1085)
  • b94a6d2 chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#1084)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [mason_logger](https://github.com/felangel/mason) from 0.2.6 to 0.2.10.
- [Release notes](https://github.com/felangel/mason/releases)
- [Commits](felangel/mason@mason_logger-v0.2.6...mason_logger-v0.2.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Oct 2, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2024

Superseded by #343.

@dependabot dependabot bot closed this Jan 10, 2024
@dependabot dependabot bot deleted the dependabot/pub/packages/at_app_bundler/mason_logger-0.2.10 branch January 10, 2024 21:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants