chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.13.1 #89

Open
renovate-bot wants to merge 1 commit from renovate/ghcr.io-mealie-recipes-mealie-3.x into master
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/mealie-recipes/mealie minor v3.11.0v3.13.1

Release Notes

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

v3.13.1

Compare Source

🍴🍴🍴🍴🍴🍴

Quick patch release to test out a tweak to our release flow.

🐛 Bug fixes

🧰 Maintenance

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.13.0

Compare Source

🍴🍴🍴🍴🍴🍴

Welcome to the latest release of Mealie! We've got a ton of new features ready for you with this release, as well as a good chunk of bug fixes.

🎉 Highlights

  • You can now import recipes from YouTube, TikTok, Instagram, and other video sources using OpenAI. Simply drop the URL of your video into Mealie and it will download and transcribe the video, then create a recipe.

  • Units can now be standardized to enable conversions (e.g. "1 pint" can be converted to "2 cups"). All known, standard units will be standardized for you, but you can customize your own units on the data management page. This enables automatic merging of shopping list ingredients with compatible units. This is the first of many unit-standardization features coming to Mealie, so stay tuned!

  • We've upgraded our scraper to more-consistently fetch websites without the need to copy/paste the raw HTML. Some sites may still require this, but the vast majority work again. We'll continue to roll out improvements to make creating recipes from websites as easy as possible.

New features

🐛 Bug fixes

🧰 Maintenance

18 changes

⬆️ Dependency updates

16 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.12.0

Compare Source

🍴🍴🍴🍴🍴🍴

🎉 Highlights

This PR includes a major optimization for the healthcheck script (thanks @​michelezoncheddu!). You should see substantially less resource usage, more in line with what you'd expect from a healthcheck.

New features

🐛 Bug fixes

🧰 Maintenance

28 changes

📚 Documentation

🔨 Internal development

⬆️ Dependency updates

