Skip to content

Version Packages#45

Merged
noxify merged 1 commit into
mainfrom
tegami/version-packages
Jul 24, 2026
Merged

Version Packages#45
noxify merged 1 commit into
mainfrom
tegami/version-packages

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Summary

All bumped packages.

Package From To
@lakeql/file-generator 0.1.12 0.2.0
@lakeql/query-builder 0.1.5 0.2.0
@lakeql/trino-client 0.4.1 0.5.0
docs 0.1.0 0.1.1
@lakeql/adapters 0.6.1 0.6.2
@lakeql/api 0.3.1 0.3.2
@lakeql/cli 0.7.6 0.7.7
@lakeql/column-parser 0.1.5 0.1.6
@lakeql/create-app 0.2.6 0.2.7
@lakeql/helpers 0.1.6 0.1.7
@lakeql/logger 0.2.2 0.2.3
@lakeql/parquet 0.2.4 0.2.5
@lakeql/response-transformer 0.1.6 0.1.7
@lakeql/schema-generator 0.4.5 0.4.6
lakeql-app 0.0.1 0.0.2

Changelogs

2026-07-23-f8da3f7b.md

Show Bumped Packages (13)
Package Bump
npm:@lakeql/adapters patch
npm:@lakeql/api patch
npm:@lakeql/cli patch
npm:@lakeql/column-parser patch
npm:@lakeql/create-app patch
npm:@lakeql/file-generator patch
npm:@lakeql/helpers patch
npm:@lakeql/logger patch
npm:@lakeql/parquet patch
npm:@lakeql/query-builder patch
npm:@lakeql/response-transformer patch
npm:@lakeql/schema-generator patch
npm:@lakeql/trino-client patch

Migrate release tooling from Changesets to Tegami

Replaced Changesets with Tegami for versioning and publishing.

Update dependencies

Updated all dependencies to their latest versions.

2026-07-24-968a0f1c.md

Show Bumped Packages (2)
Package Bump
npm:@lakeql/file-generator minor
npm:@lakeql/query-builder minor

Refactor getSelectFields to use props interface

getSelectFields now accepts a single GetSelectFieldProps object instead of positional arguments. The generated code from the file-generator is updated accordingly.

// Before
getSelectFields(info, true)

// After
getSelectFields({ graphqlInfo: info, withNodes: true })

2026-07-24-3227d086.md

Show Bumped Packages (1)
Package Bump
npm:@lakeql/trino-client minor

Rename generic type parameter <T> to <TRow>

Renamed the generic type parameter across TrinoClient methods, QueryResult, and QueryProps from <T> to <TRow> for clarity.

Add JSDoc documentation to error classes

All error classes (TrinoClientError, TrinoQueryError, TrinoTimeoutError, TrinoCancellationError) now have documented constructor parameters.

Publish

The following packages will be published if merged:

Package Version Registry
@lakeql/adapters 0.6.2 npm
@lakeql/api 0.3.2 npm
@lakeql/cli 0.7.7 npm
@lakeql/column-parser 0.1.6 npm
@lakeql/create-app 0.2.7 npm
@lakeql/file-generator 0.2.0 npm
@lakeql/helpers 0.1.7 npm
@lakeql/logger 0.2.3 npm
@lakeql/parquet 0.2.5 npm
@lakeql/query-builder 0.2.0 npm
@lakeql/response-transformer 0.1.7 npm
@lakeql/schema-generator 0.4.6 npm
@lakeql/trino-client 0.5.0 npm

@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lakeql-docs Ready Ready Preview, Comment Jul 24, 2026 9:26am

@pkg-pr-new

pkg-pr-new Bot commented Jul 24, 2026

Copy link
Copy Markdown

Open in StackBlitz

@lakeql/adapters

pnpm add https://pkg.pr.new/@lakeql/adapters@1e7fcc7

@lakeql/api

pnpm add https://pkg.pr.new/@lakeql/api@1e7fcc7

@lakeql/cli

pnpm add https://pkg.pr.new/@lakeql/cli@1e7fcc7

@lakeql/column-parser

pnpm add https://pkg.pr.new/@lakeql/column-parser@1e7fcc7

@lakeql/create-app

pnpm add https://pkg.pr.new/@lakeql/create-app@1e7fcc7

@lakeql/file-generator

pnpm add https://pkg.pr.new/@lakeql/file-generator@1e7fcc7

@lakeql/helpers

pnpm add https://pkg.pr.new/@lakeql/helpers@1e7fcc7

@lakeql/logger

pnpm add https://pkg.pr.new/@lakeql/logger@1e7fcc7

@lakeql/parquet

pnpm add https://pkg.pr.new/@lakeql/parquet@1e7fcc7

@lakeql/query-builder

pnpm add https://pkg.pr.new/@lakeql/query-builder@1e7fcc7

@lakeql/response-transformer

pnpm add https://pkg.pr.new/@lakeql/response-transformer@1e7fcc7

@lakeql/schema-generator

pnpm add https://pkg.pr.new/@lakeql/schema-generator@1e7fcc7

@lakeql/trino-client

pnpm add https://pkg.pr.new/@lakeql/trino-client@1e7fcc7

commit: 1e7fcc7

@noxify
noxify merged commit 42f4ee5 into main Jul 24, 2026
12 checks passed
@noxify
noxify deleted the tegami/version-packages branch July 24, 2026 09:26
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