Closed dependabot[bot] closed 2 months ago
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
The update primarily involves changing the version of the winston
logging library in the package.json
file, upgrading from version 3.13.1
to 3.14.2
. This enhancement aims to leverage improvements and features from the newer version, promoting better logging practices and potentially improving application performance. No other dependencies or configurations were affected by this change.
File | Change Summary |
---|---|
package.json | Updated winston from ^3.13.1 to ^3.14.2 |
sequenceDiagram
participant App
participant Logger
App->>Logger: Log message
Logger->>Logger: Process log
Logger->>App: Confirmation
🐰 In the garden of code, a change we embrace,
Winston blooms brighter, a logging grace.
Fromthree-thirteen
tofourteen-two
,
We hop with delight, for the changes are new!
With each log we write, our tales shall unfold,
In the world of our app, let the stories be told! 🌟
Bumps winston from 3.13.1 to 3.14.2.
Release notes
Sourced from winston's releases.
Commits
51a4551
3.14.22458ba6
Move initialization to constructor (#2503)b270c4e
3.14.1e82752f
Save a reference to console methods in console transport (#2498)4ff0538
AddforceConsole
toConsoleTransportOptions
(#2496)62acaad
Bump mocha from 10.6.0 to 10.7.0 (#2489)b2b79af
Update readme with forceConsole info (#2493)c4a15ec
3.14.0b2098fd
Add option forceConsole (#2276)1719275
Set _rotate false on emit 'rotate' false (#2457)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 show
Summary by CodeRabbit