datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
88 stars 12 forks source link

documentation on how to upgrade Gatsby apps #191

Closed derekeder closed 11 months ago

derekeder commented 3 years ago

Documentation request

For green-jobs I wanted to use this new plugin, but it was only compatible with gatsby@^3.0.0. We're on gatsby@2.19.45 so it required an upgrade.

I looked up the documentation on migrating from gatsby 2 to 3 and it gave a long list of instructions that I wasn't really sure about. I tried upgrading gatsby and gatsby-plugin-sharp running docker-compose run --rm app upgrade gatsby@latest --save, but it looks like I would have needed to upgrade every incompatible dependency manually. So I stopped there, reverted, and ditched the plugin.

It would be helpful to have documentation on how we'd like to upgrade gatsby apps in our Docker context

smcalilly commented 1 year ago

related to #273.

smcalilly commented 1 year ago

for #273, here is some stuff i did based on the migration guide derek shared:

also had to follow this migration guide:

smcalilly commented 11 months ago

goodbye gatsby