Skip to content
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

fix(deps): update dependency consola to v3 #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
consola ^2.15.3 -> ^3.4.0 age adoption passing confidence

Release Notes

unjs/consola (consola)

v3.4.0

Compare Source

compare changes

🚀 Enhancements
  • Use upstream @clack/prompts (#​332)
🩹 Fixes
  • Calculate box width without escape sequence chars (#​336)
💅 Refactors
📦 Build
  • Update exports for node16 typescript resolution (#​331)
🏡 Chore
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Yongqi <yongqi14@​qq.com>

v3.3.3

Compare Source

compare changes

📦 Build
  • Revert "build: update exports for node16 typescript resolution" (2065136)
❤️ Contributors

v3.3.2

Compare Source

compare changes

📦 Build
  • Patch string-width for node 14 support (421c663)
  • Update exports for node16 typescript resolution (18bc852)
❤️ Contributors

v3.3.1

Compare Source

compare changes

🩹 Fixes
  • fancy: Fallback whenIntl is unavailable (#​326)
❤️ Contributors

v3.3.0

Compare Source

compare changes

🚀 Enhancements
  • utils: formatTree utility (#​223)
  • Export prompt option types (#​301)
  • Support report error cause (#​308)
  • prompt: Configurable cancel strategy (#​325)
  • formatTree: Support max depth (#​267)
🩹 Fixes
  • Use initial in select and multiselect prompts (#​232)
  • Make box title color same as border (#​236)
📖 Documentation
📦 Build
  • Fix subpath types (#​265)
  • Add require condition for browser builds (#​243)
🌊 Types
  • Fix prompt with select type return value type (#​238)
🏡 Chore
🎨 Styles
🤖 CI
  • Use conventional commit for autofix (#​217)
❤️ Contributors

v3.2.3

Compare Source

compare changes

🩹 Fixes
  • types: Partial style options for box (#​210)
  • types: Add backward compatible declarations (e46733b)
🏡 Chore
❤️ Contributors

v3.2.2

Compare Source

compare changes

🩹 Fixes
  • fancy: Add node 14 compatibility (#​204)
📦 Build
  • pkg: Add supported engines field (#​179)
❤️ Contributors

v3.2.1

Compare Source

compare changes

🩹 Fixes
  • box: Fix preset naming for singleThick (#​201)
  • fancy: Style underscore with surrounding spaces (#​203)
❤️ Contributors

v3.2.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Inherit mocks (#​183)
  • Correct and improve return types for single and multi select prompts (#​197)
  • Preserve tag casing (#​190)
🏡 Chore
❤️ Contributors

v3.1.0

Compare Source

compare changes

🚀 Enhancements
  • Support fancy option for createConsola and improve docs (#​177)
  • /basic, /core and /browser subpath exports (#​178)
🏡 Chore
❤️ Contributors

v3.0.2

Compare Source

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 Source

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 Source

compare changes

🚀 Enhancements
  • Default logLevel to 1 in test environments (#​134)
  • Support literal for logLevels (#​133)
  • Expose createConsola and named exports (ef6e5e5)
  • consola.prompt util (#​170)
  • consola.fail log level (#​153)
  • Pass formatOptions and other options to reporters (d77286a)
  • Show stack trace with consola.trace (#​151)
🔥 Performance
  • Switch from chalk to colorette (271b4db)
  • Remove dayjs dependency (d6a3776)
🩹 Fixes
  • Add .raw to mocked functions (987dadc)
  • Type consola instance with built-in type functions (1a4b893)
  • Default value for color format utils (ec9be78)
  • fancy: Show time and tag on right when width cannot be determined (#​128)
  • Pass level from CONSOLA_LEVEL to the defaults (#​129)
  • consola: Type defaults overrides generic defaults (d3d3c05)
  • fancy: Improve colors (99c2a4f)
  • promp: Options is optional (817626f)
💅 Refactors
  • ⚠️ Rewrite consola with typescript (4479d2f)
  • Rename global to globalThis (bd03098)
  • utils: Rename global to globalThis (8c3ef77)
  • Strict typechecks (63bbd56)
  • Remove globalThis caching (4e7b909)
  • Drop json and winston reporters (5af0e99)
  • Move all options to consola.options without duplication (2d31ef4)
  • Move spam logic into _lastLog object (cabd04f)
  • Remove global async option (edd1bb9)
  • types: Merge LogTypeLiteral and logtype types to LogType (da1bc73)
  • ⚠️ Move log levels and types to constants (514f5b3)
  • Use index.node.ts for main build (b92d23b)
  • Improve types and exports (b380d21)
  • Improve fancy reporter (bc90db8)
  • Revert back to dist/index.* for bw compatibility (98e300f)
  • fancy: Better start color and icon (5a01d53)
📖 Documentation
  • Fix links to the source files (#​172)
📦 Build
  • Use backward compatible cjs wrapper for default export (e2e6aa6)
🏡 Chore
✅ Tests
🎨 Styles
  • Prefer object spread instead of Object.assign (c03268a)
⚠️ Breaking Changes
  • ⚠️ Rewrite consola with typescript (4479d2f)
  • ⚠️ Move log levels and types to constants (514f5b3)
❤️ Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/consola-3.x branch 3 times, most recently from b7192d5 to aee4c5a Compare April 18, 2023 02:24
@renovate renovate bot force-pushed the renovate/consola-3.x branch 2 times, most recently from 38612b1 to a86a686 Compare April 19, 2023 20:08
@renovate renovate bot force-pushed the renovate/consola-3.x branch from a86a686 to 3800982 Compare April 25, 2023 21:14
@renovate renovate bot force-pushed the renovate/consola-3.x branch 2 times, most recently from 397166b to 970e1c6 Compare May 10, 2023 02:21
@renovate renovate bot force-pushed the renovate/consola-3.x branch 3 times, most recently from 51910f3 to dbacda1 Compare May 27, 2023 12:12
@renovate renovate bot force-pushed the renovate/consola-3.x branch 5 times, most recently from f3c9108 to 6f704c1 Compare June 2, 2023 03:42
@renovate renovate bot force-pushed the renovate/consola-3.x branch 2 times, most recently from c30e043 to 5298915 Compare June 14, 2023 19:33
@renovate renovate bot force-pushed the renovate/consola-3.x branch 4 times, most recently from 5c36ce3 to d0b552e Compare June 27, 2023 17:54
@renovate renovate bot force-pushed the renovate/consola-3.x branch 6 times, most recently from b9bfde0 to e03664e Compare July 4, 2023 18:45
@renovate renovate bot force-pushed the renovate/consola-3.x branch from e03664e to 6a081b5 Compare July 5, 2023 17:17
@renovate renovate bot force-pushed the renovate/consola-3.x branch from f737bb4 to 7ed735c Compare July 22, 2024 17:15
@renovate renovate bot force-pushed the renovate/consola-3.x branch from 7ed735c to a077841 Compare August 20, 2024 16:04
@renovate renovate bot force-pushed the renovate/consola-3.x branch from a077841 to 4c48464 Compare August 30, 2024 16:42
@renovate renovate bot force-pushed the renovate/consola-3.x branch from 4c48464 to 3313623 Compare September 8, 2024 18:09
@renovate renovate bot force-pushed the renovate/consola-3.x branch 4 times, most recently from aa246b7 to e7f22ce Compare September 22, 2024 07:53
@renovate renovate bot force-pushed the renovate/consola-3.x branch 4 times, most recently from 73e51bd to b693082 Compare October 3, 2024 10:00
@renovate renovate bot force-pushed the renovate/consola-3.x branch from b693082 to 8142163 Compare October 8, 2024 09:08
@renovate renovate bot force-pushed the renovate/consola-3.x branch 2 times, most recently from 739e361 to f98f566 Compare October 25, 2024 14:06
@renovate renovate bot force-pushed the renovate/consola-3.x branch from f98f566 to f30bd31 Compare November 1, 2024 13:14
@renovate renovate bot force-pushed the renovate/consola-3.x branch 4 times, most recently from 66fc296 to 2006fd6 Compare December 26, 2024 17:11
@renovate renovate bot force-pushed the renovate/consola-3.x branch from 2006fd6 to ad403ce Compare January 14, 2025 15:43
@renovate renovate bot force-pushed the renovate/consola-3.x branch 7 times, most recently from 7b44e28 to 7291487 Compare February 5, 2025 01:47
@renovate renovate bot force-pushed the renovate/consola-3.x branch from 7291487 to 0ad3b6c Compare February 5, 2025 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants