Skip to content

Commit

Permalink
fix(deps): update module entgo.io/ent to v0.14.0 (#252)
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.13.1` -> `v0.14.0`
|
[![age](https://developer.mend.io/api/mc/badges/age/go/entgo.io%2fent/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/entgo.io%2fent/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/entgo.io%2fent/v0.13.1/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/entgo.io%2fent/v0.13.1/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#### What's Changed

- ent: support schema views by [@&#8203;a8m](https://togithub.com/a8m)
in
[https://github.com/ent/ent/pull/4157](https://togithub.com/ent/ent/pull/4157)
- dialect/entsql: add Skip annotation by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4156](https://togithub.com/ent/ent/pull/4156)
- examples/migration: add column with default value by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3960](https://togithub.com/ent/ent/pull/3960)
- Update data-migrations.mdx by
[@&#8203;max-yue](https://togithub.com/max-yue) in
[https://github.com/ent/ent/pull/3973](https://togithub.com/ent/ent/pull/3973)
- example/ent: add example for adding enums not at the end by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/3980](https://togithub.com/ent/ent/pull/3980)
- chore: fix function names by
[@&#8203;sunxunle](https://togithub.com/sunxunle) in
[https://github.com/ent/ent/pull/3979](https://togithub.com/ent/ent/pull/3979)
- doc/md: fix some broken links caused by trailing slash by
[@&#8203;luantranminh](https://togithub.com/luantranminh) in
[https://github.com/ent/ent/pull/3990](https://togithub.com/ent/ent/pull/3990)
- ent: export all generated query operations by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4001](https://togithub.com/ent/ent/pull/4001)
- entc/gen: use query ops in generated code by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4005](https://togithub.com/ent/ent/pull/4005)
- build(deps): bump golangci/golangci-lint-action from 3 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/ent/ent/pull/4033](https://togithub.com/ent/ent/pull/4033)
- Update predicates.md by
[@&#8203;max-yue](https://togithub.com/max-yue) in
[https://github.com/ent/ent/pull/3970](https://togithub.com/ent/ent/pull/3970)
- doc/website: add skiptx option to graphql by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4042](https://togithub.com/ent/ent/pull/4042)
- dialect/sql/sqlgraph: replace IN with EXISTS in HasNeighbors/With
predicates by [@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4060](https://togithub.com/ent/ent/pull/4060)
- entc/gen: add SetID to predefined mutation methods by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4061](https://togithub.com/ent/ent/pull/4061)
- entc/gen: fix conflict between set_id edge field and mutation fields
by [@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4062](https://togithub.com/ent/ent/pull/4062)
- schema/field: add support for ValueScanner on field.Bytes() by
[@&#8203;masseelch](https://togithub.com/masseelch) in
[https://github.com/ent/ent/pull/4067](https://togithub.com/ent/ent/pull/4067)
- entc/gen/template: improve goimports time by adding missing imports by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4103](https://togithub.com/ent/ent/pull/4103)
- entc/gen: concurrent gofmt by [@&#8203;a8m](https://togithub.com/a8m)
in
[https://github.com/ent/ent/pull/4104](https://togithub.com/ent/ent/pull/4104)
- schema/field: support annotating fields as deprecated by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4132](https://togithub.com/ent/ent/pull/4132)
- doc: explain how to use domain types properly by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4134](https://togithub.com/ent/ent/pull/4134)
- doc/website: fix ui build by [@&#8203;a8m](https://togithub.com/a8m)
in
[https://github.com/ent/ent/pull/4135](https://togithub.com/ent/ent/pull/4135)
- doc: explain how to use composite types properly by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4136](https://togithub.com/ent/ent/pull/4136)
- doc: explain how to use enum types properly by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4137](https://togithub.com/ent/ent/pull/4137)
- doc: explain how to use triggers in migrations by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4138](https://togithub.com/ent/ent/pull/4138)
- doc: explain how to use extensions in migrations by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4140](https://togithub.com/ent/ent/pull/4140)
- doc: explain how to use policies in migrations by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4141](https://togithub.com/ent/ent/pull/4141)
- doc: minor fixes to rls page by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4142](https://togithub.com/ent/ent/pull/4142)
- doc/md: update enum doc by
[@&#8203;hilakashai](https://togithub.com/hilakashai) in
[https://github.com/ent/ent/pull/4145](https://togithub.com/ent/ent/pull/4145)
- doc: update project description by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4146](https://togithub.com/ent/ent/pull/4146)
- update go doc to match the method name by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[https://github.com/ent/ent/pull/4083](https://togithub.com/ent/ent/pull/4083)
- doc: explain how to use functional indexes in migrations by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4149](https://togithub.com/ent/ent/pull/4149)
- doc: explain how to use functional indexes in migrations by
[@&#8203;a8m](https://togithub.com/a8m) in
[https://github.com/ent/ent/pull/4150](https://togithub.com/ent/ent/pull/4150)
- Getting Started MDX Improvements by
[@&#8203;marakomer](https://togithub.com/marakomer) in
[https://github.com/ent/ent/pull/4151](https://togithub.com/ent/ent/pull/4151)

#### New Contributors

- [@&#8203;max-yue](https://togithub.com/max-yue) made their first
contribution in
[https://github.com/ent/ent/pull/3973](https://togithub.com/ent/ent/pull/3973)
- [@&#8203;sunxunle](https://togithub.com/sunxunle) made their first
contribution in
[https://github.com/ent/ent/pull/3979](https://togithub.com/ent/ent/pull/3979)
- [@&#8203;luantranminh](https://togithub.com/luantranminh) made their
first contribution in
[https://github.com/ent/ent/pull/3990](https://togithub.com/ent/ent/pull/3990)
- [@&#8203;cpanato](https://togithub.com/cpanato) made their first
contribution in
[https://github.com/ent/ent/pull/4083](https://togithub.com/ent/ent/pull/4083)
- [@&#8203;marakomer](https://togithub.com/marakomer) made their first
contribution in
[https://github.com/ent/ent/pull/4151](https://togithub.com/ent/ent/pull/4151)

**Full Changelog**: ent/ent@v0.13.1...v0.14.0

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/infratographer/x).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 0872d36 commit b41e6db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.6

require (
entgo.io/contrib v0.4.5
entgo.io/ent v0.13.1
entgo.io/ent v0.14.0
github.com/99designs/gqlgen v0.17.49
github.com/MicahParks/jwkset v0.5.18
github.com/MicahParks/keyfunc/v3 v3.3.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
entgo.io/contrib v0.4.5 h1:BFaOHwFLE8WZjVJadP0XHCIaxgcC1BAtUvAyw7M/GHk=
entgo.io/contrib v0.4.5/go.mod h1:wpZyq2DJgthugFvDBlaqMXj9mV4/9ebyGEn7xlTVQqE=
entgo.io/ent v0.13.1 h1:uD8QwN1h6SNphdCCzmkMN3feSUzNnVvV/WIkHKMbzOE=
entgo.io/ent v0.13.1/go.mod h1:qCEmo+biw3ccBn9OyL4ZK5dfpwg++l1Gxwac5B1206A=
entgo.io/ent v0.14.0 h1:EO3Z9aZ5bXJatJeGqu/EVdnNr6K4mRq3rWe5owt0MC4=
entgo.io/ent v0.14.0/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.49 h1:b3hNGexHd33fBSAd4NDT/c3NCcQzcAVkknhN9ym36YQ=
Expand Down

0 comments on commit b41e6db

Please sign in to comment.