Commit Graph

62 Commits

Author SHA1 Message Date
dependabot[bot]
52db6f6865 chore(deps): Bump cypress from 15.0.0 to 15.3.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.0.0 to 15.3.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v15.0.0...v15.3.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-version: 15.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-30 18:45:56 +00:00
dependabot[bot]
8a1f730eb5 chore(deps): Bump sass from 1.91.0 to 1.93.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.91.0 to 1.93.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.91.0...1.93.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.93.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-30 18:43:02 +00:00
dependabot[bot]
37a4f90e6c chore(deps-dev): Bump vite from 7.1.3 to 7.1.7
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.3 to 7.1.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-30 18:39:03 +00:00
Félix MARQUET
ac97fad592 Merge pull request #195 from BreizhHardware/dependabot/npm_and_yarn/react-i18next-15.7.4
chore(deps): Bump react-i18next from 15.7.2 to 15.7.4
2025-09-30 20:37:46 +02:00
Félix MARQUET
135fd78f8c Merge pull request #193 from BreizhHardware/dependabot/npm_and_yarn/browserslist-4.26.2
chore(deps): Bump browserslist from 4.25.3 to 4.26.2
2025-09-30 20:37:21 +02:00
dependabot[bot]
94e2dc4d40 chore(deps): Bump react-i18next from 15.7.2 to 15.7.4
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.7.2 to 15.7.4.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v15.7.2...v15.7.4)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-version: 15.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-29 22:04:19 +00:00
dependabot[bot]
0ba00f4b8e chore(deps): Bump browserslist from 4.25.3 to 4.26.2
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.25.3 to 4.26.2.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.25.3...4.26.2)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-version: 4.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 21:21:31 +00:00
dependabot[bot]
a352dc7ad0 chore(deps): Bump @tailwindcss/cli from 4.1.12 to 4.1.13
Bumps [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli) from 4.1.12 to 4.1.13.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.13/packages/@tailwindcss-cli)

---
updated-dependencies:
- dependency-name: "@tailwindcss/cli"
  dependency-version: 4.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 21:20:38 +00:00
Félix MARQUET
a80d9ba72c feat: Add GitHubStatsSection component for displaying GitHub statistics 2025-08-28 12:32:20 +00:00
55f88e59ca chore: Update dependencies in package.json and pnpm-lock.yaml 2025-08-26 22:33:12 +02:00
Félix MARQUET
efc218f445 refactor: remove GitHubStatsSection component and its mock data
fix: remove Homelab link from Menu component

i18n: update TimelineSection to use translation keys for experience items

i18n: switch to loading translations from backend instead of hardcoded

style: add custom variant for dark mode in index.css

style: clean up unused CSS variables and classes in output.css

config: update tailwind.config.js to use ES module syntax

config: include env.d.ts in tsconfig.json for type definitions
2025-08-26 20:22:08 +00:00
Félix MARQUET
46a1b5acdc feat(experience): Add proper experience declaration
TODO: Translation of experience, Github statistiques and contact form
2025-08-26 11:13:46 +00:00