31 Commits
Author SHA1 Message Date
rmcampos 3f21716a6b chore: bump typescript to v6
Build Deploy to Pages / build (push) Successful in 4m52s
2026-07-10 20:31:24 +02:00
rmcampos 45c4cd4653 chore: bump next eslint
Build Deploy to Pages / build (push) Successful in 5m12s
2026-07-10 20:19:19 +02:00
rmcampos bb32b85c11 chore: update next version and lint script command 2026-07-10 20:07:04 +02:00
rmcampos b98615e88d feat: bump minor deps to latest version 2026-07-10 19:55:28 +02:00
renovate-botandrmcampos deeea1d148 chore: Configure Renovate (#1)
Build Deploy to Pages / build (push) Successful in 5m8s
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

📚 See our [Reading List](https://docs.renovatebot.com/reading-list/) for relevant documentation you may be interested in reading.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs.

---
### Detected Package Files

 * `package.json` (npm)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
  - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Show only the Age and Confidence Merge Confidence badges for pull requests.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff
  - Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  - Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  - Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff
  - Correctly link to the source code for golang.org/x packages
  - Link to pkg.go.dev/... for golang.org/x packages' title
  - Provide a link to octochangelog's improved breakdown for Renovate's changelogs

---

### What to Expect

With your current configuration, Renovate will create 7 Pull Requests:

<details>
<summary>chore(deps): update nextjs monorepo to v15.5.20</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/nextjs-monorepo`
  - Merge into: `main`
  - Upgrade [eslint-config-next](https://github.com/vercel/next.js) to `15.5.20`
  - Upgrade [next](https://github.com/vercel/next.js) to `15.5.20`

</details>

<details>
<summary>chore(deps): update radix-ui-primitives monorepo</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/radix-ui-primitives-monorepo`
  - Merge into: `main`
  - Upgrade [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) to `1.1.18`
  - Upgrade [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives) to `1.4.2`
  - Upgrade [@radix-ui/react-separator](https://github.com/radix-ui/primitives) to `1.1.11`

</details>

<details>
<summary>chore(deps): update tailwindcss monorepo to v4.3.2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/tailwindcss-monorepo`
  - Merge into: `main`
  - Upgrade [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss) to `4.3.2`
  - Upgrade [tailwindcss](https://github.com/tailwindlabs/tailwindcss) to `4.3.2`

</details>

<details>
<summary>chore(deps): update dependency eslint to v10</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/major-eslint-monorepo`
  - Merge into: `main`
  - Upgrade [eslint](https://github.com/eslint/eslint) to `^10.0.0`

</details>

<details>
<summary>chore(deps): update dependency typescript to v6</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/typescript-6.x`
  - Merge into: `main`
  - Upgrade [typescript](https://github.com/microsoft/TypeScript) to `^6.0.0`

</details>

<details>
<summary>fix(deps): update dependency lucide-react to v1</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/major-lucide-monorepo`
  - Merge into: `main`
  - Upgrade [lucide-react](https://github.com/lucide-icons/lucide) to `^1.0.0`

</details>

<details>
<summary>fix(deps): update nextjs monorepo to v16</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/major-nextjs-monorepo`
  - Merge into: `main`
  - Upgrade [eslint-config-next](https://github.com/vercel/next.js) to `^16.0.0`
  - Upgrade [next](https://github.com/vercel/next.js) to `^16.0.0`

</details>

🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See [docs for `prHourlyLimit`](https://docs.renovatebot.com/configuration-options/#prhourlylimit) for details.

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

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

<!--renovate-config-hash:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->

Reviewed-on: #1
Co-authored-by: Renovate Bot <renovate-bot@lightroasted.vps-kinghost.net>
Co-committed-by: Renovate Bot <renovate-bot@lightroasted.vps-kinghost.net>
2026-07-05 21:04:03 +00:00
rmcampos 7f2a4d72e2 feat: fix deploy file and add more info
Build Deploy to Pages / build (push) Successful in 5m42s
2026-06-17 18:13:51 -03:00
rmcampos 4b9e84f81b feat: update foodlist with more information - by AI Kimmi K2.5 2026-06-17 17:47:45 -03:00
rmcampos 4f18364b0d docs: add agents file 2026-06-17 17:35:35 -03:00
rmcampos 6c8a8e542e chore: bump dependencies 2026-06-17 17:35:21 -03:00
rmcampos a76368ae30 feat: update packages 2025-08-20 12:53:41 -03:00
rmcampos 3b0dd00881 chore: update dependencies 2025-07-16 12:37:58 -03:00
rmcampos 8f23227003 fix: metadata base path 2025-05-16 17:24:48 -03:00
rmcampos 8da49ec91d fix: mobile radio buttons 2025-05-16 17:23:02 -03:00
rmcampos ca3b933079 Fix og:image by setting metadataBase 2025-05-16 17:13:46 -03:00
rmcampos 79d1f43fe7 fix: icons and paths for og 2025-05-16 17:02:30 -03:00
rmcampos 52f5f20ea4 fix: finally fix the path 2025-05-16 16:41:39 -03:00
rmcampos 163b65c507 fix: try to fix asset prefix 2025-05-16 16:33:09 -03:00
rmcampos 0ac032a98a fix: try to fix asset prefix 2025-05-16 16:30:58 -03:00
rmcampos 691503eb19 fix: icons locations 2025-05-16 16:13:38 -03:00
rmcampos 1d41fa0896 fix: images and add og support 2025-05-16 16:10:20 -03:00
rmcampos 964ef8c3d1 fix: icons path 2025-05-16 15:57:13 -03:00
rmcampos e295cd4021 fix: asset prefix 2025-05-16 15:53:56 -03:00
rmcampos 95881b789d feat: add page description and food type 2025-05-16 15:37:41 -03:00
rmcampos 7ddb3741cb feat: add descriptions and food comments - wip 2025-05-16 15:36:56 -03:00
rmcampos 7651967cdf feat: Add info section and modal, and icons 2025-05-16 14:40:47 -03:00
rmcampos 19d6e568da feat: translate to portuguese and add treatment option 2025-05-16 10:39:27 -03:00
rmcampos 10aa259247 fix: workflow permissions 2025-05-16 10:03:47 -03:00
rmcampos 35405d2bef feat: add github pages deployment action 2025-05-16 10:00:28 -03:00
rmcampos 6a04fdee30 feat: add food list 2025-05-16 09:56:41 -03:00
rmcampos 393d222cda feat: first version working 2025-05-15 20:59:54 -03:00
rmcampos bb6eaa05be Initial commit from Create Next App 2025-05-15 20:13:24 -03:00