Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps vitest from 4.0.3 to 4.0.17.

Release notes

Sourced from vitest's releases.

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.16

   🐞 Bug Fixes

... (truncated)

Commits
  • dd54e94 chore: release v4.0.17
  • 59f92d4 fix(fsModuleCache): add importers alongside importedModules (#9423)
  • 751364e fix(fsModuleCache): don't store importers in cache (#9422)
  • 4b67fc2 fix: typo in browser.provider error (#9394)
  • 40841ff fix: handle null options in addEventHandler #9371 (#9372)
  • 200dadb fix(pool): handle worker start failures gracefully (#9337)
  • 1500654 fix(browser): support fileParallelism on an instance (#9328)
  • a8a8836 fix(pool): validate environment options when reusing the worker (#9349)
  • 7b10ab4 fix(typecheck): improve error message when tsc outputs help text (#9214)
  • 876cb84 feat: support TRACEPARENT and TRACESTATE environment variables for OpenTeleme...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

jdalton and others added 2 commits January 19, 2026 12:16
## Segfault Fix (packages/binject/src/elf_inject_lief.cpp)

Changed from `write_with_notes_raw()` to `write_with_notes()` to fix segmentation fault during SEA/VFS injection. The raw write approach was causing crashes when writing modified binaries with PT_NOTE segments.

**Before** (line 713):
```cpp
binary.write_with_notes_raw(output_path);  // Caused segfault
```

**After**:
```cpp
elf_note_utils::write_with_notes(binary.get(), tmpfile);  // Fixed
```

This uses LIEF's proper write mechanism with fixes for:
- PT_NOTE p_vaddr handling
- ALLOC flag removal from SEA sections
- Matching PT_LOAD segments
- Triple-write pattern for consistency

## New Feature: --skip-repack Flag

Added `--skip-repack` CLI flag to skip repacking compressed stubs. Useful for testing extracted binaries before compression. Changes:

- **packages/binject/src/main.c**: Added CLI flag parsing and help text
- **packages/binject/src/binject.h**: Updated `binject_batch()` signature
- **packages/binject/src/binject.c**: Skip repack workflow when flag is set

## Build Infrastructure Improvements

**packages/binject/Dockerfile.glibc**:
- Added OpenSSL 1.1.1w build from source (required for SHA512 in dlx_cache_common.h)
- Updated LDFLAGS/CFLAGS to include OpenSSL paths and -lcrypto
- Added wget and perl dependencies for OpenSSL build

**.dockerignore**:
- Simplified and restructured to exclude platform-specific build artifacts
- Prevents dev/prod builds with .o files from polluting Docker context
- Keeps pre-built libraries in build/downloaded/ for reproducible builds

**packages/node-smol-builder/package.json**:
- Added test:linux-x64-docker and test:linux-x64-docker:musl scripts

## Testing

All changes verified with comprehensive Docker-based integration tests:
- SEA blob injection with --skip-repack on extracted node binary
- SEA blob injection WITHOUT --skip-repack on compressed node-smol stub
- Cache behavior verification (extraction, injection, repacking)
- Repacked stub self-extraction and execution
- Direct execution of extracted SEA binary

Test documentation: .claude/binject-sea-tests.md
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.0.3 to 4.0.17.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 19, 2026
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​vitest@​4.0.3 ⏵ 4.0.179610079 +199100

View full report

@socket-security-staging
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​vitest@​4.0.3 ⏵ 4.0.179610079 +199100

View full report

@socket-security-staging
Copy link

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn Medium
Low adoption: npm obug

Location: Package overview

From: pnpm-lock.yamlnpm/vitest@4.0.17npm/obug@2.1.1

ℹ Read more on: This package | This alert | What are unpopular packages?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Unpopular packages may have less maintenance and contain other problems.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity-Staging ignore npm/obug@2.1.1. You can also ignore all packages with @SocketSecurity-Staging ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 20, 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/vitest-4.0.17 branch January 20, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants