Skip to content

Commit

Permalink
Update dependency nodemon to v3 (#72)
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)) | [`2.0.22` ->
`3.0.3`](https://renovatebot.com/diffs/npm/nodemon/2.0.22/3.0.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nodemon/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nodemon/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nodemon/2.0.22/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nodemon/2.0.22/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

### [`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)

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

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

##### Bug Fixes

- bump debug out of vuln range
([533ad9c](https://togithub.com/remy/nodemon/commit/533ad9ccde0beb864c64d86dc62f6f54fb60769c)),
closes [#&#8203;2146](https://togithub.com/remy/nodemon/issues/2146)

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

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

##### Bug Fixes

- restore default ext watch behaviour
([95bee00](https://togithub.com/remy/nodemon/commit/95bee008bfb4eb77d7826f193e9386812652f449)),
closes [#&#8203;2124](https://togithub.com/remy/nodemon/issues/2124)
[#&#8203;1957](https://togithub.com/remy/nodemon/issues/1957)

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

[Compare
Source](https://togithub.com/remy/nodemon/compare/v2.0.22...v3.0.0)

##### Bug Fixes

- also watch cjs
([86d5f40](https://togithub.com/remy/nodemon/commit/86d5f403a3e06e8aed48b37fa854730dc83257be))
- node@10 support back in
([af3b9e2](https://togithub.com/remy/nodemon/commit/af3b9e237281beffd92ceee0e2411ef53edcf375))
- semver vuln dep
([6bb8766](https://togithub.com/remy/nodemon/commit/6bb876666715e16464d48f98cd4bc2cba172a970)),
closes [#&#8203;2119](https://togithub.com/remy/nodemon/issues/2119)

##### Features

- always use polling on IBM i
([3b58104](https://togithub.com/remy/nodemon/commit/3b5810463e7c39b0a8e2856c996faf454a6ca1f8))

##### BREAKING CHANGES

-   official support for node@8 dropped.

However there's no function being used in semver that breaks node 8,
so it's technically still possible to run with node 8, but it will
no longer be supported (or tested in CI).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10am on monday" (UTC),
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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/xddq/nodejs-typescript-modern-starter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 26, 2024
1 parent c075944 commit 3e94538
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 50 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"glob": "10.3.10",
"nodemon": "2.0.22",
"nodemon": "3.0.3",
"prettier": "3.2.4",
"rimraf": "5.0.5",
"shelljs": "0.8.5",
Expand Down
64 changes: 15 additions & 49 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4":
"debug@npm:4, debug@npm:^4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4":
version: 4.3.4
resolution: "debug@npm:4.3.4"
dependencies:
Expand All @@ -839,15 +839,6 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:^3.2.7":
version: 3.2.7
resolution: "debug@npm:3.2.7"
dependencies:
ms: "npm:^2.1.1"
checksum: d86fd7be2b85462297ea16f1934dc219335e802f629ca9a69b63ed8ed041dda492389bb2ee039217c02e5b54792b1c51aa96ae954cf28634d363a2360c7a1639
languageName: node
linkType: hard

"deep-is@npm:^0.1.3":
version: 0.1.4
resolution: "deep-is@npm:0.1.4"
Expand Down Expand Up @@ -1848,13 +1839,6 @@ __metadata:
languageName: node
linkType: hard

"ms@npm:^2.1.1":
version: 2.1.3
resolution: "ms@npm:2.1.3"
checksum: aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d
languageName: node
linkType: hard

"natural-compare@npm:^1.4.0":
version: 1.4.0
resolution: "natural-compare@npm:1.4.0"
Expand Down Expand Up @@ -1904,7 +1888,7 @@ __metadata:
eslint: "npm:8.56.0"
eslint-config-prettier: "npm:9.1.0"
glob: "npm:10.3.10"
nodemon: "npm:2.0.22"
nodemon: "npm:3.0.3"
prettier: "npm:3.2.4"
rimraf: "npm:5.0.5"
shelljs: "npm:0.8.5"
Expand All @@ -1916,23 +1900,23 @@ __metadata:
languageName: unknown
linkType: soft

"nodemon@npm:2.0.22":
version: 2.0.22
resolution: "nodemon@npm:2.0.22"
"nodemon@npm:3.0.3":
version: 3.0.3
resolution: "nodemon@npm:3.0.3"
dependencies:
chokidar: "npm:^3.5.2"
debug: "npm:^3.2.7"
debug: "npm:^4"
ignore-by-default: "npm:^1.0.1"
minimatch: "npm:^3.1.2"
pstree.remy: "npm:^1.1.8"
semver: "npm:^5.7.1"
simple-update-notifier: "npm:^1.0.7"
semver: "npm:^7.5.3"
simple-update-notifier: "npm:^2.0.0"
supports-color: "npm:^5.5.0"
touch: "npm:^3.1.0"
undefsafe: "npm:^2.0.5"
bin:
nodemon: bin/nodemon.js
checksum: 1fbddb426e6c5510ed42001a947e9caad3f3ca29c36ca7aac143b3a084d3ba855fdf4020f41a890101b91cbe60824e70fcbcb98f21574ed0a7964b3a825e0a1f
checksum: 689f260e1c63b7dfdc1f8acb491c01fe1a03dbd93505b9e5dc94c6c683f9b8e0cf7d136a1274fb8f038f82b25ea59042db740e61014b8fed2f13ff441ba4b36c
languageName: node
linkType: hard

Expand Down Expand Up @@ -2263,16 +2247,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^5.7.1":
version: 5.7.2
resolution: "semver@npm:5.7.2"
bin:
semver: bin/semver
checksum: fca14418a174d4b4ef1fecb32c5941e3412d52a4d3d85165924ce3a47fbc7073372c26faf7484ceb4bbc2bde25880c6b97e492473dc7e9708fdfb1c6a02d546e
languageName: node
linkType: hard

"semver@npm:^7.3.5, semver@npm:^7.5.4":
"semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4":
version: 7.5.4
resolution: "semver@npm:7.5.4"
dependencies:
Expand All @@ -2283,15 +2258,6 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:~7.0.0":
version: 7.0.0
resolution: "semver@npm:7.0.0"
bin:
semver: bin/semver.js
checksum: be264384c7c2f283d52a28cff172a4a25b99cc10f1481ece9479987e7145d197d3c00d8a0b2662316224fb346e97f770545126b0af88f94fee0292004cf809a1
languageName: node
linkType: hard

"shebang-command@npm:^2.0.0":
version: 2.0.0
resolution: "shebang-command@npm:2.0.0"
Expand Down Expand Up @@ -2335,12 +2301,12 @@ __metadata:
languageName: node
linkType: hard

"simple-update-notifier@npm:^1.0.7":
version: 1.1.0
resolution: "simple-update-notifier@npm:1.1.0"
"simple-update-notifier@npm:^2.0.0":
version: 2.0.0
resolution: "simple-update-notifier@npm:2.0.0"
dependencies:
semver: "npm:~7.0.0"
checksum: 0f9be259b33fe34b9ac949552c62b3d89ed020ec8e2f64d17cbd1c6c09bf38b4352198cb1871fe191a1566ef4722ef90232f2629ea836b63425d7586a8cfa3f2
semver: "npm:^7.5.3"
checksum: 40bd4f96aa89aedbf717ae9f4ab8fca70e8f7511e8b766feb15471cca3f6fe4fe673743309b08b4ba8abfe0965c9cd927e1de46550a757b819b70fc7430cc85d
languageName: node
linkType: hard

Expand Down

0 comments on commit 3e94538

Please sign in to comment.