h3mmy / bloopyboi

Golang app that can act as a discord bot.
Apache License 2.0
0 stars 87 forks source link

fix(deps): update module entgo.io/ent to v0.14.0 #401

Open bloopy-boi[bot] opened 3 months ago

bloopy-boi[bot] commented 3 months ago

This PR contains the following updates:

Package Type Update Change
entgo.io/ent require minor v0.13.1 -> v0.14.0

Release Notes

ent/ent (entgo.io/ent) ### [`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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ent/ent/pull/4033](https://togithub.com/ent/ent/pull/4033) - Update predicates.md by [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​marakomer](https://togithub.com/marakomer) in [https://github.com/ent/ent/pull/4151](https://togithub.com/ent/ent/pull/4151) #### New Contributors - [@​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) - [@​sunxunle](https://togithub.com/sunxunle) made their first contribution in [https://github.com/ent/ent/pull/3979](https://togithub.com/ent/ent/pull/3979) - [@​luantranminh](https://togithub.com/luantranminh) made their first contribution in [https://github.com/ent/ent/pull/3990](https://togithub.com/ent/ent/pull/3990) - [@​cpanato](https://togithub.com/cpanato) made their first contribution in [https://github.com/ent/ent/pull/4083](https://togithub.com/ent/ent/pull/4083) - [@​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**: https://github.com/ent/ent/compare/v0.13.1...v0.14.0

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.



This PR has been generated by Renovate Bot.

bloopy-boi[bot] commented 3 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.