question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update colors dep version to latest

See original GitHub issue

Hello,

colors has released a latest 1.4.2 version. Older version in this repo’s package.json is making use of winston difficult. Please consider.

Related to https://github.com/winstonjs/logform/pull/128

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
fortycommented, Jan 10, 2022

Why not migrate to chalk which seems better maintained ? I can open a PR if there is interest.

0reactions
wbtcommented, Jan 10, 2022

Though #126 is more on-topic, note here that while logform doesn’t currently have any direct or indirect dependencies on chalk, winston has 5:

β”œβ”€β”¬ @babel/core@7.16.7
β”‚ └─┬ @babel/code-frame@7.16.7
β”‚   └─┬ @babel/highlight@7.16.7
β”‚     └── chalk@2.4.2 deduped
β”œβ”€β”¬ eslint-config-populist@4.2.0
β”‚ └─┬ eslint@4.19.1
β”‚   β”œβ”€β”¬ babel-code-frame@6.26.0
β”‚   β”‚ └── chalk@1.1.3
β”‚   β”œβ”€β”€ chalk@2.4.2
β”‚   β”œβ”€β”¬ inquirer@3.3.0
β”‚   β”‚ └── chalk@2.4.2 deduped
β”‚   └─┬ table@4.0.2
β”‚     └── chalk@2.4.2 deduped
└─┬ mocha@9.1.3
  └─┬ log-symbols@4.1.0
    └── chalk@4.1.2
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to upgrade a yarn package to the latest version
How to upgrade a yarn package to the latest version ... Let's walk through upgrading @storybook/react for a project. First, check where you...
Read more >
What NPM should do to stop a new colors attack - Hacker News
So you can have a pinned library that doesn't pin colors.js. Now you make a change in packages.json (say adding or removing another...
Read more >
raineorshine/npm-check-updates - GitHub
npm-check-updates upgrades your package.json dependencies to the latest versions, ignoring specified versions. maintains existing semantic versioning policies,Β ...
Read more >
Mix usage - Hex.pm
$ mix deps.update will update the dependency and write the updated version to the lockfile. When Mix tries to fetch Hex packages that...
Read more >
npm-check-updates
Find newer versions of dependencies than what your package.json allows. Latest version: 16.6.2, last published: 11 days ago.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found