chore(deps): bump action_text-trix from 2.1.17 to 2.1.18#2543
Merged
chore(deps): bump action_text-trix from 2.1.17 to 2.1.18#2543
Conversation
Bumps [action_text-trix](https://github.com/basecamp/trix) from 2.1.17 to 2.1.18. - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](basecamp/trix@v2.1.17...v2.1.18) --- updated-dependencies: - dependency-name: action_text-trix dependency-version: 2.1.18 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
0da5682 to
bac5733
Compare
mroderick
approved these changes
Apr 12, 2026
Collaborator
mroderick
left a comment
There was a problem hiding this comment.
Dependency Upgrade Review: action_text-trix v2.1.17 → v2.1.18
PR Scope
Dependency-only - Only Gemfile.lock modified (3 gems updated: action_text-trix, json, minitest)
Changes in Dependency
- Security: Fix XSS via javascript: URI in JSON drag-drop deserialization (#1293)
- Infrastructure: Harden GitHub Actions workflows
Usage in Repository
NONE - action_text-trix is in Gemfile but never used in the codebase:
- No ActionText models, controllers, or views
- No references to action_text in any code
- Only present as transitive dependency from Rails
Other transitive updates (json, minitest) are patched versions with no impact.
Compatibility Assessment
Compatible - Security fix for XSS vulnerability. Not used in this codebase.
Test Coverage
N/A - Security patch in unused feature.
Confidence Rating
HIGH - Security fix for unused dependency. Safe to merge.
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.
Bumps action_text-trix from 2.1.17 to 2.1.18.
Release notes
Sourced from action_text-trix's releases.
Commits
da88699v2.1.189c0a993Fix XSS via javascript: URI in JSON drag-drop deserialization (#1293)e62fcc3ci: harden GitHub Actions workflows (#1284)