Update query-string to v8.1.0 from v7.1.3#5892
Conversation
4658c2d to
d8a674b
Compare
|
This babel-loader problem occurred to me. Does it compile successfully at your end? Failed to compile.
./node_modules/query-string/base.js 422:14
Module parse failed: Unexpected token (422:14)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
|
| return {
> url: url_?.split('?')?.[0] ?? '',
| query: parse(extract(url), options),
| ...(options && options.parseFragmentIdentifier && hash ? { |
|
It did. But I hadn't wiped the |
|
Well, Maybe there is a version issue? My tool versions are:
|
|
LGTM. @HelNershingThapa can you verify that the |
|
@tsmock @eternaltyro, I'm having issues with |
|
@HelNershingThapa what exactly is the issue? Please include logs when you report issues . |
|
I was able to reproduce @HelNershingThapa's issue (from comment 2) with The important bit was Anyway, I'm rebuilding the |
|
In other news, This doesn't quite jive with the create-react-app repository history (that issue was fixed two weeks ago), with a caveat that the CRA repo has had minimal activity for quite some time. |
|
Upstream (CRA) issue: react/create-react-app#9468 . It looks like I might want to see if I can update |
|
Updating to CRA ( |
d8a674b to
6c8d4ea
Compare
The major change is that it is now pure ESM and no longer exports specific functions. It also requires Node.js 14+. Signed-off-by: Taylor Smock <tsmock@meta.com>
6c8d4ea to
78c3bbe
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
|
@tsmock @varun2948 would this be next in line after #5721? cc @royallsilwallz @emi420 @manjitapandey |
|
No; #5721 also updates query-string and includes all of the changes from this PR. See package.json#L43. |
|
This PR is no longer necessary; the same changes were part of #5721. |








The major change is that it is now pure ESM and no longer exports specific functions. It also requires Node.js 14+.