Update ghcr.io/mealie-recipes/mealie Docker tag to v3 #540

Merged
remoll merged 1 commits from renovate/ghcr.io-mealie-recipes-mealie-3.x into main 2025-07-12 17:01:09 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ghcr.io/mealie-recipes/mealie Kustomization major v2.8.0 -> v3.0.0

Release Notes

mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)

v3.0.0: - Upgraded Frontend, Expanded Seedfiles and much more

Compare Source

🍴🍴🍴🍴🍴🍴

🚨 Breaking changes

[!CAUTION]

⚠️ Updated Admin Routes

We've consolidated the admin user routes to streamline the API. The old routes under /api/users have been removed and replaced with new routes under /api/admin/users. The underlying functions are unchanged, so switching to the new routes should be seamless.

  • GET /api/usersGET /api/admin/users
  • POST /api/usersPOST /api/admin/users
  • GET /api/users/{item_id}GET /api/admin/users/{item_id}
  • DELETE /api/users/{item_id}DELETE /api/admin/users/{item_id}

For more info check out PR #​5050

[!CAUTION]

🚫 Removed Backend Jinja2 Template Rendering

We have removed the ability to provide and render Jinja2 templates via the backend API. This feature was never exposed in the UI and was difficult to use securely in user-facing scenarios. Users who previously relied on backend template rendering are encouraged to switch to client-side templating solutions.

For more info check out PR #​5631

🎉 Highlights

🆙 Frontend Upgrade to Vue 3 & Nuxt 3

We’ve successfully upgraded the Mealie frontend to Nuxt 3 and Vue 3! 🎉
This was a major overhaul that touched nearly every file in the frontend codebase. While the transition initially introduced a number of visual and functional issues, we’re confident that the vast majority have been resolved and that the new frontend is stable moving forward.
You may also notice some minor visual tweaks to make the interface more streamlined.
This upgrade significantly reduces technical debt and enables us to take advantage of the improved tooling and performance in the Nuxt 3 & Vue 3 ecosystem. We haven’t seen any remaining issues, but if you come across something that’s no longer working as it did before, we’d appreciate a heads-up!

🍎 Expanded and Categorized Food Seed File

We’ve significantly increased the size of the food database — from 214 to over 2,500 foods! Additionally, all foods are now categorized, making sorted shopping lists ready to use right out of the box.
If you update your existing foods using the new seed file, please note that we do not overwrite existing entries, so some of your previously existing foods may remain uncategorized.
If you use Mealie in another language, please help us translate the new foods so everyone can enjoy the updated seed file. You can contribute translations on Mealie’s Crowdin page.
Big thanks to @​Cameronwyatt for sticking with this through all the Crowdin limitations.

🖼️ Create Recipes from Multiple Images

You can now create recipes using multiple images, making it easier to capture every step or angle of your cooking process. Along with this new feature, we’ve refreshed the visuals on the recipe creation page to provide a smoother, more intuitive experience.

🔒 Option to Hide Password Login

You can now configure the frontend to hide the username and password fields on the login page by setting the environment variable ALLOW_PASSWORD_LOGIN to false. This streamlines the login experience for OIDC and other external auth users by removing the standard login fields.

New features

🐛 Bug fixes

🧰 Maintenance

57 changes

📚 Documentation

🔨 Internal development

⬆️ Dependency updates

