chore: Update dependencies & resolve type issue#17
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR updates four npm dependency versions in ChangesDependency Version Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates several dependencies to their latest versions and pins Nuxt to an older fixed version (4.4.5, down from ^4.4.6) to work around type issues in the Nuxt config.
Changes:
- Pin
nuxtto4.4.5(downgrade from^4.4.6) - Bump
posthog-jsto^1.378.1,vueto^3.5.35,sassto^1.100.0 - Regenerate
pnpm-lock.yamlto reflect updated dependency graph
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Pins nuxt to 4.4.5 and bumps posthog-js, vue, and sass minor versions |
| pnpm-lock.yaml | Lockfile regeneration matching the package.json updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c43333dc19
ℹ️ 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".
| "@vueuse/core": "^14.3.0", | ||
| "gsap": "^3.15.0", | ||
| "nuxt": "^4.4.6", | ||
| "nuxt": "4.4.5", |
There was a problem hiding this comment.
Restore the patched Nuxt release
Pinning Nuxt to 4.4.5 reintroduces the version range affected by CVE-2026-47200: when component islands are enabled and protected pages rely on route middleware, direct __nuxt_island/page_* requests can bypass that middleware and return protected SSR HTML. This commit downgrades the resolved dependency from 4.4.6 (which includes the page-island middleware fix) to the vulnerable 4.4.5, so deployments with that route-middleware/auth pattern lose the security fix; keep this at 4.4.6 or a newer patched version instead.
Useful? React with 👍 / 👎.
Description
I've just updated the project dependencies to utilize the latest tools regarding this project. Also, I've downgraded and used fixed nuxt version to resolve type issues in nuxt config
Works done
Summary by CodeRabbit