Skip to content

Conversation

@jdalton
Copy link
Contributor

@jdalton jdalton commented Nov 18, 2025

Fixes:

  • PR creation workflow to properly recreate pull requests after closing or merging
  • API token selection to honor SOCKET_CLI_API_TOKEN environment variable

Note

Adds new CLI utilities (config, debug, dlx, git/github, errors, fs, purl, etc.), yarn CLI entry, and extensive Vitest tests/fixtures; updates build and tsconfig/vitest configs.

  • CLI/Runtime:
    • Add yarn-cli.mts and shadow link helpers (utils/shadow-links.mts).
  • Utilities (new):
    • Config, debug, errors, fs/glob, git, GitHub, ecosystem parsing, PURL, semver, npm/pnpm/yarn paths, package env detection, dlx execution/caching, output formatting, markdown, serialization, sockets JSON, alerts mapping.
  • Testing:
    • Introduce Vitest configs (vitest.config.mts, vitest.e2e.config.mts).
    • Add test utilities/mocks (test/run-with-config.mts, test/json-output-validation.mts, test/mock-auth*.mts, test/mock-malware*.mts).
    • Add fixtures for npm/pnpm/yarn, optimize, patch, scan reachability, manifest/conda.
    • Replace legacy mocha config/tests.
  • Build/Config:
    • Update TS configs (tsconfig.json, tsconfig.dts.json).
    • Add translations and license-related resources.

Written by Cursor Bugbot for commit e183f2f. Configure here.

@jdalton jdalton changed the base branch from main to v1.x November 18, 2025 22:34
Update test package specs to use exact version '1.0.0' instead of '~1.0.0'
to align with commit 62b3aea which removed tilde prefix from coana version
specification.
Add cleanup function to remove broken symlinks in node_modules before
loading with mock-fs. This prevents ENOENT errors when mock-fs tries
to stat broken symlinks during directory traversal.

The broken symlinks were in @socketbin packages pointing to non-existent
directories, which caused mockFs.load() to fail.
@jdalton jdalton force-pushed the jdalton/bump-1.1.30 branch from e183f2f to 34c9c4a Compare November 18, 2025 22:40
@jdalton jdalton merged commit 3321a4d into v1.x Nov 18, 2025
7 checks passed
@jdalton jdalton deleted the jdalton/bump-1.1.30 branch November 18, 2025 22:42
@jdalton jdalton changed the title v1.1.30 Bump version to v1.1.30 Nov 20, 2025
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