Skip to content

chore(deps): update dependency consola to v3 #104

New issue

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

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

Already on GitHub? # to your account

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
consola ^2.3.2 -> ^3.4.2 age adoption passing confidence

Release Notes

unjs/consola (consola)

v3.4.2

Compare Source

compare changes

🩹 Fixes
  • Export tree utils (#​349)
  • Calculate box width with the title width (#​362)
🏡 Chore
❤️ Contributors

v3.4.1

Compare Source

compare changes

🩹 Fixes
  • Remove all message lines from stack (#​356)
🏡 Chore
❤️ Contributors

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

v2.15.3

Compare Source

v2.15.2

Compare Source

v2.15.1

Compare Source

v2.15.0

Compare Source

Features
  • types: use union type for ConsolaLogObject.type (#​100) (a6eba53)
  • support formatOptions.date to optionally hide date (#​101) (6bf733f)

v2.14.0

Compare Source

Features

v2.13.0

Compare Source

Features
  • remove level boundary check (8972d47)
Bug Fixes
  • types: fix silent/verbose levels (7ab0a65)
2.12.2 (2020-05-26)
Bug Fixes
2.12.1 (2020-05-07)
Bug Fixes

v2.12.2

Compare Source

v2.12.1

Compare Source

v2.12.0

Compare Source

Features
  • types: add missing typescript definitions for reporters (#​94) (4a08ef0)
2.11.3 (2019-12-31)
Bug Fixes
2.11.2 (2019-12-27)
Bug Fixes
2.11.1 (2019-12-17)
Bug Fixes

v2.11.3

Compare Source

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

Features
Bug Fixes
  • typecheck type and tag before normalize (1984deb)
  • types: reporter in remove methods are optional (#​70) (a17cdb1)
2.10.1 (2019-08-05)

v2.10.1

Compare Source

v2.10.0

Compare Source

Bug Fixes
  • add missing typescript declaration for level, stdout and stderr (#​58) (a149dbb)
Features

v2.9.0

Compare Source

Features

v2.8.0

Compare Source

Features
2.7.1 (2019-05-26)
Bug Fixes
  • browser: hide : with tag and normal log (8250d5a)

v2.7.1

Compare Source

v2.7.0

Compare Source

Bug Fixes
  • correctly calculate line width when using grave accent (bad52bd)
Features
  • always hide right side on width < 80 (07d8246)
  • improve basic logs (ea6ce59)
  • browser: fancier logs (b64f337)
  • hide time from basic logger as it is commonly used in CI environments (68c3bae)
  • smart hide time and tag when there is no space (00a375f)
2.6.2 (2019-05-15)
Bug Fixes
2.6.1 (2019-05-08)
Bug Fixes

v2.6.2

Compare Source

v2.6.1

Compare Source

v2.6.0

Compare Source

Features
  • expose constructor and reporters (3a8f662)

2.5.8 (2019-03-29)

Bug Fixes

2.5.7 (2019-03-19)

Bug Fixes
  • formatting: fix formatting when multiple back-quotes (#​44) (669a12e)

2.5.6 (2019-02-25)

Bug Fixes

2.4.1 (2019-02-12)

Bug Fixes

v2.5.8

Compare Source

Bug Fixes

v2.5.7

Compare Source

Bug Fixes
  • formatting: fix formatting when multiple back-quotes (#​44) (669a12e)

v2.5.6

Compare Source

Bug Fixes

v2.5.5

Compare Source

Bug Fixes

v2.5.4

Compare Source

  • chore(build): Use the --no-map flag (#​41) (@​egoist)
  • refactor(browser): Improve export (0049c4b)
  • chore(browser): Ensure umd build is running in browser (4b22e7c)

v2.5.3

Compare Source

v2.5.2

Compare Source

Bug Fixes
  • bundle std-env and entrypoint (7b0f838)

v2.5.1

Compare Source

v2.5.0

Compare Source

Compare Source

Features
  • fancy: highlight keywords with grave accent char (b3e09fd)
  • fancy: move right to the left if length is <= 80 (34738c7)
Performance Improvements
  • pkg: reduce install size from "375 kB" to "79.4 kB" (f4a1861)

v2.4.1

Compare Source

Bug Fixes

v2.4.0

Compare Source

Bug Fixes
Features

2.3.2 (2019-01-06)

Bug Fixes

2.3.1 (2019-01-02)

Bug Fixes
  • bypass webpack for lazy required version of winston (500b509)

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 becomes conflicted, 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 4 times, most recently from 70e506d to 88e268a Compare December 26, 2024 16:48
@renovate renovate bot force-pushed the renovate/consola-3.x branch from 88e268a to 7b30a9b Compare January 13, 2025 20:22
@renovate renovate bot force-pushed the renovate/consola-3.x branch from 7b30a9b to 9216af5 Compare March 17, 2025 17:08
@renovate renovate bot force-pushed the renovate/consola-3.x branch from 9216af5 to 76a0447 Compare March 18, 2025 10:50
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants