Skip to content

fix(dev): use 'SIGTERM' to kill process on deno - #974

Merged
danielroe merged 1 commit into
mainfrom
fix/kill
Jul 20, 2025
Merged

fix(dev): use 'SIGTERM' to kill process on deno#974
danielroe merged 1 commit into
mainfrom
fix/kill

Conversation

@danielroe

Copy link
Copy Markdown
Member

🔗 Linked issue

resolves#964

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

this uses SIGTERM on deno rather than passing 0, which is not supported.

@github-actions

Copy link
Copy Markdown
Contributor

Bundle Stats — create-nuxt size comparison

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files countTotal bundle size% Changed
495.9 MB → 5.9 MB (+32 B)+0.00%
Changeset
FileΔSize
home/runner/work/cli/cli/packages/nuxi/src/commands/dev.ts📈 +32 B (+0.28%)11.11 kB → 11.14 kB
View detailed bundle breakdown

Added

AssetFile Size% Changed
shared/create-nuxt.Dev2ZyuH.mjs0 B → 2.02 MB (+2.02 MB)-
shared/create-nuxt.D3tp4DjC.mjs0 B → 1.17 MB (+1.17 MB)-
shared/create-nuxt.DWBt_WWi.mjs0 B → 964.65 kB (+964.65 kB)-
shared/create-nuxt.CWSa2kAi.mjs0 B → 108.11 kB (+108.11 kB)-
shared/create-nuxt.DbyRg2Hs.mjs0 B → 18.91 kB (+18.91 kB)-
shared/create-nuxt.Cr5S3k6k.mjs0 B → 16.04 kB (+16.04 kB)-
shared/create-nuxt.Ce8H1L0i.mjs0 B → 4.07 kB (+4.07 kB)-
shared/create-nuxt.Q2QPqg2-.mjs0 B → 4.06 kB (+4.06 kB)-
shared/create-nuxt.BoaGfsvz.mjs0 B → 3.9 kB (+3.9 kB)-
shared/create-nuxt.wFYhzszj.mjs0 B → 945 B (+945 B)-
shared/create-nuxt.BfLVVg9_.mjs0 B → 836 B (+836 B)-
shared/create-nuxt.DT-p2Zm3.mjs0 B → 792 B (+792 B)-
shared/create-nuxt.DwhriQrN.mjs0 B → 294 B (+294 B)-

Removed

AssetFile Size% Changed
shared/create-nuxt.Cj5jtHZR.mjs2.02 MB → 0 B (-2.02 MB)-100%
shared/create-nuxt.DIuLqckz.mjs1.17 MB → 0 B (-1.17 MB)-100%
shared/create-nuxt.BeLcvqQN.mjs964.65 kB → 0 B (-964.65 kB)-100%
shared/create-nuxt.DU-Y_Ghr.mjs108.11 kB → 0 B (-108.11 kB)-100%
shared/create-nuxt.B6GGJmWu.mjs18.91 kB → 0 B (-18.91 kB)-100%
shared/create-nuxt.Cug36QRy.mjs16.04 kB → 0 B (-16.04 kB)-100%
shared/create-nuxt.BxlWms3P.mjs4.07 kB → 0 B (-4.07 kB)-100%
shared/create-nuxt.JZMxTrZO.mjs4.06 kB → 0 B (-4.06 kB)-100%
shared/create-nuxt.Y9zxQeK0.mjs3.9 kB → 0 B (-3.9 kB)-100%
shared/create-nuxt.BQqipmP5.mjs945 B → 0 B (-945 B)-100%
shared/create-nuxt.DMrbp1pk.mjs836 B → 0 B (-836 B)-100%
shared/create-nuxt.DN27gEX9.mjs792 B → 0 B (-792 B)-100%
shared/create-nuxt.DL5SBDpn.mjs294 B → 0 B (-294 B)-100%

Bigger

AssetFile Size% Changed
chunks/dev.mjs28.25 kB → 28.28 kB (+32 B)+0.11%

Smaller

No assets were smaller

Unchanged

