Skip to content

fix(nuxt): dev dependency security fixes - bump nuxt to 3.21.11 - #23235

Open
s1gr1d wants to merge 1 commit into
developfrom
sig/nuxt-update
Open

fix(nuxt): dev dependency security fixes - bump nuxt to 3.21.11#23235
s1gr1d wants to merge 1 commit into
developfrom
sig/nuxt-update

Conversation

@s1gr1d

@s1gr1d s1gr1d commented Aug 10, 2026

Copy link
Copy Markdown
Member

The update requires a small change in the code to remove the type errors (it's not breaking).

Nuxt moved Nitro-specific types out of @nuxt/schema and into module augmentations provided by @nuxt/nitro-server:

The hooks remain supported and documented, but TypeScript only applies these augmentations when the package containing them is included in the TypeScript program. That's why an empty type-only import is needed now.

Fixes GHSA-hxcr-hm88-mpq6 / CVE-2026-71314 (high) — https://github.com/getsentry/sentry-javascript/security/dependabot/2377

@s1gr1d
s1gr1d requested a review from a team as a code owner August 10, 2026 13:22
@s1gr1d
s1gr1d requested review from andreiborza, chargome and mydea and removed request for a team August 10, 2026 13:22

@chargome chargome left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been nagging us for a while now 😄

@andreiborza andreiborza left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, ty for taking care of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants