Bug 41543 - Sort build, testing tools into devDependencies in package.json
Summary: Sort build, testing tools into devDependencies in package.json
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-08 10:26 UTC by Paul Derscheid
Modified: 2026-01-08 10:30 UTC (History)
0 users

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 41543: Move build/test dependencies into devDependencies (3.71 KB, patch)
2026-01-08 10:29 UTC, Paul Derscheid
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Derscheid 2026-01-08 10:26:21 UTC
We have quite a few listed dependencies that are only used for building and testing.

They should therefore be moved into the devDependencies field.
Comment 1 Paul Derscheid 2026-01-08 10:29:43 UTC
Created attachment 191022 [details] [review]
Bug 41543: Move build/test dependencies into devDependencies
Comment 2 Paul Derscheid 2026-01-08 10:30:39 UTC
To test:
- Run yarn install
- Run yarn build for good measure