AssetFile Size% Changed
index.mjs1.07 kB0%
chunks/multipart-parser.mjs5.11 kB0%
chunks/multipart-parser2.mjs4.58 kB0%
chunks/add.mjs6.89 kB0%
chunks/analyze.mjs3.35 kB0%
chunks/build.mjs2.04 kB0%
chunks/cleanup.mjs471 B0%
chunks/dev-child.mjs811 B0%
chunks/devtools.mjs764 B0%
chunks/generate.mjs492 B0%
chunks/info.mjs4.43 kB0%
chunks/index.mjs274 B0%
chunks/prepare.mjs1.04 kB0%
chunks/preview.mjs3.58 kB0%
chunks/test.mjs1.16 kB0%
chunks/typecheck.mjs2.06 kB0%
chunks/upgrade.mjs6.28 kB0%
chunks/prompt.mjs42.91 kB0%
chunks/satisfies.mjs116 B0%
chunks/index2.mjs197.05 kB0%
chunks/jiti.mjs305 B0%
chunks/index3.mjs71.97 kB0%
chunks/add2.mjs12.08 kB0%
chunks/search.mjs45.85 kB0%
chunks/xdg-open.mjs25.32 kB0%
chunks/node.mjs145.67 kB0%
chunks/index4.mjs1.23 kB0%
chunks/index5.mjs5.85 kB0%
chunks/index6.mjs6.24 kB0%
chunks/index7.mjs50.51 kB0%
chunks/index8.mjs904.05 kB0%
shared/create-nuxt.BSm0_9Hr.mjs107 B0%
shared/create-nuxt.BjhZEm2-.mjs1.75 kB0%
shared/create-nuxt.Vk1IrVtB.mjs26.96 kB0%
shared/create-nuxt.4t9faemh.mjs43.64 kB0%

@github-actions

Copy link
Copy Markdown
Contributor

Bundle Stats — nuxi size comparison

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files countTotal bundle size% Changed
585.47 MB → 5.47 MB (+32 B)+0.00%
Changeset
FileΔSize
src/commands/dev.ts📈 +32 B (+0.28%)11.11 kB → 11.14 kB
View detailed bundle breakdown

Added

AssetFile Size% Changed
shared/nuxi.8mhVoXwa.mjs0 B → 916.43 kB (+916.43 kB)-
shared/nuxi.DQjfoGl0.mjs0 B → 57.22 kB (+57.22 kB)-
shared/nuxi.BScgRtRx.mjs0 B → 19.31 kB (+19.31 kB)-
shared/nuxi.DQbQuzNE.mjs0 B → 4.07 kB (+4.07 kB)-
shared/nuxi.DUZ_WukQ.mjs0 B → 2.57 kB (+2.57 kB)-
shared/nuxi.CrvQqJcE.mjs0 B → 836 B (+836 B)-
shared/nuxi.BXGZ9qFF.mjs0 B → 792 B (+792 B)-
shared/nuxi.C_u-rG9b.mjs0 B → 294 B (+294 B)-

Removed

AssetFile Size% Changed
shared/nuxi.Cit_PhVF.mjs916.43 kB → 0 B (-916.43 kB)-100%
shared/nuxi.Dh2ZdpAd.mjs57.22 kB → 0 B (-57.22 kB)-100%
shared/nuxi.BpvhJr0N.mjs19.31 kB → 0 B (-19.31 kB)-100%
shared/nuxi.DtQ0anGB.mjs4.07 kB → 0 B (-4.07 kB)-100%
shared/nuxi.D7O6R7TO.mjs2.57 kB → 0 B (-2.57 kB)-100%
shared/nuxi.DMyZmNH9.mjs836 B → 0 B (-836 B)-100%
shared/nuxi.DzMZtGWH.mjs792 B → 0 B (-792 B)-100%
shared/nuxi.BtDT0y5R.mjs294 B → 0 B (-294 B)-100%

Bigger

AssetFile Size% Changed
chunks/dev.mjs28.25 kB → 28.28 kB (+32 B)+0.11%

Smaller

No assets were smaller

Unchanged

