Open renovate[bot] opened 1 year ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.49%. Comparing base (
6f95374
) to head (8134af1
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
go
directive was updated for compatibility reasonsDetails:
Package | Change |
---|---|
go |
1.20 -> 1.23.0 |
ariga.io/atlas |
v0.12.0 -> v0.19.1-0.20240203083654-5948b60a8e43 |
github.com/google/go-cmp |
v0.5.9 -> v0.6.0 |
golang.org/x/mod |
v0.10.0 -> v0.20.0 |
golang.org/x/sync |
v0.3.0 -> v0.8.0 |
golang.org/x/sys |
v0.10.0 -> v0.23.0 |
golang.org/x/text |
v0.11.0 -> v0.13.0 |
This PR contains the following updates:
v0.12.3
->v0.14.1
Release Notes
ent/ent (entgo.io/ent)
### [`v0.14.1`](https://redirect.github.com/ent/ent/compare/v0.14.0...v0.14.1) [Compare Source](https://redirect.github.com/ent/ent/compare/v0.14.0...v0.14.1) ### [`v0.14.0`](https://redirect.github.com/ent/ent/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/ent/ent/compare/v0.13.1...v0.14.0) #### What's Changed - ent: support schema views by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4157](https://redirect.github.com/ent/ent/pull/4157) - dialect/entsql: add Skip annotation by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4156](https://redirect.github.com/ent/ent/pull/4156) - examples/migration: add column with default value by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/3960](https://redirect.github.com/ent/ent/pull/3960) - Update data-migrations.mdx by [@max-yue](https://redirect.github.com/max-yue) in [https://github.com/ent/ent/pull/3973](https://redirect.github.com/ent/ent/pull/3973) - example/ent: add example for adding enums not at the end by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/3980](https://redirect.github.com/ent/ent/pull/3980) - chore: fix function names by [@sunxunle](https://redirect.github.com/sunxunle) in [https://github.com/ent/ent/pull/3979](https://redirect.github.com/ent/ent/pull/3979) - doc/md: fix some broken links caused by trailing slash by [@luantranminh](https://redirect.github.com/luantranminh) in [https://github.com/ent/ent/pull/3990](https://redirect.github.com/ent/ent/pull/3990) - ent: export all generated query operations by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4001](https://redirect.github.com/ent/ent/pull/4001) - entc/gen: use query ops in generated code by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4005](https://redirect.github.com/ent/ent/pull/4005) - build(deps): bump golangci/golangci-lint-action from 3 to 5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/ent/ent/pull/4033](https://redirect.github.com/ent/ent/pull/4033) - Update predicates.md by [@max-yue](https://redirect.github.com/max-yue) in [https://github.com/ent/ent/pull/3970](https://redirect.github.com/ent/ent/pull/3970) - doc/website: add skiptx option to graphql by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4042](https://redirect.github.com/ent/ent/pull/4042) - dialect/sql/sqlgraph: replace IN with EXISTS in HasNeighbors/With predicates by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4060](https://redirect.github.com/ent/ent/pull/4060) - entc/gen: add SetID to predefined mutation methods by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4061](https://redirect.github.com/ent/ent/pull/4061) - entc/gen: fix conflict between set_id edge field and mutation fields by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4062](https://redirect.github.com/ent/ent/pull/4062) - schema/field: add support for ValueScanner on field.Bytes() by [@masseelch](https://redirect.github.com/masseelch) in [https://github.com/ent/ent/pull/4067](https://redirect.github.com/ent/ent/pull/4067) - entc/gen/template: improve goimports time by adding missing imports by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4103](https://redirect.github.com/ent/ent/pull/4103) - entc/gen: concurrent gofmt by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4104](https://redirect.github.com/ent/ent/pull/4104) - schema/field: support annotating fields as deprecated by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4132](https://redirect.github.com/ent/ent/pull/4132) - doc: explain how to use domain types properly by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4134](https://redirect.github.com/ent/ent/pull/4134) - doc/website: fix ui build by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4135](https://redirect.github.com/ent/ent/pull/4135) - doc: explain how to use composite types properly by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4136](https://redirect.github.com/ent/ent/pull/4136) - doc: explain how to use enum types properly by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4137](https://redirect.github.com/ent/ent/pull/4137) - doc: explain how to use triggers in migrations by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4138](https://redirect.github.com/ent/ent/pull/4138) - doc: explain how to use extensions in migrations by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4140](https://redirect.github.com/ent/ent/pull/4140) - doc: explain how to use policies in migrations by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4141](https://redirect.github.com/ent/ent/pull/4141) - doc: minor fixes to rls page by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4142](https://redirect.github.com/ent/ent/pull/4142) - doc/md: update enum doc by [@hilakashai](https://redirect.github.com/hilakashai) in [https://github.com/ent/ent/pull/4145](https://redirect.github.com/ent/ent/pull/4145) - doc: update project description by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4146](https://redirect.github.com/ent/ent/pull/4146) - update go doc to match the method name by [@cpanato](https://redirect.github.com/cpanato) in [https://github.com/ent/ent/pull/4083](https://redirect.github.com/ent/ent/pull/4083) - doc: explain how to use functional indexes in migrations by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4149](https://redirect.github.com/ent/ent/pull/4149) - doc: explain how to use functional indexes in migrations by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/4150](https://redirect.github.com/ent/ent/pull/4150) - Getting Started MDX Improvements by [@marakomer](https://redirect.github.com/marakomer) in [https://github.com/ent/ent/pull/4151](https://redirect.github.com/ent/ent/pull/4151) #### New Contributors - [@max-yue](https://redirect.github.com/max-yue) made their first contribution in [https://github.com/ent/ent/pull/3973](https://redirect.github.com/ent/ent/pull/3973) - [@sunxunle](https://redirect.github.com/sunxunle) made their first contribution in [https://github.com/ent/ent/pull/3979](https://redirect.github.com/ent/ent/pull/3979) - [@luantranminh](https://redirect.github.com/luantranminh) made their first contribution in [https://github.com/ent/ent/pull/3990](https://redirect.github.com/ent/ent/pull/3990) - [@cpanato](https://redirect.github.com/cpanato) made their first contribution in [https://github.com/ent/ent/pull/4083](https://redirect.github.com/ent/ent/pull/4083) - [@marakomer](https://redirect.github.com/marakomer) made their first contribution in [https://github.com/ent/ent/pull/4151](https://redirect.github.com/ent/ent/pull/4151) **Full Changelog**: https://github.com/ent/ent/compare/v0.13.1...v0.14.0 ### [`v0.13.1`](https://redirect.github.com/ent/ent/compare/v0.13.0...v0.13.1) [Compare Source](https://redirect.github.com/ent/ent/compare/v0.13.0...v0.13.1) ### [`v0.13.0`](https://redirect.github.com/ent/ent/compare/v0.12.5...v0.13.0) [Compare Source](https://redirect.github.com/ent/ent/compare/v0.12.5...v0.13.0) ### [`v0.12.5`](https://redirect.github.com/ent/ent/releases/tag/v0.12.5) [Compare Source](https://redirect.github.com/ent/ent/compare/v0.12.4...v0.12.5) #### What's Changed - doc: fix typos in paging.md by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/3458](https://redirect.github.com/ent/ent/pull/3458) - entsql: added OnDelete annotation by [@giautm](https://redirect.github.com/giautm) in [https://github.com/ent/ent/pull/3459](https://redirect.github.com/ent/ent/pull/3459) - doc/md: update doc for OnDelete annotation by [@giautm](https://redirect.github.com/giautm) in [https://github.com/ent/ent/pull/3460](https://redirect.github.com/ent/ent/pull/3460) - entc/gen: avoid ambiguous column names when joining the same table by [@a8m](https://redirect.github.com/a8m) in [https://github.com/ent/ent/pull/3461](https://redirect.github.com/ent/ent/pull/3461) - entc/gen: renameConfiguration
📅 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 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.
This PR was generated by Mend Renovate. View the repository job log.