-
Notifications
You must be signed in to change notification settings - Fork 0
Build(deps): Bump vitest from 4.0.3 to 4.0.17 #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
## 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>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
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.
|
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps vitest from 4.0.3 to 4.0.17.
Release notes
Sourced from vitest's releases.
... (truncated)
Commits
dd54e94chore: release v4.0.1759f92d4fix(fsModuleCache): add importers alongside importedModules (#9423)751364efix(fsModuleCache): don't store importers in cache (#9422)4b67fc2fix: typo in browser.provider error (#9394)40841fffix: handle null options inaddEventHandler#9371 (#9372)200dadbfix(pool): handle worker start failures gracefully (#9337)1500654fix(browser): supportfileParallelismon an instance (#9328)a8a8836fix(pool): validate environment options when reusing the worker (#9349)7b10ab4fix(typecheck): improve error message when tsc outputs help text (#9214)876cb84feat: support TRACEPARENT and TRACESTATE environment variables for OpenTeleme...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)