Skip to content

build(deps): Bump prqlc from 0.13.10 to 0.13.12#169

Merged
kaspermarstal merged 1 commit into
mainfrom
dependabot/cargo/prqlc-0.13.12
Apr 30, 2026
Merged

build(deps): Bump prqlc from 0.13.10 to 0.13.12#169
kaspermarstal merged 1 commit into
mainfrom
dependabot/cargo/prqlc-0.13.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps prqlc from 0.13.10 to 0.13.12.

Release notes

Sourced from prqlc's releases.

0.13.12 has 81 commits from 10 contributors. Selected changes:

Language:

  • Remove the deprecated std.prql_version function. Use prql.version instead, which has been the supported replacement since 0.11.1. (@​prql-bot, #5806)

Features:

Fixes:

  • Loosen the chrono constraint from 0.4.44 to 0.4 to avoid version conflicts with downstream crates such as polars. (@​lukapeschke, #5834)
  • Correct the SQLite div_i formula so integer division returns the right result when |dividend| < |divisor| (e.g., 1 // 2 now returns 0 instead of -1). (@​queelius, #5736)
  • Return an error rather than emitting invalid SQL when date.trunc is used against SQLite. (@​prql-bot, #5733)
  • Sync :duckdb into the Elixir PRQL.Native.CompileOptions target typespec so target: :duckdb actually reaches the DuckDB dialect. (@​prql-bot, #5823)
  • Correct the Vec::from_raw_parts element type in prqlc-c to fix undefined behavior in result_destroy. (@​prql-bot, #5732)
  • Prevent panic in prqlc-macros by correcting a stale macro name in the panic message. (@​prql-bot, #5811)
  • Align Emacs grammar keywords and regex with the lexer. (@​prql-bot, #5795)
  • Correct the playground's decimal regex and transforms list in syntax highlighting. (@​prql-bot, #5788)
  • Correct the aarch64 target path in the Java cross-compilation script. (@​prql-bot, #5781)

Documentation:

  • Numerous typo, grammar, and stale-content fixes across the book, tutorials, bindings docs, and code comments.

Integrations:

Internal changes:

  • Add tend (Claude-powered CI) workflows for autonomous PR review, issue triage, CI-failure fixes, and a nightly code-quality sweep. Most of this release's bot-authored fixes were filed by tend. (#5727)
  • Update the Rust toolchain version. (#5807)
  • Switch from mypy to ty for Python type checking. (#5761)

New Contributors:

0.13.11 has 75 commits from 7 contributors. Selected changes:

Features:

... (truncated)

Changelog

Sourced from prqlc's changelog.

0.13.12 — 2026-04-27

0.13.12 has 81 commits from 10 contributors. Selected changes:

Language:

  • Remove the deprecated std.prql_version function. Use prql.version instead, which has been the supported replacement since 0.11.1. (@​prql-bot, #5806)

Features:

Fixes:

  • Loosen the chrono constraint from 0.4.44 to 0.4 to avoid version conflicts with downstream crates such as polars. (@​lukapeschke, #5834)
  • Correct the SQLite div_i formula so integer division returns the right result when |dividend| < |divisor| (e.g., 1 // 2 now returns 0 instead of -1). (@​queelius, #5736)
  • Return an error rather than emitting invalid SQL when date.trunc is used against SQLite. (@​prql-bot, #5733)
  • Sync :duckdb into the Elixir PRQL.Native.CompileOptions target typespec so target: :duckdb actually reaches the DuckDB dialect. (@​prql-bot, #5823)
  • Correct the Vec::from_raw_parts element type in prqlc-c to fix undefined behavior in result_destroy. (@​prql-bot, #5732)
  • Prevent panic in prqlc-macros by correcting a stale macro name in the panic message. (@​prql-bot, #5811)
  • Align Emacs grammar keywords and regex with the lexer. (@​prql-bot, #5795)
  • Correct the playground's decimal regex and transforms list in syntax highlighting. (@​prql-bot, #5788)
  • Correct the aarch64 target path in the Java cross-compilation script. (@​prql-bot, #5781)

Documentation:

  • Numerous typo, grammar, and stale-content fixes across the book, tutorials, bindings docs, and code comments.

Integrations:

... (truncated)

Commits
  • ec18eb8 chore: Prepare 0.13.12 release changelog (#5837)
  • da7ce0e chore: pre-commit autoupdate (#5835)
  • c4daaf6 docs: fix incorrect comments in codegen needs_parenthesis (#5833)
  • c7e7747 fix(prqlc/deps): loosen chrono constraint from 0.4.44 to 0.4 (#5834)
  • 9c37130 ci: cache test-elixir NIF correctly (#5832)
  • 2001e17 chore: bump postcss from 8.5.8 to 8.5.10 in /web/playground (#5828)
  • 648f828 chore: bump postcss from 8.5.3 to 8.5.10 in /web/prql-codemirror-demo (#5829)
  • 8ff3a61 ci: revert test-elixir cache path fix (#5831)
  • fb21618 ci: correct test-elixir cache paths (#5826)
  • 524dbca docs: update stale terminology and fix double negative (#5827)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [prqlc](https://github.com/PRQL/prql) from 0.13.10 to 0.13.12.
- [Release notes](https://github.com/PRQL/prql/releases)
- [Changelog](https://github.com/PRQL/prql/blob/main/CHANGELOG.md)
- [Commits](PRQL/prql@0.13.10...0.13.12)

---
updated-dependencies:
- dependency-name: prqlc
  dependency-version: 0.13.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 28, 2026
@kaspermarstal kaspermarstal merged commit d8706fd into main Apr 30, 2026
16 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/prqlc-0.13.12 branch April 30, 2026 20:17
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant