Bump taze from 19.6.0 to 19.7.0#5
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps [taze](https://github.com/antfu-collective/taze) from 19.6.0 to 19.7.0. - [Release notes](https://github.com/antfu-collective/taze/releases) - [Commits](antfu-collective/taze@v19.6.0...v19.7.0) --- updated-dependencies: - dependency-name: taze dependency-version: 19.7.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.
|
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. |
John-David Dalton (jdalton)
added a commit
that referenced
this pull request
Apr 18, 2026
…n-parser exports Org-scan R4 #5: src/utils/ contained only get-ipc.ts, giving IPC two homes (src/ipc.ts + src/utils/get-ipc.ts). Moved to src/ipc-cli.ts (ipc-* sibling of existing ipc.ts), deleted the empty src/utils/ directory. The file is Socket-CLI-specific env-var IPC; updated fileoverview to point at the complementary stub IPC module. Test moved to test/unit/ipc-cli.test.mts. Org-scan R4 #6: validation/json-parser exported 6 functions; 5 had zero internal callers and zero sibling-repo (socket-cli/registry/sdk-js/etc) callers confirmed by grep. Deleted createJsonParser, parseJsonWithResult, parseNdjson, streamNdjson, tryJsonParse + their tests + the JsonParseResult type. Kept safeJsonParse (core function, matches module name). Public export changes: - package.json: renamed ./utils/get-ipc → ./ipc-cli - dropped 5 dead json-parser exports (surface narrows, no sibling breakage)
John-David Dalton (jdalton)
added a commit
that referenced
this pull request
May 7, 2026
…-test exclusions Push #5 — 92% → 95% via two complementary moves: 5A: c8 ignore mop-up for unreachable-on-this-runner branches - bin.ts findRealNpm fallback (only fires when npm isn't at any common path; test runners always have npm) and stale-cache eviction (only fires when a cached binary is removed mid-session). - process-lock.ts exit-handler body — only fires on real process exit. - agent.ts execScript no-lockfile fallback — findUpSync walks ancestors, so a clean tmpdir test is fragile when CI runners have a lockfile at the workspace root. - paths/normalize.ts isWindowsDeviceRoot + drive-letter detection + fromUnixPath backslash conversion — all Windows-only. 5B: integration-test exclusions in vitest.config.mts Three files require a live npm registry / Arborist resolution to test meaningfully — unit-test mocking would just verify the mocks, not the real behavior. Excluded from coverage with documented rationale: - src/dlx/arborist.ts (Arborist wrapper, 100% external delegation) - src/dlx/lockfile.ts (generatePackagePin: Arborist + httpDownload) - src/dlx/package.ts (dlxPackage: Arborist install + Firewall API) - src/dlx/binary.ts (dlxBinary: full http download + extract + cache) The pure helpers in those files (parsePackageSpec, npmPurl, findBinaryPath, executePackage, makePackageBinsExecutable, downloadBinaryFile, executeBinary, getBinaryCacheMetadataPath) ARE already unit-tested in their own *-pure.test.mts files; the exclusion only removes the orchestration layer that needs real external systems. Project: 92.17% → 95.03% lines, 83.14% → 86.35% branches, 96.27% → 97.88% functions across 6949 passing tests. .config/vitest.config.mts thresholds bumped 92/83/96 → 95/86/97. README coverage badge bumped 92% → 95%.
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 taze from 19.6.0 to 19.7.0.
Release notes
Sourced from taze's releases.
Commits
27cbd9fchore: release v19.7.051f56d0feat: support bun workspace (#210)7da4b42chore: update depsee85868chore: remove unusedyaml&fast-glob(#211)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)