Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: excessive depth on summarize #1235

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Conversation

eemmiillyy
Copy link
Contributor

This PR gets rid of the Type instantiation is excessively deep and possibly infinite type error on summarize

Resolves #1233

@eemmiillyy eemmiillyy requested a review from a team as a code owner November 1, 2023 13:44
Copy link

changeset-bot bot commented Nov 1, 2023

🦋 Changeset detected

Latest commit: 02f7151

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 9 packages
Name Type
@xata.io/client Patch
@xata.io/cli Patch
@xata.io/codegen Patch
@xata.io/plugin-client-cache Patch
@xata.io/plugin-client-cloudflare Patch
@xata.io/drizzle Patch
@xata.io/kysely Patch
@xata.io/netlify Patch
@xata.io/plugin-client-opentelemetry Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Nov 1, 2023

Your pull request has been published to npm.

You can install @xata.io/client by running:

npm install @xata.io/[email protected]

Other packages are published like this:

npm install @xata.io/[email protected]

To test the CLI, run:

npx @xata.io/[email protected]

Copy link
Contributor

github-actions bot commented Nov 1, 2023

size-limit report 📦

Path Size
packages/client/dist/index.mjs 17.97 KB (0%)
packages/client/dist/index.cjs 19.32 KB (0%)
packages/codegen/dist/index.mjs 2.58 MB (0%)
packages/codegen/dist/index.cjs 2.58 MB (0%)

@SferaDev SferaDev added this pull request to the merge queue Nov 2, 2023
Merged via the queue into main with commit 19c5dd4 Nov 2, 2023
6 checks passed
@SferaDev SferaDev deleted the fix/excessive-depth-summarize branch November 2, 2023 07:21
@xata-bot xata-bot mentioned this pull request Nov 2, 2023
SferaDev pushed a commit that referenced this pull request Nov 6, 2023
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.

Summarize: Type instantiation is excessively deep and possibly infinite.
2 participants