Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gorm.io/datatypes from 1.1.0 to 1.2.0 #276

Merged
1 commit merged into from
Apr 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2023

Bumps gorm.io/datatypes from 1.1.0 to 1.2.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner April 26, 2023 05:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 26, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/gorm.io/datatypes-1.2.0 branch 2 times, most recently from 29d2e7c to b1ba127 Compare April 26, 2023 13:27
Bumps [gorm.io/datatypes](https://github.com/go-gorm/datatypes) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/go-gorm/datatypes/releases)
- [Commits](go-gorm/datatypes@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: gorm.io/datatypes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@ghost ghost force-pushed the dependabot/go_modules/gorm.io/datatypes-1.2.0 branch from b1ba127 to d7b425a Compare April 26, 2023 14:16
@ghost ghost enabled auto-merge April 26, 2023 14:20
@ghost ghost added this pull request to the merge queue Apr 26, 2023
Merged via the queue into main with commit 9a1090c Apr 26, 2023
@ghost ghost deleted the dependabot/go_modules/gorm.io/datatypes-1.2.0 branch April 26, 2023 14:57
fishkerez pushed a commit that referenced this pull request May 1, 2023
Bumps [gorm.io/datatypes](https://github.com/go-gorm/datatypes) from
1.1.0 to 1.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-gorm/datatypes/commit/88d502b741815a49ee3d9d5f339ee86b8dae6e12"><code>88d502b</code></a>
fix JSONType Pluck query error (<a
href="https://github.com/go-gorm/datatypes/issues/201">#201</a>)</li>
<li><a
href="https://github.com/go-gorm/datatypes/commit/56bb801c8a4fdb3b3cda295fd2766d87834c455d"><code>56bb801</code></a>
Use json.Number when scan to JSONMap (<a
href="https://github.com/go-gorm/datatypes/issues/202">#202</a>)</li>
<li><a
href="https://github.com/go-gorm/datatypes/commit/8e2e3c689dc8e261891ec2cc4416e640606a180c"><code>8e2e3c6</code></a>
Bump gorm.io/driver/postgres from 1.4.5 to 1.5.0 (<a
href="https://github.com/go-gorm/datatypes/issues/196">#196</a>)</li>
<li><a
href="https://github.com/go-gorm/datatypes/commit/5acef9a521321f4a668641b484e48c10c23d86be"><code>5acef9a</code></a>
fix: JSONQuery.Extract for SQLite3 lacking prefix for path (<a
href="https://github.com/go-gorm/datatypes/issues/197">#197</a>)</li>
<li><a
href="https://github.com/go-gorm/datatypes/commit/202f3ee80c1524b5a1e4be6f8fcf4b70114d4c02"><code>202f3ee</code></a>
add JSONSlice generic for slice data (<a
href="https://github.com/go-gorm/datatypes/issues/199">#199</a>)</li>
<li><a
href="https://github.com/go-gorm/datatypes/commit/b78869d08b31bfd01a1f98999ecf8303c6129991"><code>b78869d</code></a>
Bump actions/setup-go from 2 to 4 (<a
href="https://github.com/go-gorm/datatypes/issues/198">#198</a>)</li>
<li><a
href="https://github.com/go-gorm/datatypes/commit/a74cb928e9b9ae8435d161c6e4b0afc26d1a0047"><code>a74cb92</code></a>
Upgrade go.mod</li>
<li><a
href="https://github.com/go-gorm/datatypes/commit/2936fa8f2af476a3213b4b3ab823b3b8c1e60fc2"><code>2936fa8</code></a>
Add PostgreSQL JSON_SET support (<a
href="https://github.com/go-gorm/datatypes/issues/195">#195</a>)</li>
<li><a
href="https://github.com/go-gorm/datatypes/commit/c43177d3cf8c975e7eb504b76f23150e3c01d662"><code>c43177d</code></a>
feature: add json array query (<a
href="https://github.com/go-gorm/datatypes/issues/183">#183</a>)</li>
<li><a
href="https://github.com/go-gorm/datatypes/commit/b3e966cc69f8d5c3e1aa45c61bd00226bd3ad0f5"><code>b3e966c</code></a>
Added JSON PostgreSQL Extract() method support (<a
href="https://github.com/go-gorm/datatypes/issues/175">#175</a>)</li>
<li>See full diff in <a
href="https://github.com/go-gorm/datatypes/compare/v1.1.0...v1.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gorm.io/datatypes&package-manager=go_modules&previous-version=1.1.0&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants