-
Notifications
You must be signed in to change notification settings - Fork 79
Conversation
Ooooh! Ooooh! YAYAYAYAYAY!!! |
Is there anything blocking this? I keep getting tripped by the lack of |
@evilebottnawi could you merge this please? |
yep, in todo list, see on this in Monday, maybe we should update after stuff to for next major release |
@jshado1 unfortunately, we can't update, for webpack it is breaking change, also |
@evilebottnawi there is another PR to update path-browserify to 0.0.1, which fixes the ReDOS vuln but doesn't introduce breaking changes: #89 |
@evilebottnawi shouldn't the arguments already be strings? I suppose it technically would be breaking if enforced now. Sorry, I don't understand your comment about polyfills. |
@jshado1 webpack@5 doesn't add node polyfills by default, for webpack@4 it is breaking change |
This library is deprecated and won't accept Pull Requests that include Breaking Changes or new Features. Only bugfixes are accepted. |
the times, they are a-changin' |
This version updates to the Node v10.3.0 API. This change is breaking,
because path methods now throw errors when called with arguments that are not
strings. Previously
path.dirname
,path.basename
andpath.extname
didnot throw.
Change overview:
path.parse
andpath.format
.path.posix
as an alias topath
.