Skip to content

Upgrade static analyzer and other miscellaneous dependency #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

ben-zhang-at-salesforce
Copy link
Contributor

@ben-zhang-at-salesforce ben-zhang-at-salesforce commented Jan 14, 2025

Update komaci/static-analyzer and other miscellaneous dependencies. Originally expected possible big change turned to be just a version number change.

@@ -54,7 +54,7 @@
"chai": "^4.5.0"
},
"dependencies": {
"@komaci/static-analyzer": "^250.0.2",
"@komaci/static-analyzer": "^252.1.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the latest published static analyzer: 252.1.0. will do an update when 254 is published.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version 254 of static-analyzer hasn't been deployed to npmjs.com yet. so we still can't refer it as dependency yet.

https://www.npmjs.com/package/@komaci/static-analyzer

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And we won't want to until we pull the trigger on 254 support—soon after the final deployment, is when we'll likely take that on. 👍

@@ -26,4 +26,4 @@ updates:
- dependency-name: '@salesforce/dev-scripts'
# Don't upgrade Komaci until we meet its respective release boundary.
- dependency-name: '@komaci/static-analyzer'
versions: ['>= 252.0.0']
versions: ['>= 254.0.0']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be 252 or 254 as you have it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should 254. My understanding is this versions is for dependabot to ignore if dependabot detects there's >= 254 version. it will create pr if less than 254. so manual pr for cross version, auto pr if still in 252.

@ben-zhang-at-salesforce ben-zhang-at-salesforce merged commit a1a244b into main Jan 24, 2025
13 checks passed
@ben-zhang-at-salesforce ben-zhang-at-salesforce deleted the upgrade-static-analyzer branch January 24, 2025 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants