chore(deps): frontend app-runtime libraries — minor & patch roll-up #230

Closed
opened 2026-06-17 02:57:16 +00:00 by spikerj · 1 comment
Owner

Goal

Update runtime/application libraries in spikersoft-angular/package.json that have same-major minor/patch releases available (low risk). Safe to batch in one PR.

Bumps (current → latest)

Package Current Latest Area
@amcharts/amcharts5 5.17.2 5.19.0 charts
@jsverse/transloco 8.3.0 8.4.0 i18n
@jsverse/transloco-persist-lang 8.3.0 8.4.0 i18n
@types/google.maps 3.64.1 3.65.1 types
isomorphic-git 1.38.1 1.38.5 git playground
javascript-obfuscator 5.4.2 5.4.3 dev-tools
js-interpreter 6.0.1 6.0.2 blockly/JS runner
ngx-socket-io 4.10.0 4.11.0 realtime
ovenplayer 0.10.50 0.10.51 video
v86 0.5.357 0.5.372 emulator (see #47)
hls.js 1.5.15 1.6.16 video (minor — smoke-test playback)

Notes / guard rails

  • Keep @jsverse/transloco and @jsverse/transloco-persist-lang aligned.
  • hls.js is a minor (1.5 → 1.6); smoke-test the player path before merge.
  • v86 0.5.372: re-test the v86 emulator once #47 lands (and confirm the bundled v86.js asset matches the pinned version).

Validation

  • pnpm install clean
  • pnpm test-all green
  • nx build spikersoft succeeds
  • Manual smoke: charts, i18n switch, video (hls/oven), git playground

Fixes land in spikersoft-angular.

## Goal Update runtime/application libraries in `spikersoft-angular/package.json` that have **same-major** minor/patch releases available (low risk). Safe to batch in one PR. ## Bumps (current → latest) | Package | Current | Latest | Area | | --- | --- | --- | --- | | @amcharts/amcharts5 | 5.17.2 | 5.19.0 | charts | | @jsverse/transloco | 8.3.0 | 8.4.0 | i18n | | @jsverse/transloco-persist-lang | 8.3.0 | 8.4.0 | i18n | | @types/google.maps | 3.64.1 | 3.65.1 | types | | isomorphic-git | 1.38.1 | 1.38.5 | git playground | | javascript-obfuscator | 5.4.2 | 5.4.3 | dev-tools | | js-interpreter | 6.0.1 | 6.0.2 | blockly/JS runner | | ngx-socket-io | 4.10.0 | 4.11.0 | realtime | | ovenplayer | 0.10.50 | 0.10.51 | video | | v86 | 0.5.357 | 0.5.372 | emulator (see #47) | | hls.js | 1.5.15 | 1.6.16 | video (minor — smoke-test playback) | ## Notes / guard rails - Keep `@jsverse/transloco` and `@jsverse/transloco-persist-lang` aligned. - `hls.js` is a minor (1.5 → 1.6); smoke-test the player path before merge. - `v86` 0.5.372: re-test the v86 emulator once #47 lands (and confirm the bundled `v86.js` asset matches the pinned version). ## Validation - `pnpm install` clean - `pnpm test-all` green - `nx build spikersoft` succeeds - Manual smoke: charts, i18n switch, video (hls/oven), git playground Fixes land in `spikersoft-angular`.
Author
Owner

Resolved in spikersoft-angular PR #66 (merged to master). Bumped the app-runtime libraries (amcharts5 5.19.0, transloco 8.4.0, hls.js 1.6.16, isomorphic-git 1.38.5, javascript-obfuscator 5.4.3, js-interpreter 6.0.2, ngx-socket-io 4.11.0, ovenplayer 0.10.51, v86 0.5.372). Production build verified green. @types/google.maps 3.65.x was excluded/pinned to 3.64.1 and split out to #236 (breaks the DrawingManager typings). Closing.

Resolved in spikersoft-angular PR #66 (merged to `master`). Bumped the app-runtime libraries (amcharts5 5.19.0, transloco 8.4.0, hls.js 1.6.16, isomorphic-git 1.38.5, javascript-obfuscator 5.4.3, js-interpreter 6.0.2, ngx-socket-io 4.11.0, ovenplayer 0.10.51, v86 0.5.372). Production build verified green. `@types/google.maps 3.65.x` was excluded/pinned to 3.64.1 and split out to #236 (breaks the DrawingManager typings). Closing.
Sign in to join this conversation.