http
http copied to clipboard
chore(deps): update dependency consola to v3
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| consola | ^2.15.0 -> ^3.4.2 |
Release Notes
unjs/consola (consola)
v3.4.2
🩹 Fixes
🏡 Chore
❤️ Contributors
- Kricsleo (@kricsleo)
- Scott Humphries (@sscotth)
- Pooya Parsa (@pi0)
v3.4.1
🩹 Fixes
- Remove all message lines from stack (#356)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
- Nozomu Ikuta (@nozomuikuta)
v3.4.0
🚀 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
📦 Build
- Revert "build: update exports for
node16typescript resolution" (2065136)
❤️ Contributors
- Pooya Parsa (@pi0)
v3.3.2
📦 Build
- Patch
string-widthfor node 14 support (421c663) - Update exports for
node16typescript resolution (18bc852)
❤️ Contributors
- Pooya Parsa (@pi0)
v3.3.1
🩹 Fixes
- fancy: Fallback when
Intlis unavailable (#326)
❤️ Contributors
- Red Huang [email protected]
v3.3.0
🚀 Enhancements
- utils:
formatTreeutility (#223) - Export prompt option types (#301)
- Support report error
cause(#308) - prompt: Configurable cancel strategy (#325)
- formatTree: Support max depth (#267)
🩹 Fixes
📖 Documentation
- Update screenshot (205d9c8)
- Add vitest (#182)
- Add note about raw method (#271)
- Add jsdocs for utils functions (#286)
- Add jsdocs for top-level functions (#288)
📦 Build
🌊 Types
- Fix prompt with
selecttype return value type (#238)
🏡 Chore
- Update dependencies (68b36c7)
- Update dependencies (dff1ef8)
- Update eslint to v9 (238d677)
- Lint (985a786)
- Update pnpm to v9 (61adfbe)
- Update ci scripts (9545b65)
- Apply automated updates (df0e555)
- Update dependencies (e851525)
- Fix lint issues (8238844)
- Update deps (093d966)
- Lint (64cd547)
- Update clack/core (e2aa5c9)
🎨 Styles
- Format repo (899173f)
🤖 CI
- Use conventional commit for autofix (#217)
❤️ Contributors
- Guo (@Plumbiu)
- Pooya Parsa (@pi0)
- Kongmoumou (@kongmoumou)
- Max (@onmax)
- Michel EDIGHOFFER [email protected]
- Sébastien Chopin (@atinux)
- Estéban <e.soubiran25@gmail.com>
- Nozomu Ikuta (@nozomuikuta)
- Maxim Molochkov (@klaseca)
- Xjccc (@xjccc)
- Gangan (@shinGangan)
- Daniel Roe (@danielroe)
v3.2.3
🩹 Fixes
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
- Alexander Topalo [email protected]
- Estéban (@Barbapapazes)
v3.2.2
🩹 Fixes
- fancy: Add node 14 compatibility (#204)
📦 Build
- pkg: Add supported engines field (#179)
❤️ Contributors
- Pooya Parsa (@pi0)
v3.2.1
🩹 Fixes
- box: Fix preset naming for
singleThick(#201) - fancy: Style underscore with surrounding spaces (#203)
❤️ Contributors
- Pooya Parsa (@pi0)
- Christian Preston (@cpreston321)
v3.2.0
🚀 Enhancements
- fancy: Support underlining (#191)
consola.box(#193)consola/utilssubpath export (#199)- Color utils (#200)
🩹 Fixes
- Inherit mocks (#183)
- Correct and improve return types for single and multi select prompts (#197)
- Preserve tag casing (#190)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
- Christian Preston (@cpreston321)
- Leex (@jsonleex)
- Inesh Bose
- Damian Głowala
v3.1.0
🚀 Enhancements
- Support
fancyoption forcreateConsolaand improve docs (#177) /basic,/coreand/browsersubpath exports (#178)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
v3.0.2
🩹 Fixes
💅 Refactors
- Use individual named exports of reporters (57bb579)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
v3.0.1
🩹 Fixes
- utils: Use default
stream.writefor workers support (#173) - Wrap
options.stdoutandoptions.stderrfor wrapStd (ab59db6)
💅 Refactors
- fancy: More minimal badges when width cannot be determined (ad24029)
❤️ Contributors
- Pooya Parsa (@pi0)
v3.0.0
🚀 Enhancements
- Default
logLevelto 1 in test environments (#134) - Support literal for logLevels (#133)
- Expose
createConsolaand named exports (ef6e5e5) consola.promptutil (#170)consola.faillog level (#153)- Pass
formatOptionsand other options to reporters (d77286a) - Show stack trace with
consola.trace(#151)
🔥 Performance
🩹 Fixes
- Add
.rawto 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_LEVELto thedefaults(#129) - consola: Type defaults overrides generic defaults (d3d3c05)
- fancy: Improve colors (99c2a4f)
- promp: Options is optional (817626f)
💅 Refactors
- ⚠️ Rewrite consola with typescript (4479d2f)
- Rename
globaltoglobalThis(bd03098) - utils: Rename
globaltoglobalThis(8c3ef77) - Strict typechecks (63bbd56)
- Remove
globalThiscaching (4e7b909) - Drop
jsonandwinstonreporters (5af0e99) - Move all options to
consola.optionswithout duplication (2d31ef4) - Move spam logic into
_lastLogobject (cabd04f) - Remove global
asyncoption (edd1bb9) - types: Merge
LogTypeLiteralandlogtypetypes toLogType(da1bc73) - ⚠️ Move log levels and types to constants (514f5b3)
- Use
index.node.tsfor 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
- release: 2.15.3 (c99ff6c)
- Make example/index.js working (#110)
- Add LICENSE (#121)
- npm: Update repository to unjs orgnization (#125)
- Add prerelease script (cfaba5e)
- Hide rollup warn (5c3b7f1)
- Ignore coverage (da557ac)
- Update examples (e07e3ab)
- release: V3.0.0-1 (c24ae27)
- Rename dist-tag to 3.x (3e8f1e0)
- Update readme (85bbe3a)
- Update badges (cf7c6e5)
- Update badges (566ff68)
- release: V3.0.0-2 (4a01304)
- Update shared exports (8fc0fdd)
- release: V3.0.0-3 (6253fb0)
- Fix import in examples (c4fff18)
- release: V3.0.0-4 (474f82f)
- release: V3.0.0-5 (ad20f89)
- Add example for readme (2bb5813)
- Update readme (0568e61)
- Update readme (6a5fb0c)
- Lint changelog (11ba5be)
- Update package.json (f698f88)
- Remove browser cjs (a5db8db)
- Update release script to normal (2634c71)
✅ Tests
- Update test (64fa81d)
🎨 Styles
- Prefer object spread instead of
Object.assign(c03268a)
⚠️ Breaking Changes
❤️ Contributors
- Pooya Parsa (@pi0)
- With-heart (@with-heart)
- Anthony Fu <anthonyfu117@hotmail.com>
- Xin Du (Clark) [email protected]
- Sébastien Chopin [email protected]
- Thomas K (@ThomasKoscheck)
v2.15.3
v2.15.2
v2.15.1
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.