-
Notifications
You must be signed in to change notification settings - Fork 18
Updated dependencies and added Renovate bot to auto update #103
Conversation
…ugh PR's, (2) update both dependencies and devDependencies, and (3) limits graphql to major 14
… known monorepo packages together
…-checker-webpack-plugin
@Tielem, this is awsome, thank you so much for putting in time bring this repo up-to-date ❤️. This is a lot of work!! All looks good to me, though I'm worry about not using We started out using just Because of that, I think switching away from Let me know what you think — and again thank you for the work you've done here! |
…efined local one instead" This reverts commit 7da3727.
I reverted the commit where I removed What do you want me to do with the Github Actions files? Should I revert those too, with some changes, so you have the build, lint, test separately? |
If I'm not mistaken
I like that we're running all test in one action, that's really neat — thank you! |
This is correct, it's only used to type some arguments. |
Thank you again @Tielem! |
Is there a plan to release these changes now that they're merged? Depending on old versions of |
@zsherman 🤦♀️ I forgot to publish a new version, my bad |
Hhhhm I run into odd local errors when using the plugins locally (even though CI tests passed). Will need to look more
|
Ok let me know if I can help! |
@zsherman I would appreciate any help, please let me know if you'd like to take a stab! 🙏 |
As discussed in #100, I took a stab at making some version changes to the repository
Concretely:
I also made some changes to the Github Actions:
Some changes which may be desired, but I didn't make:
After merging this PR, you will still have to add the repository to Renovate bot and disable dependabot. As said, it will PR and merge most dependencies automatically unless (1) it is a major update or (2) the build fails during update. If Gatsby get their stuff together, the <= 14 restriction for graphql can be removed
Let me know what you think!