chore: upgrade @snyk/snyk-hex-plugin to 2.2.1#6880
Open
37IulianPopovici wants to merge 1 commit into
Open
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
closed as it was bumped in 3094112 ^ false information above; |
This comment has been minimized.
This comment has been minimized.
8b78976 to
3c592ae
Compare
This comment has been minimized.
This comment has been minimized.
j-luong
approved these changes
Jun 23, 2026
Updates the Hex (Elixir) dependency plugin from 2.1.0 to 2.2.1 and keeps package-lock.json in sync (minimal lockfile update). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
3c592ae to
2030c91
Compare
PR Reviewer Guide 🔍
|
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.
Pull Request Submission Checklist
What does this PR do?
Upgrades the
@snyk/snyk-hex-plugindependency from2.1.0to2.2.1(latest), keepingpackage-lock.jsonin sync with a minimal update.package.json:@snyk/snyk-hex-plugin2.1.0→2.2.1package-lock.json: updatedversion/resolved/integrityfor the plugin; itstmpdependency declaration moves to^0.2.7, which is satisfied by the already-hoistedtmp@0.2.7— so no new packages are added. The lockfile update is idempotent (re-runningnpm install --package-lock-onlyproduces no further changes).Where should the reviewer start?
The
package.jsonchange (around line 74) and the correspondingpackage-lock.jsondiff — both are scoped entirely to@snyk/snyk-hex-plugin.How should this be manually tested?
Take a look at the unit tests.
What's the product update that needs to be communicated to CLI users?
Fixes scan issues for hex > 1.19.
Risk assessment (Low | Medium | High)
Low — a single pinned dependency minor/patch bump with a minimal, idempotent lockfile change and no source-code changes.