Skip to content

Commit

Permalink
fix(deps): ⬆️ upgrade winston-daily-rotate-file to v5 (#100)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [winston-daily-rotate-file](https://github.com/winstonjs/winston-daily-rotate-file) | [`4.7.1` -> `5.0.0`](https://renovatebot.com/diffs/npm/winston-daily-rotate-file/4.7.1/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/winston-daily-rotate-file/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/winston-daily-rotate-file/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/winston-daily-rotate-file/4.7.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/winston-daily-rotate-file/4.7.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>winstonjs/winston-daily-rotate-file (winston-daily-rotate-file)</summary>

### [`v5.0.0`](https://github.com/winstonjs/winston-daily-rotate-file/blob/HEAD/CHANGELOG.md#500-2024-02-09)

[Compare Source](https://github.com/winstonjs/winston-daily-rotate-file/compare/v4.7.1...v5.0.0)

-   Converted partially to ES6
-   Emit "error" event on lwo level filesystem errors to allow logging and handling of them

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/node-ts-app).
  • Loading branch information
renovate[bot] authored Mar 3, 2024
1 parent 0fdcd68 commit e580e2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"consola": "3.2.3",
"dotenv": "16.4.1",
"winston": "3.11.0",
"winston-daily-rotate-file": "4.7.1",
"winston-daily-rotate-file": "5.0.0",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e580e2a

Please sign in to comment.