You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This small patch release focuses on improving the usability and robustness of the `xk6 lint` command, particularly for automated testing and CI/CD pipelines, and includes several dependency updates.
4
+
5
+
## Changes and Improvements
6
+
7
+
### `xk6 lint` Enhancements
8
+
9
+
***Enhanced Exit Code Handling:** The command now provides three distinct exit codes for better CI/CD automation support:
***2:** Linting completed but one or more checks failed.
13
+
***Decoupled Linter Checkers:** Linter checkers have been refactored to be fully independent of one another. This removes previous hidden dependencies, ensuring that any combination of checkers can be selected and run correctly without assuming a specific execution order or prior state.
14
+
***Corrected Directory Argument Handling:** All linter checkers now run correctly when passed a directory argument. This fixes an issue where the `build` linter specifically failed to function properly if the provided directory path was relative.
15
+
16
+
## Dependency Updates
17
+
18
+
* Bumps **`securego/gosec`** from `2.22.9` to `2.22.10`.
19
+
* Bumps **`astral-sh/setup-uv`** from `7.0.0` to `7.1.0`.
20
+
* Bumps **`golang`** base image from `1.24.8-alpine3.22` to `1.24.9-alpine3.22`
0 commit comments