Skip to content

deps(npm): bump vitest from 4.1.1 to 4.1.6 in /crates/neuroncite-web/frontend#54

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/crates/neuroncite-web/frontend/vitest-4.1.6
Closed

deps(npm): bump vitest from 4.1.1 to 4.1.6 in /crates/neuroncite-web/frontend#54
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/crates/neuroncite-web/frontend/vitest-4.1.6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 12, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps vitest from 4.1.1 to 4.1.6.

Release notes

Sourced from vitest's releases.

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits
  • a8fd24c chore: release v4.1.6
  • 18af98c fix(browser): simplify orchestrator otel carrier (#10285)
  • 3188260 feat(browser): provide project reference in ToMatchScreenshotResolvePath (#...
  • e399846 chore: release v4.1.5
  • 7dc6d54 Revert "fix: respect diff config options in soft assertions (#8696)"
  • 9787ded fix: respect diff config options in soft assertions (#8696)
  • 325463a fix(ast-collect): recognize _vi_import prefix in static test discovery (#10...
  • 0e0ff41 feat(coverage): istanbul to support instrumenter option (#10119)
  • 663b99f fix: alias agent reporter to minimal (#10157)
  • 122c25b fix: fix vi.defineHelper called as object method (#10163)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.1 to 4.1.6.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 12, 2026

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

FF-TEC added a commit that referenced this pull request May 13, 2026
* chore(release): v0.1.2 dependency bulk update

Workspace dependency bulk update for the v0.1.2 release.

Security:
- rustls-webpki 0.103.10 -> 0.103.13 fixes RUSTSEC-2026-0098, -0099,
  and -0104 (name-constraint bypass and CRL-parsing panic)

Workspace Cargo bumps:
- sha2 0.10 -> 0.11 (Output type now hybrid-array; manual hex format in
  neuroncite-html/fetch.rs and neuroncite-store/index/hnsw.rs)
- tokio 1.43 -> 1.52
- clap 4.5 -> 4.6
- pdfium-render 0.8 -> 0.9 (PdfPageIndex is now i32; all pages().get()
  call sites adapted with .into(); Bitmap::as_image() now returns Result
  and is unwrapped via map_err in neuroncite-pdf/ocr.rs)
- arc-swap, libc, proptest, semver, unicode-segmentation, uuid bumped
  to latest via cargo update

Frontend npm bumps:
- @typescript-eslint/eslint-plugin 8.57.1 -> 8.59.3
- @typescript-eslint/parser 8.57.1 -> 8.59.3
- jsdom 29.0.0 -> 29.1.1
- typescript 6.0.0 -> 6.0.3
- vite 8.0.0 -> 8.0.12
- vite-plugin-solid 2.11.11 -> 2.11.12
- vitest 4.1.0 -> 4.1.6
- eslint, eslint-plugin-jsx-a11y, eslint-plugin-solid, solid-js bumped
  to latest patch/minor via npm update

Docker base:
- node 25-bookworm -> 26-bookworm
- rust 1.94-bookworm -> 1.95-bookworm

GitHub Actions:
- softprops/action-gh-release v2 -> v3 (Node 20 -> 24 runtime, input
  schema unchanged)

CI audit ignores extended:
- RUSTSEC-2026-0097: rand unsound with custom logger via hnsw_rs, lopdf,
  uuid (no upstream fix available)
- RUSTSEC-2026-0105: core2 unmaintained and yanked, transitive via
  image -> ravif -> rav1e -> bitstream-io (no alternative dependency path)

CI and pre-commit test execution:
- All cargo test invocations now run with --test-threads=1. pdfium-render
  0.9 loads pdfium per test; concurrent LoadLibrary/FreeLibrary aborts
  on Windows and is intermittent on Linux. Tests run serially.

Format fix in neuroncite-html/src/ssrf.rs:65 from the SSRF redirect-
validation change applied via cargo fmt.

Generated test catalog (docs/tests_generated.tex) regenerated by the
pre-commit hook to reflect the test suite after the dependency update.

Closes #18, #19, #21, #22, #24, #25, #26, #29, #34, #37, #38, #41,
#43, #44, #51, #53, #54, #55, #56, #57.

* fix(release): bump NODE_VERSION env to 26 for frontend build

Aligns the release workflow's Node.js version with the Docker base image
(node:26-bookworm) bumped in the v0.1.2 dependency update.

* fix(clippy): resolve Rust 1.95 lints

Rust 1.95 introduced new clippy lints that flag the following:
- useless_conversion in tokenize.rs and handlers/search.rs:
  redundant .into_iter() inside Iterator::zip
- collapsible_match in agent.rs: 'if stack.last() == Some(&c)'
  patterns inside outer match collapsed into match guards
- unnecessary_sort_by in handlers/browse.rs: sort_by with a
  pure projection rewritten as sort_by_key

---------

Co-authored-by: Felix Fritz <[email protected]>
@FF-TEC
Copy link
Copy Markdown
Owner

FF-TEC commented May 13, 2026

Superseded by the consolidated v0.1.2 dependency bulk update in #59 (squash-merged as 11a856a). The intended version bump is already on main.

@FF-TEC FF-TEC closed this May 13, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 13, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/crates/neuroncite-web/frontend/vitest-4.1.6 branch May 13, 2026 17:25
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