upgrading gatsby and gatsby plugins - #1166
Conversation
|
Please find a preview at: https://staging.nodejs.dev/1166/ |
|
Question: Instead of manually updating the versions, can we enable Dependabot in the repo for automatic version updates? |
|
I think we have it already but only for security updates. When it was on for anything it was pretty noisy with the updates almost daily. The errors that I'm seeing are in dev mode related to webpack and our darkmode controller package. |
|
The error i get locally is |
|
I did |
: ( If we can upgrade to 6.2 of storybook when it lands, then it seems possible to configure it to use webpack 5: storybookjs/storybook#14170 (comment) |
|
Ya that works for me we can also try that beta. Wanna do a PR for the storybook change @mikeesto |
|
The other thing we need to figure out is why our darkmode controller throws an undefined error. You can see in the first few commits in this PR I had to comment it out. |
|
@benhalverson I didn't have much luck with this, unfortunately. Storybook v6.2 is opt in to webpack 5 via an additional package - so |
|
@mikeesto have you seen this migration guide gist? It looks like it was just posted a few hours ago. https://gist.github.com/shilman/8856ea1786dcd247139b47b270912324 |
|
@benhalverson Thanks. That link is useful but still some problems to work through. I've set up a draft PR so hopefully some more eyes on it: #1178 . Possible I have done something dumb |
Description
Upgrading gatsby and gatsby related plugins
We need to figure out the build errors before this can be merged.
Related Issues
#1158