[PR #238] [MERGED] Dev #314

Closed
opened 2026-05-06 12:16:22 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/238
Author: @BreizhHardware
Created: 12/8/2025
Status: Merged
Merged: 12/8/2025
Merged by: @BreizhHardware

Base: mainHead: dev


📝 Commits (10+)

  • c1b4049 chore(deps-dev): Bump vite from 7.1.11 to 7.1.12
  • 43a424d Merge pull request #227 from BreizhHardware/dependabot/npm_and_yarn/vite-7.1.12
  • df7198e chore(deps): Bump i18next from 25.6.0 to 25.6.1
  • 4438cbd chore(deps): Bump @tailwindcss/vite from 4.1.15 to 4.1.17
  • a7819b2 chore(deps): Bump actions/checkout from 5 to 6 in /.github/workflows
  • 8404476 Merge pull request #235 from BreizhHardware/dependabot/github_actions/dot-github/workflows/dev/actions/checkout-6
  • 1d12ba7 Merge pull request #234 from BreizhHardware/dependabot/npm_and_yarn/dev/tailwindcss/vite-4.1.17
  • 00738e2 Merge pull request #233 from BreizhHardware/dependabot/npm_and_yarn/dev/i18next-25.6.1
  • 461793c chore(deps): Bump sass from 1.93.2 to 1.93.3
  • 0e76baa chore(deps): Bump react-i18next from 16.1.2 to 16.2.4

📊 Changes

10 files changed (+613 additions, -1436 deletions)

View changed files

.devcontainer/devcontainer.json (+14 -0)
.github/workflows/audit.yml (+47 -0)
📝 .github/workflows/codeQL.yml (+1 -1)
📝 .github/workflows/deploy-test.yml (+1 -1)
📝 .github/workflows/deploy.yml (+1 -1)
📝 package.json (+12 -12)
📝 pnpm-lock.yaml (+537 -1183)
📝 src/App.tsx (+0 -3)
src/components/GitHubStatsSection.tsx (+0 -234)
📝 src/components/Menu.tsx (+0 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/portfolio/pull/238 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`c1b4049`](https://github.com/BreizhHardware/portfolio/commit/c1b40490288a47afcb12d80e075ae065045e5a40) chore(deps-dev): Bump vite from 7.1.11 to 7.1.12 - [`43a424d`](https://github.com/BreizhHardware/portfolio/commit/43a424d18a417f021e8fb9456f3714555cdb21a6) Merge pull request #227 from BreizhHardware/dependabot/npm_and_yarn/vite-7.1.12 - [`df7198e`](https://github.com/BreizhHardware/portfolio/commit/df7198e7a33a3c04f438f5c2921ef8768614d9de) chore(deps): Bump i18next from 25.6.0 to 25.6.1 - [`4438cbd`](https://github.com/BreizhHardware/portfolio/commit/4438cbd6355c0fc0273e9709dbb9fe6bf00813a0) chore(deps): Bump @tailwindcss/vite from 4.1.15 to 4.1.17 - [`a7819b2`](https://github.com/BreizhHardware/portfolio/commit/a7819b20d8183abe511282c13d48332669991863) chore(deps): Bump actions/checkout from 5 to 6 in /.github/workflows - [`8404476`](https://github.com/BreizhHardware/portfolio/commit/8404476dab48f3d843a38123ff03a7b20dfe4cda) Merge pull request #235 from BreizhHardware/dependabot/github_actions/dot-github/workflows/dev/actions/checkout-6 - [`1d12ba7`](https://github.com/BreizhHardware/portfolio/commit/1d12ba7bead69b7406f3f7e4e29417cbe4e271bd) Merge pull request #234 from BreizhHardware/dependabot/npm_and_yarn/dev/tailwindcss/vite-4.1.17 - [`00738e2`](https://github.com/BreizhHardware/portfolio/commit/00738e24c74a6d410e695ba2c74fdb9186a3a185) Merge pull request #233 from BreizhHardware/dependabot/npm_and_yarn/dev/i18next-25.6.1 - [`461793c`](https://github.com/BreizhHardware/portfolio/commit/461793c5ba1f6eb32f56238b86eb520f6b2697ea) chore(deps): Bump sass from 1.93.2 to 1.93.3 - [`0e76baa`](https://github.com/BreizhHardware/portfolio/commit/0e76baaefe469bdd1b67beae33a3dbb0d83c7534) chore(deps): Bump react-i18next from 16.1.2 to 16.2.4 ### 📊 Changes **10 files changed** (+613 additions, -1436 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+14 -0) ➕ `.github/workflows/audit.yml` (+47 -0) 📝 `.github/workflows/codeQL.yml` (+1 -1) 📝 `.github/workflows/deploy-test.yml` (+1 -1) 📝 `.github/workflows/deploy.yml` (+1 -1) 📝 `package.json` (+12 -12) 📝 `pnpm-lock.yaml` (+537 -1183) 📝 `src/App.tsx` (+0 -3) ➖ `src/components/GitHubStatsSection.tsx` (+0 -234) 📝 `src/components/Menu.tsx` (+0 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:16:22 +02:00
Sign in to join this conversation.
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
BreizhHardware/portfolio#314
No description provided.