feat(deps): Auto-update ComposablePreviewScanner version#1173
Merged
runningcode merged 1 commit intomainfrom Apr 28, 2026
Merged
feat(deps): Auto-update ComposablePreviewScanner version#1173runningcode merged 1 commit intomainfrom
runningcode merged 1 commit intomainfrom
Conversation
Externalize the ComposablePreviewScanner version into a properties file and wire it through BuildConfig, so the existing getsentry/github-workflows/updater action can open update PRs the same way it does for sentry-cli and the Android SDK. Also switch the properties read to providers.fileContents so the configuration cache is invalidated on file change instead of the file being read eagerly at configuration time. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
runningcode
commented
Apr 28, 2026
| @@ -0,0 +1,2 @@ | |||
| version = 0.8.1 | |||
Contributor
Author
There was a problem hiding this comment.
Latest version is 0.8.2. Intentionally set to 0.8.1 to test that the updater works.
rbro112
approved these changes
Apr 28, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The version was previously hardcoded inside the plugin source, so each bump required a manual PR. This brings it in line with how
sentry-cliand the Android SDK versions are kept up to date.Summary
ComposablePreviewScannerversion intoplugin-build/composable-preview-scanner.properties(mirrorssentry-cli.properties) and exposes it asBuildConfig.ComposablePreviewScannerVersion, replacing the hardcoded coordinate string inAndroidComponentsConfig.composable-preview-scannerjob to.github/workflows/update-deps.ymlusing the existinggetsentry/github-workflows/updateraction, so a PR is opened automatically when sergio-sastre/ComposablePreviewScanner publishes a new release (daily + on every push tomain).#skip-changelog