Skip to content

Bump protobufjs and @dataform/core#5

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-dcd6ac9e7d
Open

Bump protobufjs and @dataform/core#5
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-dcd6ac9e7d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Removes protobufjs. It's no longer used after updating ancestor dependency @dataform/core. These dependencies need to be updated together.

Removes protobufjs

Updates @dataform/core from 1.11.0 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/[email protected]
  • 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
Maintainer changes

This version was pushed to npm by dataform-npm, a new releaser for @​dataform/core since your current version.


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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [protobufjs](https://github.com/protobufjs/protobuf.js). It's no longer used after updating ancestor dependency [@dataform/core](https://github.com/dataform-co/dataform). These dependencies need to be updated together.


Removes `protobufjs`

Updates `@dataform/core` from 1.11.0 to 3.0.59
- [Release notes](https://github.com/dataform-co/dataform/releases)
- [Commits](dataform-co/dataform@1.11.0...3.0.59)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-version:
  dependency-type: indirect
- dependency-name: "@dataform/core"
  dependency-version: 3.0.59
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
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.

0 participants