Build(deps-dev): Bump typescript-eslint from 8.44.1 to 8.53.0#50
Closed
dependabot[bot] wants to merge 2 commits intomainfrom
Closed
Build(deps-dev): Bump typescript-eslint from 8.44.1 to 8.53.0#50dependabot[bot] wants to merge 2 commits intomainfrom
dependabot[bot] wants to merge 2 commits intomainfrom
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 [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.44.1 to 8.53.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.53.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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.
|
52e156d to
23e6785
Compare
Author
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps typescript-eslint from 8.44.1 to 8.53.0.
Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
3021edechore(release): publish 8.53.09ddd571chore(release): publish 8.52.095c7c73chore: update deps to latest minor/patch (#11921)e4c57f5chore(release): publish 8.51.0d520b88chore(release): publish 8.50.1c62e858chore(release): publish 8.50.0864595achore(release): publish 8.49.032b7e89chore(deps): update dependency@vitest/eslint-pluginto v1.5.1 (#11816)8fe3445chore(release): publish 8.48.16fb1551chore(release): publish 8.48.0Dependabot 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)