Skip to content

Updates#1199

Merged
gilbarbara merged 4 commits intomainfrom
updates
Mar 31, 2026
Merged

Updates#1199
gilbarbara merged 4 commits intomainfrom
updates

Conversation

@gilbarbara
Copy link
Copy Markdown
Owner

No description provided.

- fix lint warnings
Copilot AI review requested due to automatic review settings March 31, 2026 16:14
@codesandbox
Copy link
Copy Markdown

codesandbox bot commented Mar 31, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds containerization support for the website/ Next.js app (via Next’s standalone output), along with dependency updates and minor test matcher cleanup.

Changes:

  • Enable output: 'standalone' in the Next.js config to support standalone builds.
  • Add website/Dockerfile, website/docker-compose.yml, and a root .dockerignore for Docker builds.
  • Bump several dev dependencies (eslint config, swc, vitest, jsdom, tsdown, etc.) and update tests from toThrowError/not.toThrowError to toThrow/not.toThrow.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
website/next.config.ts Enables Next.js standalone output for container-friendly deployment.
website/Dockerfile Introduces a multi-stage build to produce and run the standalone Next server.
website/docker-compose.yml Adds a compose service definition for building/running the website container.
.dockerignore Reduces Docker context size and avoids copying build artifacts/deps into the context.
package.json Updates root devDependencies (eslint config, swc, vitest, jsdom, tsdown, etc.).
pnpm-lock.yaml Lockfile updates corresponding to the dependency bumps.
test/modules/store.spec.ts Switches to not.toThrow() matcher.
test/modules/helpers.spec.tsx Switches to toThrow() matcher.
test/hooks/useTourEngine.spec.ts Switches to not.toThrow() matcher.
test/hooks/usePortalElement.spec.ts Switches to not.toThrow() matcher.
test/hooks/useLifecycleEffect.spec.ts Switches to not.toThrow() matcher.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- add stroke to the Scroll demo
- add spotlight stroke, strokeWidth, strokeDasharray, and blur to Overlay panel
- fix ConfigProvider overrides
@sonarqubecloud
Copy link
Copy Markdown

@gilbarbara gilbarbara merged commit 4920411 into main Mar 31, 2026
6 checks passed
@gilbarbara gilbarbara deleted the updates branch March 31, 2026 22:36
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.

2 participants