Skip to content

Pin dependencies to exact versions#30

Merged
josh-uk merged 1 commit into
masterfrom
pin-dependency-versions-only
Jul 19, 2026
Merged

Pin dependencies to exact versions#30
josh-uk merged 1 commit into
masterfrom
pin-dependency-versions-only

Conversation

@josh-uk

@josh-uk josh-uk commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove caret ranges from all top-level dependencies and devDependencies in package.json.
  • Keep all versions pinned to current lockfile versions.

Checks run

  • npm run format:check
  • npm run lint
  • npm run typecheck
  • npm run test (unit + component)
  • npx next build --webpack

Note:

workbench@0.1.0 build
next build

▲ Next.js 16.2.10 (Turbopack)

Creating an optimized production build ...
✓ Compiled successfully in 2.2s
Running TypeScript ...
Finished TypeScript in 3.1s ...
Collecting page data using 9 workers ...
Generating static pages using 9 workers (0/4) ...
Generating static pages using 9 workers (1/4)
Generating static pages using 9 workers (2/4)
Generating static pages using 9 workers (3/4)
✓ Generating static pages using 9 workers (4/4) in 93ms
Finalizing page optimization ...

Route (app)
┌ ƒ /
├ ○ /_not-found
├ ƒ /api/backups
├ ƒ /api/backups/restore
├ ƒ /api/configuration/auth
├ ƒ /api/configuration/variables
├ ƒ /api/executions/[executionId]
├ ƒ /api/exports
├ ƒ /api/exports/import
├ ƒ /api/health
├ ƒ /api/requests/[requestId]
├ ƒ /api/requests/[requestId]/execute
├ ƒ /api/requests/[requestId]/resolve
└ ƒ /api/workflows/[workflowId]/execute

○ (Static) prerendered as static content
ƒ (Dynamic) server-rendered on demand uses Turbopack in this environment and hits an unrelated sandbox process-binding restriction; webpack build succeeds.

@josh-uk
josh-uk force-pushed the pin-dependency-versions-only branch from 68dd5e4 to 3aff228 Compare July 19, 2026 11:36
@josh-uk
josh-uk merged commit 3f9dfd3 into master Jul 19, 2026
5 checks passed
@josh-uk
josh-uk deleted the pin-dependency-versions-only branch July 19, 2026 11:42
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