Update dependency winston to v3.13.0 #212

Merged
Vylpes merged 1 commit from renovate/winston-3.x-lockfile into develop 2024-04-23 19:47:13 +01:00
Member

This PR contains the following updates:

Package Type Update Change
winston dependencies minor 3.11.0 -> 3.13.0

Release Notes

winstonjs/winston (winston)

v3.13.0

Compare Source

  • fix(http): allow passing maximumDepth to prevent big object being stringified (#​2425) a237865

v3.12.1

Compare Source

v3.12.0

Compare Source


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winston](https://github.com/winstonjs/winston) | dependencies | minor | [`3.11.0` -> `3.13.0`](https://renovatebot.com/diffs/npm/winston/3.11.0/3.13.0) | --- ### Release Notes <details> <summary>winstonjs/winston (winston)</summary> ### [`v3.13.0`](https://github.com/winstonjs/winston/releases/tag/v3.13.0) [Compare Source](https://github.com/winstonjs/winston/compare/v3.12.1...v3.13.0) - fix(http): allow passing maximumDepth to prevent big object being stringified ([#&#8203;2425](https://github.com/winstonjs/winston/issues/2425)) [`a237865`](https://github.com/winstonjs/winston/commit/a237865) ### [`v3.12.1`](https://github.com/winstonjs/winston/releases/tag/v3.12.1) [Compare Source](https://github.com/winstonjs/winston/compare/v3.12.0...v3.12.1) - Bump [@&#8203;types/node](https://github.com/types/node) from 20.11.24 to 20.11.29 ([#&#8203;2431](https://github.com/winstonjs/winston/issues/2431)) [`b10b98f`](https://github.com/winstonjs/winston/commit/b10b98f) - Revert "Remove nonexistent Logger methods from types" ([#&#8203;2434](https://github.com/winstonjs/winston/issues/2434)) [`0277035`](https://github.com/winstonjs/winston/commit/0277035) - fixed flaky test case ([#&#8203;2412](https://github.com/winstonjs/winston/issues/2412)) [`d95c948`](https://github.com/winstonjs/winston/commit/d95c948) ### [`v3.12.0`](https://github.com/winstonjs/winston/releases/tag/v3.12.0) [Compare Source](https://github.com/winstonjs/winston/compare/v3.11.0...v3.12.0) - missing timestamp format in ready-to-use-pattern example ([#&#8203;2421](https://github.com/winstonjs/winston/issues/2421)) [`9e5b407`](https://github.com/winstonjs/winston/commit/9e5b407) - bump deps ([#&#8203;2422](https://github.com/winstonjs/winston/issues/2422)) [`4a85e6b`](https://github.com/winstonjs/winston/commit/4a85e6b) - \[chore] Run coveralls CI check on Node 20 not 16 ([#&#8203;2418](https://github.com/winstonjs/winston/issues/2418)) [`e153c68`](https://github.com/winstonjs/winston/commit/e153c68) - Bump [@&#8203;types/node](https://github.com/types/node) from 20.8.6 to 20.11.19 ([#&#8203;2413](https://github.com/winstonjs/winston/issues/2413)) [`587f40f`](https://github.com/winstonjs/winston/commit/587f40f) - Update README.md ([#&#8203;2417](https://github.com/winstonjs/winston/issues/2417)) [`8e99a00`](https://github.com/winstonjs/winston/commit/8e99a00) - docs: fix anchor in transports docs ([#&#8203;2416](https://github.com/winstonjs/winston/issues/2416)) [`0bde36b`](https://github.com/winstonjs/winston/commit/0bde36b) - add winston-transport-vscode to transports docs ([#&#8203;2411](https://github.com/winstonjs/winston/issues/2411)) [`8fb5b41`](https://github.com/winstonjs/winston/commit/8fb5b41) - Bump [@&#8203;babel/cli](https://github.com/babel/cli) from 7.23.0 to 7.23.9 ([#&#8203;2406](https://github.com/winstonjs/winston/issues/2406)) [`a326743`](https://github.com/winstonjs/winston/commit/a326743) - Add winston-newrelic-agent-transport to transport documentation ([#&#8203;2382](https://github.com/winstonjs/winston/issues/2382)) [`cc731ef`](https://github.com/winstonjs/winston/commit/cc731ef) - Remove newrelic-winston transport entry. ([#&#8203;2405](https://github.com/winstonjs/winston/issues/2405)) [`f077f30`](https://github.com/winstonjs/winston/commit/f077f30) - Bump eslint from 8.55.0 to 8.56.0 ([#&#8203;2397](https://github.com/winstonjs/winston/issues/2397)) [`3943c41`](https://github.com/winstonjs/winston/commit/3943c41) - Bump the npm_and_yarn group group with 1 update ([#&#8203;2391](https://github.com/winstonjs/winston/issues/2391)) [`8260866`](https://github.com/winstonjs/winston/commit/8260866) - Fix unhandled rejection handling ([#&#8203;2390](https://github.com/winstonjs/winston/issues/2390)) [`333b763`](https://github.com/winstonjs/winston/commit/333b763) - Fix all rimraf usages to the best of my ability; glob is not true by default in rimraf; file archive test only passed every other time using async rimraf, could use further investigation [`c3f3b5b`](https://github.com/winstonjs/winston/commit/c3f3b5b) - Fix rimraf usage in new test [`8f3c653`](https://github.com/winstonjs/winston/commit/8f3c653) - Fix rimraf import in test (why didn't this break in PR CI?) [`f3836aa`](https://github.com/winstonjs/winston/commit/f3836aa) - Added functionality to long broken zippedArchive option ([#&#8203;2337](https://github.com/winstonjs/winston/issues/2337)) [`02d4267`](https://github.com/winstonjs/winston/commit/02d4267) - Bump async from 3.2.4 to 3.2.5 ([#&#8203;2378](https://github.com/winstonjs/winston/issues/2378)) [`069a40d`](https://github.com/winstonjs/winston/commit/069a40d) - Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.23.2 to 7.23.7 ([#&#8203;2384](https://github.com/winstonjs/winston/issues/2384)) [`79282e1`](https://github.com/winstonjs/winston/commit/79282e1) - Bump winston-transport; fix test issue ([#&#8203;2386](https://github.com/winstonjs/winston/issues/2386)) [`05788b9`](https://github.com/winstonjs/winston/commit/05788b9) - Bump eslint from 8.51.0 to 8.55.0 ([#&#8203;2375](https://github.com/winstonjs/winston/issues/2375)) [`a7c2eec`](https://github.com/winstonjs/winston/commit/a7c2eec) - Bump std-mocks from 1.0.1 to 2.0.0 ([#&#8203;2361](https://github.com/winstonjs/winston/issues/2361)) [`85c336e`](https://github.com/winstonjs/winston/commit/85c336e) - Bump actions/setup-node from 3 to 4 ([#&#8203;2362](https://github.com/winstonjs/winston/issues/2362)) [`448d11c`](https://github.com/winstonjs/winston/commit/448d11c) - chore(README.md): adds documentation around coloring json formatted logs [`91ec069`](https://github.com/winstonjs/winston/commit/91ec069) - Remove nonexistent Logger methods from types [`c3c3911`](https://github.com/winstonjs/winston/commit/c3c3911) - Update dependencies [`caf2df6`](https://github.com/winstonjs/winston/commit/caf2df6) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->
RenovateBot added the
type
dependencies
label 2024-04-22 00:01:25 +01:00
RenovateBot added 1 commit 2024-04-22 00:01:25 +01:00
Update dependency winston to v3.13.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
3ed36d3467
Vylpes approved these changes 2024-04-23 19:47:10 +01:00
Vylpes merged commit 8aa4fc340a into develop 2024-04-23 19:47:13 +01:00
Vylpes deleted branch renovate/winston-3.x-lockfile 2024-04-23 19:47:13 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: External/card-drop#212
No description provided.