Skip to content

chore: update dependencies and fix captive portal build#487

Open
hhvrc wants to merge 1 commit into
developfrom
chore/update-deps-fix-build
Open

chore: update dependencies and fix captive portal build#487
hhvrc wants to merge 1 commit into
developfrom
chore/update-deps-fix-build

Conversation

@hhvrc

@hhvrc hhvrc commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Update frontend dependencies (package.json, lockfile, .nvmrc, workspace, svelte-core submodule) and fix @openshock/svelte-core import specifiers that used unexported ./...index.ts subpaths, breaking pnpm run build.

Rewrite imports to the package's exported subpaths:

  • components/ui//index.ts -> ui/
  • components/stepper/index.ts -> stepper
  • components/index.ts -> components
  • typeguards/index.ts -> typeguards
  • state/.svelte.ts -> state/.svelte

Open in Stage

Update frontend dependencies (package.json, lockfile, .nvmrc, workspace,
svelte-core submodule) and fix @openshock/svelte-core import specifiers
that used unexported ./...index.ts subpaths, breaking `pnpm run build`.

Rewrite imports to the package's exported subpaths:
- components/ui/<X>/index.ts -> ui/<X>
- components/stepper/index.ts -> stepper
- components/index.ts        -> components
- typeguards/index.ts        -> typeguards
- state/<X>.svelte.ts        -> state/<X>.svelte
@hhvrc hhvrc self-assigned this Jun 30, 2026
@github-project-automation github-project-automation Bot moved this to Todo in Roadmap Jun 30, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Change file check

⚠️ Missing — this PR does not add a change file under .changes/.

If this change should show up in the release notes, add one with release-tool new "<title>" --kind <added|changed|deprecated|removed|fixed|security|safety|chore>.

@stage-review

stage-review Bot commented Jun 30, 2026

Copy link
Copy Markdown

Ready to review this PR? Stage has broken it down into 4 individual chapters for you:

Title
1 Update Node.js and package manager versions
2 Configure workspace and update svelte-core submodule
3 Refactor svelte-core imports to exported subpaths
4 Other changes
Open in Stage

Chapters generated by Stage for commit d8c3e06 on Jun 30, 2026 12:57am UTC.

@LucHeart

Copy link
Copy Markdown
Member

but why

@hhvrc

hhvrc commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

but why

why what?
this fixes builds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants