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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The test Testing linter sourcery test CUSTOM is failing because the sourcery linter installation failed. The error message indicates that the required version 1.2.0 could not be found.
Root Cause Analysis
The root cause is a CI Pipeline Failure. The upgrade of the trunk cli to version 1.22.16-beta.4 likely introduced a change in how the sourcery linter is handled, or the available versions of sourcery. The test expects sourcery version 1.2.0 to be available, but it is not found during the installation process in the CI environment.
Resolution Plan
Update the sourcery linter version in the test or trunk configuration to a version that is currently available.
If the version is explicitly defined in the test file tests/index.ts, update it there. Otherwise, check the trunk configuration files for the sourcery linter version.
If the test requires version 1.2.0, investigate why this version is not available in the CI environment and if it can be added back.
Re-run the CI pipeline with the updated configuration.
Since I cannot access the contents of tests/index.ts or other relevant configuration files, I am unable to provide a more specific resolution. The user should investigate the files and update the sourcery version accordingly.
Is this helpful? Click the 👍/👎 buttons below to let us know!
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cli upgraded: 1.22.12 → 1.22.16-beta.4
1 linter was upgraded:
This PR was generated by the Trunk Action. For more info, see our docs or reach out on Slack.