Skip to content

Commit

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

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

### [`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 - 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 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/defenseunicorns/zarf).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent 239b918 commit 52c76d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 31 deletions.
42 changes: 12 additions & 30 deletions src/ui/package-lock.json

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

2 changes: 1 addition & 1 deletion src/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-svelte": "2.32.0",
"nodemon": "2.0.22",
"nodemon": "3.0.1",
"playwright": "1.35.1",
"prettier": "3.0.0",
"prettier-plugin-svelte": "3.0.3",
Expand Down

0 comments on commit 52c76d6

Please sign in to comment.