122 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/mealie-recipes/mealie](https://github.com/mealie-recipes/mealie) | Kustomization | major | `v2.8.0` -> `v3.0.0` | --- ### Release Notes <details> <summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary> ### [`v3.0.0`](https://github.com/mealie-recipes/mealie/releases/tag/v3.0.0): - Upgraded Frontend, Expanded Seedfiles and much more [Compare Source](https://github.com/mealie-recipes/mealie/compare/v2.8.0...v3.0.0) ### 🍴🍴🍴🍴🍴🍴 #### 🚨 Breaking changes > \[!CAUTION] > > ### ⚠️ Updated Admin Routes > > We've consolidated the admin user routes to streamline the API. The old routes under `/api/users` have been removed and replaced with new routes under `/api/admin/users`. The underlying functions are unchanged, so switching to the new routes should be seamless. > > - `GET /api/users` → `GET /api/admin/users` > - `POST /api/users` → `POST /api/admin/users` > - `GET /api/users/{item_id}` → `GET /api/admin/users/{item_id}` > - `DELETE /api/users/{item_id}` → `DELETE /api/admin/users/{item_id}` > > For more info check out PR [#&#8203;5050](https://github.com/mealie-recipes/mealie/issues/5050) > \[!CAUTION] > > ### 🚫 Removed Backend Jinja2 Template Rendering > > We have removed the ability to provide and render Jinja2 templates via the backend API. This feature was never exposed in the UI and was difficult to use securely in user-facing scenarios. Users who previously relied on backend template rendering are encouraged to switch to client-side templating solutions. > > For more info check out PR [#&#8203;5631](https://github.com/mealie-recipes/mealie/issues/5631) #### 🎉 Highlights ##### 🆙 Frontend Upgrade to Vue 3 & Nuxt 3 We’ve successfully upgraded the Mealie frontend to Nuxt 3 and Vue 3! 🎉 This was a major overhaul that touched nearly every file in the frontend codebase. While the transition initially introduced a number of visual and functional issues, we’re confident that the vast majority have been resolved and that the new frontend is stable moving forward. You may also notice some minor visual tweaks to make the interface more streamlined. This upgrade significantly reduces technical debt and enables us to take advantage of the improved tooling and performance in the Nuxt 3 & Vue 3 ecosystem. We haven’t seen any remaining issues, but if you come across something that’s no longer working as it did before, we’d appreciate a heads-up! ##### 🍎 Expanded and Categorized Food Seed File We’ve significantly increased the size of the food database — from 214 to over 2,500 foods! Additionally, all foods are now categorized, making sorted shopping lists ready to use right out of the box. If you update your existing foods using the new seed file, please note that we do not overwrite existing entries, so some of your previously existing foods may remain uncategorized. If you use Mealie in another language, please help us translate the new foods so everyone can enjoy the updated seed file. You can contribute translations on [Mealie’s Crowdin page](https://crowdin.com/project/mealie). Big thanks to [@&#8203;Cameronwyatt](https://github.com/Cameronwyatt) for sticking with this through all the Crowdin limitations. ##### 🖼️ Create Recipes from Multiple Images You can now create recipes using multiple images, making it easier to capture every step or angle of your cooking process. Along with this new feature, we’ve refreshed the visuals on the recipe creation page to provide a smoother, more intuitive experience. ##### 🔒 Option to Hide Password Login You can now configure the frontend to hide the username and password fields on the login page by setting the environment variable `ALLOW_PASSWORD_LOGIN` to `false`. This streamlines the login experience for OIDC and other external auth users by removing the standard login fields. #### ✨ New features - feat: setting to hide password login [@&#8203;cdanis](https://github.com/cdanis) ([#&#8203;4943](https://github.com/mealie-recipes/mealie/issues/4943)) - feat: remove unnecessary UI components if allowPasswordLogin is true [@&#8203;SurfBurger](https://github.com/SurfBurger) ([#&#8203;5484](https://github.com/mealie-recipes/mealie/issues/5484)) - feat: add the selected recipe servings and yields in the content of the recipe post action [@&#8203;felixschndr](https://github.com/felixschndr) ([#&#8203;5340](https://github.com/mealie-recipes/mealie/issues/5340)) - feat: Migrate to Nuxt 3 framework [@&#8203;mrth2](https://github.com/mrth2) ([#&#8203;5184](https://github.com/mealie-recipes/mealie/issues/5184)) - feat: Update food seeding logic & increase food seed size [@&#8203;Cameronwyatt](https://github.com/Cameronwyatt) ([#&#8203;5514](https://github.com/mealie-recipes/mealie/issues/5514)) - feat: create recipe from multiple images [@&#8203;SkepticMystic](https://github.com/SkepticMystic) ([#&#8203;5590](https://github.com/mealie-recipes/mealie/issues/5590)) - feat: new create from image visuals [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5595](https://github.com/mealie-recipes/mealie/issues/5595)) - feat: Consolidate Admin User APIs [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5050](https://github.com/mealie-recipes/mealie/issues/5050)) - feat: Replace google-fonts module with nuxt/fonts [@&#8203;p0lycarpio](https://github.com/p0lycarpio) ([#&#8203;5618](https://github.com/mealie-recipes/mealie/issues/5618)) #### 🐛 Bug fixes - fix: "NOT IN" doesn't apply filter properly [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5154](https://github.com/mealie-recipes/mealie/issues/5154)) - fix: spelling of GitHub [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5244](https://github.com/mealie-recipes/mealie/issues/5244)) - fix: update admin scripts paths in docs [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5263](https://github.com/mealie-recipes/mealie/issues/5263)) - fix: remove unmaintained ios shortcut [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5280](https://github.com/mealie-recipes/mealie/issues/5280)) - fix: Pre-download NLTK during Docker build [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5290](https://github.com/mealie-recipes/mealie/issues/5290)) - fix: build pull request image only in mealie repo [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5327](https://github.com/mealie-recipes/mealie/issues/5327)) - fix: Add missing group\_id to RecipeTag and TagBase schemas [@&#8203;robertdanahome](https://github.com/robertdanahome) ([#&#8203;5342](https://github.com/mealie-recipes/mealie/issues/5342)) - fix: handle recipe-scraper returning a int causing clean\_time to return None [@&#8203;miawgogo](https://github.com/miawgogo) ([#&#8203;5522](https://github.com/mealie-recipes/mealie/issues/5522)) - fix: Fixing the OpenAPI Spec and the Call to delete a shared recipe. [@&#8203;sravankaruturi](https://github.com/sravankaruturi) ([#&#8203;5537](https://github.com/mealie-recipes/mealie/issues/5537)) - fix: [#&#8203;5511](https://github.com/mealie-recipes/mealie/issues/5511), list item state doesn't change when offline [@&#8203;cm226](https://github.com/cm226) ([#&#8203;5512](https://github.com/mealie-recipes/mealie/issues/5512)) - fix: Various Nuxt Upgrade Issues [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5545](https://github.com/mealie-recipes/mealie/issues/5545)) - fix: shopping list button in one row [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5547](https://github.com/mealie-recipes/mealie/issues/5547)) - fix: pwa not being installable after nuxt 3 upgrade [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5552](https://github.com/mealie-recipes/mealie/issues/5552)) - fix: Remove "Ingredients" From OpenAI Prompt For Instructions [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5546](https://github.com/mealie-recipes/mealie/issues/5546)) - fix: passwort strength indicator [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5553](https://github.com/mealie-recipes/mealie/issues/5553)) - fix: pwa share target [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5557](https://github.com/mealie-recipes/mealie/issues/5557)) - fix: delete recipe instructions after nuxt 3 upgrade [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5560](https://github.com/mealie-recipes/mealie/issues/5560)) - fix: mealplanner day title card height & alignment [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5561](https://github.com/mealie-recipes/mealie/issues/5561)) - fix: register create group flow [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5565](https://github.com/mealie-recipes/mealie/issues/5565)) - fix: Cookbooks not rendering on sidebar [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5570](https://github.com/mealie-recipes/mealie/issues/5570)) - fix: markdown list padding and replace nuxtjs/mdc [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5577](https://github.com/mealie-recipes/mealie/issues/5577)) - fix: recipe image creation [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5579](https://github.com/mealie-recipes/mealie/issues/5579)) - fix: get recipe image by url [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5588](https://github.com/mealie-recipes/mealie/issues/5588)) - fix: Nuxt3 upgrades UI fixes & improvements [@&#8203;p0lycarpio](https://github.com/p0lycarpio) ([#&#8203;5589](https://github.com/mealie-recipes/mealie/issues/5589)) - fix: check for OPENAI\_MODEL in OPENAI\_FEATURE [@&#8203;jknndy](https://github.com/jknndy) ([#&#8203;5603](https://github.com/mealie-recipes/mealie/issues/5603)) - fix: recipe page warnings [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5609](https://github.com/mealie-recipes/mealie/issues/5609)) - fix: recipe timeline visuals (nuxt 3) [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5608](https://github.com/mealie-recipes/mealie/issues/5608)) - fix: remove unused deps [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5610](https://github.com/mealie-recipes/mealie/issues/5610)) - fix: truncate slugs when too long [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5633](https://github.com/mealie-recipes/mealie/issues/5633)) - fix: load from env if available vs file [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5635](https://github.com/mealie-recipes/mealie/issues/5635)) - fix: workflow permissions [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5636](https://github.com/mealie-recipes/mealie/issues/5636)) - fix: workflow branch target/base [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5637](https://github.com/mealie-recipes/mealie/issues/5637)) - fix: 500 error on recipe share link [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5627](https://github.com/mealie-recipes/mealie/issues/5627)) - fix: lint error from locale sync [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5644](https://github.com/mealie-recipes/mealie/issues/5644)) - fix: AppButtonCopy errors in tooltip & console [@&#8203;p0lycarpio](https://github.com/p0lycarpio) ([#&#8203;5612](https://github.com/mealie-recipes/mealie/issues/5612)) - fix: Refactor Stores and Fix Missing Public Cookbooks [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5611](https://github.com/mealie-recipes/mealie/issues/5611)) - fix: nutrition info visuals [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5659](https://github.com/mealie-recipes/mealie/issues/5659)) - fix: Remove redundant get\_one call in patch\_one method [@&#8203;jknndy](https://github.com/jknndy) ([#&#8203;5619](https://github.com/mealie-recipes/mealie/issues/5619)) - fix: Preserve "Completed On" Date In Checked Shopping List Items [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5665](https://github.com/mealie-recipes/mealie/issues/5665)) - fix: Recipe Timeline Not Filtering [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5666](https://github.com/mealie-recipes/mealie/issues/5666)) - fix: Remove Padding On Print [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5668](https://github.com/mealie-recipes/mealie/issues/5668)) - fix: Restore Servings To Print View [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5669](https://github.com/mealie-recipes/mealie/issues/5669)) #### 🧰 Maintenance <details> <summary>57 changes</summary> - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5243](https://github.com/mealie-recipes/mealie/issues/5243)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5245](https://github.com/mealie-recipes/mealie/issues/5245)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5246](https://github.com/mealie-recipes/mealie/issues/5246)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5248](https://github.com/mealie-recipes/mealie/issues/5248)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5250](https://github.com/mealie-recipes/mealie/issues/5250)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5252](https://github.com/mealie-recipes/mealie/issues/5252)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5269](https://github.com/mealie-recipes/mealie/issues/5269)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5262](https://github.com/mealie-recipes/mealie/issues/5262)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5281](https://github.com/mealie-recipes/mealie/issues/5281)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5301](https://github.com/mealie-recipes/mealie/issues/5301)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5320](https://github.com/mealie-recipes/mealie/issues/5320)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5310](https://github.com/mealie-recipes/mealie/issues/5310)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5344](https://github.com/mealie-recipes/mealie/issues/5344)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5360](https://github.com/mealie-recipes/mealie/issues/5360)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5370](https://github.com/mealie-recipes/mealie/issues/5370)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5372](https://github.com/mealie-recipes/mealie/issues/5372)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5374](https://github.com/mealie-recipes/mealie/issues/5374)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5379](https://github.com/mealie-recipes/mealie/issues/5379)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5390](https://github.com/mealie-recipes/mealie/issues/5390)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5394](https://github.com/mealie-recipes/mealie/issues/5394)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5396](https://github.com/mealie-recipes/mealie/issues/5396)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5398](https://github.com/mealie-recipes/mealie/issues/5398)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5407](https://github.com/mealie-recipes/mealie/issues/5407)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5418](https://github.com/mealie-recipes/mealie/issues/5418)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5424](https://github.com/mealie-recipes/mealie/issues/5424)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5428](https://github.com/mealie-recipes/mealie/issues/5428)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5438](https://github.com/mealie-recipes/mealie/issues/5438)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5446](https://github.com/mealie-recipes/mealie/issues/5446)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5457](https://github.com/mealie-recipes/mealie/issues/5457)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5458](https://github.com/mealie-recipes/mealie/issues/5458)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5471](https://github.com/mealie-recipes/mealie/issues/5471)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5474](https://github.com/mealie-recipes/mealie/issues/5474)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5485](https://github.com/mealie-recipes/mealie/issues/5485)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5491](https://github.com/mealie-recipes/mealie/issues/5491)) - chore: Relax Stalebot [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5498](https://github.com/mealie-recipes/mealie/issues/5498)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5497](https://github.com/mealie-recipes/mealie/issues/5497)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5500](https://github.com/mealie-recipes/mealie/issues/5500)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5501](https://github.com/mealie-recipes/mealie/issues/5501)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5507](https://github.com/mealie-recipes/mealie/issues/5507)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5515](https://github.com/mealie-recipes/mealie/issues/5515)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5564](https://github.com/mealie-recipes/mealie/issues/5564)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5605](https://github.com/mealie-recipes/mealie/issues/5605)) - chore: automatic crowdin sync via gh actions [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5630](https://github.com/mealie-recipes/mealie/issues/5630)) - chore: remove unused jinja export option [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5631](https://github.com/mealie-recipes/mealie/issues/5631)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5632](https://github.com/mealie-recipes/mealie/issues/5632)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5640](https://github.com/mealie-recipes/mealie/issues/5640)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5641](https://github.com/mealie-recipes/mealie/issues/5641)) - chore: automatic locale sync [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5639](https://github.com/mealie-recipes/mealie/issues/5639)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5643](https://github.com/mealie-recipes/mealie/issues/5643)) - chore: automatic locale sync [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5642](https://github.com/mealie-recipes/mealie/issues/5642)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5652](https://github.com/mealie-recipes/mealie/issues/5652)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5653](https://github.com/mealie-recipes/mealie/issues/5653)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5656](https://github.com/mealie-recipes/mealie/issues/5656)) - chore: Upgrade Pillow HEIF [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5657](https://github.com/mealie-recipes/mealie/issues/5657)) - chore: Fix Dockerfile "AS" Case [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5662](https://github.com/mealie-recipes/mealie/issues/5662)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5664](https://github.com/mealie-recipes/mealie/issues/5664)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;5672](https://github.com/mealie-recipes/mealie/issues/5672)) </details> #### 📚 Documentation - docs(auto): Update image tag, for release v2.8.0 [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;5236](https://github.com/mealie-recipes/mealie/issues/5236)) - docs: Add community docs for an iOS shortcut (attempt 2) [@&#8203;ant385525](https://github.com/ant385525) ([#&#8203;5345](https://github.com/mealie-recipes/mealie/issues/5345)) - docs: document necessity of forwarded-allow-ips with OIDC behind reverse-proxy https [@&#8203;oddlama](https://github.com/oddlama) ([#&#8203;5461](https://github.com/mealie-recipes/mealie/issues/5461)) - docs: remove duplicate headline [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5558](https://github.com/mealie-recipes/mealie/issues/5558)) - docs: typo in app\_settings\_constructor docstring [@&#8203;jknndy](https://github.com/jknndy) ([#&#8203;5592](https://github.com/mealie-recipes/mealie/issues/5592)) #### 🔨 Internal development - dev: add pull request image build workflow (only internal branches for now) [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;5235](https://github.com/mealie-recipes/mealie/issues/5235)) #### ⬆️ Dependency updates <details> <summary>122 changes</summary> - fix(deps): update dependency alembic to v1.15.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5178](https://github.com/mealie-recipes/mealie/issues/5178)) - fix(deps): update dependency openai to v1.66.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5197](https://github.com/mealie-recipes/mealie/issues/5197)) - fix(deps): update dependency sqlalchemy to v2.0.39 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5204](https://github.com/mealie-recipes/mealie/issues/5204)) - fix(deps): update dependency pillow-heif to ^0.22.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5219](https://github.com/mealie-recipes/mealie/issues/5219)) - chore(deps): update dependency coverage to v7.7.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5227](https://github.com/mealie-recipes/mealie/issues/5227)) - chore(deps): update dependency pre-commit to v4.2.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5238](https://github.com/mealie-recipes/mealie/issues/5238)) - fix(deps): update dependency openai to v1.67.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5247](https://github.com/mealie-recipes/mealie/issues/5247)) - fix(deps): update dependency openai to v1.68.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5254](https://github.com/mealie-recipes/mealie/issues/5254)) - chore(deps): update dependency ruff to v0.11.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5253](https://github.com/mealie-recipes/mealie/issues/5253)) - fix(deps): update dependency openai to v1.68.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5259](https://github.com/mealie-recipes/mealie/issues/5259)) - chore(deps): update dependency ruff to v0.11.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5258](https://github.com/mealie-recipes/mealie/issues/5258)) - fix(deps): update dependency fastapi to v0.115.12 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5268](https://github.com/mealie-recipes/mealie/issues/5268)) - chore(deps): update dependency pylint to v3.3.6 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5251](https://github.com/mealie-recipes/mealie/issues/5251)) - chore(deps): update dependency coverage to v7.7.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5260](https://github.com/mealie-recipes/mealie/issues/5260)) - fix(deps): update dependency orjson to v3.10.16 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5270](https://github.com/mealie-recipes/mealie/issues/5270)) - chore(deps): update dependency pytest-asyncio to ^0.26.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5274](https://github.com/mealie-recipes/mealie/issues/5274)) - fix(deps): update dependency python-dotenv to v1.1.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5275](https://github.com/mealie-recipes/mealie/issues/5275)) - fix(deps): update dependency typing-extensions to v4.13.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5278](https://github.com/mealie-recipes/mealie/issues/5278)) - fix(deps): update dependency sqlalchemy to v2.0.40 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5283](https://github.com/mealie-recipes/mealie/issues/5283)) - fix(deps): update dependency openai to v1.69.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5284](https://github.com/mealie-recipes/mealie/issues/5284)) - fix(deps): update dependency pydantic to v2.11.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5285](https://github.com/mealie-recipes/mealie/issues/5285)) - fix(deps): update dependency alembic to v1.15.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5289](https://github.com/mealie-recipes/mealie/issues/5289)) - chore(deps): update dependency mkdocs-material to v9.6.10 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5293](https://github.com/mealie-recipes/mealie/issues/5293)) - chore(deps): update dependency rich to v14 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5294](https://github.com/mealie-recipes/mealie/issues/5294)) - fix(deps): update dependency apprise to v1.9.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5295](https://github.com/mealie-recipes/mealie/issues/5295)) - chore(deps): update dependency coverage to v7.8.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5297](https://github.com/mealie-recipes/mealie/issues/5297)) - chore(deps): update dependency mkdocs-material to v9.6.11 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5304](https://github.com/mealie-recipes/mealie/issues/5304)) - chore(deps): update dependency ruff to v0.11.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5311](https://github.com/mealie-recipes/mealie/issues/5311)) - fix(deps): update dependency pydantic to v2.11.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5312](https://github.com/mealie-recipes/mealie/issues/5312)) - fix(deps): update dependency openai to v1.70.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5300](https://github.com/mealie-recipes/mealie/issues/5300)) - fix(deps): update dependency authlib to v1.5.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5308](https://github.com/mealie-recipes/mealie/issues/5308)) - fix(deps): update dependency rapidfuzz to v3.13.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5314](https://github.com/mealie-recipes/mealie/issues/5314)) - chore(deps): update dependency ruff to v0.11.4 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5317](https://github.com/mealie-recipes/mealie/issues/5317)) - fix(deps): update dependency lxml to v5.3.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5318](https://github.com/mealie-recipes/mealie/issues/5318)) - fix(deps): update dependency openai to v1.71.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5322](https://github.com/mealie-recipes/mealie/issues/5322)) - fix(deps): update dependency openai to v1.72.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5328](https://github.com/mealie-recipes/mealie/issues/5328)) - fix(deps): update dependency pydantic to v2.11.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5325](https://github.com/mealie-recipes/mealie/issues/5325)) - fix(deps): update dependency openai to v1.73.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5335](https://github.com/mealie-recipes/mealie/issues/5335)) - chore(deps): update dependency ruff to v0.11.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5333](https://github.com/mealie-recipes/mealie/issues/5333)) - fix(deps): update dependency typing-extensions to v4.13.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5313](https://github.com/mealie-recipes/mealie/issues/5313)) - fix(deps): update dependency pillow to v11.2.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5337](https://github.com/mealie-recipes/mealie/issues/5337)) - fix(deps): update dependency openai to v1.74.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5346](https://github.com/mealie-recipes/mealie/issues/5346)) - fix(deps): update dependency openai to v1.75.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5357](https://github.com/mealie-recipes/mealie/issues/5357)) - chore(deps): update dependency mkdocs-material to v9.6.12 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5359](https://github.com/mealie-recipes/mealie/issues/5359)) - chore(deps): update dependency ruff to v0.11.6 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5361](https://github.com/mealie-recipes/mealie/issues/5361)) - fix(deps): update dependency beautifulsoup4 to v4.13.4 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5352](https://github.com/mealie-recipes/mealie/issues/5352)) - fix(deps): update dependency aniso8601 to v10.0.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5368](https://github.com/mealie-recipes/mealie/issues/5368)) - fix(deps): update dependency html2text to v2025 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5347](https://github.com/mealie-recipes/mealie/issues/5347)) - fix(deps): update dependency openai to v1.76.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5381](https://github.com/mealie-recipes/mealie/issues/5381)) - fix(deps): update dependency uvicorn to v0.34.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5343](https://github.com/mealie-recipes/mealie/issues/5343)) - fix(deps): update dependency pydantic-settings to v2.9.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5366](https://github.com/mealie-recipes/mealie/issues/5366)) - fix(deps): update dependency lxml to v5.4.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5378](https://github.com/mealie-recipes/mealie/issues/5378)) - chore(deps): update dependency ruff to v0.11.7 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5388](https://github.com/mealie-recipes/mealie/issues/5388)) - fix(deps): update dependency recipe-scrapers to v15.7.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5412](https://github.com/mealie-recipes/mealie/issues/5412)) - fix(deps): update dependency openai to v1.77.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5404](https://github.com/mealie-recipes/mealie/issues/5404)) - chore(deps): update dependency ruff to v0.11.8 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5410](https://github.com/mealie-recipes/mealie/issues/5410)) - fix(deps): update dependency tzdata to v2025 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5365](https://github.com/mealie-recipes/mealie/issues/5365)) - fix(deps): update dependency ingredient-parser-nlp to v2.1.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5373](https://github.com/mealie-recipes/mealie/issues/5373)) - fix(deps): update dependency orjson to v3.10.18 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5403](https://github.com/mealie-recipes/mealie/issues/5403)) - fix(deps): update dependency pydantic to v2.11.4 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5405](https://github.com/mealie-recipes/mealie/issues/5405)) - chore(deps): update dependency pylint to v3.3.7 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5416](https://github.com/mealie-recipes/mealie/issues/5416)) - fix(deps): update dependency openai to v1.78.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5429](https://github.com/mealie-recipes/mealie/issues/5429)) - chore(deps): update dependency ruff to v0.11.9 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5434](https://github.com/mealie-recipes/mealie/issues/5434)) - chore(deps): update dependency mkdocs-material to v9.6.13 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5435](https://github.com/mealie-recipes/mealie/issues/5435)) - chore(deps): update dependency mkdocs-material to v9.6.14 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5442](https://github.com/mealie-recipes/mealie/issues/5442)) - fix(deps): update dependency openai to v1.78.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5441](https://github.com/mealie-recipes/mealie/issues/5441)) - fix(deps): update dependency openai to v1.79.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5450](https://github.com/mealie-recipes/mealie/issues/5450)) - chore(deps): update dependency ruff to v0.11.10 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5447](https://github.com/mealie-recipes/mealie/issues/5447)) - fix(deps): update dependency sqlalchemy to v2.0.41 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5445](https://github.com/mealie-recipes/mealie/issues/5445)) - fix(deps): update dependency ingredient-parser-nlp to v2.1.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5455](https://github.com/mealie-recipes/mealie/issues/5455)) - fix(deps): update dependency openai to v1.81.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5463](https://github.com/mealie-recipes/mealie/issues/5463)) - chore(deps): update dependency coverage to v7.8.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5462](https://github.com/mealie-recipes/mealie/issues/5462)) - fix(deps): update dependency alembic to v1.16.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5464](https://github.com/mealie-recipes/mealie/issues/5464)) - chore(deps): update dependency ruff to v0.11.11 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5466](https://github.com/mealie-recipes/mealie/issues/5466)) - fix(deps): update dependency openai to v1.82.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5467](https://github.com/mealie-recipes/mealie/issues/5467)) - fix(deps): update dependency pydantic to v2.11.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5468](https://github.com/mealie-recipes/mealie/issues/5468)) - fix(deps): update dependency authlib to v1.6.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5469](https://github.com/mealie-recipes/mealie/issues/5469)) - chore(deps): update dependency coverage to v7.8.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5470](https://github.com/mealie-recipes/mealie/issues/5470)) - chore(deps): update dependency freezegun to v1.5.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5472](https://github.com/mealie-recipes/mealie/issues/5472)) - chore(deps): update dependency pytest-asyncio to v1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5473](https://github.com/mealie-recipes/mealie/issues/5473)) - chore(deps): update dependency ruff to v0.11.12 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5486](https://github.com/mealie-recipes/mealie/issues/5486)) - chore(deps): update dependency mypy to v1.16.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5487](https://github.com/mealie-recipes/mealie/issues/5487)) - fix(deps): update dependency openai to v1.82.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5488](https://github.com/mealie-recipes/mealie/issues/5488)) - fix(deps): update dependency uvicorn to v0.34.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5495](https://github.com/mealie-recipes/mealie/issues/5495)) - fix(deps): update dependency typing-extensions to v4.14.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5499](https://github.com/mealie-recipes/mealie/issues/5499)) - chore(deps): update dependency pytest to v8.4.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5502](https://github.com/mealie-recipes/mealie/issues/5502)) - fix(deps): update dependency openai to v1.83.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5503](https://github.com/mealie-recipes/mealie/issues/5503)) - fix(deps): update dependency openai to v1.84.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5505](https://github.com/mealie-recipes/mealie/issues/5505)) - fix(deps): update dependency recipe-scrapers to v15.8.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5506](https://github.com/mealie-recipes/mealie/issues/5506)) - chore(deps): update dependency ruff to v0.11.13 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5510](https://github.com/mealie-recipes/mealie/issues/5510)) - fix(deps): update dependency openai to v1.85.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5518](https://github.com/mealie-recipes/mealie/issues/5518)) - fix(deps): update dependency openai to v1.86.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5520](https://github.com/mealie-recipes/mealie/issues/5520)) - fix(deps): update dependency requests to v2.32.4 \[security] [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5519](https://github.com/mealie-recipes/mealie/issues/5519)) - chore(deps): update dependency mypy to v1.16.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5533](https://github.com/mealie-recipes/mealie/issues/5533)) - fix(deps): update dependency pydantic to v2.11.7 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5527](https://github.com/mealie-recipes/mealie/issues/5527)) - fix(deps): update dependency fastapi to v0.115.13 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5538](https://github.com/mealie-recipes/mealie/issues/5538)) - chore(deps): update dependency coverage to v7.9.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5523](https://github.com/mealie-recipes/mealie/issues/5523)) - fix(deps): update dependency openai to v1.88.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5536](https://github.com/mealie-recipes/mealie/issues/5536)) - fix(deps): update dependency alembic to v1.16.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5535](https://github.com/mealie-recipes/mealie/issues/5535)) - fix(deps): update dependency openai to v1.90.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5555](https://github.com/mealie-recipes/mealie/issues/5555)) - chore(deps): update dependency pytest to v8.4.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5542](https://github.com/mealie-recipes/mealie/issues/5542)) - chore(deps): update dependency ruff to ^0.12.0 [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;5568](https://github.com/mealie-recipes/mealie/issues/5568)) - fix(deps): update dependency openai to v1.91.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5567](https://github.com/mealie-recipes/mealie/issues/5567)) - fix(deps): update dependency python-dotenv to v1.1.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5571](https://github.com/mealie-recipes/mealie/issues/5571)) - chore(deps): update dependency ruff to v0.12.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5587](https://github.com/mealie-recipes/mealie/issues/5587)) - fix(deps): update dependency openai to v1.92.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5584](https://github.com/mealie-recipes/mealie/issues/5584)) - fix(deps): update dependency pydantic-settings to v2.10.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5559](https://github.com/mealie-recipes/mealie/issues/5559)) - fix(deps): update dependency openai to v1.93.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5591](https://github.com/mealie-recipes/mealie/issues/5591)) - fix(deps): update dependency pillow to v11.3.0 \[security] [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5615](https://github.com/mealie-recipes/mealie/issues/5615)) - chore(deps): update dependency mkdocs-material to v9.6.15 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5613](https://github.com/mealie-recipes/mealie/issues/5613)) - fix(deps): update dependency fastapi to v0.115.14 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5581](https://github.com/mealie-recipes/mealie/issues/5581)) - fix(deps): update dependency lxml to v6 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5585](https://github.com/mealie-recipes/mealie/issues/5585)) - fix(deps): update dependency tzdata to v2025 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5534](https://github.com/mealie-recipes/mealie/issues/5534)) - fix(deps): update dependency uvicorn to ^0.35.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5598](https://github.com/mealie-recipes/mealie/issues/5598)) - chore(deps): update dependency ruff to v0.12.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5625](https://github.com/mealie-recipes/mealie/issues/5625)) - fix(deps): update dependency tzdata to v2025 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5624](https://github.com/mealie-recipes/mealie/issues/5624)) - fix(deps): update dependency typing-extensions to v4.14.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5629](https://github.com/mealie-recipes/mealie/issues/5629)) - fix(deps): update dependency openai to v1.93.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5655](https://github.com/mealie-recipes/mealie/issues/5655)) - fix(deps): update dependency openai to v1.93.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5660](https://github.com/mealie-recipes/mealie/issues/5660)) - fix(deps): update dependency openai to v1.93.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5663](https://github.com/mealie-recipes/mealie/issues/5663)) - fix(deps): update dependency openai to v1.94.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5667](https://github.com/mealie-recipes/mealie/issues/5667)) - chore(deps): update dependency ruff to v0.12.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;5673](https://github.com/mealie-recipes/mealie/issues/5673)) </details> #### 🙏 New Contributors - [@&#8203;ant385525](https://github.com/ant385525) made their first contribution in https://github.com/mealie-recipes/mealie/pull/5345 - [@&#8203;robertdanahome](https://github.com/robertdanahome) made their first contribution in https://github.com/mealie-recipes/mealie/pull/5342 - [@&#8203;oddlama](https://github.com/oddlama) made their first contribution in https://github.com/mealie-recipes/mealie/pull/5461 - [@&#8203;cdanis](https://github.com/cdanis) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4943 - [@&#8203;SurfBurger](https://github.com/SurfBurger) made their first contribution in https://github.com/mealie-recipes/mealie/pull/5484 - [@&#8203;miawgogo](https://github.com/miawgogo) made their first contribution in https://github.com/mealie-recipes/mealie/pull/5522 - [@&#8203;sravankaruturi](https://github.com/sravankaruturi) made their first contribution in https://github.com/mealie-recipes/mealie/pull/5537 - [@&#8203;cm226](https://github.com/cm226) made their first contribution in https://github.com/mealie-recipes/mealie/pull/5512 - [@&#8203;mrth2](https://github.com/mrth2) made their first contribution in https://github.com/mealie-recipes/mealie/pull/5184 - [@&#8203;jknndy](https://github.com/jknndy) made their first contribution in https://github.com/mealie-recipes/mealie/pull/5592 - [@&#8203;SkepticMystic](https://github.com/SkepticMystic) made their first contribution in https://github.com/mealie-recipes/mealie/pull/5590 ### 🍴🍴🍴🍴🍴🍴 </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjQiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-07-11 18:06:14 +00:00
remoll merged commit 707f87295c into main 2025-07-12 17:01:09 +00:00
remoll deleted branch renovate/ghcr.io-mealie-recipes-mealie-3.x 2025-07-12 17:01:10 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#540
No description provided.