]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix: migrate JSR dependency from legacy npm:@jsr/ to native jsr: protocol
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 9 Mar 2026 18:49:48 +0000 (19:49 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 9 Mar 2026 18:49:48 +0000 (19:49 +0100)
commite7941dbe34445151a82ad68a4465f02bcbc96337
treea20bad5f724b8a075da40fcdc617b3c294b2e25e
parentdff65e23b59a5ae72aa7853be04d3e65523197f7
fix: migrate JSR dependency from legacy npm:@jsr/ to native jsr: protocol

Replace the legacy npm compatibility layer approach with pnpm's native
jsr: protocol support (available since pnpm 10.9.0) to fix 404 errors
when fetching @jsr/std__assert tarballs from npm.jsr.io.

- package.json: use jsr:@std/expect specifier instead of npm:@jsr/std__expect
- package.json, ui/web/package.json: bump engines.pnpm to >=10.9.0
- .npmrc: remove @jsr:registry=https://npm.jsr.io (no longer needed)
- pnpm-lock.yaml: regenerated with native JSR resolution
.npmrc
package.json
pnpm-lock.yaml
ui/web/package.json