27 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 | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://github.com/mealie-recipes/mealie) | minor | `v3.11.0` → `v3.13.1` | --- ### Release Notes <details> <summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary> ### [`v3.13.1`](https://github.com/mealie-recipes/mealie/releases/tag/v3.13.1) [Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.13.0...v3.13.1) ### 🍴🍴🍴🍴🍴🍴 Quick patch release to test out a tweak to our release flow. #### 🐛 Bug fixes - fix: [#&#8203;6802](https://github.com/mealie-recipes/mealie/issues/6802) prevent 500 internal server error when patching recipe tags [@&#8203;SimeonSouttar](https://github.com/SimeonSouttar) ([#&#8203;6803](https://github.com/mealie-recipes/mealie/issues/6803)) - fix: Updated workflows to checkout on commit of commit-version-bump [@&#8203;Choromanski](https://github.com/Choromanski) ([#&#8203;7217](https://github.com/mealie-recipes/mealie/issues/7217)) #### 🧰 Maintenance - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7271](https://github.com/mealie-recipes/mealie/issues/7271)) #### 🙏 New Contributors - [@&#8203;SimeonSouttar](https://github.com/SimeonSouttar) made their first contribution in [#&#8203;6803](https://github.com/mealie-recipes/mealie/pull/6803) ### 🍴🍴🍴🍴🍴🍴 ### [`v3.13.0`](https://github.com/mealie-recipes/mealie/releases/tag/v3.13.0) [Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.12.0...v3.13.0) ### 🍴🍴🍴🍴🍴🍴 Welcome to the latest release of Mealie! We've got a ton of new features ready for you with this release, as well as a good chunk of bug fixes. #### 🎉 Highlights - You can now import recipes from YouTube, TikTok, Instagram, and other video sources using OpenAI. Simply drop the URL of your video into Mealie and it will download and transcribe the video, then create a recipe. - Units can now be standardized to enable conversions (e.g. "1 pint" can be converted to "2 cups"). All known, standard units will be standardized for you, but you can customize your own units on the data management page. This enables automatic merging of shopping list ingredients with compatible units. This is the first of many unit-standardization features coming to Mealie, so stay tuned! - We've upgraded our scraper to more-consistently fetch websites without the need to copy/paste the raw HTML. Some sites may still require this, but the vast majority work again. We'll continue to roll out improvements to make creating recipes from websites as easy as possible. #### ✨ New features - feat: Unit standardization / conversion [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7121](https://github.com/mealie-recipes/mealie/issues/7121)) - feat: Add social media video import (YouTube, TikTok, Instagram) [@&#8203;AurelienPautet](https://github.com/AurelienPautet) ([#&#8203;6764](https://github.com/mealie-recipes/mealie/issues/6764)) - feat: Recipe import progress [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7252](https://github.com/mealie-recipes/mealie/issues/7252)) - feat: Switch to httpx-curl-cffi for better scraping [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7254](https://github.com/mealie-recipes/mealie/issues/7254)) - feat: Adjust linked recipe unit and seperate when adding to shopping list [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7260](https://github.com/mealie-recipes/mealie/issues/7260)) #### 🐛 Bug fixes - fix: migrate RecipeRating component to script setup and defineModel [@&#8203;ProperTeaMogul](https://github.com/ProperTeaMogul) ([#&#8203;7203](https://github.com/mealie-recipes/mealie/issues/7203)) - fix: Allow more precise standard quantities in unit data management [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7218](https://github.com/mealie-recipes/mealie/issues/7218)) - fix: Restore original recipe description string [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7221](https://github.com/mealie-recipes/mealie/issues/7221)) - fix: Don't continue parsing recipes with errored HTTP status codes [@&#8203;deanmalan](https://github.com/deanmalan) ([#&#8203;7230](https://github.com/mealie-recipes/mealie/issues/7230)) - fix: Add ffmpeg to prod image [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7235](https://github.com/mealie-recipes/mealie/issues/7235)) - fix: Update user agents in user-agents.txt [@&#8203;RealMochaFox](https://github.com/RealMochaFox) ([#&#8203;7250](https://github.com/mealie-recipes/mealie/issues/7250)) - fix: exclude index.html from workbox precache to prevent stale 401 app shell [@&#8203;api2062](https://github.com/api2062) ([#&#8203;7255](https://github.com/mealie-recipes/mealie/issues/7255)) #### 🧰 Maintenance <details> <summary>18 changes</summary> - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7205](https://github.com/mealie-recipes/mealie/issues/7205)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7208](https://github.com/mealie-recipes/mealie/issues/7208)) - chore(auto): Update pre-commit hooks [@&#8203;mealie-actions](https://github.com/mealie-actions) ([#&#8203;7209](https://github.com/mealie-recipes/mealie/issues/7209)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7220](https://github.com/mealie-recipes/mealie/issues/7220)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7223](https://github.com/mealie-recipes/mealie/issues/7223)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7225](https://github.com/mealie-recipes/mealie/issues/7225)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7228](https://github.com/mealie-recipes/mealie/issues/7228)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7231](https://github.com/mealie-recipes/mealie/issues/7231)) - chore: run Ruff with --fix in Pre-commit to auto-fix fixable errors [@&#8203;deanmalan](https://github.com/deanmalan) ([#&#8203;7232](https://github.com/mealie-recipes/mealie/issues/7232)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7236](https://github.com/mealie-recipes/mealie/issues/7236)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7240](https://github.com/mealie-recipes/mealie/issues/7240)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7245](https://github.com/mealie-recipes/mealie/issues/7245)) - chore(l10n): Crowdin locale sync [@&#8203;mealie-actions](https://github.com/mealie-actions) ([#&#8203;7246](https://github.com/mealie-recipes/mealie/issues/7246)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7253](https://github.com/mealie-recipes/mealie/issues/7253)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7258](https://github.com/mealie-recipes/mealie/issues/7258)) - chore(auto): Update pre-commit hooks [@&#8203;mealie-actions](https://github.com/mealie-actions) ([#&#8203;7256](https://github.com/mealie-recipes/mealie/issues/7256)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7266](https://github.com/mealie-recipes/mealie/issues/7266)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7270](https://github.com/mealie-recipes/mealie/issues/7270)) </details> #### ⬆️ Dependency updates <details> <summary>16 changes</summary> - fix(deps): update dependency apprise to v1.9.8 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7207](https://github.com/mealie-recipes/mealie/issues/7207)) - chore(deps): update dependency setuptools to v82.0.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7211](https://github.com/mealie-recipes/mealie/issues/7211)) - fix(deps): pin dependency pint to v0.25 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7213](https://github.com/mealie-recipes/mealie/issues/7213)) - fix(deps): update dependency pint to v0.25.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7214](https://github.com/mealie-recipes/mealie/issues/7214)) - chore(deps): update dependency mkdocs-material to v9.7.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7224](https://github.com/mealie-recipes/mealie/issues/7224)) - fix(deps): update dependency pyjwt to v2.12.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7234](https://github.com/mealie-recipes/mealie/issues/7234)) - chore(deps): update dependency ruff to v0.15.6 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7237](https://github.com/mealie-recipes/mealie/issues/7237)) - fix(deps): update dependency yt-dlp to v2026.3.13 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7239](https://github.com/mealie-recipes/mealie/issues/7239)) - fix(deps): update dependency openai to v2.28.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7242](https://github.com/mealie-recipes/mealie/issues/7242)) - fix(deps): update dependency uvicorn to v0.42.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7257](https://github.com/mealie-recipes/mealie/issues/7257)) - fix(deps): update dependency pyjwt to v2.12.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7241](https://github.com/mealie-recipes/mealie/issues/7241)) - chore(deps): update dependency coverage to v7.13.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7265](https://github.com/mealie-recipes/mealie/issues/7265)) - chore(deps): update node.js to [`5a593d7`](https://github.com/mealie-recipes/mealie/commit/5a593d7) [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7262](https://github.com/mealie-recipes/mealie/issues/7262)) - chore(deps): update node.js to [`5a593d7`](https://github.com/mealie-recipes/mealie/commit/5a593d7) [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7267](https://github.com/mealie-recipes/mealie/issues/7267)) - fix(deps): update dependency yt-dlp to v2026.3.17 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7269](https://github.com/mealie-recipes/mealie/issues/7269)) - fix(deps): update dependency openai to v2.29.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7268](https://github.com/mealie-recipes/mealie/issues/7268)) </details> #### 🙏 New Contributors * @&#8203;deanmalan made their first contribution in https://github.com/mealie-recipes/mealie/pull/7230 * @&#8203;RealMochaFox made their first contribution in https://github.com/mealie-recipes/mealie/pull/7250 * @&#8203;api2062 made their first contribution in https://github.com/mealie-recipes/mealie/pull/7255 ### 🍴🍴🍴🍴🍴🍴 ### [`v3.12.0`](https://github.com/mealie-recipes/mealie/releases/tag/v3.12.0) [Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.11.0...v3.12.0) ### 🍴🍴🍴🍴🍴🍴 #### 🎉 Highlights This PR includes a major optimization for the healthcheck script (thanks [@&#8203;michelezoncheddu](https://github.com/michelezoncheddu)!). You should see substantially less resource usage, more in line with what you'd expect from a healthcheck. #### ✨ New features - feat: Auto-adjust shopping list item autofocus [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7096](https://github.com/mealie-recipes/mealie/issues/7096)) - feat: Improve auto-form layout [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7150](https://github.com/mealie-recipes/mealie/issues/7150)) - feat: include extra ingredients + amounts in NLP parser output [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7191](https://github.com/mealie-recipes/mealie/issues/7191)) - feat: replace python script with curl [@&#8203;michelezoncheddu](https://github.com/michelezoncheddu) ([#&#8203;7192](https://github.com/mealie-recipes/mealie/issues/7192)) #### 🐛 Bug fixes - fix: Include unmade recipes when filtering by last made [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7130](https://github.com/mealie-recipes/mealie/issues/7130)) - fix: Ensure recipe ingredients have a valid reference\_id [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7139](https://github.com/mealie-recipes/mealie/issues/7139)) - fix(deps): update dependency fastapi to v0.133.1 [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7146](https://github.com/mealie-recipes/mealie/issues/7146)) - fix: data management food edit / create [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;7148](https://github.com/mealie-recipes/mealie/issues/7148)) - fix: Updated get\_ts\_locales to resolve issues with Automatic Locale Sync workflow [@&#8203;Choromanski](https://github.com/Choromanski) ([#&#8203;7181](https://github.com/mealie-recipes/mealie/issues/7181)) - fix: Logic to unset-rating when currentrating is selected [@&#8203;Choromanski](https://github.com/Choromanski) ([#&#8203;7182](https://github.com/mealie-recipes/mealie/issues/7182)) - fix: Restore missing description for household's new recipe settings [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7204](https://github.com/mealie-recipes/mealie/issues/7204)) - fix: Added mealie.log rotations to excluded files for backup [@&#8203;Choromanski](https://github.com/Choromanski) ([#&#8203;7138](https://github.com/mealie-recipes/mealie/issues/7138)) #### 🧰 Maintenance <details> <summary>28 changes</summary> - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7088](https://github.com/mealie-recipes/mealie/issues/7088)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7098](https://github.com/mealie-recipes/mealie/issues/7098)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7105](https://github.com/mealie-recipes/mealie/issues/7105)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7110](https://github.com/mealie-recipes/mealie/issues/7110)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7112](https://github.com/mealie-recipes/mealie/issues/7112)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7116](https://github.com/mealie-recipes/mealie/issues/7116)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7119](https://github.com/mealie-recipes/mealie/issues/7119)) - chore(auto): Update pre-commit hooks [@&#8203;mealie-actions](https://github.com/mealie-actions) ([#&#8203;7122](https://github.com/mealie-recipes/mealie/issues/7122)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7126](https://github.com/mealie-recipes/mealie/issues/7126)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7131](https://github.com/mealie-recipes/mealie/issues/7131)) - chore: refactor data management pages [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;7107](https://github.com/mealie-recipes/mealie/issues/7107)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7136](https://github.com/mealie-recipes/mealie/issues/7136)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7145](https://github.com/mealie-recipes/mealie/issues/7145)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7149](https://github.com/mealie-recipes/mealie/issues/7149)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7153](https://github.com/mealie-recipes/mealie/issues/7153)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7157](https://github.com/mealie-recipes/mealie/issues/7157)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7160](https://github.com/mealie-recipes/mealie/issues/7160)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7166](https://github.com/mealie-recipes/mealie/issues/7166)) - chore(auto): Update pre-commit hooks [@&#8203;mealie-actions](https://github.com/mealie-actions) ([#&#8203;7168](https://github.com/mealie-recipes/mealie/issues/7168)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7174](https://github.com/mealie-recipes/mealie/issues/7174)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7180](https://github.com/mealie-recipes/mealie/issues/7180)) - chore(l10n): Crowdin locale sync [@&#8203;mealie-actions](https://github.com/mealie-actions) ([#&#8203;7183](https://github.com/mealie-recipes/mealie/issues/7183)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7186](https://github.com/mealie-recipes/mealie/issues/7186)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7189](https://github.com/mealie-recipes/mealie/issues/7189)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7194](https://github.com/mealie-recipes/mealie/issues/7194)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7195](https://github.com/mealie-recipes/mealie/issues/7195)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7198](https://github.com/mealie-recipes/mealie/issues/7198)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;7202](https://github.com/mealie-recipes/mealie/issues/7202)) </details> #### 📚 Documentation - docs: Add missing release tags to OpenAI docs [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7102](https://github.com/mealie-recipes/mealie/issues/7102)) - docs: Remove redoc API generation [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7109](https://github.com/mealie-recipes/mealie/issues/7109)) #### 🔨 Internal development - dev: add AI/LLM Assistance section to PR template [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;7144](https://github.com/mealie-recipes/mealie/issues/7144)) - dev: Add backend translations to auto-approval [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;7196](https://github.com/mealie-recipes/mealie/issues/7196)) #### ⬆️ Dependency updates <details> <summary>27 changes</summary> - chore(deps): update dependency mkdocs-material to v9.7.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7093](https://github.com/mealie-recipes/mealie/issues/7093)) - fix(deps): update dependency pillow-heif to v1.2.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7092](https://github.com/mealie-recipes/mealie/issues/7092)) - chore(deps): update dependency rich to v14.3.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7100](https://github.com/mealie-recipes/mealie/issues/7100)) - fix(deps): update dependency pydantic-settings to v2.13.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7101](https://github.com/mealie-recipes/mealie/issues/7101)) - chore(deps): update dependency ruff to v0.15.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7104](https://github.com/mealie-recipes/mealie/issues/7104)) - chore(deps): update dependency pylint to v4.0.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7106](https://github.com/mealie-recipes/mealie/issues/7106)) - fix(deps): update dependency fastapi to v0.129.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7111](https://github.com/mealie-recipes/mealie/issues/7111)) - fix(deps): update dependency fastapi to v0.131.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7113](https://github.com/mealie-recipes/mealie/issues/7113)) - fix(deps): update dependency openai to v2.22.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7128](https://github.com/mealie-recipes/mealie/issues/7128)) - fix(deps): update dependency openai to v2.23.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7132](https://github.com/mealie-recipes/mealie/issues/7132)) - chore(deps): update dependency mkdocs-material to v9.7.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7134](https://github.com/mealie-recipes/mealie/issues/7134)) - chore(deps): update node.js to [`3a09aa6`](https://github.com/mealie-recipes/mealie/commit/3a09aa6) [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7140](https://github.com/mealie-recipes/mealie/issues/7140)) - fix(deps): update dependency sqlalchemy to v2.0.47 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7135](https://github.com/mealie-recipes/mealie/issues/7135)) - fix(deps): update dependency openai to v2.24.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7137](https://github.com/mealie-recipes/mealie/issues/7137)) - chore(deps): update dependency ruff to v0.15.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7151](https://github.com/mealie-recipes/mealie/issues/7151)) - chore(deps): update dependency ruff to v0.15.4 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7152](https://github.com/mealie-recipes/mealie/issues/7152)) - fix(deps): update dependency pillow-heif to v1.3.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7155](https://github.com/mealie-recipes/mealie/issues/7155)) - fix(deps): update dependency fastapi to v0.134.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7127](https://github.com/mealie-recipes/mealie/issues/7127)) - fix(deps): update dependency fastapi to v0.135.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7165](https://github.com/mealie-recipes/mealie/issues/7165)) - chore(deps): update dependency types-python-dateutil to v2.9.0.20260302 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7169](https://github.com/mealie-recipes/mealie/issues/7169)) - fix(deps): update dependency authlib to v1.6.9 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7170](https://github.com/mealie-recipes/mealie/issues/7170)) - fix(deps): update dependency python-dotenv to v1.2.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7164](https://github.com/mealie-recipes/mealie/issues/7164)) - fix(deps): update dependency sqlalchemy to v2.0.48 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7173](https://github.com/mealie-recipes/mealie/issues/7173)) - chore(deps): update dependency mkdocs-material to v9.7.4 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7178](https://github.com/mealie-recipes/mealie/issues/7178)) - chore(deps): update dependency types-python-dateutil to v2.9.0.20260305 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7188](https://github.com/mealie-recipes/mealie/issues/7188)) - chore(deps): update dependency ruff to v0.15.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7193](https://github.com/mealie-recipes/mealie/issues/7193)) - fix(deps): update dependency openai to v2.26.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;7190](https://github.com/mealie-recipes/mealie/issues/7190)) </details> #### 🙏 New Contributors - [@&#8203;michelezoncheddu](https://github.com/michelezoncheddu) made their first contribution in [#&#8203;7192](https://github.com/mealie-recipes/mealie/pull/7192) ### 🍴🍴🍴🍴🍴🍴 </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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNzMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.12.0
All checks were successful
Lint / lint (push) Successful in 45s
Lint / lint (pull_request) Successful in 46s
199dde1e5e
renovate-bot force-pushed renovate/ghcr.io-mealie-recipes-mealie-3.x from 199dde1e5e
All checks were successful
Lint / lint (push) Successful in 45s
Lint / lint (pull_request) Successful in 46s
to b932eccd31
All checks were successful
Lint / lint (push) Successful in 45s
Lint / lint (pull_request) Successful in 45s
2026-03-19 10:00:58 +00:00
Compare
renovate-bot changed title from chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.12.0 to chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.13.1 2026-03-19 10:00:59 +00:00
All checks were successful
Lint / lint (push) Successful in 45s
Lint / lint (pull_request) Successful in 45s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-mealie-recipes-mealie-3.x:renovate/ghcr.io-mealie-recipes-mealie-3.x
git switch renovate/ghcr.io-mealie-recipes-mealie-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/ghcr.io-mealie-recipes-mealie-3.x
git switch renovate/ghcr.io-mealie-recipes-mealie-3.x
git rebase master
git switch master
git merge --ff-only renovate/ghcr.io-mealie-recipes-mealie-3.x
git switch renovate/ghcr.io-mealie-recipes-mealie-3.x
git rebase master
git switch master
git merge --no-ff renovate/ghcr.io-mealie-recipes-mealie-3.x
git switch master
git merge --squash renovate/ghcr.io-mealie-recipes-mealie-3.x
git switch master
git merge --ff-only renovate/ghcr.io-mealie-recipes-mealie-3.x
git switch master
git merge renovate/ghcr.io-mealie-recipes-mealie-3.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
xenrox/ansible!89
No description provided.