Conversation
|
I'm used to having |
|
Should we update CI as well? Versions of Node and the actions |
|
I reduced the number of .idea files to just allow the eslint & prettier configuration Edit: Also aligned the renovate config with the one from the main repo |
I think that's fine. Can we update the gitignore to only allow those specific files? |
|
I did, but as a result I ignored the .gitignore :D |
|
Everything seems updated now The only thing I did not update is Edit: nevermind, another issue. Looks like we need to update yarn on Sequelize 6 as well |
|
Should we make the API reference for v6 static as well? Hopefully we're not going to make that many more changes that affect it |
|
If it becomes too much of a headache, yes - but I would keep it until we promote v7 to stable if we can Edit: and they're already starting. We can't use that version of yarn in v6, because it uses an old node version: sequelize/sequelize#18188 |
That's what I expected. Otherwise we'd likely already be using yarn 2+ on this repo Edit: I do agree that it would be better to keep it until v6 is not getting security updates anymore |
|
Looks like even without the yarn upgrade, I can't install Sequelize 6 anymore |
There are a bunch of individual dependency updates that are failing, but their changes are easy to fix.
Instead of fixing each PR individually, here is a PR that fixes everything.
I also added
.ideato always enable eslint & prettier in that IDE