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

Closed
cyrnel wants to merge 1 commits from renovate/ghcr.io-mealie-recipes-mealie-3.x into main
Owner

This PR contains the following updates:

Package Update Change
ghcr.io/mealie-recipes/mealie minor v3.1.2 -> v3.3.0

Release Notes

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

v3.3.0: - Overhauled Ingredient Parsing

Compare Source

🍴🍴🍴🍴🍴🍴

Welcome to the latest Mealie release!
This update brings a major update to how you parse recipes, home to some of the most heavily-requested features. This update also brings a truckload of fixes to round out some performance issues and fix some fairly-regular annoyances.

Minor breaking change with TOKEN_TIME

This PR introduces a maximum for the TOKEN_TIME variable. If TOKEN_TIME is greater than 87600 (10 years, in hours) the application will fail to load. This was introduced as setting too high of a value can cause an overflow error when generating auth tokens, which can be more difficult to debug since the error wouldn't necessarily appear at startup.

🎉 Highlights

📋 Semi-automated Ingredient Parser

Mealie v3.3.0 introduces an entirely new workflow to parsing recipes. The new parsing workflow includes many heavily-requested features such as:

  • A more focused, guided ingredient parser which lets you parse one ingredient at a time
  • Initiate parsing immediately after creating a new recipe (with an option to turn this off, though we encourage you to try it!)
  • Automatically parse ingredients which can be matched with a reasonably high level of accuracy
  • Much much more!
Auth Timeout and iframe Support

Users have been experiencing issues with authentication, including being logged-out seemingly randomly between sessions (even if TOKEN_TIME is set, which is a requirement for longer session times). This update should resolve flaky session times ignoring the TOKEN_TIME.

Additionally, support for hosting Mealie in an iframe (such as via Home Assistant) should be fixed. Note that iframe support only works if being served over HTTPS, which is a browser requirement. For more information, see the samesite Cookie header spec.

New features

🐛 Bug fixes

🧰 Maintenance

18 changes

📚 Documentation

⬆️ Dependency updates

21 changes

🍴🍴🍴🍴🍴🍴

v3.2.1

Compare Source

🍴🍴🍴🍴🍴🍴

A quick bug fix release to fix state issues on the recipe explorer overview page.

🐛 Bug fixes

📚 Documentation

⬆️ Dependency updates

🍴🍴🍴🍴🍴🍴

v3.2.0

Compare Source

🍴🍴🍴🍴🍴🍴

Important Notice for PWA (Mobile) Users

TL;DR If you use the PWA (most/all mobile users), after upgrading, uninstall your PWA and install the new one. If you're accessing Mealie through a regular web browser and have not installed the PWA, please disregard!

The PWA has been overhauled to meet more modern standards. The old PWA configuration was constrained heavily by the old Nuxt 2 framework, and had several odd quirks and simply didn't work in a lot of instances. The new PWA implementation works much better and should be compatible with all devices which support PWAs (including both iPhone and Android devices).

A consequence of this is that the way the app is identified internally has changed, so existing PWA installs won't recognize that there has been an update to the application. In order to continue using the PWA, once you update Mealie, remove/uninstall your old PWA and re-install it.

🎉 Highlights

  • New Settings Layout. No more clicking on "settings" when you're looking for the data management page and remembering that it's,
  • Major performance improvements to the recipe overview page, making it several times more snappy.
  • Lots of quality of life improvements, including many bugfixes.
  • Upgrades to the PWA for mobile devices (see more above).

New features

🐛 Bug fixes

🧰 Maintenance

21 changes

📚 Documentation

🔨 Internal development

⬆️ Dependency updates

