Skip to content

Update dependencies#2770

Merged
jmthomas merged 4 commits intomainfrom
dependencies
Feb 2, 2026
Merged

Update dependencies#2770
jmthomas merged 4 commits intomainfrom
dependencies

Conversation

@jmthomas
Copy link
Copy Markdown
Member

@jmthomas jmthomas commented Feb 1, 2026

No description provided.

@jmthomas jmthomas requested a review from ryan-pratt February 1, 2026 23:16
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.70%. Comparing base (01ee687) to head (d290bc8).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2770      +/-   ##
==========================================
- Coverage   78.70%   78.70%   -0.01%     
==========================================
  Files         671      671              
  Lines       54796    54795       -1     
  Branches      731      731              
==========================================
- Hits        43128    43126       -2     
- Misses      11588    11589       +1     
  Partials       80       80              
Flag Coverage Δ
python 80.34% <ø> (-0.01%) ⬇️
ruby-api 82.73% <ø> (ø)
ruby-backend 81.79% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jmthomas jmthomas requested a review from clayandgen February 2, 2026 05:51
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Feb 2, 2026

Comment on lines +45 to +47
if (!this.screenValues[this.valueId]) {
return {}
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🤔

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

When this widget first starts the screenValues might not be populated so this.screenValues[this.valueId][0] throws an error.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ok. I'd prefer to not have code changes in a dep update PR in the future - makes it easy to miss

Comment on lines +421 to +425
if image_name == 'traefik'
resp = client.get("https://registry.hub.docker.com/v2/repositories/library/traefik/tags?page_size=1024").body
elsif image_name == 'redis'
resp = client.get("https://registry.hub.docker.com/v2/repositories/valkey/valkey/tags?page_size=1024").body
end
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this never called for anything besides traefik and redis?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yeah, it was written to be generic but we only call it in package_audit.rb with 'traefik' and 'redis'. It broke when we switched from redis to valkey.

@jmthomas jmthomas merged commit 86215b3 into main Feb 2, 2026
48 of 49 checks passed
@jmthomas jmthomas deleted the dependencies branch February 2, 2026 23:27
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.

2 participants