Skip to content

Release - #8

Merged
kisztof merged 1 commit into
mainfrom
changeset-release/main
Aug 31, 2026
Merged

Release#8
kisztof merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@stackmade/gtm-as-code@0.8.1

Patch Changes

  • 302c04d: Fixes deepEqual (used by plan/drift/apply to detect changes) reporting a permanent phantom
    update on any GTM resource whose config never sets an optional field: Zod materializes an
    optional key with value undefined on the desired side, the remote payload (from fromGtmPayload)
    never carries that key at all, and deepEqual's key-count comparison treated the two as different
    objects forever — discovered adopting a real container where every gtm.variables/gtm.triggers
    entry without a folder showed ~ update with no visible field diff (printFieldDiff's
    JSON.stringify-based comparison already treated the two as equal, so the mismatch was silent).
    deepEqual now ignores keys whose value is undefined on either side before comparing key counts.

@kisztof
kisztof merged commit 185dd1d into main Aug 31, 2026
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.

1 participant