28 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.1.2` -> `v3.3.0` | --- ### Release Notes <details> <summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary> ### [`v3.3.0`](https://github.com/mealie-recipes/mealie/releases/tag/v3.3.0): - Overhauled Ingredient Parsing [Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.2.1...v3.3.0) ### 🍴🍴🍴🍴🍴🍴 **Welcome to the latest Mealie release!** This update brings a major update to how you parse recipes, home to some of the most heavily-requested features. This update also brings a truckload of fixes to round out some performance issues and fix some fairly-regular annoyances. ##### ❗❗❗Minor breaking change with `TOKEN_TIME` This PR introduces a maximum for the `TOKEN_TIME` variable. If `TOKEN_TIME` is greater than `87600` (10 years, in hours) the application will fail to load. This was introduced as setting too high of a value can cause an overflow error when generating auth tokens, which can be more difficult to debug since the error wouldn't necessarily appear at startup. #### 🎉 Highlights ##### 📋 Semi-automated Ingredient Parser Mealie v3.3.0 introduces [an entirely new workflow to parsing recipes](https://github.com/mealie-recipes/mealie/pull/6151). The new parsing workflow includes many heavily-requested features such as: - A more focused, guided ingredient parser which lets you parse one ingredient at a time - Initiate parsing immediately after creating a new recipe (with an option to turn this off, though we encourage you to try it!) - Automatically parse ingredients which can be matched with a reasonably high level of accuracy - Much much more! ##### Auth Timeout and `iframe` Support Users have been experiencing issues with authentication, including being logged-out seemingly randomly between sessions (even if `TOKEN_TIME` is set, [which is a requirement for longer session times](https://docs.mealie.io/documentation/getting-started/installation/backend-config/#general)). This update should resolve flaky session times ignoring the `TOKEN_TIME`. Additionally, support for hosting Mealie in an `iframe` (such as via Home Assistant) should be fixed. Note that `iframe` support *only works if being served over HTTPS*, which is a browser requirement. For more information, [see the samesite Cookie header spec](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#samesitesamesite-value). #### ✨ New features - feat: Manually calculate OpenAI Parsing Confidence [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6141](https://github.com/mealie-recipes/mealie/issues/6141)) - feat: Upgraded Ingredient Parsing Workflow [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6151](https://github.com/mealie-recipes/mealie/issues/6151)) - feat: Ingredient Parser Enhancements [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6228](https://github.com/mealie-recipes/mealie/issues/6228)) - feat: Simplify Default Layout Logic and Add Household.name To Cookbooks API [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6243](https://github.com/mealie-recipes/mealie/issues/6243)) #### 🐛 Bug fixes - fix: Print Button Does Nothing [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6178](https://github.com/mealie-recipes/mealie/issues/6178)) - fix: ingredient linker and instructions titles [@&#8203;p0lycarpio](https://github.com/p0lycarpio) ([#&#8203;6146](https://github.com/mealie-recipes/mealie/issues/6146)) - fix: multiple RecipeRating backend calls [@&#8203;p0lycarpio](https://github.com/p0lycarpio) ([#&#8203;6194](https://github.com/mealie-recipes/mealie/issues/6194)) - fix: Actually Fix Token Time [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6215](https://github.com/mealie-recipes/mealie/issues/6215)) - fix: Remove explicit timeout from OpenAI image API Call [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6227](https://github.com/mealie-recipes/mealie/issues/6227)) - fix: Workflow Issues with Deleting Ingredient In Parser [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6230](https://github.com/mealie-recipes/mealie/issues/6230)) - fix: Enabled Using Mealie In iframe If Served Over HTTPS [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6128](https://github.com/mealie-recipes/mealie/issues/6128)) - fix: Remove constraint on unhashed password being 'LDAP' [@&#8203;cmintey](https://github.com/cmintey) ([#&#8203;6236](https://github.com/mealie-recipes/mealie/issues/6236)) - fix: Remove Double Cookie Refresh [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6242](https://github.com/mealie-recipes/mealie/issues/6242)) - fix: Misc Issues with Ingredient Parser [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6250](https://github.com/mealie-recipes/mealie/issues/6250)) - fix: Make Ingredient Parser Dialog Use Full Space [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6253](https://github.com/mealie-recipes/mealie/issues/6253)) - fix: Check for non-hid properties when injetcing SPA meta [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6256](https://github.com/mealie-recipes/mealie/issues/6256)) - fix: Stores Not Populating Sometimes [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6266](https://github.com/mealie-recipes/mealie/issues/6266)) #### 🧰 Maintenance <details> <summary>18 changes</summary> - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6145](https://github.com/mealie-recipes/mealie/issues/6145)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6174](https://github.com/mealie-recipes/mealie/issues/6174)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6176](https://github.com/mealie-recipes/mealie/issues/6176)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6213](https://github.com/mealie-recipes/mealie/issues/6213)) - chore(l10n): Crowdin locale sync [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6206](https://github.com/mealie-recipes/mealie/issues/6206)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6222](https://github.com/mealie-recipes/mealie/issues/6222)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6218](https://github.com/mealie-recipes/mealie/issues/6218)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6224](https://github.com/mealie-recipes/mealie/issues/6224)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6225](https://github.com/mealie-recipes/mealie/issues/6225)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6231](https://github.com/mealie-recipes/mealie/issues/6231)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6234](https://github.com/mealie-recipes/mealie/issues/6234)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6237](https://github.com/mealie-recipes/mealie/issues/6237)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6241](https://github.com/mealie-recipes/mealie/issues/6241)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6254](https://github.com/mealie-recipes/mealie/issues/6254)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6257](https://github.com/mealie-recipes/mealie/issues/6257)) - chore: Upgrade Node and Nuxt [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6240](https://github.com/mealie-recipes/mealie/issues/6240)) - chore: Add Stricter Frontend Formatting [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6262](https://github.com/mealie-recipes/mealie/issues/6262)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6264](https://github.com/mealie-recipes/mealie/issues/6264)) </details> #### 📚 Documentation - docs(auto): Update image tag, for release v3.2.1 [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6172](https://github.com/mealie-recipes/mealie/issues/6172)) - docs: Add Info Regarding Theme Settings Config [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6198](https://github.com/mealie-recipes/mealie/issues/6198)) - docs: Fix formatting in some community guides [@&#8203;lehnerpat](https://github.com/lehnerpat) ([#&#8203;6223](https://github.com/mealie-recipes/mealie/issues/6223)) - docs: Update navigation instructions for (admin) settings pages [@&#8203;lehnerpat](https://github.com/lehnerpat) ([#&#8203;6220](https://github.com/mealie-recipes/mealie/issues/6220)) - docs: Improve formatting in 'Automating Backups with n8n' community guide [@&#8203;lehnerpat](https://github.com/lehnerpat) ([#&#8203;6221](https://github.com/mealie-recipes/mealie/issues/6221)) #### ⬆️ Dependency updates <details> <summary>21 changes</summary> - chore(deps): update dependency ruff to ^0.13.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6148](https://github.com/mealie-recipes/mealie/issues/6148)) - chore(deps): update node.js to [`abcf9c9`](https://github.com/mealie-recipes/mealie/commit/abcf9c9) [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6138](https://github.com/mealie-recipes/mealie/issues/6138)) - fix(deps): update dependency openai to v1.107.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6147](https://github.com/mealie-recipes/mealie/issues/6147)) - fix(deps): update dependency pydantic to v2.11.9 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6159](https://github.com/mealie-recipes/mealie/issues/6159)) - chore(deps): update dependency mypy to v1.18.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6161](https://github.com/mealie-recipes/mealie/issues/6161)) - chore(deps): update dependency pytest-asyncio to v1.2.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6162](https://github.com/mealie-recipes/mealie/issues/6162)) - chore(deps): update dependency mkdocs-material to v9.6.20 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6179](https://github.com/mealie-recipes/mealie/issues/6179)) - fix(deps): update dependency fastapi to v0.116.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6181](https://github.com/mealie-recipes/mealie/issues/6181)) - fix(deps): update dependency authlib to v1.6.4 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6182](https://github.com/mealie-recipes/mealie/issues/6182)) - fix(deps): update dependency openai to v1.108.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6185](https://github.com/mealie-recipes/mealie/issues/6185)) - chore(deps): update dependency ruff to v0.13.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6191](https://github.com/mealie-recipes/mealie/issues/6191)) - chore(deps): update dependency mypy to v1.18.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6193](https://github.com/mealie-recipes/mealie/issues/6193)) - chore(deps): update dependency openai to v1.109.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6196](https://github.com/mealie-recipes/mealie/issues/6196)) - chore(deps): update dependency ruff to v0.13.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6239](https://github.com/mealie-recipes/mealie/issues/6239)) - fix(deps): update dependency uvicorn to ^0.37.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6200](https://github.com/mealie-recipes/mealie/issues/6200)) - fix(deps): update dependency fastapi to ^0.117.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6205](https://github.com/mealie-recipes/mealie/issues/6205)) - chore(deps): update dependency coverage to v7.10.7 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6216](https://github.com/mealie-recipes/mealie/issues/6216)) - chore(deps): update dependency lxml to v6.0.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6219](https://github.com/mealie-recipes/mealie/issues/6219)) - chore(deps): update dependency pydantic-settings to v2.11.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6233](https://github.com/mealie-recipes/mealie/issues/6233)) - chore(deps): update dependency pyyaml to v6.0.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6245](https://github.com/mealie-recipes/mealie/issues/6245)) - fix(deps): update dependency bcrypt to v5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6246](https://github.com/mealie-recipes/mealie/issues/6246)) </details> ### 🍴🍴🍴🍴🍴🍴 ### [`v3.2.1`](https://github.com/mealie-recipes/mealie/releases/tag/v3.2.1) [Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.2.0...v3.2.1) ### 🍴🍴🍴🍴🍴🍴 A quick bug fix release to fix state issues on the recipe explorer overview page. #### 🐛 Bug fixes - fix: Explorer Page State Not Working On Hitting Back [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6171](https://github.com/mealie-recipes/mealie/issues/6171)) #### 📚 Documentation - docs(auto): Update image tag, for release v3.2.0 [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6164](https://github.com/mealie-recipes/mealie/issues/6164)) #### ⬆️ Dependency updates - fix(deps): update dependency ingredient-parser-nlp to v2.3.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6163](https://github.com/mealie-recipes/mealie/issues/6163)) ### 🍴🍴🍴🍴🍴🍴 ### [`v3.2.0`](https://github.com/mealie-recipes/mealie/releases/tag/v3.2.0) [Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.1.2...v3.2.0) ### 🍴🍴🍴🍴🍴🍴 #### ❗❗❗Important Notice for PWA (Mobile) Users **TL;DR If you use the PWA (most/all mobile users), after upgrading, uninstall your PWA and install the new one. If you're accessing Mealie through a regular web browser and have not installed the PWA, please disregard!** The PWA has been overhauled to meet more modern standards. The old PWA configuration was constrained heavily by the old Nuxt 2 framework, and had several odd quirks and simply didn't work in a lot of instances. The new PWA implementation works much better and should be compatible with all devices which support PWAs (including both iPhone and Android devices). A consequence of this is that the way the app is identified internally has changed, so existing PWA installs won't recognize that there has been an update to the application. In order to continue using the PWA, once you update Mealie, *remove/uninstall* your old PWA and re-install it. #### 🎉 Highlights - New Settings Layout. No more clicking on "settings" when you're looking for the data management page and remembering that it's, - Major performance improvements to the recipe overview page, making it several times more snappy. - Lots of quality of life improvements, including many bugfixes. - Upgrades to the PWA for mobile devices (see more above). #### ✨ New features - feat: group recipe ingredients by section titles [@&#8203;felixschndr](https://github.com/felixschndr) ([#&#8203;5864](https://github.com/mealie-recipes/mealie/issues/5864)) - feat: consolidate settings gui [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;6043](https://github.com/mealie-recipes/mealie/issues/6043)) - feat: Add option to switch sqlite to WAL [@&#8203;t0xicCode](https://github.com/t0xicCode) ([#&#8203;6050](https://github.com/mealie-recipes/mealie/issues/6050)) - feat: Improve first time setup ux [@&#8203;p0lycarpio](https://github.com/p0lycarpio) ([#&#8203;6106](https://github.com/mealie-recipes/mealie/issues/6106)) #### 🐛 Bug fixes - fix: Make String Cleaner More Robust [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6032](https://github.com/mealie-recipes/mealie/issues/6032)) - fix: Handle missing OIDC groups claim [@&#8203;t0xicCode](https://github.com/t0xicCode) ([#&#8203;6054](https://github.com/mealie-recipes/mealie/issues/6054)) - fix: import from Paprika not importing some images [@&#8203;brokeh](https://github.com/brokeh) ([#&#8203;5911](https://github.com/mealie-recipes/mealie/issues/5911)) - fix: re-ordering of cookbooks [@&#8203;RichardVanLeeuwen](https://github.com/RichardVanLeeuwen) ([#&#8203;5975](https://github.com/mealie-recipes/mealie/issues/5975)) - fix: Fix RecipeLastMade dialog date picker being off by a day [@&#8203;lehnerpat](https://github.com/lehnerpat) ([#&#8203;6079](https://github.com/mealie-recipes/mealie/issues/6079)) - fix: Fix PWA [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6090](https://github.com/mealie-recipes/mealie/issues/6090)) - fix: Make Frontend Respect TOKEN\_TIME [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6089](https://github.com/mealie-recipes/mealie/issues/6089)) - fix: Incorrect Usage of $vuetify.display [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6066](https://github.com/mealie-recipes/mealie/issues/6066)) - fix: set touchless on AppSidebar [@&#8203;p0lycarpio](https://github.com/p0lycarpio) ([#&#8203;6092](https://github.com/mealie-recipes/mealie/issues/6092)) - fix: Shopping list top buttons layout (margin and row wrapping) [@&#8203;lehnerpat](https://github.com/lehnerpat) ([#&#8203;6091](https://github.com/mealie-recipes/mealie/issues/6091)) - fix: Optimize Recipe Favorites/Ratings [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6075](https://github.com/mealie-recipes/mealie/issues/6075)) - fix: Optimize Recipe Context Menu [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6071](https://github.com/mealie-recipes/mealie/issues/6071)) - fix: Cookbooks page padding [@&#8203;p0lycarpio](https://github.com/p0lycarpio) ([#&#8203;6097](https://github.com/mealie-recipes/mealie/issues/6097)) - fix: Context Menu Dialogs Not Working [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6108](https://github.com/mealie-recipes/mealie/issues/6108)) - fix: Missing Locale Dates [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6116](https://github.com/mealie-recipes/mealie/issues/6116)) - fix: Don't open the sidebar drawer by default on medium screens [@&#8203;noxhirsch](https://github.com/noxhirsch) ([#&#8203;6107](https://github.com/mealie-recipes/mealie/issues/6107)) - fix: Upgrade Vuetify, fix Dev Dependencies, and fix Migration Tree View [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6127](https://github.com/mealie-recipes/mealie/issues/6127)) - fix: Refactor and Optimize Explore Page Search [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6070](https://github.com/mealie-recipes/mealie/issues/6070)) - fix: add `breaks` option to markdown rendering, to get old linebreak behaviour [@&#8203;fleshgolem](https://github.com/fleshgolem) ([#&#8203;6156](https://github.com/mealie-recipes/mealie/issues/6156)) - fix: Can't Edit Timeline Events [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6160](https://github.com/mealie-recipes/mealie/issues/6160)) - fix: Ingredient Parser Drops Units Sometimes [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6150](https://github.com/mealie-recipes/mealie/issues/6150)) #### 🧰 Maintenance <details> <summary>21 changes</summary> - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6034](https://github.com/mealie-recipes/mealie/issues/6034)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6049](https://github.com/mealie-recipes/mealie/issues/6049)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6058](https://github.com/mealie-recipes/mealie/issues/6058)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6063](https://github.com/mealie-recipes/mealie/issues/6063)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6067](https://github.com/mealie-recipes/mealie/issues/6067)) - chore: automatic locale sync [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6069](https://github.com/mealie-recipes/mealie/issues/6069)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6073](https://github.com/mealie-recipes/mealie/issues/6073)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6076](https://github.com/mealie-recipes/mealie/issues/6076)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6077](https://github.com/mealie-recipes/mealie/issues/6077)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6080](https://github.com/mealie-recipes/mealie/issues/6080)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6088](https://github.com/mealie-recipes/mealie/issues/6088)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6093](https://github.com/mealie-recipes/mealie/issues/6093)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6100](https://github.com/mealie-recipes/mealie/issues/6100)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6105](https://github.com/mealie-recipes/mealie/issues/6105)) - chore: automatic locale sync [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6117](https://github.com/mealie-recipes/mealie/issues/6117)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6113](https://github.com/mealie-recipes/mealie/issues/6113)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6123](https://github.com/mealie-recipes/mealie/issues/6123)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6125](https://github.com/mealie-recipes/mealie/issues/6125)) - chore: Update GitHub Configs [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6135](https://github.com/mealie-recipes/mealie/issues/6135)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6139](https://github.com/mealie-recipes/mealie/issues/6139)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6143](https://github.com/mealie-recipes/mealie/issues/6143)) </details> #### 📚 Documentation - docs(auto): Update image tag, for release v3.1.2 [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6037](https://github.com/mealie-recipes/mealie/issues/6037)) - docs: Fix list formatting on 'Features' docs page [@&#8203;lehnerpat](https://github.com/lehnerpat) ([#&#8203;6082](https://github.com/mealie-recipes/mealie/issues/6082)) - docs: Fix install grammar [@&#8203;Solrac8080](https://github.com/Solrac8080) ([#&#8203;6118](https://github.com/mealie-recipes/mealie/issues/6118)) - docs: link to GitHub Release Notes [@&#8203;TheMerinoWolf](https://github.com/TheMerinoWolf) ([#&#8203;6122](https://github.com/mealie-recipes/mealie/issues/6122)) - docs: fix typo starting-dev-server.md [@&#8203;HelgeKrueger](https://github.com/HelgeKrueger) ([#&#8203;6142](https://github.com/mealie-recipes/mealie/issues/6142)) #### 🔨 Internal development - dev: list availlable frontend updates on renovate dependency dashboard [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;6130](https://github.com/mealie-recipes/mealie/issues/6130)) #### ⬆️ Dependency updates <details> <summary>28 changes</summary> - fix(deps): update dependency lxml to v6.0.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6011](https://github.com/mealie-recipes/mealie/issues/6011)) - fix(deps): update dependency openai to v1.102.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6042](https://github.com/mealie-recipes/mealie/issues/6042)) - fix(deps): update dependency orjson to v3.11.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6041](https://github.com/mealie-recipes/mealie/issues/6041)) - fix(deps): update dependency typing-extensions to v4.15.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6035](https://github.com/mealie-recipes/mealie/issues/6035)) - fix(deps): update dependency beautifulsoup4 to v4.13.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6026](https://github.com/mealie-recipes/mealie/issues/6026)) - fix(deps): update dependency rapidfuzz to v3.14.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6044](https://github.com/mealie-recipes/mealie/issues/6044)) - chore(deps): update dependency coverage to v7.10.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6021](https://github.com/mealie-recipes/mealie/issues/6021)) - fix(deps): update dependency authlib to v1.6.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6018](https://github.com/mealie-recipes/mealie/issues/6018)) - fix(deps): update dependency alembic to v1.16.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6048](https://github.com/mealie-recipes/mealie/issues/6048)) - chore(deps): update dependency ruff to v0.12.11 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6056](https://github.com/mealie-recipes/mealie/issues/6056)) - chore(deps): update dependency coverage to v7.10.6 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6062](https://github.com/mealie-recipes/mealie/issues/6062)) - fix(deps): update dependency openai to v1.103.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6083](https://github.com/mealie-recipes/mealie/issues/6083)) - fix(deps): update dependency openai to v1.104.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6086](https://github.com/mealie-recipes/mealie/issues/6086)) - chore(deps): update node.js to [`bfee10f`](https://github.com/mealie-recipes/mealie/commit/bfee10f) [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6095](https://github.com/mealie-recipes/mealie/issues/6095)) - chore(deps): update node.js to [`d22c0ce`](https://github.com/mealie-recipes/mealie/commit/d22c0ce) [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6096](https://github.com/mealie-recipes/mealie/issues/6096)) - fix(deps): update dependency openai to v1.105.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6094](https://github.com/mealie-recipes/mealie/issues/6094)) - fix(deps): update dependency openai to v1.106.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6099](https://github.com/mealie-recipes/mealie/issues/6099)) - chore(deps): update dependency pytest to v8.4.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6101](https://github.com/mealie-recipes/mealie/issues/6101)) - chore(deps): update dependency ruff to v0.12.12 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6102](https://github.com/mealie-recipes/mealie/issues/6102)) - fix(deps): update dependency openai to v1.106.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6103](https://github.com/mealie-recipes/mealie/issues/6103)) - chore(deps): update dependency mkdocs-material to v9.6.19 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6121](https://github.com/mealie-recipes/mealie/issues/6121)) - chore(config): migrate renovate config [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6134](https://github.com/mealie-recipes/mealie/issues/6134)) - fix(deps): update dependency rapidfuzz to v3.14.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6137](https://github.com/mealie-recipes/mealie/issues/6137)) - fix(deps): update dependency vite to v6.2.7 \[security] [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6132](https://github.com/mealie-recipes/mealie/issues/6132)) - chore(deps): update node.js to [`f3e50c7`](https://github.com/mealie-recipes/mealie/commit/f3e50c7) [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6136](https://github.com/mealie-recipes/mealie/issues/6136)) - fix(deps): update dependency openai to v1.107.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6129](https://github.com/mealie-recipes/mealie/issues/6129)) - fix(deps): update dependency next-auth to \~4.24.0 \[security] [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6133](https://github.com/mealie-recipes/mealie/issues/6133)) - fix(deps): update dependency axios to v1.12.0 \[security] [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6158](https://github.com/mealie-recipes/mealie/issues/6158)) </details> #### 🙏 New Contributors - [@&#8203;t0xicCode](https://github.com/t0xicCode) made their first contribution in [#&#8203;6054](https://github.com/mealie-recipes/mealie/pull/6054) - [@&#8203;brokeh](https://github.com/brokeh) made their first contribution in [#&#8203;5911](https://github.com/mealie-recipes/mealie/pull/5911) - [@&#8203;Solrac8080](https://github.com/Solrac8080) made their first contribution in [#&#8203;6118](https://github.com/mealie-recipes/mealie/pull/6118) - [@&#8203;TheMerinoWolf](https://github.com/TheMerinoWolf) made their first contribution in [#&#8203;6122](https://github.com/mealie-recipes/mealie/pull/6122) - [@&#8203;noxhirsch](https://github.com/noxhirsch) made their first contribution in [#&#8203;6107](https://github.com/mealie-recipes/mealie/pull/6107) - [@&#8203;HelgeKrueger](https://github.com/HelgeKrueger) made their first contribution in [#&#8203;6142](https://github.com/mealie-recipes/mealie/pull/6142) ### 🍴🍴🍴🍴🍴🍴 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuMyIsInVwZGF0ZWRJblZlciI6IjQxLjExMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
cyrnel added 1 commit 2025-10-02 00:27:14 +00:00
cyrnel closed this pull request 2025-10-02 00:41:29 +00:00

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.