Skip to content

Bump @dataform/core from 3.0.55 to 3.0.59#295

Merged
max-ostapenko merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dataform/core-3.0.56
Jun 10, 2026
Merged

Bump @dataform/core from 3.0.55 to 3.0.59#295
max-ostapenko merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dataform/core-3.0.56

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor

Bumps @dataform/core from 3.0.55 to 3.0.59.

Release notes

Sourced from @​dataform/core's releases.

3.0.59

What's Changed

Fixes

  • Addresses a compilation failure ("Error: Unable to find valid caller file") that occurred when using @dataform/cli 3.0.57 or 3.0.58 with @dataform/core 3.0.56 or earlier (Issue #2177). This fix ensures @dataform/cli 3.0.59 and later is now compatible with older @dataform/core versions (3.0.56 and earlier), and also improves version mismatch handling. (Implemented in dataform-co/dataform#2191)

Full Changelog: dataform-co/dataform@3.0.58...3.0.59

3.0.58

What's Changed

New Contributors

Full Changelog: dataform-co/dataform@3.0.57...3.0.58

3.0.57

🚨 Compatibility Issue - Compilation Failure 🚨

  • This release introduced a compatibility issue when using @dataform/cli version 3.0.57 or 3.0.58 with @dataform/core version 3.0.56 (or earlier).
  • Symptoms: Users with this version mismatch will see dataform compile fail with the error: "Error: Unable to find valid caller file; please report this issue.", as reported in issue #2177. Compilation halts, reporting "Compiled 0 action(s)".
  • Cause: This is due to changes in how file paths are handled, related to the vm2 sandbox library update in the CLI, which requires a corresponding @dataform/core update.
  • Workarounds:
    • Recommended: Ensure your project's dataformCoreVersion in workflow_settings.yaml is aligned with the installed @dataform/cli version (e.g., both are 3.0.57 or later).
    • Alternatively, downgrade the CLI to match your Core version: npm install -g @dataform/cli@3.0.56
  • Resolution: This compatibility requirement is more strictly enforced in version 3.0.59 to prevent this issue. Upgrading both @dataform/cli and your project's dataformCoreVersion to 3.0.59 or later is recommended. Also starting from version 3.0.59 you can safely use it with @dataform/core 3.0.56 or earlier.

What's Changed

... (truncated)

Commits
  • 37dba63 Bump DF_VERSION from 3.0.58 to 3.0.59 (#2194)
  • 529f14c Raise default compile timeout to 60s and improve timeout error message (#2192)
  • bb75716 Fix caller-file error (#2177) and enforce Core/CLI version match (#2191)
  • 510f086 Add JiT compilation support for assertion actions (#2193)
  • 26a2a81 Extract task creation into executionSql helpers (#2180)
  • 706c847 Rename worker timeout error to "Compilation timed out" (#2186)
  • d59249e Refactor CompileChildProcess to use BaseWorker (#2179)
  • 8506ed5 Guard workflow_settings.yaml and dataform.json require with existence check (...
  • 385e518 Bump DF_VERSION from 3.0.57 to 3.0.58 (#2176)
  • dc19645 fix: Resolve presubmit failure introduced by PR #2101
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
@max-ostapenko

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot changed the title Bump @dataform/core from 3.0.55 to 3.0.56 Bump @dataform/core from 3.0.55 to 3.0.59 Jun 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dataform/core-3.0.56 branch from 2e0a6d0 to 391d759 Compare June 10, 2026 18:14
Bumps [@dataform/core](https://github.com/dataform-co/dataform) from 3.0.55 to 3.0.59.
- [Release notes](https://github.com/dataform-co/dataform/releases)
- [Commits](dataform-co/dataform@3.0.55...3.0.59)

---
updated-dependencies:
- dependency-name: "@dataform/core"
  dependency-version: 3.0.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dataform/core-3.0.56 branch from 391d759 to b7e0b1a Compare June 10, 2026 18:24
@max-ostapenko max-ostapenko merged commit 802d9f2 into main Jun 10, 2026
28 of 29 checks passed
@max-ostapenko max-ostapenko deleted the dependabot/npm_and_yarn/dataform/core-3.0.56 branch June 10, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant