Changes since 9.0.4
Fixes
-
Handle faulty imports
Commit · Pull request · IssueDo not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string.
-
Update node-fetch to 2.6.7 (#12844)
Commit · Pull requestUpdate node-fetch version
-
Check if node_modules exists (#12843)
Commit · Pull requestEven if there were seemingly undeletable files we should at the end check if the node_modules folder still exists before throwing an exception.
-
Reliable deletion of node_modules (#12822)
Commit · Pull request · IssueDo not set permissions nor follow symlinks when deleting node_modules.
-
Log exception for closed socket (#12829)
Commit · Pull requestInstead of throwing an exception if the client has closed the stream socket, log a message in debug mode. Closes #12646
-
Fix serialization of a recently deserialized session (#12784)
Commit · Pull request · Issue -
Use service already assigned (#12808)
Commit · Pull request · IssueCode cleanup