build(deps): bump winston from 3.13.0 to 3.17.0 #591

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/winston-3.17.0 into main 2024-12-21 15:51:52 -08:00
dependabot[bot] commented 2024-12-21 15:50:52 -08:00 (Migrated from github.com)

Bumps winston from 3.13.0 to 3.17.0.

Release notes

Sourced from winston's releases.

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

... (truncated)

Commits
  • 1b9cef8 3.17.0
  • 3e87128 Try winston-transport 4.9.0
  • 69625fc Revert "Try bumping winston-transport to 4.8.0"
  • 876ef7a Revert "Try bumping winston-transport to 4.8.0"
  • 7ef2c1d Try bumping winston-transport to 4.8.0
  • fe4b64e Try bumping winston-transport to 4.8.0
  • c9fd9a4 Bump logform
  • 14fef0f Revert "Update logform and winston-transport"
  • 545b683 Merge branch 'master' of github.com:winstonjs/winston
  • cceb265 Update logform and winston-transport
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [winston](https://github.com/winstonjs/winston) from 3.13.0 to 3.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/winstonjs/winston/releases">winston's releases</a>.</em></p> <blockquote> <h2>v3.17.0</h2> <ul> <li>Try winston-transport 4.9.0 3e87128</li> <li>Revert &quot;Try bumping winston-transport to 4.8.0&quot; 69625fc</li> <li>Revert &quot;Try bumping winston-transport to 4.8.0&quot; 876ef7a</li> <li>Try bumping winston-transport to 4.8.0 7ef2c1d</li> <li>Try bumping winston-transport to 4.8.0 fe4b64e</li> <li>Bump logform c9fd9a4</li> <li>Revert &quot;Update logform and winston-transport&quot; 14fef0f</li> <li>Merge branch &amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;master&amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>; of github.com:winstonjs/winston 545b683</li> <li>Update logform and winston-transport cceb265</li> <li>Bump mocha from 10.7.3 to 10.8.2 (<a href="https://redirect.github.com/winstonjs/winston/issues/2523">#2523</a>) bb529b6</li> <li>Bump async from 3.2.5 to 3.2.6 (<a href="https://redirect.github.com/winstonjs/winston/issues/2516">#2516</a>) ae847ab</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.16.0...v3.17.0">https://github.com/winstonjs/winston/compare/v3.16.0...v3.17.0</a></p> <h2>v3.16.0</h2> <ul> <li>Feature - optionally include Error.cause property (<a href="https://redirect.github.com/winstonjs/winston/issues/2447">#2447</a>) 201b6f1</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0">https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0</a></p> <h2>v3.15.0</h2> <p>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 <a href="https://redirect.github.com/winstonjs/winston/issues/2513">#2513</a> and the issue linked therein.</p> <ul> <li>remove logcallback (<a href="https://redirect.github.com/winstonjs/winston/issues/2513">#2513</a>) 3a54777</li> <li>chore(docs): Update README.md w/ usage comments (<a href="https://redirect.github.com/winstonjs/winston/issues/2507">#2507</a>) f110f61</li> <li>Bump nyc from 15.1.0 to 17.1.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2511">#2511</a>) f5dde86</li> <li>Bump <code>@​babel/cli</code> from 7.24.7 to 7.25.6 (<a href="https://redirect.github.com/winstonjs/winston/issues/2512">#2512</a>) d1b8dc6</li> <li>Bump <code>@​babel/preset-env</code> from 7.24.8 to 7.25.4 (<a href="https://redirect.github.com/winstonjs/winston/issues/2506">#2506</a>) 564161a</li> <li>Bump mocha from 10.7.0 to 10.7.3 (<a href="https://redirect.github.com/winstonjs/winston/issues/2500">#2500</a>) eb7e315</li> <li>Unified Handler Tests (<a href="https://redirect.github.com/winstonjs/winston/issues/2020">#2020</a>) 22aab6d</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0">https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0</a></p> <h2>v3.14.2</h2> <ul> <li>Move initialization to constructor (<a href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>) 2458ba6</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2</a></p> <h2>v3.14.1</h2> <ul> <li>Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>) e82752f</li> <li>Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>) 4ff0538</li> <li>Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>) 62acaad</li> <li>Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>) b2b79af</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1">https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1</a></p> <h2>v3.14.0</h2> <ul> <li>Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>) b2098fd</li> <li>Set _rotate false on emit &amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;rotate&amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>; false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>) 1719275</li> <li>Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>) d2859f3</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/1b9cef8c7d76e4c15d47997d2c4199c31e9d277a"><code>1b9cef8</code></a> 3.17.0</li> <li><a href="https://github.com/winstonjs/winston/commit/3e87128a68468e815fa800df349f179ee699408b"><code>3e87128</code></a> Try winston-transport 4.9.0</li> <li><a href="https://github.com/winstonjs/winston/commit/69625fc35184ee1a624e4b4286ffb77b85a9dc61"><code>69625fc</code></a> Revert &quot;Try bumping winston-transport to 4.8.0&quot;</li> <li><a href="https://github.com/winstonjs/winston/commit/876ef7a70209e0c1b38ae6bc88d3b07546072c9b"><code>876ef7a</code></a> Revert &quot;Try bumping winston-transport to 4.8.0&quot;</li> <li><a href="https://github.com/winstonjs/winston/commit/7ef2c1db2816973629980e866c36c136b19be5cd"><code>7ef2c1d</code></a> Try bumping winston-transport to 4.8.0</li> <li><a href="https://github.com/winstonjs/winston/commit/fe4b64e9d05eced8638612768e5e8b945f3a36ef"><code>fe4b64e</code></a> Try bumping winston-transport to 4.8.0</li> <li><a href="https://github.com/winstonjs/winston/commit/c9fd9a4bec5e6b1dc8c6ba641a5d5fb5a57e80c2"><code>c9fd9a4</code></a> Bump logform</li> <li><a href="https://github.com/winstonjs/winston/commit/14fef0fe74426a70d3e6366c967519cef7612fb9"><code>14fef0f</code></a> Revert &quot;Update logform and winston-transport&quot;</li> <li><a href="https://github.com/winstonjs/winston/commit/545b68381d77e1a3a24f79e9a66320f226cf8a69"><code>545b683</code></a> Merge branch 'master' of github.com:winstonjs/winston</li> <li><a href="https://github.com/winstonjs/winston/commit/cceb265215a2f4b5545f47dca42167ce1cee68ba"><code>cceb265</code></a> Update logform and winston-transport</li> <li>Additional commits viewable in <a href="https://github.com/winstonjs/winston/compare/v3.13.0...v3.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=winston&package-manager=npm_and_yarn&previous-version=3.13.0&new-version=3.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
coderabbitai[bot] commented 2024-12-21 15:50:58 -08:00 (Migrated from github.com)

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 to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: skip review by coderabbit.ai --> > [!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` to `false` in the CodeRabbit configuration file. <!-- end of auto-generated comment: skip review by coderabbit.ai --> <!-- tips_start --> --- <details> <summary>🪧 Tips</summary> ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit <commit_id>, please review it.` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai generate docstrings` to [generate docstrings](https://docs.coderabbit.ai/finishing-touches/docstrings) for this PR. ([Beta](https://docs.coderabbit.ai/early-access#beta)) - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### Documentation and Community - Visit our [Documentation](https://docs.coderabbit.ai) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements. </details> <!-- tips_end -->
Sign in to join this conversation.
No description provided.