fix(deps): bulk upgrade deps and dev deps#15
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
📝 WalkthroughSummary by CodeRabbit
WalkthroughMultiple Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
994708e to
f10c65c
Compare
f10c65c to
1747a7d
Compare
1747a7d to
7c29494
Compare
| }, | ||
| "dependencies": { | ||
| "@netlify/vite-plugin": "^2.12.8" | ||
| "@netlify/vite-plugin": "2.12.8" |
There was a problem hiding this comment.
Doesn't strictly matter, but we usually pin references to packages in the workspace
| }, | ||
| "dependencies": { | ||
| "@netlify/dev": "4.18.7", | ||
| "@netlify/dev": "^4.18.7", |
There was a problem hiding this comment.
Conversely, this is no longer a workspace package, so I unpinned it
| "module": "ESNext", | ||
| "module": "NodeNext", | ||
| "rootDir": "./src", | ||
| "moduleResolution": "node", |
There was a problem hiding this comment.
Turns out moduleResolution: "node" means the legacy node12 resolution mode 😬
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7c29494214
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7c29494214
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
No description provided.