Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean": "npx nuxi cleanup",
"test": "playwright test",
"test:build": "pnpm install && pnpm build",
"test:build-canary": "pnpm add nuxt@npm:nuxt-nightly@3x && pnpm add nitropack@npm:nitropack-nightly@latest && pnpm install --force && pnpm build",
"test:build-canary": "pnpm add nuxt@npm:nuxt-nightly@3.21.3-29561591.46bcd990 && pnpm install --force && pnpm build",
Copy link
Member

Choose a reason for hiding this comment

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

As you wrote in the description that Nuxt v3 is incompatible with Nitro v2: No, Nuxt v3 is using Nitro v2, so it should still work to keep the nightly version of nitropack here.

I checked what is used now and the canary test shows this output:
Nuxt 3.21.3-29561591.46bcd990 (with Nitro 2.13.2, Vite 7.3.1 and Vue 3.5.30)

Sometimes features of nuxt-nightly depend on nitropack-nightly, that's why there's this extra adding of this dependency.

Copy link
Member

Choose a reason for hiding this comment

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

But as this is an upstream issue that Nitro is going to fix soon, I think it's also fine to just keep the test as it is right now (nightlies are not blocking CI) and wait for it to resolve.

Otherwise we would need to create another PR switching it back to the latest (or 3x version).

Copy link
Member Author

Choose a reason for hiding this comment

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

That makes sense, I can put this as a draft then and close it if it gets fixed soon.

"test:assert": "pnpm test"
},
"dependencies": {
Expand Down
Loading