Skip to content

Commit

Permalink
chore(deps): update dependency nodemon to v3.1.0 (#10304)
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 |
|---|---|---|---|---|---|
| [nodemon](https://nodemon.io)
([source](https://togithub.com/remy/nodemon)) | [`3.0.2` ->
`3.1.0`](https://renovatebot.com/diffs/npm/nodemon/3.0.2/3.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nodemon/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nodemon/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nodemon/3.0.2/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nodemon/3.0.2/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>remy/nodemon (nodemon)</summary>

### [`v3.1.0`](https://togithub.com/remy/nodemon/releases/tag/v3.1.0)

[Compare
Source](https://togithub.com/remy/nodemon/compare/v3.0.3...v3.1.0)

##### Features

- Enable nodemon to monitor file removal
([#&#8203;2182](https://togithub.com/remy/nodemon/issues/2182))
([02d216f](https://togithub.com/remy/nodemon/commit/02d216ff6a906871bb7f711f0d5e310f6d96b054))

### [`v3.0.3`](https://togithub.com/remy/nodemon/releases/tag/v3.0.3)

[Compare
Source](https://togithub.com/remy/nodemon/compare/v3.0.2...v3.0.3)

##### Bug Fixes

- use node when using --import
([d3ee86e](https://togithub.com/remy/nodemon/commit/d3ee86e9bd728a39cc7a0924428faf68663896bf)),
closes [#&#8203;2157](https://togithub.com/remy/nodemon/issues/2157)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->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/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Price <thedavid@thedavidprice.com>
  • Loading branch information
renovate[bot] and thedavidprice committed Mar 27, 2024
1 parent f23a7e0 commit 6e17ff4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"make-dir-cli": "3.0.0",
"msw": "1.3.2",
"ncp": "2.0.0",
"nodemon": "3.0.2",
"nodemon": "3.1.0",
"npm-packlist": "8.0.2",
"nx": "18.0.8",
"octokit": "3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"html-webpack-plugin": "5.5.4",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.7.6",
"nodemon": "3.0.2",
"nodemon": "3.1.0",
"null-loader": "4.0.1",
"react-refresh": "0.14.0",
"resolve-url-loader": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/pascalcase": "1.0.3",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"nodemon": "3.0.2",
"nodemon": "3.1.0",
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314",
"typescript": "5.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@envelop/testing": "7.0.0",
"@envelop/types": "5.0.0",
"@redwoodjs/framework-tools": "workspace:*",
"nodemon": "3.0.2",
"nodemon": "3.1.0",
"tsx": "4.6.2",
"typescript": "5.4.3",
"vitest": "1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@testing-library/react": "14.1.2",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"nodemon": "3.0.2",
"nodemon": "3.1.0",
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314",
"tstyche": "1.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8288,7 +8288,7 @@ __metadata:
jest: "npm:29.7.0"
lodash: "npm:4.17.21"
mini-css-extract-plugin: "npm:2.7.6"
nodemon: "npm:3.0.2"
nodemon: "npm:3.1.0"
null-loader: "npm:4.0.1"
react-refresh: "npm:0.14.0"
resolve-url-loader: "npm:5.0.0"
Expand Down Expand Up @@ -8400,7 +8400,7 @@ __metadata:
"@types/react-dom": "npm:^18.2.19"
core-js: "npm:3.35.1"
graphql: "npm:16.8.1"
nodemon: "npm:3.0.2"
nodemon: "npm:3.1.0"
pascalcase: "npm:1.0.0"
react: "npm:18.3.0-canary-a870b2d54-20240314"
react-dom: "npm:18.3.0-canary-a870b2d54-20240314"
Expand Down Expand Up @@ -8673,7 +8673,7 @@ __metadata:
"@redwoodjs/framework-tools": "workspace:*"
graphql: "npm:16.8.1"
ioredis: "npm:^5.3.2"
nodemon: "npm:3.0.2"
nodemon: "npm:3.1.0"
tsx: "npm:4.6.2"
typescript: "npm:5.4.3"
vitest: "npm:1.3.1"
Expand Down Expand Up @@ -8927,7 +8927,7 @@ __metadata:
graphql: "npm:16.8.1"
graphql-sse: "npm:2.5.2"
graphql-tag: "npm:2.12.6"
nodemon: "npm:3.0.2"
nodemon: "npm:3.1.0"
react: "npm:18.3.0-canary-a870b2d54-20240314"
react-dom: "npm:18.3.0-canary-a870b2d54-20240314"
react-helmet-async: "npm:2.0.3"
Expand Down Expand Up @@ -25990,9 +25990,9 @@ __metadata:
languageName: node
linkType: hard

"nodemon@npm:3.0.2":
version: 3.0.2
resolution: "nodemon@npm:3.0.2"
"nodemon@npm:3.1.0":
version: 3.1.0
resolution: "nodemon@npm:3.1.0"
dependencies:
chokidar: "npm:^3.5.2"
debug: "npm:^4"
Expand All @@ -26006,7 +26006,7 @@ __metadata:
undefsafe: "npm:^2.0.5"
bin:
nodemon: bin/nodemon.js
checksum: 10c0/65837603fa790d723f8d59e1f098342ed5a5517c3a38ea3b52ca3d532ed21924ecd43fbaceadb458472ae0a8ae6b8395bda22ccd062709ad50c5c4537a625c9d
checksum: 10c0/3aeb50105ecae31ce4d0a5cd464011d4aa0dc15419e39ac0fd203d784e38940e1436f4ed96adbaa0f9614ee0644f91e3cf38f2afae8d3918ae7afc51c7e2116b
languageName: node
linkType: hard

Expand Down Expand Up @@ -29961,7 +29961,7 @@ __metadata:
make-dir-cli: "npm:3.0.0"
msw: "npm:1.3.2"
ncp: "npm:2.0.0"
nodemon: "npm:3.0.2"
nodemon: "npm:3.1.0"
npm-packlist: "npm:8.0.2"
nx: "npm:18.0.8"
octokit: "npm:3.1.2"
Expand Down

0 comments on commit 6e17ff4

Please sign in to comment.