Updating grunge-stack to lastest versions #8736
Closed
jarimustonen
started this conversation in
General
Replies: 2 comments
-
Please create an issue in the Grunge stack repo for this |
Beta Was this translation helpful? Give feedback.
0 replies
-
The corresponding issue: remix-run/grunge-stack#185 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the software evolves, the stack should be such that is could be updated to latest version. To this end, I suggest that grunge-stack is updated to latest versions.
I have tried this manually and was able to fix a few errors:
@smithy/node-http-handler
,@aws-sdk/lib-dynamodb
, and@aws-sdk/client-dynamodb
)isbot
should be retained at the version3.8.0
due to breaking changes in the version4.0.0
remix.config.js
must be added the following configuration:browserNodeBuiltinsPolyfill: { modules: { querystring: true } }
Finally there is also an error related to cypress tests. The tests fail with:
I'm at lost here and really do not know what to do with this. If someone can help with this one, I could make pull request. Or maybe the Remix team would like to update the stack,
Beta Was this translation helpful? Give feedback.
All reactions