Skip to content

chore: update dependencies#104

Merged
laurynasgadl merged 1 commit intomasterfrom
chore/update-dependencies-2026-04-30
Apr 30, 2026
Merged

chore: update dependencies#104
laurynasgadl merged 1 commit intomasterfrom
chore/update-dependencies-2026-04-30

Conversation

@laurynasgadl
Copy link
Copy Markdown
Member

@laurynasgadl laurynasgadl commented Apr 30, 2026

Summary by CodeRabbit

  • Chores

    • Updated frontend and backend dependencies to latest compatible versions.
    • Refreshed development tooling and build dependencies.
  • Style

    • Fixed formatting in type definition files.
  • Tests

    • Reformatted test fixtures and helper functions for consistency.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

This PR updates dependencies in both the frontend npm packages and backend Go modules, alongside minor formatting corrections to TypeScript type definitions and a test file. No functional application logic changes are introduced.

Changes

Cohort / File(s) Summary
Frontend Dependencies
frontend/package.json
Updated version ranges for multiple npm dependencies including dompurify, filesize, lodash-es, marked, vue, vue-router, and others. Adjusted csv-parse to ^6.2.1. Refreshed devDependencies with updated tooling versions. Added pnpm.overrides constraint for @xmldom/xmldom below 0.8.13.
Type Definition Formatting
frontend/src/types/file.d.ts, frontend/src/types/hostinger.d.ts
Applied minor formatting corrections: removed and re-added trailing whitespace in file.d.ts; removed trailing semicolon from DiskUsage interface closing brace and ensured proper file termination in hostinger.d.ts.
Test Formatting
frontend/src/utils/__tests__/upload.test.ts
Reformatted code structure: collapsed simulateScanFiles parameter list to single line and reformatted entryBatches test fixture arrays from multi-line to single-line literals without altering test logic or expectations.
Go Module Dependencies
go.mod
Bumped versions for github.com/asticode/go-astisub and github.com/redis/go-redis/v9. Advanced multiple indirect dependencies (brotli, go-astikit, go-astits, fsnotify, mapstructure, and others). Removed github.com/dgryski/go-rendezvous and github.com/sourcegraph/conc from indirect requirements.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 50.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating dependencies across multiple configuration files (package.json, go.mod) and related type definitions.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/update-dependencies-2026-04-30

Review rate limit: 4/5 reviews remaining, refill in 12 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

@laurynasgadl laurynasgadl merged commit b12a0b3 into master Apr 30, 2026
4 of 5 checks passed
@laurynasgadl laurynasgadl deleted the chore/update-dependencies-2026-04-30 branch April 30, 2026 07:09
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.

1 participant