fix(deps): drop nuxt 2 (EOL) integration#321
Merged
Merged
Conversation
757a128 to
bdd722a
Compare
ea0d867 to
00ff822
Compare
lancetarn
approved these changes
May 28, 2026
4ba713d to
9d7457d
Compare
00ff822 to
76075ee
Compare
9d7457d to
8358a83
Compare
76075ee to
9542831
Compare
8358a83 to
442f895
Compare
9542831 to
523e364
Compare
Nuxt 2 reached end-of-life and all 2.x versions are deprecated on npm. Nuxt 3/4 has a completely different architecture (Nitro/H3) that would require a full rewrite of the shim; HTTP-level tracing via the existing http/https integration covers Nuxt 3 apps already. Removes: nuxt devDep, NuxtIntegration shim, nuxt e2e test, test-integration-nuxt script. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
523e364 to
16b45f3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Not sure if we want to re-implement this with newer versions. Will probably wait on that.
nuxtExport.Nuxtconstructor which doesn't exist in v3+http/httpsintegration already covers Nuxt 3 appsRemoves:
nuxtdevDependencylib/integrations/nuxt.ts(Nuxt 2 shim)test/integrations/nuxt.e2e.tstest-integration-nuxtnpm scriptTest plan
lib/orpackage.json🤖 Generated with Claude Code