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

Bump groqd from 0.15.12 to 1.0.9 #415

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps groqd from 0.15.12 to 1.0.9.

Release notes

Sourced from groqd's releases.

[email protected]

Patch Changes

  • Improves several pipe-able methods, like .order, .score, and .filter (#347)

    • These methods can now come after a projection with validation (eg. .project(...).score(...).order(...).filter(...)
    • The .order now supports deep selectors. E.g. .order("slug.current asc")

[email protected]

Patch Changes

  • Improved Projection Paths (#344)
    • This is used by .filterBy(...), .field(...), and .project(...)
    • Projection paths now supports deeper selectors, like "images[].hotspot.x"
    • Projection paths now supports optional fields, like "image.asset"
    • Projection paths has proper return types for these types, eg. "images[].hotspot.x": null | Array<null | number>

[email protected]

Patch Changes

  • Added: score and scoreRaw functions (#340) Added: filterRaw function Deprecated: filter function; renamed to filterRaw to indicate that it's not type-checked

[email protected]

Patch Changes

  • Improves types for deref for certain queries (#335)

[email protected]

Patch Changes

  • Fixed: .slice(number) returns a nullable result (#331) Added: .notNull() utility Updated: .nullable() utility to not be chainable Updated: require a redundant: true parameter for nullable and notNull Added: InvalidQueryError is thrown for all invalid queries detected

    Fixes #268

[email protected]

Patch Changes

  • Fix: ensure filter can be chained after a deref (#329) Fixes #323

[email protected]

Patch Changes

  • Chore: improved error messages for project to make them more helpful (#326)

... (truncated)

Commits

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 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)

Bumps [groqd](https://github.com/FormidableLabs/groqd) from 0.15.12 to 1.0.9.
- [Release notes](https://github.com/FormidableLabs/groqd/releases)
- [Commits](https://github.com/FormidableLabs/groqd/compare/[email protected]@1.0.9)

---
updated-dependencies:
- dependency-name: groqd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
@dependabot dependabot bot requested a review from a team February 17, 2025 11:30
Copy link

vercel bot commented Feb 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fluid ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 17, 2025 11:34am
fluid-j4v9 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 17, 2025 11:34am

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants