Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2025

Updates the requirements on squawk-cli to permit the latest version.

Release notes

Sourced from squawk-cli's releases.

Postgres 19 Syntax Support & More Goto Def Support

Added

  • parser: add support for postgres 19's partition merge, partition split, and more. (#754)
  • parser: handle missing exprs in case expr (#749)
  • ide: goto def with table stmt (#748)
  • ide: support set search_path (#747)

Internal

Changelog

Sourced from squawk-cli's changelog.

v2.34.0 - 2025-12-22

Added

  • parser: add support for postgres 19's partition merge, partition split, and more. (#754)
  • parser: handle missing exprs in case expr (#749)
  • ide: goto def with table stmt (#748)
  • ide: support set search_path (#747)

Internal

v2.33.2 - 2025-12-16

Fixed

  • ci: try to fix npm trusted publishing (#742)

v2.33.1 - 2025-12-16

Fixed

  • ci: npm trusted publishing (#741)

v2.33.0 - 2025-12-16

Added

  • ide: goto def create temp table (#737)

  • ide: basic goto def for create table/drop table (#736)

  • ide: goto def on begin/commit/rollback (#734)

  • ide: quote & unquote identifiers (#733)

  • ide: add table <-> select rewrites (#728)

  • ide: string rewrites (#725)

  • parser: update grammar & ast (#727)

  • use npm trusted publishing (#724). Thanks @​chdsbd!

Fixed

  • linter: fix false positive with create temp table t() on commit drop; (#739)
  • parser: fix reindex parsing (#726)

v2.32.0 - 2025-12-04

Fixed

  • parser: fixed issue parsing some insert's with selects and conflict clauses (#720, #721, #722).

... (truncated)

Commits
  • c69c76d release: 2.34.0 (#759)
  • 43595a6 infra: rename download regression suite to sync regression suite (#757)
  • 70584ec infra: download regression tests speed up (#756)
  • cd4f162 parser: move regression suite files to postgres dir (#755)
  • 4d7a4aa parser: update regression suite to latest & fix pg19 issues (#754)
  • d6297af syntax: use annotate-snippets in tests (#753)
  • 0aa56e5 linter: use annotate-snippets for lint error tests (#752)
  • e01c2b0 parser: use annotate-snippets in parser errors (#751)
  • badfde1 parser: cleanup dupe b_expr funcs (#750)
  • ed79308 parser: cleanup expr parsing error handling
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [squawk-cli](https://github.com/sbdchd/squawk) to permit the latest version.
- [Release notes](https://github.com/sbdchd/squawk/releases)
- [Changelog](https://github.com/sbdchd/squawk/blob/master/CHANGELOG.md)
- [Commits](sbdchd/squawk@v2.33.2...v2.34.0)

---
updated-dependencies:
- dependency-name: squawk-cli
  dependency-version: 2.34.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 23, 2025
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