Skip to content

Commit a99e0ca

Browse files
chore(deps): update dependency nodemon to v3.1.10 (#182)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nodemon](https://nodemon.io) ([source](https://redirect.github.com/remy/nodemon)) | [`3.1.9` -> `3.1.10`](https://renovatebot.com/diffs/npm/nodemon/3.1.9/3.1.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nodemon/3.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nodemon/3.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nodemon/3.1.9/3.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nodemon/3.1.9/3.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remy/nodemon (nodemon)</summary> ### [`v3.1.10`](https://redirect.github.com/remy/nodemon/releases/tag/v3.1.10) [Compare Source](https://redirect.github.com/remy/nodemon/compare/v3.1.9...v3.1.10) ##### Bug Fixes - update types and jsdocs ([#&#8203;2232](https://redirect.github.com/remy/nodemon/issues/2232)) ([297c7c7](https://redirect.github.com/remy/nodemon/commit/297c7c798b5e8be9b0a0b48c7c400953f3bc465e)), closes [#&#8203;2231](https://redirect.github.com/remy/nodemon/issues/2231) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/xddq/nodejs-typescript-modern-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb4688f commit a99e0ca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint": "8.57.1",
5656
"eslint-config-prettier": "9.1.0",
5757
"jest": "29.7.0",
58-
"nodemon": "3.1.9",
58+
"nodemon": "3.1.10",
5959
"prettier": "3.5.3",
6060
"rimraf": "5.0.10",
6161
"typescript": "5.8.3"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5317,7 +5317,7 @@ __metadata:
53175317
eslint: "npm:8.57.1"
53185318
eslint-config-prettier: "npm:9.1.0"
53195319
jest: "npm:29.7.0"
5320-
nodemon: "npm:3.1.9"
5320+
nodemon: "npm:3.1.10"
53215321
prettier: "npm:3.5.3"
53225322
rimraf: "npm:5.0.10"
53235323
typescript: "npm:5.8.3"
@@ -5327,9 +5327,9 @@ __metadata:
53275327
languageName: unknown
53285328
linkType: soft
53295329

5330-
"nodemon@npm:3.1.9":
5331-
version: 3.1.9
5332-
resolution: "nodemon@npm:3.1.9"
5330+
"nodemon@npm:3.1.10":
5331+
version: 3.1.10
5332+
resolution: "nodemon@npm:3.1.10"
53335333
dependencies:
53345334
chokidar: "npm:^3.5.2"
53355335
debug: "npm:^4"
@@ -5343,7 +5343,7 @@ __metadata:
53435343
undefsafe: "npm:^2.0.5"
53445344
bin:
53455345
nodemon: bin/nodemon.js
5346-
checksum: 10/7c01ddfa30815f4147006f5b7c015a1f75017118cf398ee8c4ba3ac904667f4555b91cca6b7b191e0f6ccf5072727aa20224a1456d5446f3f6053e15132068a2
5346+
checksum: 10/af5f63d0b4af3ee54f60c136996692232f836815ddd37c0368fd8e50c31dd0180a4db5cdb7f4c2c5a96b31c77f30a77c2253ac34438913839846098af813fd20
53475347
languageName: node
53485348
linkType: hard
53495349

0 commit comments

Comments
 (0)