Context
Split out of #8588 (task 3 of 4). npm install warns:
npm warn deprecated @esbuild-kit/esm-loader@2.6.5: Merged into tsx: https://tsx.is
npm warn deprecated @esbuild-kit/core-utils@3.3.2: Merged into tsx: https://tsx.is
No CVE — informational only — but both packages are unmaintained (superseded by tsx) and worth tracing out.
Task
Not urgent/blocking — informational deprecation warning, no security fix pending.
Context
Split out of #8588 (task 3 of 4).
npm installwarns:No CVE — informational only — but both packages are unmaintained (superseded by
tsx) and worth tracing out.Task
npm ls @esbuild-kit/esm-loader @esbuild-kit/core-utilsto find which direct dependency still pins theold split packages instead of
tsx.tsxdirectly.npm install.npm run test:cigreen (this touches dependency resolution broadly, not just one package).Not urgent/blocking — informational deprecation warning, no security fix pending.