Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ci/tests/specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@apideck/portman": "1.30.7"
"@apideck/portman": "1.30.7",
"tslib": "^2.6.2"

Check warning on line 15 in ci/tests/specs/package.json

View check run for this annotation

probelabs / Visor: quality

architecture Issue

The `tslib` dependency is added with a caret version range (`^2.6.2`), while the related `@apideck/portman` dependency is pinned to a specific version. For CI test suites, pinning dependencies to exact versions is recommended to ensure build reproducibility and prevent unexpected failures caused by updates.
Raw output
To improve the stability and reproducibility of the test environment, pin the `tslib` version to match the practice used for `@apideck/portman`.
}
}
Loading