Skip to content

Commit

Permalink
fix(deps): update module entgo.io/ent to v0.13.1 (#182)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [entgo.io/ent](https://togithub.com/ent/ent) | `v0.12.4` -> `v0.13.1`
|
[![age](https://developer.mend.io/api/mc/badges/age/go/entgo.io%2fent/v0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/entgo.io%2fent/v0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/entgo.io%2fent/v0.12.4/v0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/entgo.io%2fent/v0.12.4/v0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ent/ent (entgo.io/ent)</summary>

### [`v0.13.1`](https://togithub.com/ent/ent/compare/v0.13.0...v0.13.1)

[Compare Source](https://togithub.com/ent/ent/compare/v0.13.0...v0.13.1)

### [`v0.13.0`](https://togithub.com/ent/ent/compare/v0.12.5...v0.13.0)

[Compare Source](https://togithub.com/ent/ent/compare/v0.12.5...v0.13.0)

### [`v0.12.5`](https://togithub.com/ent/ent/releases/tag/v0.12.5)

[Compare Source](https://togithub.com/ent/ent/compare/v0.12.4...v0.12.5)

#### What's Changed

- doc: fix typos in paging.md by [@&#8203;a8m](https://togithub.com/a8m)
in
[https://github.com/ent/ent/pull/3458](https://togithub.com/ent/ent/pull/3458)
- entsql: added OnDelete annotation by
[@&#8203;giautm](https://togithub.com/giautm) in
[https://github.com/ent/ent/pull/3459](https://togithub.com/ent/ent/pull/3459)
- doc/md: update doc for OnDelete annotation by
[@&#8203;giautm](https://togithub.com/giautm) in
[https://github.com/ent/ent/pull/3460](https://togithub.com/ent/ent/pull/3460)
- entc/gen: avoid ambiguous column names when joining the same table by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3461](https://togithub.com/ent/ent/pull/3461)
- entc/gen: rename <type>.Order to <type>.OrderOption by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3468](https://togithub.com/ent/ent/pull/3468)
- dialect/sql: skip formatting qualified columns by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3469](https://togithub.com/ent/ent/pull/3469)
- dialect/sql/sqlgraph: allow query edge fields with alias by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3470](https://togithub.com/ent/ent/pull/3470)
- dialect/sql: add method for finding selection occurrences in queries
by [@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3473](https://togithub.com/ent/ent/pull/3473)
- doc: add entgql edge ordering by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3482](https://togithub.com/ent/ent/pull/3482)
- cmd/ent: hide the --idtype flag from generate command by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3490](https://togithub.com/ent/ent/pull/3490)
- dialect/sql/sqlgraph: replace id IN with EXISTS for HasNeighbors
predicates by [@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3492](https://togithub.com/ent/ent/pull/3492)
- .github/workflow: added atlas-ci for examples by
[@&#8203;giautm](https://togithub.com/giautm) in
[https://github.com/ent/ent/pull/3496](https://togithub.com/ent/ent/pull/3496)
- entc/gen: load referenced foreign-keys on eager-loading by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3497](https://togithub.com/ent/ent/pull/3497)
- entc/gen: remove unnecessary type arguments by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3503](https://togithub.com/ent/ent/pull/3503)
- doc/md/ci: fix broken link for ent/contrib/ci action's repo by
[@&#8203;Arthur1](https://togithub.com/Arthur1) in
[https://github.com/ent/ent/pull/3504](https://togithub.com/ent/ent/pull/3504)
- doc/md: edge ordering is supported by
[@&#8203;masseelch](https://togithub.com/masseelch) in
[https://github.com/ent/ent/pull/3506](https://togithub.com/ent/ent/pull/3506)
- entc/gen/template: fix intercept package imports by
[@&#8203;masseelch](https://togithub.com/masseelch) in
[https://github.com/ent/ent/pull/3507](https://togithub.com/ent/ent/pull/3507)
- doc: add schema inspection to getting-started page by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3510](https://togithub.com/ent/ent/pull/3510)
- entc/load: report 'go mod' errors on schema loading by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3511](https://togithub.com/ent/ent/pull/3511)
- .github/workflow: sync action by
[@&#8203;giautm](https://togithub.com/giautm) in
[https://github.com/ent/ent/pull/3513](https://togithub.com/ent/ent/pull/3513)
- dialect/sql/schema: allow ariga.io/atlas schema diff to be extended by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3514](https://togithub.com/ent/ent/pull/3514)
- dialect/sql/schema: support passing schema diff options by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3516](https://togithub.com/ent/ent/pull/3516)
- dialect/sql: add OrderByRand option by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3518](https://togithub.com/ent/ent/pull/3518)
- ent/privacy: move some of the generated privacy helpers to ent/privacy
by [@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3527](https://togithub.com/ent/ent/pull/3527)
- entc/gen: avoid conflict between order by edge-count and fields end
with \_count by [@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3534](https://togithub.com/ent/ent/pull/3534)
- Fix typo in docs by [@&#8203;jibbolo](https://togithub.com/jibbolo) in
[https://github.com/ent/ent/pull/3539](https://togithub.com/ent/ent/pull/3539)
- dialect/sql: expose the underlying builder of UpdateSet by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3541](https://togithub.com/ent/ent/pull/3541)
- Fix go install instruction for atlas by
[@&#8203;toshi0607](https://togithub.com/toshi0607) in
[https://github.com/ent/ent/pull/3526](https://togithub.com/ent/ent/pull/3526)
- entc/gen: fix conflicts between fields named 'op' and Mutation.Op by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3550](https://togithub.com/ent/ent/pull/3550)
- ent: document ent.Value returned by mutations by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3556](https://togithub.com/ent/ent/pull/3556)
- entc/gen: avoid conflict between package and receiver names by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3563](https://togithub.com/ent/ent/pull/3563)
- dialect/sql/sqljson: inline boolean values by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3570](https://togithub.com/ent/ent/pull/3570)
- schema/fields: validate for slices builder by
[@&#8203;masseelch](https://togithub.com/masseelch) in
[https://github.com/ent/ent/pull/3566](https://togithub.com/ent/ent/pull/3566)
- entc/gen: quote index annotations in generated schemas by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3578](https://togithub.com/ent/ent/pull/3578)
- entc/gen: allow naming ent/schemas as builder by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3593](https://togithub.com/ent/ent/pull/3593)
- entc/integration: add missing license header by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3594](https://togithub.com/ent/ent/pull/3594)
- dialect/sql/sqlgraph: expose standard modifier to eager-load N
neighbors by [@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3603](https://togithub.com/ent/ent/pull/3603)
- .github: bump go version by [@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3609](https://togithub.com/ent/ent/pull/3609)
- go: update ariga.io/atlas to latest version by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3610](https://togithub.com/ent/ent/pull/3610)
- dialect/sql: support capturing predicates in selectors by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3612](https://togithub.com/ent/ent/pull/3612)
- dialect/sql: add predicate to check hasprefix between columns/fields
by [@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3614](https://togithub.com/ent/ent/pull/3614)
- doc/md: fix edge.Annotations method name typo by
[@&#8203;Mozuha](https://togithub.com/Mozuha) in
[https://github.com/ent/ent/pull/3618](https://togithub.com/ent/ent/pull/3618)
- doc: fix new project instructions in tutorial-setup.md by
[@&#8203;vijal-patel](https://togithub.com/vijal-patel) in
[https://github.com/ent/ent/pull/3622](https://togithub.com/ent/ent/pull/3622)
- entc/gen: allow catching nested tx attempt with errors.Is by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3636](https://togithub.com/ent/ent/pull/3636)
- Remove useless wording by
[@&#8203;willfaught](https://togithub.com/willfaught) in
[https://github.com/ent/ent/pull/3640](https://togithub.com/ent/ent/pull/3640)
- mark field as cleared when clearing edges by
[@&#8203;yasser-sobhy](https://togithub.com/yasser-sobhy) in
[https://github.com/ent/ent/pull/3651](https://togithub.com/ent/ent/pull/3651)
- dialect/sql/schema: allow only table creation modification in
automatic schema planning by [@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3660](https://togithub.com/ent/ent/pull/3660)
- doc/website/blog: vis with atlas by
[@&#8203;rotemtam](https://togithub.com/rotemtam) in
[https://github.com/ent/ent/pull/3688](https://togithub.com/ent/ent/pull/3688)
- entc/gen: add support for MapBulkCreate by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3696](https://togithub.com/ent/ent/pull/3696)
- Feat: added nil checks to sqlgraph constraint errors by
[@&#8203;lucvankessel](https://togithub.com/lucvankessel) in
[https://github.com/ent/ent/pull/3701](https://togithub.com/ent/ent/pull/3701)
- Update 2022-05-09-versioned-migrations-sum-file.md by
[@&#8203;gedalyah-ariga](https://togithub.com/gedalyah-ariga) in
[https://github.com/ent/ent/pull/3685](https://togithub.com/ent/ent/pull/3685)
- doc/ci - removed a reference to a hard coded go version by
[@&#8203;dorav](https://togithub.com/dorav) in
[https://github.com/ent/ent/pull/3732](https://togithub.com/ent/ent/pull/3732)
- go: update ariga.io/atlas to latest version by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3751](https://togithub.com/ent/ent/pull/3751)
- doc/website: visualize ent/schema as erd by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3758](https://togithub.com/ent/ent/pull/3758)
- doc/md: fix custom predicate example by
[@&#8203;masseelch](https://togithub.com/masseelch) in
[https://github.com/ent/ent/pull/3764](https://togithub.com/ent/ent/pull/3764)
- Fix example in docs/crud/#create-many by
[@&#8203;adamzapasnik](https://togithub.com/adamzapasnik) in
[https://github.com/ent/ent/pull/3770](https://togithub.com/ent/ent/pull/3770)
- entc/gen: nillable update setters for non-optional fields by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3788](https://togithub.com/ent/ent/pull/3788)
- dialect/entsql: add helper function for creating table annotation by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3816](https://togithub.com/ent/ent/pull/3816)
- doc/md: drop v10 support and add v15 for PostgreSQL by
[@&#8203;oinume](https://togithub.com/oinume) in
[https://github.com/ent/ent/pull/3806](https://togithub.com/ent/ent/pull/3806)
- dialect/entsql: add schema to package annotation by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3817](https://togithub.com/ent/ent/pull/3817)
- dialect/sql/schema: add table schema by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3818](https://togithub.com/ent/ent/pull/3818)
- dialect/atlas: initial work for multi-schema migration using atlas by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3821](https://togithub.com/ent/ent/pull/3821)
- doc: add multi-schema migrations using atlas by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3825](https://togithub.com/ent/ent/pull/3825)

**Full Changelog**: ent/ent@v0.12.0...v0.12.5

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/infratographer/x).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent f8fd7a4 commit f58211f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.8

require (
entgo.io/contrib v0.4.5
entgo.io/ent v0.12.4
entgo.io/ent v0.13.1
github.com/99designs/gqlgen v0.17.45
github.com/MicahParks/keyfunc/v2 v2.1.0
github.com/XSAM/otelsql v0.29.0
Expand Down Expand Up @@ -52,7 +52,7 @@ require (
)

require (
ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 // indirect
ariga.io/atlas v0.19.1-0.20240203083654-5948b60a8e43 // indirect
dario.cat/mergo v1.0.0 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 h1:JnYs/y8RJ3+MiIUp+3RgyyeO48VHLAZimqiaZYnMKk8=
ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935/go.mod h1:isZrlzJ5cpoCoKFoY9knZug7Lq4pP1cm8g3XciLZ0Pw=
ariga.io/atlas v0.19.1-0.20240203083654-5948b60a8e43 h1:GwdJbXydHCYPedeeLt4x/lrlIISQ4JTH1mRWuE5ZZ14=
ariga.io/atlas v0.19.1-0.20240203083654-5948b60a8e43/go.mod h1:uj3pm+hUTVN/X5yfdBexHlZv+1Xu5u5ZbZx7+CDavNU=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=
Expand Down Expand Up @@ -42,8 +42,8 @@ dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
entgo.io/contrib v0.4.5 h1:BFaOHwFLE8WZjVJadP0XHCIaxgcC1BAtUvAyw7M/GHk=
entgo.io/contrib v0.4.5/go.mod h1:wpZyq2DJgthugFvDBlaqMXj9mV4/9ebyGEn7xlTVQqE=
entgo.io/ent v0.12.4 h1:LddPnAyxls/O7DTXZvUGDj0NZIdGSu317+aoNLJWbD8=
entgo.io/ent v0.12.4/go.mod h1:Y3JVAjtlIk8xVZYSn3t3mf8xlZIn5SAOXZQxD6kKI+Q=
entgo.io/ent v0.13.1 h1:uD8QwN1h6SNphdCCzmkMN3feSUzNnVvV/WIkHKMbzOE=
entgo.io/ent v0.13.1/go.mod h1:qCEmo+biw3ccBn9OyL4ZK5dfpwg++l1Gxwac5B1206A=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/99designs/gqlgen v0.17.45 h1:bH0AH67vIJo8JKNKPJP+pOPpQhZeuVRQLf53dKIpDik=
Expand Down

0 comments on commit f58211f

Please sign in to comment.