Skip to content

Commit c623fcd

Browse files
Merge #1216
1216: build(deps-dev): bump nodemon from 2.0.15 to 2.0.16 r=bidoubiwa a=dependabot[bot] Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.15 to 2.0.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remy/nodemon/releases">nodemon's releases</a>.</em></p> <blockquote> <h2>v2.0.16</h2> <h2><a href="https://github.com/remy/nodemon/compare/v2.0.15...v2.0.16">2.0.16</a> (2022-04-29)</h2> <h3>Bug Fixes</h3> <ul> <li>support windows by using path.delimiter (<a href="https://github.com/remy/nodemon/commit/e26aaa97d9ba245d33e82d42e248f72f50b1e351">e26aaa9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remy/nodemon/commit/e26aaa97d9ba245d33e82d42e248f72f50b1e351"><code>e26aaa9</code></a> fix: support windows by using path.delimiter</li> <li><a href="https://github.com/remy/nodemon/commit/9d1afd7694c81b57cc31678d5c77b96f642d83d9"><code>9d1afd7</code></a> docs: add syntax highlighting to sample-nodemon.md (<a href="https://github-redirect.dependabot.com/remy/nodemon/issues/1982">#1982</a>) (<a href="https://github-redirect.dependabot.com/remy/nodemon/issues/2004">#2004</a>)</li> <li><a href="https://github.com/remy/nodemon/commit/de5d32a026e8dc092e43bb369a839c1889cb4e41"><code>de5d32a</code></a> docs: Unified Node.js capitalization (<a href="https://github-redirect.dependabot.com/remy/nodemon/issues/1986">#1986</a>)</li> <li><a href="https://github.com/remy/nodemon/commit/e89092771e8e8abbec150903a5483eff8c4094a2"><code>e890927</code></a> docs: add note to faq with example showing how to watch any file extension (#...</li> <li><a href="https://github.com/remy/nodemon/commit/bc4547bd475fd7a8434bc15373c88526210ce42a"><code>bc4547b</code></a> chore: update sponsors</li> <li><a href="https://github.com/remy/nodemon/commit/07159c573d9076cff869c936cc5fbc0d00f88160"><code>07159c5</code></a> chore: add supporters</li> <li><a href="https://github.com/remy/nodemon/commit/cd100da273dac0400eb5f510bf8566bb77c9d495"><code>cd100da</code></a> chore: update supporters</li> <li><a href="https://github.com/remy/nodemon/commit/6a34922db293e2701ac28540a4783da35216a2fd"><code>6a34922</code></a> chore: supporters</li> <li><a href="https://github.com/remy/nodemon/commit/e5d6067913b29f0357da2911190325eee8f4d3cd"><code>e5d6067</code></a> chore: updating supporters</li> <li><a href="https://github.com/remy/nodemon/commit/242f9f7b4ff476fc78308b800a7ef48a6453f694"><code>242f9f7</code></a> Merge branch 'main' of github.com:remy/nodemon</li> <li>Additional commits viewable in <a href="https://github.com/remy/nodemon/compare/v2.0.15...v2.0.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nodemon&package-manager=npm_and_yarn&previous-version=2.0.15&new-version=2.0.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 84c9bbc + abf75a6 commit c623fcd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"jest-watch-typeahead": "^0.6.3",
9999
"kleur": "^4.1.4",
100100
"lint-staged": "11.1.2",
101-
"nodemon": "^2.0.15",
101+
"nodemon": "^2.0.16",
102102
"prettier": "^2.2.1",
103103
"pretty-bytes": "^5.6.0",
104104
"rollup": "^2.70.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5080,10 +5080,10 @@ node-releases@^2.0.3:
50805080
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.4.tgz#f38252370c43854dc48aa431c766c6c398f40476"
50815081
integrity sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==
50825082

5083-
nodemon@^2.0.15:
5084-
version "2.0.15"
5085-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.15.tgz#504516ce3b43d9dc9a955ccd9ec57550a31a8d4e"
5086-
integrity sha512-gdHMNx47Gw7b3kWxJV64NI+Q5nfl0y5DgDbiVtShiwa7Z0IZ07Ll4RLFo6AjrhzMtoEZn5PDE3/c2AbVsiCkpA==
5083+
nodemon@^2.0.16:
5084+
version "2.0.16"
5085+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.16.tgz#d71b31bfdb226c25de34afea53486c8ef225fdef"
5086+
integrity sha512-zsrcaOfTWRuUzBn3P44RDliLlp263Z/76FPoHFr3cFFkOz0lTPAcIw8dCzfdVIx/t3AtDYCZRCDkoCojJqaG3w==
50875087
dependencies:
50885088
chokidar "^3.5.2"
50895089
debug "^3.2.7"

0 commit comments

Comments
 (0)