-
Notifications
You must be signed in to change notification settings - Fork 0
Commit c736913
authored
Update dependency postgraphile to v4.14.0 (#155)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [postgraphile](https://www.graphile.org/postgraphile/)
([source](https://redirect.github.com/graphile/postgraphile)) |
[`4.13.0` ->
`4.14.0`](https://renovatebot.com/diffs/npm/postgraphile/4.13.0/4.14.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>graphile/postgraphile (postgraphile)</summary>
###
[`v4.14.0`](https://redirect.github.com/graphile/crystal/releases/tag/v4.14.0)
[Compare
Source](https://redirect.github.com/graphile/postgraphile/compare/v4.13.0...v4.14.0)
### **PostGraphile V5 beta is here!**
Find out more:
- [V5 beta release
announcement](https://dev.to/graphile/postgraphile-v5-public-beta-get-involved-1lg9)
- [Introduction to V5 blog post
series](https://dev.to/benjie/series/23459)
- New dedicated documentation website:
[postgraphile.org](https://postgraphile.org)
Also check out [Benjie's GraphQLConf talk on
Grafast](https://youtu.be/4ao-zjiOGx8), the new technology that forms
the heart of PostGraphile V5:
[](https://youtu.be/4ao-zjiOGx8)
### V4.14.0
We're not anticipating adding any more features to PostGraphile V4, so
this is likely the last minor release (patch releases may still occur if
there are bugs). Should you need things that V4 cannot give you, such as
support for newer GraphQL.js versions, please consider moving to
PostGraphile V5.
Changes in this release:
- `extendedFormatError` is now exported, so you can use it in your own
`handleErrors` callback should you so desire (thanks
[@​arcanis](https://redirect.github.com/arcanis))
- `--use-partitioned-parent` / `usePartitionedParent: true` option now
exists so that if you're using PostgreSQL partitions you can expose the
"parent" of the partition rather than the individual partitions. This is
recommended for everyone using partitions, but cannot be enabled by
default as it would be a breaking change. (thanks to
[@​msjonker](https://redirect.github.com/msjonker))
- It's now possible to use enum tables as arguments to functions via
PostgreSQL domains (thanks to
[@​tsnobip](https://redirect.github.com/tsnobip) and
[@​ben-pr-p](https://redirect.github.com/ben-pr-p))
- Fixes a bug where purely polymorphic types are not added to the schema
if not referenced directly (thanks
[@​mgagliardo91](https://redirect.github.com/mgagliardo91))
- Adds option to immediately get a result from simple subscriptions via
`Subscription.listen(initialEvent: Boolean! = false)` argument (thanks
[@​ol-teuto](https://redirect.github.com/ol-teuto))
- Hopeful performance boost for people using `makeExtendSchemaPlugin`
thanks to using `useAsterisk` in more places
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/BSStudio/bss-web-graphql-backend).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 928704d commit c736913Copy full SHA for c736913
File tree
Expand file treeCollapse file tree
2 files changed
+48
-304
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+48
-304
lines changed
0 commit comments