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.
Our dependencies were a bit outdated, so I updated all which did not cause severe problems.
The
postcss-svg
package upgrade from1.0.6
to3.0.0
changed the functionality by replacingurl(relativePathToSvgFromScssFoder)
instead of the previoussvg(relativePathFromProjectRoot)
so the scss files had to be updated.We can't update the
del
package since it does not supportrequire
imports anymore, which we need in the gulpfileStuff I tested which still works:
gulp
gulp serve
This PR drastically improves the output of
npm i
22 vulnerabilities (5 moderate, 14 high, 3 critical)
(there are still some outdatedminimist
dependencies which i could not get rid of)main
branch:40 vulnerabilities (9 moderate, 22 high, 9 critical)
also some deprecation warnings are no longer appearing: