Commit Graph

35661 Commits

Author SHA1 Message Date
TrueCharts Bot
f3f3e52e14 chore(container): update image ghcr.io/manyfold3d/manyfold 0.81.0 → 0.84.0 by renovate (#27944)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| minor | `9c5c3d1` -> `66d0785` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary>

###
[`v0.84.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.84.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.83.0...v0.84.0)

If you're on a public or shared instance, this might be helpful; now you
can mark models as "sensitive" (i.e. NSFW, or otherwise something to be
careful about). You can also choose how you want to display sensitive
items; you can show them normally, blur them in the lists, or you can
hide them completely!

There are also a couple of high-priority bugfixes for database
migrations that were causing problems in v0.83.0.

#### What's Changed

#####  New Features 

- Add "sensitive" setting for models, and user control of how they're
displayed by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2969](https://redirect.github.com/manyfold3d/manyfold/pull/2969)

##### 🐛 Bug Fixes 🐛

- Fix migration issue ("destination exists" Problems) by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2975](https://redirect.github.com/manyfold3d/manyfold/pull/2975)
- Fix default role name migration by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2976](https://redirect.github.com/manyfold3d/manyfold/pull/2976)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.83.0...v0.84.0

###
[`v0.83.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.83.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.82.1...v0.83.0)

We've all got too many passwords; so, this release adds experimental
support for single sign-on using OpenID Connect (OIDC)!

We say "experimental" because OIDC is a big world with many providers,
so it's entirely possible that there will be problems we've not found
yet; if you find that your provider doesn't work as you'd expect,
[report a
bug](https://redirect.github.com/manyfold3d/manyfold/issues/new) and
we'll get it fixed. Take a look at [the authentication config
docs](https://manyfold.app/sysadmin/configuration.html#authentication)
for details of how to set it up.

There are also new config options for [customising your
site](https://manyfold.app/sysadmin/configuration.html#customisation).
Not every site can just be called "Manyfold", that'll be confusing, so
now you can change the title, tagline, and icon to something more
personal!

We've ALSO added a few new formats;
[`FeeeCAD`](https://redirect.github.com/manyfold3d/manyfold/commit/FeeeCAD),
BRep, and Markdown. Enjoy!

#### What's Changed

#####  New Features 

- Add OIDC login support by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2946](https://redirect.github.com/manyfold3d/manyfold/pull/2946)
- Allow customisation of site name, tagline and logo by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2949](https://redirect.github.com/manyfold3d/manyfold/pull/2949)
- Add indexing for FreeCAD, BRep and Markdown files by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2956](https://redirect.github.com/manyfold3d/manyfold/pull/2956)

##### 🐛 Bug Fixes 🐛

- Fix arrows in french pagination by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2959](https://redirect.github.com/manyfold3d/manyfold/pull/2959)
- Fix display error with missing file extensions by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2961](https://redirect.github.com/manyfold3d/manyfold/pull/2961)
- Disable in-model upload form in demo mode by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2962](https://redirect.github.com/manyfold3d/manyfold/pull/2962)

##### 🛠️ Other Improvements 🛠️

- More useful omniauth error reporting by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2957](https://redirect.github.com/manyfold3d/manyfold/pull/2957)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.82.1...v0.83.0

###
[`v0.82.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.82.1)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.82.0...v0.82.1)

Just a couple of small bugfixes following up from the v0.82.0 release.

#### What's Changed

##### 🐛 Bug Fixes 🐛

- Fix activity backfill by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2935](https://redirect.github.com/manyfold3d/manyfold/pull/2935)
- Fix ActivityPub tag field in Note by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2938](https://redirect.github.com/manyfold3d/manyfold/pull/2938)

##### 🛠️ Other Improvements 🛠️

- Translation updates (DE, PL, ES) by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2936](https://redirect.github.com/manyfold3d/manyfold/pull/2936)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.82.0...v0.82.1

###
[`v0.82.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.82.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.81.0...v0.82.0)

Exciting times! This release has not one, but TWO major features!

First, Manyfold will now index PDF, TXT, Markdown and video files. All
those models that come with build instructions, licenses, and so on? Now
you can see it all!

The second is another big step on something we've been building towards
for a long time; Manyfold is now social! Users of
[Fediverse](https://www.fediverse.to/) social networks, using systems
like Mastodon, can follow Manyfold creators, collections or individual
models. As of this release, if you've followed a creator, when they add
a new model, you'll see an update in your feed!

Future releases will add more update types, and will allow you to
subscribe directly to content on one Manyfold server from another, so
stay tuned for more!

![Hello Fediverse, this is
Manyfold](https://redirect.github.com/user-attachments/assets/be789621-ddc2-4b85-a979-f1147ea598d4)

#### What's Changed

#####  New Features 

- Index and display video and document files by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2890](https://redirect.github.com/manyfold3d/manyfold/pull/2890)
- Post ActivityPub message when a creator adds a new model by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2900](https://redirect.github.com/manyfold3d/manyfold/pull/2900)
- Add follow buttons for logged-out users, to follow from their home
server by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2928](https://redirect.github.com/manyfold3d/manyfold/pull/2928)
- Search for and follow remote accounts from home server by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2929](https://redirect.github.com/manyfold3d/manyfold/pull/2929)

##### 🐛 Bug Fixes 🐛

- Stop hashtags appearing as headings in activitypub notes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2904](https://redirect.github.com/manyfold3d/manyfold/pull/2904)
- Make search button translatable by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2908](https://redirect.github.com/manyfold3d/manyfold/pull/2908)
- Remove incorrect hook on comment destroy by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2913](https://redirect.github.com/manyfold3d/manyfold/pull/2913)
- Don't create Federails Actors during migration by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2916](https://redirect.github.com/manyfold3d/manyfold/pull/2916)
- Fix creator/collection ownership by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2919](https://redirect.github.com/manyfold3d/manyfold/pull/2919)
- Make default activities post correct object type by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2923](https://redirect.github.com/manyfold3d/manyfold/pull/2923)
- Fix incorrect permission check when user has multiple roles by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2924](https://redirect.github.com/manyfold3d/manyfold/pull/2924)
- Stop files being accidentally deleted during merge by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2925](https://redirect.github.com/manyfold3d/manyfold/pull/2925)
- Fix translation for follow button by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2927](https://redirect.github.com/manyfold3d/manyfold/pull/2927)

##### 🛠️ Other Improvements 🛠️

- Add comment table and controller to support ActivityPub Notes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2884](https://redirect.github.com/manyfold3d/manyfold/pull/2884)
- Post ActivityPub Notes for new, updated, and deleted comments by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2885](https://redirect.github.com/manyfold3d/manyfold/pull/2885)
- Generalised handling of outgoing activities by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2886](https://redirect.github.com/manyfold3d/manyfold/pull/2886)
- Set publication time and attribution for AP Notes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2887](https://redirect.github.com/manyfold3d/manyfold/pull/2887)
- Set visibility on AP Notes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2888](https://redirect.github.com/manyfold3d/manyfold/pull/2888)
- inline Note object into activity posts by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2897](https://redirect.github.com/manyfold3d/manyfold/pull/2897)
- Fix type of to_activitypub_object by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2898](https://redirect.github.com/manyfold3d/manyfold/pull/2898)
- Only post federated activities where both subject and object are
public by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2901](https://redirect.github.com/manyfold3d/manyfold/pull/2901)
- Enable the new activity queue by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2902](https://redirect.github.com/manyfold3d/manyfold/pull/2902)
- Improve text of model creation message by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2903](https://redirect.github.com/manyfold3d/manyfold/pull/2903)
- Link tags by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2912](https://redirect.github.com/manyfold3d/manyfold/pull/2912)
- Minor translation updates by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2914](https://redirect.github.com/manyfold3d/manyfold/pull/2914)
- Further improved hashtag output by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2915](https://redirect.github.com/manyfold3d/manyfold/pull/2915)
- Update federails for remote-follow fetch support by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2917](https://redirect.github.com/manyfold3d/manyfold/pull/2917)
- Restore type-specific activity posts by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2918](https://redirect.github.com/manyfold3d/manyfold/pull/2918)
- Move "new library" link into redesigned library settings area by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2930](https://redirect.github.com/manyfold3d/manyfold/pull/2930)
- Add Fediverse follow link to nav bar by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2931](https://redirect.github.com/manyfold3d/manyfold/pull/2931)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.81.0...v0.82.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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 12:38:00 +02:00
TrueCharts Bot
9ad2f8b5a5 chore(container): update image ghcr.io/elfhosted/jackett 0.22.809 → 0.22.812 by renovate (#27943)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `a81a2b3` -> `e216e30` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 12:11:06 +02:00
TrueCharts Bot
f5d1c3a3d8 chore(container): update image monica 4.1.2 → by renovate (#27889) 2024-10-18 12:06:46 +02:00
TrueCharts Bot
d31f1728b1 chore(container): update image thelounge/thelounge 4.4.3 → by renovate (#27942) 2024-10-18 12:06:44 +02:00
TrueCharts Bot
b932241905 chore(container): update image quay.io/pussthecatorg/libremdb → by renovate (#27936) 2024-10-18 12:06:40 +02:00
TrueCharts Bot
e54417c66c chore(container): update image diygod/rsshub → by renovate (#27940) 2024-10-18 12:06:10 +02:00
TrueCharts Bot
1b0d88724d chore(container): update image ghcr.io/elfhosted/readarr-develop 0.4.0.2634 → by renovate (#27878) 2024-10-18 12:06:07 +02:00
TrueCharts Bot
b590bbfed0 chore(container): update image escaping/core-keeper-dedicated → by renovate (#27888)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| escaping/core-keeper-dedicated | digest | `1b3db29` -> `d8ad9b9` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 12:06:00 +02:00
TrueCharts Bot
e94cf10566 chore(github-action): update actions/cache digest to 3624ceb by renovate (#27898) 2024-10-18 12:05:14 +02:00
TrueCharts Bot
0f20869424 chore(github-action): update actions/setup-node digest to 0a44ba7 by renovate (#27899)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://redirect.github.com/actions/setup-node) |
action | digest | `1e60f62` -> `0a44ba7` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 12:05:11 +02:00
Kjeld Schouten
ded98a50bd oopsies 2024-10-18 11:53:39 +02:00
Kjeld Schouten
3672f6dc2d another goreleaser patch 2024-10-18 11:40:04 +02:00
Kjeld Schouten
4d4122a451 some more goreleaser fixes 2024-10-18 11:27:29 +02:00
Kjeld Schouten
a160ac2617 Update .goreleaser.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-18 11:15:57 +02:00
Kjeld Schouten
8b089c8ac9 add release removal script 2024-10-18 11:06:58 +02:00
Kjeld Schouten
bd487d583f try to enable helm-bumps 2024-10-18 11:03:43 +02:00
TrueCharts Bot
9846e308dc chore(container): update image pepperlabs/peppermint → by renovate (#27935)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| pepperlabs/peppermint | digest | `3e0d964` -> `b495aab` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 08:32:27 +02:00
TrueCharts Bot
2e51f61b70 chore(container): update image machines/filestash → by renovate (#27934)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| machines/filestash | digest | `3a788f2` -> `cd548b9` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 08:32:13 +02:00
TrueCharts Bot
f9d83dcd80 chore(container): update image linuxserver/mylar3 version-v0.8.0 → by renovate (#27932)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/mylar3](https://redirect.github.com/linuxserver/docker-mylar3/packages)
([source](https://redirect.github.com/linuxserver/docker-mylar3)) |
digest | `58bbdac` -> `a137e3c` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 08:28:09 +02:00
TrueCharts Bot
db94c7f235 chore(container): update image ghcr.io/elfhosted/jackett 0.22.809 → by renovate (#27929) 2024-10-18 08:27:24 +02:00
TrueCharts Bot
919bce0a19 chore(container): update image docker.io/odoo 18.0 → by renovate (#27928) 2024-10-18 08:27:23 +02:00
TrueCharts Bot
8b1bb1e25f chore(container): update image ghcr.io/mintplex-labs/anything-llm → by renovate (#27930) 2024-10-18 08:27:21 +02:00
TrueCharts Bot
808b85a629 chore(container): update image lmscommunity/lyrionmusicserver 9.0.0 → by renovate (#27933) 2024-10-18 08:27:20 +02:00
TrueCharts Bot
233df3b774 chore(container): update image ghcr.io/neggles/sd-webui-docker → by renovate (#27931)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/neggles/sd-webui-docker | digest | `9e048cc` -> `c3c8938` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 08:27:16 +02:00
TrueCharts Bot
3e99573bba chore(container): update image redmine 5.1.3 → by renovate (#27937) 2024-10-18 08:27:14 +02:00
TrueCharts Bot
369947aabb chore(container): update image docker.io/iyuucn/iyuuplus → by renovate (#27927)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/iyuucn/iyuuplus | digest | `dfa4106` -> `da1c6c6` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 08:26:52 +02:00
TrueCharts Bot
bb2f1e3e10 chore(container): update image diygod/rsshub → by renovate (#27894)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `ae33895` -> `d5e6af8` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 08:26:45 +02:00
TrueCharts Bot
cc4429c032 chore(container): update image automaticrippingmachine/automatic-ripping-machine 2.9.0 → by renovate (#27926)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `59db3e4` -> `5cd31a5` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 08:26:31 +02:00
TrueCharts Bot
693f4039bf fix(website): update astro-better-image-service 2.0.29 → 2.0.37 by renovate (#27905) 2024-10-18 02:51:04 +02:00
TrueCharts Bot
1cba7c37c4 fix(website): update typescript 5.6.2 → 5.6.3 by renovate (#27908)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) |
dependencies | patch | [`5.6.2` ->
`5.6.3`](https://renovatebot.com/diffs/npm/typescript/5.6.2/5.6.3) |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>microsoft/TypeScript (typescript)</summary>

###
[`v5.6.3`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.6.3):
TypeScript 5.6.3

[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3)

For release notes, check out the [release
announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/).

For the complete list of fixed issues, check out the

- [fixed issues query for Typescript 5.6.0
(Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.6.1
(RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.6.2
(Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.6.3
(Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.3%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
- [NuGet
package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 00:51:01 +00:00
TrueCharts Bot
67125351b8 fix(website): update @playform/compress 0.1.1 → 0.1.4 by renovate (#27904)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@playform/compress](https://redirect.github.com/PlayForm/Compress) |
dependencies | patch | [`0.1.1` ->
`0.1.4`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.1/0.1.4)
|

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>PlayForm/Compress (@&#8203;playform/compress)</summary>

###
[`v0.1.4`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#014)

[Compare
Source](661bc5bc86...1267d3c7f8)

##### Fixed

-   Fixes missing `Pipe.js`

###
[`v0.1.3`](2b9713fb80...661bc5bc86)

[Compare
Source](2b9713fb80...661bc5bc86)

###
[`v0.1.2`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#012)

[Compare
Source](102cf84f48...2b9713fb80)

##### Added

-   New CLI functionality with `Compress` command
- New `CLI.ts` and `Pipe.ts` functions for improved command-line
operations
-   Added `commander` dependency for CLI support
-   Added `fast-glob` dependency for file pattern matching

##### Changed

-   Updated package name from `astro-compress` to `@playform/compress`
-   Updated various dependencies to their latest versions:
    -   `@playform/pipe` from 0.1.0 to 0.1.1
    -   `deepmerge-ts` from 7.1.0 to 7.1.1
    -   `lightningcss` from 1.25.1 to 1.27.0
    -   `sharp` from 0.33.4 to 0.33.5
    -   `svgo` from 4.0.0-rc.0 to 3.3.2
    -   `terser` from 5.31.3 to 5.34.1
    -   `@playform/build` from 0.1.3 to 0.1.7
-   Refactored and improved various TypeScript interfaces and types
-   Updated README with new installation instructions and badge styling
-   Updated README badges to use HTTPS URLs
-   Updated README table layout for better visual presentation
-   Updated dependency badges in README to use correct package name
    (`@playform/compress` instead of `@playform/inline`)
-   Updated README to remove unnecessary line breaks and improve spacing
-   Updated `Source/Function/Image/Writesharp.ts` to simplify an import
    statement
- Added `Source/Function/CLI.ts` for command-line interface
functionality
-   Added `Source/Interface/CLI.ts` to define the command-line interface
-   Updated `package.json` to include necessary CLI dependencies

##### Removed

-   Removed `Documentation/` directory (replaced with `docs/`)
-   Removed `Summary.md` file

##### Fixed

-   Various code improvements and refactoring for better type safety and
    performance
-   Fixed broken links in README badges
-   Fixed alignment and spacing issues in README table
-   Fixed incorrect package name in dependency badges

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 00:50:49 +00:00
TrueCharts Bot
0ac4c3a057 chore(container): update image ghcr.io/elfhosted/jackett 0.22.809 → by renovate (#27876) 2024-10-18 02:39:23 +02:00
TrueCharts Bot
b2782e96df chore(container): update image quay.io/pussthecatorg/rimgo → by renovate (#27897) 2024-10-18 02:39:16 +02:00
TrueCharts Bot
ca0596f50b chore(container): update image redmine 5.1.3 → by renovate (#27924) 2024-10-18 02:39:10 +02:00
TrueCharts Bot
2982736f97 chore(container): update image ghcr.io/beryju/gravity v0.9.2 → v0.9.3 by renovate (#27925) 2024-10-18 02:39:06 +02:00
TrueCharts Bot
c6dbef9391 chore(container): update image phasecorex/red-discordbot → by renovate (#27922) 2024-10-18 02:39:03 +02:00
TrueCharts Bot
81c31e8fa7 chore(container): update image quay.io/pussthecatorg/libremdb → by renovate (#27923) 2024-10-18 02:39:01 +02:00
TrueCharts Bot
463e560a7a chore(container): update image itzg/minecraft-bedrock-server → by renovate (#27921)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| itzg/minecraft-bedrock-server | digest | `7ca9b95` -> `f612781` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 02:39:00 +02:00
TrueCharts Bot
c242607edd chore(container): update image docker.io/odoo 18.0 → by renovate (#27919)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/odoo | digest | `27d158d` -> `c2ca98a` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 02:37:45 +02:00
TrueCharts Bot
5ad2a0537d chore(container): update image dtjs48jkt/twonkyserver → by renovate (#27920)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dtjs48jkt/twonkyserver | digest | `d2a08a6` -> `a0bdbef` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 02:36:33 +02:00
TrueCharts Bot
49dc656dd2 chore(container): update golang:1.23.2 docker digest to cc637ce by renovate (#27875)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `540d344` -> `cc637ce` |

---

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

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjUuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 02:32:20 +02:00
Kjeld Schouten
b65f4a72c4 Update cr.sh
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-17 23:53:21 +02:00
Kjeld Schouten
d94318f5da patch runners 2024-10-17 23:48:07 +02:00
TrueCharts Bot
04504459f6 fix(website): update tailwindcss 3.4.10 → 3.4.14 by renovate (#27907)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss)) |
dependencies | patch | [`3.4.10` ->
`3.4.14`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.10/3.4.14) |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>

###
[`v3.4.14`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)

##### Fixed

- Don't set `display: none` on elements that use `hidden="until-found"`
([#&#8203;14625](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625))

###
[`v3.4.13`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.13)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13)

##### Fixed

- Improve source glob verification performance
([#&#8203;14481](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481))

###
[`v3.4.12`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.12)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12)

##### Fixed

- Ensure using `@apply` with utilities that use `@defaults` works with
rules defined in the base layer when using `optimizeUniversalDefaults`
([#&#8203;14427](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427))

###
[`v3.4.11`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.11)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11)

##### Fixed

- Allow `anchor-size(…)` in arbitrary values
([#&#8203;14393](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393))

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-17 22:22:40 +02:00
TrueCharts Bot
e7383b5eae fix(website): update astro-integration-lottie 0.3.0 → 0.3.1 by renovate (#27906)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[astro-integration-lottie](https://redirect.github.com/giuseppelt/astro-lottie)
| dependencies | patch | [`0.3.0` ->
`0.3.1`](https://renovatebot.com/diffs/npm/astro-integration-lottie/0.3.0/0.3.1)
|

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>giuseppelt/astro-lottie (astro-integration-lottie)</summary>

###
[`v0.3.1`](https://redirect.github.com/giuseppelt/astro-lottie/blob/HEAD/CHANGELOG.md#031-Patch-release)

[Compare
Source](https://redirect.github.com/giuseppelt/astro-lottie/compare/v0.3.0...v0.3.1)

feat: allow to add css class names to the component
([#&#8203;13](https://redirect.github.com/giuseppelt/astro-lottie/issues/13))

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-17 22:22:34 +02:00
TrueCharts Bot
e252a230d5 fix(website): update @astrojs/tailwind 5.1.0 → 5.1.2 by renovate (#27903)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind))
| dependencies | patch | [`5.1.0` ->
`5.1.2`](https://renovatebot.com/diffs/npm/@astrojs%2ftailwind/5.1.0/5.1.2)
|

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>withastro/astro (@&#8203;astrojs/tailwind)</summary>

###
[`v5.1.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#512)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/tailwind@5.1.1...@astrojs/tailwind@5.1.2)

##### Patch Changes

-
[#&#8203;12161](https://redirect.github.com/withastro/astro/pull/12161)
[`8e500f2`](8e500f2f96)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Adds
keywords to `package.json` to improve categorization in the Astro
integrations catalog

###
[`v5.1.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#511)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/tailwind@5.1.0...@astrojs/tailwind@5.1.1)

##### Patch Changes

-
[#&#8203;12018](https://redirect.github.com/withastro/astro/pull/12018)
[`dcd1158`](dcd115892a)
Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! - Make
[@&#8203;astrojs/tailwind](https://redirect.github.com/astrojs/tailwind)
compat with Astro 5

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-17 22:18:40 +02:00
TrueCharts Bot
6cf3508ca1 fix(website): update @astrojs/check 0.9.3 → 0.9.4 by renovate (#27902)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[@astrojs/check](https://redirect.github.com/withastro/language-tools/tree/main/packages/astro-check)
([source](https://redirect.github.com/withastro/language-tools/tree/HEAD/packages/astro-check))
| dependencies | patch | [`0.9.3` ->
`0.9.4`](https://renovatebot.com/diffs/npm/@astrojs%2fcheck/0.9.3/0.9.4)
|

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>withastro/language-tools (@&#8203;astrojs/check)</summary>

###
[`v0.9.4`](https://redirect.github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#094)

[Compare
Source](https://redirect.github.com/withastro/language-tools/compare/@astrojs/check@0.9.3...@astrojs/check@0.9.4)

##### Patch Changes

-
[`6e62aaa`](https://redirect.github.com/withastro/language-tools/commit/6e62aaa):
Upgrades chokidar to v4
-
[`5a44072`](https://redirect.github.com/withastro/language-tools/commit/5a44072):
Fixes formatting not working by default in certain circumstances
- Updated dependencies
\[[`5a44072`](https://redirect.github.com/withastro/language-tools/commit/5a44072)]
- Updated dependencies
\[[`3a836de`](https://redirect.github.com/withastro/language-tools/commit/3a836de)]
-
[@&#8203;astrojs/language-server](https://redirect.github.com/astrojs/language-server)[@&#8203;2](https://redirect.github.com/2).15.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-17 22:18:27 +02:00
TrueCharts Bot
7b07d0c0d8 chore(container): update image tccr.io/tccr/tailscale v1.74.1 → v1.76.1 by renovate (#27835)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/tailscale](https://redirect.github.com/truecharts/public)
| minor | `86c61b6` -> `a722931` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-17 20:11:00 +00:00
TrueCharts Bot
3cb34b4966 chore(container): update image sourcegraph/server 5.8.1579 → 5.8.1757 by renovate (#27916) 2024-10-17 22:01:02 +02:00
TrueCharts Bot
f5eb89589e chore(container): update image koush/scrypted v0.119.2 → v0.119.3 by renovate (#27901)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| koush/scrypted | patch | `aa89d00` -> `85ac7b4` |
| koush/scrypted | patch | `f4aff0c` -> `694a2b9` |
| koush/scrypted | patch | `b36989d` -> `71bdffc` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-17 22:00:58 +02:00