Skip to content

[chore] Update dependencies#117

Merged
emmiegit merged 10 commits into
mainfrom
dependencies
May 22, 2026
Merged

[chore] Update dependencies#117
emmiegit merged 10 commits into
mainfrom
dependencies

Conversation

@emmiegit
Copy link
Copy Markdown
Member

Several of our dependencies were rather out-of-date, and preventing us from upgrading things in deepwell. However, several could not be upgraded via dependabot due to required code changes.

This PR also bumps the version to v1.42.0

@emmiegit emmiegit requested a review from jsthope May 21, 2026 23:07
@emmiegit emmiegit self-assigned this May 21, 2026
Comment thread src/render/html/random.rs
if #[cfg(test)] {
let rng = SmallRng::from_seed(TEST_RANDOM_SEED);
use rand::SeedableRng;
let rng = SmallRng::seed_from_u64(1);
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.

Recommended by the rand book.

Comment thread src/render/html/random.rs
let html_id = rand.generate_html_id();
assert_eq!(
html_id, "wj-id-ePZbhugrfP89c4Fk",
html_id, "wj-id-e9pQyKaPmLnulpgn",
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.

Changed values due to the new random seed.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.81%. Comparing base (f28f54c) to head (fc104ca).

Files with missing lines Patch % Lines
src/tree/date.rs 62.50% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #117      +/-   ##
==========================================
- Coverage   69.85%   69.81%   -0.04%     
==========================================
  Files         220      220              
  Lines        6209     6211       +2     
==========================================
- Hits         4337     4336       -1     
- Misses       1872     1875       +3     
Flag Coverage Δ *Carryforward flag
ftml 64.54% <ø> (-0.01%) ⬇️ Carriedforward from f28f54c

*This pull request uses carry forward flags. Click here to find out more.

Files with missing lines Coverage Δ
src/includes/includer/debug.rs 100.00% <100.00%> (ø)
src/render/html/random.rs 88.88% <ø> (+8.88%) ⬆️
src/tree/date.rs 86.63% <62.50%> (-1.00%) ⬇️

... and 11 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@emmiegit emmiegit changed the title Update dependencies [chore] Update dependencies May 21, 2026
@emmiegit emmiegit requested a review from Zokhoi May 21, 2026 23:43
@emmiegit emmiegit merged commit 205a2c0 into main May 22, 2026
6 of 8 checks passed
@emmiegit emmiegit deleted the dependencies branch May 22, 2026 14:21
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