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

server: bump gorm.io/gorm from 1.25.7 to 1.25.9 in /server #449

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2024

Bumps gorm.io/gorm from 1.25.7 to 1.25.9.

Commits
  • 26195e6 fix: remove callback from callbacks if Remove() called (#6916)
  • 956f7ce fix: 'type XXXX int' will print wrong sql to terminal (#6917)
  • 0d6c534 Don't close prepared stmt for normal db error
  • 5760388 Only close bad conn prepared stmt
  • 81536f8 Fix insert id into map results, fix #6812
  • 1b0aa80 Fix AutoMigrate for bool fields with default value
  • e0c3be0 Fix tests in local
  • 303de6e chore: optimize regEnLetterAndMidline regular (#6908)
  • f7ebf04 fix(create): fix insert column order (#6855)
  • ab89d54 chore: UnixNano convert to UnixMilli (#6907)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.7 to 1.25.9.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.7...v1.25.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 29, 2024
@IRHM IRHM merged commit b5028f5 into dev Mar 29, 2024
1 check passed
@IRHM IRHM deleted the dependabot/go_modules/server/gorm.io/gorm-1.25.9 branch March 29, 2024 23:01
truecharts-admin referenced this pull request in truecharts/public Apr 18, 2024
….1@00a359e by renovate (#20933)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/sbondco/watcharr](https://togithub.com/sbondCo/Watcharr) |
minor | `v1.37.0` -> `v1.38.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>sbondCo/Watcharr (ghcr.io/sbondco/watcharr)</summary>

###
[`v1.38.1`](https://togithub.com/sbondCo/Watcharr/releases/tag/v1.38.1)

[Compare
Source](https://togithub.com/sbondCo/Watcharr/compare/v1.38.0...v1.38.1)

#### 🐞 Fixed

- Sorting by 'Last Watched' on public lists (by fetching Activity on
public watched lists).
- Catch errors when filtering/sorting a list. Display a pretty error on
screen when one occurs.

**Package**:
https://github.com/orgs/sbondCo/packages/container/watcharr/205195625?tag=v1.38.1
or [on docker
hub](https://hub.docker.com/layers/sbondco/watcharr/v1.38.1/images/sha256-00a359e97aea939ace762030a0cbf40d796bb3db662ed822cddcf622b0f71391?context=explore)
**Full Changelog**:
sbondCo/Watcharr@v1.38.0...v1.38.1

###
[`v1.38.0`](https://togithub.com/sbondCo/Watcharr/releases/tag/v1.38.0)

[Compare
Source](https://togithub.com/sbondCo/Watcharr/compare/v1.37.0...v1.38.0)

#### 🧠 New

- Sonarr/Radarr request management, progress reporting and new auto
approve permission by [@&#8203;IRHM](https://togithub.com/IRHM) in
[https://github.com/sbondCo/Watcharr/pull/474](https://togithub.com/sbondCo/Watcharr/pull/474)

![image](https://togithub.com/sbondCo/Watcharr/assets/37304121/79e35218-4ec5-491a-b136-f07d11a79b40)
- Ability to set a country for correct streaming providers (doesn't
affect language) by
[@&#8203;stignarnia](https://togithub.com/stignarnia) in
[https://github.com/sbondCo/Watcharr/pull/463](https://togithub.com/sbondCo/Watcharr/pull/463)
- Sort by last finished/played by
[@&#8203;IRHM](https://togithub.com/IRHM) in
[https://github.com/sbondCo/Watcharr/pull/479](https://togithub.com/sbondCo/Watcharr/pull/479)
- Add delete button to content pages by
[@&#8203;IRHM](https://togithub.com/IRHM) in
[https://github.com/sbondCo/Watcharr/pull/486](https://togithub.com/sbondCo/Watcharr/pull/486)

#### 💯 Changed

- ProvidersList: Also display free providers by
[@&#8203;IRHM](https://togithub.com/IRHM) in
[https://github.com/sbondCo/Watcharr/pull/478](https://togithub.com/sbondCo/Watcharr/pull/478)

#### 🧼 Fixed

- import: Fix customDates all coming back the same in all activity when
importing a watcharr export by [@&#8203;IRHM](https://togithub.com/IRHM)
in
[https://github.com/sbondCo/Watcharr/pull/485](https://togithub.com/sbondCo/Watcharr/pull/485)
- Games: Fix not being able to add games previously removed from list by
[@&#8203;IRHM](https://togithub.com/IRHM) in
[https://github.com/sbondCo/Watcharr/pull/487](https://togithub.com/sbondCo/Watcharr/pull/487)

#### 📖 [Documentation](https://watcharr.app/)

- docs: Environment Variables by
[@&#8203;IRHM](https://togithub.com/IRHM) in
[https://github.com/sbondCo/Watcharr/pull/445](https://togithub.com/sbondCo/Watcharr/pull/445)

#### 🔨 Maintenance

- server: bump gorm.io/gorm from 1.25.7 to 1.25.9 in /server by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/449](https://togithub.com/sbondCo/Watcharr/pull/449)
- server: bump github.com/gin-contrib/cors from 1.7.0 to 1.7.1 in
/server by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/435](https://togithub.com/sbondCo/Watcharr/pull/435)
- ui: bump svelte from 4.2.10 to 4.2.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/421](https://togithub.com/sbondCo/Watcharr/pull/421)
- ui: bump axios from 1.6.7 to 1.6.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/418](https://togithub.com/sbondCo/Watcharr/pull/418)
- ui: bump prettier-plugin-svelte from 3.2.1 to 3.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/417](https://togithub.com/sbondCo/Watcharr/pull/417)
- ui: bump
[@&#8203;sveltejs/adapter-node](https://togithub.com/sveltejs/adapter-node)
from 4.0.1 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/419](https://togithub.com/sbondCo/Watcharr/pull/419)
- ui: bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.2.0 to 7.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/434](https://togithub.com/sbondCo/Watcharr/pull/434)
- ui: bump vite from 5.1.6 to 5.2.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/469](https://togithub.com/sbondCo/Watcharr/pull/469)
- ui: bump typescript from 5.3.3 to 5.4.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/475](https://togithub.com/sbondCo/Watcharr/pull/475)
- ui: bump svelte-check from 3.6.4 to 3.6.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/467](https://togithub.com/sbondCo/Watcharr/pull/467)
- ui: bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.2.0 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/466](https://togithub.com/sbondCo/Watcharr/pull/466)
- workflow: bump peaceiris/actions-gh-pages from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/465](https://togithub.com/sbondCo/Watcharr/pull/465)
- server: bump golang.org/x/crypto from 0.21.0 to 0.22.0 in /server by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/470](https://togithub.com/sbondCo/Watcharr/pull/470)

#### New Contributors

- [@&#8203;stignarnia](https://togithub.com/stignarnia) made their first
contribution (thank you very much!) in
[https://github.com/sbondCo/Watcharr/pull/463](https://togithub.com/sbondCo/Watcharr/pull/463)

**Package**:
https://github.com/orgs/sbondCo/packages/container/watcharr/205183324?tag=v1.38.0
or [on docker
hub](https://hub.docker.com/layers/sbondco/watcharr/v1.38.0/images/sha256-736623c87bdf8b12660fc9e42c1cbf8d4bd5f85d15c9b087d5c443e412ec5665?context=explore)
**Full Changelog**:
sbondCo/Watcharr@v1.37.0...v1.38.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMwMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
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.

1 participant