update(dependencies): update all dependencies#27
Open
Kristinita wants to merge 1 commit intodivhide:masterfrom
Open
update(dependencies): update all dependencies#27Kristinita wants to merge 1 commit intodivhide:masterfrom
Kristinita wants to merge 1 commit intodivhide:masterfrom
Conversation
Update all dependencies, devDependencies and peerDependencies as of 2022
Contributor
|
Hi @Kristinita are you still using this module? or was this just a random contribution to bump deps? |
Author
Type: Reply 💬 @aetheon, yes, I still use node-grunt-http-server. Due to outdated dependencies, I have some bugs — see item 2.1 of my comment. But after dependencies updates, I have no problem using node-grunt-http-server for my project. Thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. Summary
I updated versions of all dependencies, devDependencies and peerDependencies to the latest versions as of September 7, 2022.
2. Argumentation of changes
In my opinion, the need for updates to the 2018 versions is obvious. node-grunt-http-server at the time of this pull request was using http-server 0.11.0, while the newest http-server version — 14.1.1. Not surprisingly, users of node-grunt-http-server may have a lot of bugs.
2.1. Examples of bugs
When using node-grunt-http-server for my project, I get bugs below.
node-grunt-http-server incorrectly handle:
https://журнальныймир.рф/avtor/savchenko-borisindex.htmllike<a href="..">Link to index.html in the parent folder</a>I haven’t these bugs after dependencies updates.
Thanks.