Skip to content

Commit

Permalink
chore(deps): update dependency nodemon to v1.17.5 (#89)
Browse files Browse the repository at this point in the history
This Pull Request updates dependency [nodemon](https://github.com/remy/nodemon) from `v1.17.3` to `v1.17.5`



<details>
<summary>Release Notes</summary>

### [`v1.17.5`](https://github.com/remy/nodemon/releases/v1.17.5)
[Compare Source](remy/nodemon@v1.17.4...v1.17.5)
##### Bug Fixes

* in watch, use fully filtered ignore rules ([b3fc3a9](remy/nodemon@b3fc3a9)), closes [#&#8203;1348](`https://github.com/remy/nodemon/issues/1348`)

---

### [`v1.17.4`](https://github.com/remy/nodemon/releases/v1.17.4)
[Compare Source](remy/nodemon@v1.17.3...v1.17.4)
##### Bug Fixes

* {{filename}} is only replaced once ([f616258](remy/nodemon@f616258))
* increase perf of watching large file count ([58b82f2](remy/nodemon@58b82f2)), closes [#&#8203;1317](`https://github.com/remy/nodemon/issues/1317`)
* only hook SIGINT on boot - not at require ([9bbc219](remy/nodemon@9bbc219)), closes [#&#8203;1326](`https://github.com/remy/nodemon/issues/1326`)
* support env.SUPPRESS_SUPPORT ([#&#8203;1334](`https://github.com/remy/nodemon/issues/1334`)) ([ee2aac1](remy/nodemon@ee2aac1))

---

</details>




---

This PR has been generated by [Renovate Bot](https://renovatebot.com).
  • Loading branch information
renovate[bot] authored and lowsky committed Jun 19, 2018
1 parent 124b53d commit 7c69663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"node-sass-middleware": "0.11.0"
},
"devDependencies": {
"nodemon": "1.17.3"
"nodemon": "1.17.5"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1738,9 +1738,9 @@ node-sass@^4.3.0:
stdout-stream "^1.4.0"
"true-case-path" "^1.0.2"

nodemon@1.17.3:
version "1.17.3"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.17.3.tgz#3b0bbc2ee05ccb43b1aef15ba05c63c7bc9b8530"
nodemon@1.17.5:
version "1.17.5"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.17.5.tgz#e6a665c872fdf09d48bf2a81f3e85f8cfb39322a"
dependencies:
chokidar "^2.0.2"
debug "^3.1.0"
Expand Down

0 comments on commit 7c69663

Please # to comment.