Closed cstrnt closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
abby-docs | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Jun 17, 2024 1:01pm |
abby-opensource | โ Failed (Inspect) | Jun 17, 2024 1:01pm |
[!WARNING]
Review failed
The pull request is closed.
The recent updates mainly involved version changes for various dependencies across several package.json files. Key upgrades include @tiptap
extensions and vitest
in the apps/web/package.json
, turbo
in the root package.json
, and eslint-config-turbo
and eslint-plugin-react
in packages/eslint-config-custom/package.json
. Additionally, the turbo.json
file has undergone a structural change, renaming the pipeline
key to tasks
.
File | Change Summary |
---|---|
apps/web/package.json | Updated @tiptap extensions to 2.4.0 and vitest to 1.5.0 . |
package.json | Updated turbo dependency from latest to ^2.0.4 . |
packages/eslint-config-custom/... | Changed versions for eslint-config-turbo and eslint-plugin-react . |
turbo.json | Renamed pipeline key to tasks . |
Amidst the code and lines so new,
Dependencies upgraded, a fresh review.
Tiptap blooms to version four,
Bringing enhancements, nothing more.
Turbo and eslint, set and soar,
Together we build, stronger than before.
๐๐๐ป
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @cstrnt and the rest of your teammates on Graphite
Summary by CodeRabbit
New Features
@tiptap
extensions to version 2.4.0, bringing the latest features and improvements.Chores
"vitest"
version fixed to 1.5.0."turbo"
version updated to ^2.0.4.eslint-config-turbo
version set to ^2.0.4.turbo.json
from"pipeline"
to"tasks"
for clarity.