feat: initial version 0.1.0#1
Merged
Merged
Conversation
There was a problem hiding this comment.
1 issue found across 23 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".github/workflows/ci.yml">
<violation number="1" location=".github/workflows/ci.yml:19">
P2: This workflow depends on mutable major-version action tags for both checkout and setup-node, so a retagged or compromised action release can change CI code without a repository diff. Consider pinning each action to a verified full-length commit SHA.</violation>
</file>
Tip: cubic can generate docs of your entire codebase and keep them up to date. Try it here.
Re-trigger cubic
| @@ -0,0 +1,25 @@ | |||
| name: CI | |||
There was a problem hiding this comment.
P2: This workflow depends on mutable major-version action tags for both checkout and setup-node, so a retagged or compromised action release can change CI code without a repository diff. Consider pinning each action to a verified full-length commit SHA.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/ci.yml, line 19:
<comment>This workflow depends on mutable major-version action tags for both checkout and setup-node, so a retagged or compromised action release can change CI code without a repository diff. Consider pinning each action to a verified full-length commit SHA.</comment>
<file context>
@@ -0,0 +1,25 @@
+ node-version: [20, 24]
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
+ with:
</file context>
There was a problem hiding this comment.
All reported issues were addressed across 5 files (changes from recent commits).
Tip: Review your code locally with the cubic CLI to iterate faster.
Re-trigger cubic
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.
Summary by cubic
Release the initial
@b2m9/keyfoldv0.1.0: a typed ESM library that folds partial deltas into nested state with identity‑keyed list reconciliation. Provides an immutable, deterministic merge for plain objects and keyed arrays.New Features
createMerger<T, Atomic>(options)withkeyBy,replace(supports"list[]"item swap), and optionalwireDeletes.$deletetombstones; unkeyed arrays and non‑plain objects replace.DELETEandDELETE_TOKEN(when wired);nullsets null;undefinedis ignored; validates withKeyfoldConfigError/KeyfoldMergeError; ignores__proto__,constructor,prototype; immutable with structural sharing.Bug Fixes
Erroris treated as opaque inDelta<T>; error‑shaped payloads remain structural.Written for commit d06a90d. Summary will update on new commits.