deps: update winston to 3.19.0 #7

Open
minori wants to merge 1 commits from dependencies/update-winston into main
Owner

Dependency Update

Updates winston from 3.13.0 to 3.19.0.

Type

dependencies

Changelog

Changelog

v3.19.0

  • Run npm audit fix e7ccdc4
  • Don't include jest.config.js in npm package 5a63c8c
  • fix: append error cause when using logger.child() (#2467) e74a7ae
  • Bump rimraf from 5.0.1 to 5.0.10 (#2517) 8a956fd
  • fix: ensure File transport flushes all data before emitting finish (#2594) 86c890f
  • Bump actions/setup-node from 4 to 6 (#2589) 3b8be02
  • Bump @babel/core from 7.28.0 to 7.28.5 (#2591) f4c3e2c
  • Bump actions/checkout from 4 to 6 (#2593) dd7906e
  • chore: migrate test runner from mocha to jest (#2567) 2e9eb18

https://github.com/winstonjs/winston/compare/v3.18.3...v3.19.0

v3.18.3

  • Update diagnostics dependency (removes fix-esm transitive dependency) a15a9e9

https://github.com/winstonjs/winston/compare/v3.18.2...v3.18.3

v3.18.2

  • Bump diagnostics package to resolve #2583 (again) f4582c3

https://github.com/winstonjs/winston/compare/v3.18.1...v3.18.2

v3.18.1

  • Bump diagnostics package to resolve #2583 e668c2c

https://github.com/winstonjs/winston/compare/v3.18.0...v3.18.1

v3.18.0

  • Update diagnostics package to latest version to remove vulnerability 376e331
  • add @initd.sg/winston-cloudwatch (#2532) 71ee92a
  • Update transports.md (#2549) 3547a95
  • docs: update transport.md (#2550) dc88db0
  • feat: adds helper function for highest log level (#2514) c69cdb0

https://github.com/winstonjs/winston/compare/v3.17.0...v3.18.0

v3.17.0

  • Try winston-transport 4.9.0 3e87128
  • Revert "Try bumping winston-transport to 4.8.0" 69625fc
  • Revert "Try bumping winston-transport to 4.8.0" 876ef7a
  • Try bumping winston-transport to 4.8.0 7ef2c1d
  • Try bumping winston-transport to 4.8.0 fe4b64e
  • Bump logform c9fd9a4
  • Revert "Update logform and winston-transport" 14fef0f
  • Merge branch 'master' of github.com:winstonjs/winston 545b683
  • Update logform and winston-transport cceb265
  • Bump mocha from 10.7.3 to 10.8.2 (#2523) bb529b6
  • Bump async from 3.2.5 to 3.2.6 (#2516) ae847ab

https://github.com/winstonjs/winston/compare/v3.16.0...v3.17.0

v3.16.0

  • Feature - optionally include Error.cause property (#2447) 201b6f1

https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0

v3.15.0

Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See #2513 and the issue linked therein.

  • remove logcallback (#2513) 3a54777
  • chore(docs): Update README.md w/ usage comments (#2507) f110f61
  • Bump nyc from 15.1.0 to 17.1.0 (#2511) f5dde86
  • Bump @babel/cli from 7.24.7 to 7.25.6 (#2512) d1b8dc6
  • Bump @babel/preset-env from 7.24.8 to 7.25.4 (#2506) 564161a
  • Bump mocha from 10.7.0 to 10.7.3 (#2500) eb7e315
  • Unified Handler Tests (#2020) 22aab6d

https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0

v3.14.2

  • Move initialization to constructor (#2503) 2458ba6

https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2

v3.14.1

  • Save a reference to console methods in console transport (#2498) e82752f
  • Add forceConsole to ConsoleTransportOptions (#2496) 4ff0538
  • Bump mocha from 10.6.0 to 10.7.0 (#2489) 62acaad
  • Update readme with forceConsole info (#2493) b2b79af

https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1

v3.14.0

  • Add option forceConsole (#2276) b2098fd
  • Set _rotate false on emit 'rotate' false (#2457) 1719275
  • Bump @babel/core from 7.24.7 to 7.24.9 (#2485) d2859f3
  • Bump @babel/preset-env from 7.24.7 to 7.24.8 (#2487) 71e4bb1
  • fix: readme (#2488) 0cb8c7c

https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0

v3.13.1

  • revert to rimraf 5.0.1, last known version to work with node 18 for now 1b3a500
  • Merge branch 'master' of github.com:winstonjs/winston b56117e
  • Update dependencies a5853b5
  • Bump @types/node from 20.12.7 to 20.14.10 (#2483) 93b52ac
  • Bump mocha from 10.3.0 to 10.6.0 (#2484) 33611c9
  • Bump @babel/preset-env from 7.24.0 to 7.24.7 (#2475) 4aa6550
  • Update minimum version logform (#2472) 7f5f014
  • Add Parseable transport (#2466) debf4fa
  • chore(docs): Update w/ MySQL transport (#2456) d567c57
  • fix typo at test/unit/winston/transports/http.test.js (#2453) 1d5d527
  • Bump @babel/cli from 7.23.9 to 7.24.5 (#2454) d89a34e
  • Bump @types/node from 20.11.29 to 20.12.7 (#2448) 947fa79
  • Bump @babel/core from 7.24.0 to 7.24.5 (#2455) 8c58d0a

https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1


This PR was created by Minori, your friendly dependency updater! 🌸

## Dependency Update Updates **winston** from `3.13.0` to `3.19.0`. ### Type dependencies ### Changelog ## Changelog ### v3.19.0 - Run npm audit fix e7ccdc4 - Don't include jest.config.js in npm package 5a63c8c - fix: append error cause when using `logger.child()` (#2467) e74a7ae - Bump rimraf from 5.0.1 to 5.0.10 (#2517) 8a956fd - fix: ensure File transport flushes all data before emitting finish (#2594) 86c890f - Bump actions/setup-node from 4 to 6 (#2589) 3b8be02 - Bump @babel/core from 7.28.0 to 7.28.5 (#2591) f4c3e2c - Bump actions/checkout from 4 to 6 (#2593) dd7906e - chore: migrate test runner from mocha to jest (#2567) 2e9eb18 --- https://github.com/winstonjs/winston/compare/v3.18.3...v3.19.0 ### v3.18.3 - Update diagnostics dependency (removes fix-esm transitive dependency) a15a9e9 --- https://github.com/winstonjs/winston/compare/v3.18.2...v3.18.3 ### v3.18.2 - Bump diagnostics package to resolve #2583 (again) f4582c3 --- https://github.com/winstonjs/winston/compare/v3.18.1...v3.18.2 ### v3.18.1 - Bump diagnostics package to resolve #2583 e668c2c --- https://github.com/winstonjs/winston/compare/v3.18.0...v3.18.1 ### v3.18.0 - Update diagnostics package to latest version to remove vulnerability 376e331 - add @initd.sg/winston-cloudwatch (#2532) 71ee92a - Update transports.md (#2549) 3547a95 - docs: update transport.md (#2550) dc88db0 - feat: adds helper function for highest log level (#2514) c69cdb0 --- https://github.com/winstonjs/winston/compare/v3.17.0...v3.18.0 ### v3.17.0 - Try winston-transport 4.9.0 3e87128 - Revert "Try bumping winston-transport to 4.8.0" 69625fc - Revert "Try bumping winston-transport to 4.8.0" 876ef7a - Try bumping winston-transport to 4.8.0 7ef2c1d - Try bumping winston-transport to 4.8.0 fe4b64e - Bump logform c9fd9a4 - Revert "Update logform and winston-transport" 14fef0f - Merge branch 'master' of github.com:winstonjs/winston 545b683 - Update logform and winston-transport cceb265 - Bump mocha from 10.7.3 to 10.8.2 (#2523) bb529b6 - Bump async from 3.2.5 to 3.2.6 (#2516) ae847ab https://github.com/winstonjs/winston/compare/v3.16.0...v3.17.0 ### v3.16.0 - Feature - optionally include Error.cause property (#2447) 201b6f1 https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0 ### v3.15.0 Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See #2513 and the issue linked therein. - remove logcallback (#2513) 3a54777 - chore(docs): Update README.md w/ usage comments (#2507) f110f61 - Bump nyc from 15.1.0 to 17.1.0 (#2511) f5dde86 - Bump @babel/cli from 7.24.7 to 7.25.6 (#2512) d1b8dc6 - Bump @babel/preset-env from 7.24.8 to 7.25.4 (#2506) 564161a - Bump mocha from 10.7.0 to 10.7.3 (#2500) eb7e315 - Unified Handler Tests (#2020) 22aab6d https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0 ### v3.14.2 - Move initialization to constructor (#2503) 2458ba6 https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2 ### v3.14.1 - Save a reference to console methods in console transport (#2498) e82752f - Add `forceConsole` to `ConsoleTransportOptions` (#2496) 4ff0538 - Bump mocha from 10.6.0 to 10.7.0 (#2489) 62acaad - Update readme with forceConsole info (#2493) b2b79af https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1 ### v3.14.0 - Add option forceConsole (#2276) b2098fd - Set _rotate false on emit 'rotate' false (#2457) 1719275 - Bump @babel/core from 7.24.7 to 7.24.9 (#2485) d2859f3 - Bump @babel/preset-env from 7.24.7 to 7.24.8 (#2487) 71e4bb1 - fix: readme (#2488) 0cb8c7c https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0 ### v3.13.1 - revert to rimraf 5.0.1, last known version to work with node 18 for now 1b3a500 - Merge branch 'master' of github.com:winstonjs/winston b56117e - Update dependencies a5853b5 - Bump @types/node from 20.12.7 to 20.14.10 (#2483) 93b52ac - Bump mocha from 10.3.0 to 10.6.0 (#2484) 33611c9 - Bump @babel/preset-env from 7.24.0 to 7.24.7 (#2475) 4aa6550 - Update minimum version logform (#2472) 7f5f014 - Add Parseable transport (#2466) debf4fa - chore(docs): Update w/ MySQL transport (#2456) d567c57 - fix typo at test/unit/winston/transports/http.test.js (#2453) 1d5d527 - Bump @babel/cli from 7.23.9 to 7.24.5 (#2454) d89a34e - Bump @types/node from 20.11.29 to 20.12.7 (#2448) 947fa79 - Bump @babel/core from 7.24.0 to 7.24.5 (#2455) 8c58d0a https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1 --- ✨ This PR was created by Minori, your friendly dependency updater! 🌸
minori added 1 commit 2026-02-03 19:09:45 -08:00
deps: update winston to 3.19.0
Node.js CI / CI (pull_request) Failing after 17s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m13s
0a8d0852e8
Some required checks failed
Node.js CI / CI (pull_request) Failing after 17s
Required
Details
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m13s
This pull request doesn't have enough required approvals yet. 0 of 1 approvals granted from users or teams on the allowlist.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependencies/update-winston:dependencies/update-winston
git checkout dependencies/update-winston
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/valerium#7