Skip to content

build(deps): refresh in-range dependencies#61

Merged
erseco merged 1 commit into
mainfrom
deps/refresh-in-range
Jun 23, 2026
Merged

build(deps): refresh in-range dependencies#61
erseco merged 1 commit into
mainfrom
deps/refresh-in-range

Conversation

@erseco

@erseco erseco commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary

Routine package-lock.json refresh that picks up the latest versions already permitted by the existing semver ranges in package.json. No manifest changes — only the lockfile is updated.

Notable direct dependencies bumped:

  • vue → 3.5.38
  • @vue/compiler-sfc → 3.5.38
  • sass → 1.101.0
  • happy-dom → 20.10.6
  • ts-loader → 9.6.2

plus the corresponding transitive updates.

Verification

All five CI frontend checks pass locally:

  • npm run lint:biome
  • npm run lint (ESLint)
  • npm run typecheck (vue-tsc)
  • npm test (Vitest — 5 files, 54 tests)
  • npm run build (webpack production)
  • npm ci resolves cleanly

Routine lockfile refresh picking up the latest versions already allowed by
the existing semver ranges in package.json (no manifest changes). Notable
direct deps: vue 3.5.38, @vue/compiler-sfc 3.5.38, sass 1.101.0,
happy-dom 20.10.6, ts-loader 9.6.2, plus transitive updates.

All CI checks pass: Biome, ESLint, vue-tsc, Vitest (54 tests), webpack build.
@github-actions

Copy link
Copy Markdown
Contributor

Preview this PR in the Nextcloud Playground

Open this PR in the Nextcloud Playground

A fresh Nextcloud boots in your browser with this branch's exelearning app installed and enabled (log in as admin / admin). Two sample .elpx are seeded under exelearning-samples/ in Files — click one to open the viewer.

eXeLearning editor: v4.0.1 (overlaid at boot from the upstream release).

@erseco erseco merged commit 17cd5d6 into main Jun 23, 2026
14 checks passed
@erseco erseco deleted the deps/refresh-in-range branch June 23, 2026 08:26
Sign up for free to 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.

1 participant