AssetFile Size% Changed
index.mjs247 B0%
dev/index.mjs925 B0%
chunks/add.mjs6.89 kB0%
chunks/analyze.mjs3.35 kB0%
chunks/build.mjs2.04 kB0%
chunks/cleanup.mjs471 B0%
chunks/dev-child.mjs780 B0%
chunks/devtools.mjs764 B0%
chunks/generate.mjs492 B0%
chunks/info.mjs4.43 kB0%
chunks/init.mjs665.87 kB0%
chunks/index.mjs274 B0%
chunks/prepare.mjs1.04 kB0%
chunks/preview.mjs3.58 kB0%
chunks/test.mjs1.16 kB0%
chunks/typecheck.mjs2.06 kB0%
chunks/upgrade.mjs6.28 kB0%
chunks/satisfies.mjs116 B0%
chunks/main.mjs15.3 kB0%
chunks/prompt.mjs42.91 kB0%
chunks/index2.mjs197.05 kB0%
chunks/jiti.mjs305 B0%
chunks/index3.mjs71.97 kB0%
chunks/multipart-parser.mjs5.11 kB0%
chunks/add2.mjs12.08 kB0%
chunks/search.mjs45.85 kB0%
chunks/xdg-open.mjs25.32 kB0%
chunks/node.mjs145.67 kB0%
chunks/index4.mjs1.23 kB0%
chunks/index5.mjs5.85 kB0%
chunks/multipart-parser2.mjs4.58 kB0%
chunks/index6.mjs904.05 kB0%
shared/nuxi.CTyTlDmo.mjs18.91 kB0%
shared/nuxi.D2_bzAv0.mjs1.54 kB0%
shared/nuxi.BSm0_9Hr.mjs107 B0%
shared/nuxi.BiWTNJI4.mjs945 B0%
shared/nuxi.CbFGhqp3.mjs16.04 kB0%
shared/nuxi.ChutbOY_.mjs25.34 kB0%
shared/nuxi.BAGoDD49.mjs1.05 kB0%
shared/nuxi.B5t53vrk.mjs2.02 MB0%
shared/nuxi.BjhZEm2-.mjs1.75 kB0%
shared/nuxi.BEgIcxrx.mjs4.06 kB0%
shared/nuxi.DU9QXUOf.mjs26.96 kB0%
shared/nuxi.BzZJv2UC.mjs123.67 kB0%
shared/nuxi.QWnQy_ku.mjs5.75 kB0%
shared/nuxi.CbyJ5osS.mjs13.45 kB0%
shared/nuxi.BLb4POFS.mjs42.47 kB0%
shared/nuxi.Do0aYBCO.mjs5.46 kB0%
shared/nuxi.4t9faemh.mjs43.64 kB0%

@github-actions

Copy link
Copy Markdown
Contributor

Bundle Stats — nuxt-cli size comparison

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files countTotal bundle size% Changed
3294.59 kB → 94.63 kB (+37 B)+0.04%
Changeset
FileΔSize
home/runner/work/cli/cli/packages/nuxi/src/commands/dev.ts📈 +37 B (+0.33%)11.11 kB → 11.14 kB
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

AssetFile Size% Changed
chunks/dev.mjs11.11 kB → 11.14 kB (+37 B)+0.33%

Smaller

No assets were smaller

Unchanged

AssetFile Size% Changed
dev/index.mjs0 B0%
index.mjs236 B0%
chunks/index.mjs14.05 kB0%
chunks/analyze.mjs3.35 kB0%
chunks/cleanup.mjs471 B0%
chunks/dev-child.mjs815 B0%
chunks/devtools.mjs763 B0%
chunks/generate.mjs492 B0%
chunks/build.mjs2.04 kB0%
chunks/info.mjs4.44 kB0%
chunks/index2.mjs273 B0%
chunks/add.mjs10.17 kB0%
chunks/search.mjs2.96 kB0%
chunks/prepare.mjs1.04 kB0%
chunks/preview.mjs3.58 kB0%
chunks/test.mjs1.16 kB0%
chunks/typecheck.mjs2.06 kB0%
chunks/upgrade.mjs6.28 kB0%
chunks/init.mjs9.85 kB0%
chunks/add2.mjs6.89 kB0%
shared/cli.B9AmABr3.mjs39 B0%
shared/cli.Dz2be-Ai.mjs792 B0%
shared/cli.BEUGgaW4.mjs294 B0%
shared/cli.BSm0_9Hr.mjs107 B0%
shared/cli.At9IMXtr.mjs1.23 kB0%
shared/cli.pLQ0oPGc.mjs836 B0%
shared/cli.qKvs7FJ2.mjs945 B0%
shared/cli.BaEdwLjx.mjs78 B0%
shared/cli.jA1DRKbi.mjs1.04 kB0%
shared/cli.BSSRCCe4.mjs1.8 kB0%
shared/cli.pkSj0645.mjs5.55 kB0%

@pkg-pr-new

Copy link
Copy Markdown

nuxt-cli-playground

npm i https://pkg.pr.new/create-nuxt@974
npm i https://pkg.pr.new/nuxi@974
npm i https://pkg.pr.new/@nuxt/cli@974

commit: 8114217

@codspeed-hq

Copy link
Copy Markdown

CodSpeed Performance Report

Merging #974 will not alter performance

Comparing fix/kill (8114217) with main (23ec0e3)1

Summary

✅ 2 untouched benchmarks

Footnotes

  1. No successful run was found on main (de503a3) during the generation of this report, so 23ec0e3 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@danielroe
danielroe merged commit 7ba5063 into mainJul 20, 2025
14 checks passed
@danielroe
danielroe deleted the fix/kill branch July 20, 2025 16:44
@github-actionsgithub-actionsBot mentioned this pull request Jul 20, 2025
Sign up for freeto 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.

Nuxt 4 fails to run in deno, default config

1 participant

@danielroe