Skip to content

build(deps): Bump consola from 2.15.3 to 3.0.2 #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps consola from 2.15.3 to 3.0.2.

Release notes

Sourced from consola's releases.

v3.0.2

compare changes

🩹 Fixes

  • mockTypes: Mock on options.typs (f9d86b6)
  • Type .raw for types (dfb976f)

💅 Refactors

  • Use individual named exports of reporters (57bb579)

🏡 Chore

❤️ Contributors

v3.0.1

compare changes

🩹 Fixes

  • utils: Use default stream.write for workers support (#173)
  • Wrap options.stdout and options.stderr for wrapStd (ab59db6)

💅 Refactors

  • fancy: More minimal badges when width cannot be determined (ad24029)

❤️ Contributors

v3.0.0

Thank you everyone for trusting and using Consola 🐨 ❤️

This is the first stable version for consola v3, with a new codebase, typescript rewrite, fewer dependencies (no more chalk and dayjs bundled), first-class ESM support, new consola.prompt() and lots of other improvements!

Migration from v2

Consola v3 tries to be backward compatible as much as possible for the main interface. For a proper upgrade, switch to named exports.

... (truncated)

Changelog

Sourced from consola's changelog.

v3.0.2

compare changes

🩹 Fixes

  • mockTypes: Mock on options.typs (f9d86b6)
  • Type .raw for types (dfb976f)

💅 Refactors

  • Use individual named exports of reporters (57bb579)

🏡 Chore

❤️ Contributors

v3.0.1

compare changes

🩹 Fixes

  • utils: Use default stream.write for workers support (#173)
  • Wrap options.stdout and options.stderr for wrapStd (ab59db6)

💅 Refactors

  • fancy: More minimal badges when width cannot be determined (ad24029)

❤️ Contributors

v3.0.0

compare changes

🚀 Enhancements

  • Default logLevel to 1 in test environments (#134)

... (truncated)

Commits
  • e8c4235 chore(release): v3.0.2
  • 4dadfb3 chore: fix mock example
  • dfb976f fix: type .raw for types
  • f9d86b6 fix(mockTypes): mock on options.typs
  • 00abbe7 chore(deps): update all non-major dependencies (#174)
  • 57bb579 refactor: use individual named exports of reporters
  • 5a4708d chore: update readme
  • 1f50123 chore: add codecov.yml
  • 725f3cf chore(release): v3.0.1
  • ad24029 refactor(fancy): more minimal badges when width cannot be determined
  • 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)

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Apr 17, 2023
@dependabot dependabot bot requested review from flexdevelopment, a team and unicornware April 17, 2023 05:13
@unicornware unicornware enabled auto-merge (squash) April 17, 2023 05:13
@codecov
Copy link

codecov bot commented Apr 17, 2023

Codecov Report

Merging #76 (b22b5c1) into main (a8f5d0e) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #76   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          598       598           
  Branches        10        10           
=========================================
  Hits           598       598           
Flag Coverage Δ
node16 100.00% <ø> (ø)
node18 100.00% <ø> (ø)
node19 100.00% <ø> (ø)
Components Coverage Δ
config 100.00% <ø> (ø)
utils 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1b59321...b22b5c1. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/consola-3.0.2 branch from da983df to f6a0dd3 Compare April 17, 2023 05:18
Bumps [consola](https://github.com/unjs/consola) from 2.15.3 to 3.0.2.
- [Release notes](https://github.com/unjs/consola/releases)
- [Changelog](https://github.com/unjs/consola/blob/main/CHANGELOG.md)
- [Commits](unjs/consola@v2.15.3...v3.0.2)

---
updated-dependencies:
- dependency-name: consola
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/consola-3.0.2 branch from f6a0dd3 to b22b5c1 Compare April 17, 2023 05:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 19, 2023

Superseded by #83.

@dependabot dependabot bot closed this Apr 19, 2023
auto-merge was automatically disabled April 19, 2023 05:10

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/consola-3.0.2 branch April 19, 2023 05:10
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:dependencies dependency updates type:build changes to the build system or external dependencies
Projects
Status: 🥶 Icebox
Development

Successfully merging this pull request may close these issues.

0 participants