vercel / style-guide

Vercel's engineering style guide
Mozilla Public License 2.0
1.25k stars 33 forks source link

build(deps): upgrade dependencies, switch to lint-staged #67

Closed joulev closed 1 year ago

joulev commented 1 year ago

Upgrade all dependencies, also update peer dependency versions. Closes #65, closes #66.

Since pretty-quick doesn't work with Prettier v3 I switched to lint-staged.

mrmckeb commented 1 year ago

@joulev thanks for this. I copied your Prettier fix over over and added you as a contributor to the #68 - as we had a larger upgrade PR and wanted to detail all breaking changes.

Some of the packages updated here had breaking changes which required configuration change too, i.e. @typescript/eslint.

Thanks for your help!

joulev commented 1 year ago

Thanks a lot!

mrmckeb commented 1 year ago

:tada: This PR is included in version 5.0.0 :tada:

The release is available on:

mrmckeb commented 1 year ago

Thanks again @joulev, and sorry it took a while.