255 Commits

Author SHA1 Message Date
Félix MARQUET
509c60707f Merge pull request #98 from modelec/dependabot/npm_and_yarn/testing-library/react-16.3.0
Bump @testing-library/react from 16.0.1 to 16.3.0
2025-05-05 08:35:15 +02:00
dependabot[bot]
a351a45e1d Bump @testing-library/react from 16.0.1 to 16.3.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.0.1 to 16.3.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v16.0.1...v16.3.0)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 14:08:59 +00:00
Félix MARQUET
70a5072dd4 Merge pull request #100 from modelec/dependabot/npm_and_yarn/react-router-dom-7.5.1
Bump react-router-dom from 7.0.2 to 7.5.1
2025-04-30 16:07:57 +02:00
Félix MARQUET
ac3573c3a0 Merge pull request #84 from modelec/dependabot/npm_and_yarn/browserslist-4.24.4
Bump browserslist from 4.24.3 to 4.24.4
2025-04-30 16:07:43 +02:00
dependabot[bot]
04d31d032f Bump react-router-dom from 7.0.2 to 7.5.1
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.0.2 to 7.5.1.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.5.1/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-version: 7.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 15:29:32 +00:00
Félix MARQUET
c51f8d9281 Merge pull request #92 from modelec/COPA-39
[COPA-39]
2025-02-10 20:23:56 +01:00
bb580ab794 feat(images): migrate images from r2 to local storage
- Removed references to images hosted on r2
- Updated image paths to use local storage
- Ensured all components and pages reference the new local image paths
2025-02-10 20:17:20 +01:00
066deccd2a feat(images): migrate images from r2 to local storage
- Removed references to images hosted on r2
- Updated image paths to use local storage
- Ensured all components and pages reference the new local image paths
2025-02-10 20:16:55 +01:00
Allan Cueff
1b684c9cba Merge pull request #91 from modelec/COPA-38
[COPA-38] - lazy loading for images
2025-02-10 19:20:28 +01:00
Félix MARQUET
c44ee4a297 refactor(tests): supprimer l'assertion de source d'image dans le test de la timeline 2025-02-05 09:21:46 +00:00
Félix MARQUET
33b42987bf refactor(tests): supprimer les assertions de source d'image dans les tests 2025-02-05 09:19:07 +00:00
Félix MARQUET
63e9f758b9 refactor(tests): remove image source assertions 2025-02-05 09:15:09 +00:00
8e7e3457b0 feat(images): add lazy loading for images 2025-02-04 19:18:32 +01:00
dependabot[bot]
2bcb36f248 Bump browserslist from 4.24.3 to 4.24.4
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.24.3 to 4.24.4.
- [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.24.3...4.24.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-26 19:42:05 +00:00
Félix MARQUET
e1a670cf6d Merge pull request #83 from modelec/dependabot/npm_and_yarn/globals-15.14.0
Bump globals from 15.12.0 to 15.14.0
2025-01-26 20:41:17 +01:00
Félix MARQUET
74435cf855 Merge pull request #82 from modelec/dependabot/npm_and_yarn/eslint-9.18.0
Bump eslint from 9.17.0 to 9.18.0
2025-01-26 20:41:04 +01:00
Félix MARQUET
22a8e98ecf Merge pull request #81 from modelec/dependabot/npm_and_yarn/eslint-plugin-react-7.37.4
Bump eslint-plugin-react from 7.37.2 to 7.37.4
2025-01-26 20:40:50 +01:00
Félix MARQUET
aeb97db917 Merge pull request #86 from modelec/COPA-33
COPA-33 feat(partners): add Traco Power as a partner
2025-01-26 20:40:36 +01:00
ebeff5782c feat(partners): add Traco Power as a partner 2025-01-24 14:55:06 +01:00
dependabot[bot]
f2447df139 Bump globals from 15.12.0 to 15.14.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.12.0 to 15.14.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.12.0...v15.14.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 15:07:00 +00:00
dependabot[bot]
f396c7b428 Bump eslint from 9.17.0 to 9.18.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.17.0 to 9.18.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.17.0...v9.18.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 15:06:55 +00:00
dependabot[bot]
fcdee909ff Bump eslint-plugin-react from 7.37.2 to 7.37.4
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.37.2 to 7.37.4.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.4)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 15:06:49 +00:00
Allan Cueff
83a1dd3e9a fix youtube link in contact 2025-01-09 13:25:50 +01:00
Allan Cueff
3dac6a7cd4 fix youtube link in homepage 2025-01-09 13:25:23 +01:00
Allan Cueff
819d4f83ae fix broken link 2025-01-09 13:20:44 +01:00
Félix MARQUET
f9627ae2d9 Merge pull request #75 from modelec/dependabot/npm_and_yarn/eslint-plugin-react-refresh-0.4.16
Bump eslint-plugin-react-refresh from 0.4.14 to 0.4.16
2025-01-08 10:07:10 +01:00
dependabot[bot]
e88e0ad99f Bump eslint-plugin-react-refresh from 0.4.14 to 0.4.16
Bumps [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.14...v0.4.16)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 07:44:55 +00:00
Félix MARQUET
310ce06a0c Merge pull request #78 from modelec/dependabot/npm_and_yarn/typescript-eslint-8.19.0
Bump typescript-eslint from 8.17.0 to 8.19.0
2025-01-08 08:44:23 +01:00
Félix MARQUET
e0931008eb Merge pull request #72 from modelec/dependabot/npm_and_yarn/browserslist-4.24.3
Bump browserslist from 4.24.2 to 4.24.3
2025-01-08 08:43:59 +01:00
Félix MARQUET
aab8cc25cf Merge pull request #71 from modelec/dependabot/npm_and_yarn/eslint-9.17.0
Bump eslint from 9.13.0 to 9.17.0
2025-01-08 08:43:44 +01:00
Allan Cueff
83f700153a fix typo 2025-01-07 08:08:44 +01:00
Félix MARQUET
e0d1618500 Merge pull request #79 from modelec/modif-texte-projets 2025-01-06 17:10:12 +01:00
Allan Cueff
4eb64138d5 Update Projets.tsx 2025-01-06 17:07:09 +01:00
dependabot[bot]
78ca0786b5 Bump typescript-eslint from 8.17.0 to 8.19.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.17.0 to 8.19.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-06 14:49:08 +00:00
dependabot[bot]
76199113d3 Bump browserslist from 4.24.2 to 4.24.3
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.24.2 to 4.24.3.
- [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.24.2...4.24.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 15:11:05 +00:00
dependabot[bot]
d7a7a8791b Bump eslint from 9.13.0 to 9.17.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.13.0 to 9.17.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.13.0...v9.17.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 15:10:57 +00:00
Félix MARQUET
64a0e16c00 Update Partenaires.tsx 2024-12-11 10:24:50 +01:00
Félix MARQUET
decc3c73e3 Merge pull request #68 from modelec/dependabot/npm_and_yarn/react-router-dom-7.0.2
Bump react-router-dom from 7.0.1 to 7.0.2
2024-12-11 10:18:32 +01:00
dependabot[bot]
7815d54968 Bump react-router-dom from 7.0.1 to 7.0.2
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.0.2/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 09:16:19 +00:00
Félix MARQUET
004ec9dd46 Merge pull request #70 from modelec/dependabot/npm_and_yarn/eslint-plugin-react-hooks-5.1.0
Bump eslint-plugin-react-hooks from 5.1.0-rc.0 to 5.1.0
2024-12-11 10:15:46 +01:00
Félix MARQUET
6d937d55fe Merge pull request #69 from modelec/dependabot/npm_and_yarn/cypress-13.16.1
Bump cypress from 13.16.0 to 13.16.1
2024-12-11 10:15:29 +01:00
Félix MARQUET
a5b81e66f8 Merge pull request #67 from modelec/dependabot/npm_and_yarn/react-icons-5.4.0
Bump react-icons from 5.3.0 to 5.4.0
2024-12-11 10:15:09 +01:00
Félix MARQUET
09f29e9664 Merge pull request #66 from modelec/dependabot/npm_and_yarn/vite-6.0.3
Bump vite from 6.0.1 to 6.0.3
2024-12-11 10:14:52 +01:00
dependabot[bot]
9684b4bb70 Bump eslint-plugin-react-hooks from 5.1.0-rc.0 to 5.1.0
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.1.0-rc.0 to 5.1.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 14:32:14 +00:00
dependabot[bot]
bb04b49a68 Bump cypress from 13.16.0 to 13.16.1
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.16.0 to 13.16.1.
- [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/v13.16.0...v13.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 14:32:04 +00:00
dependabot[bot]
55b9208049 Bump react-icons from 5.3.0 to 5.4.0
Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](https://github.com/react-icons/react-icons/compare/v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 14:31:50 +00:00
dependabot[bot]
7e12c7a5a4 Bump vite from 6.0.1 to 6.0.3
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.1 to 6.0.3.
- [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/v6.0.3/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 14:31:45 +00:00
Félix MARQUET
20ea427afe Merge pull request #65 from modelec/dependabot/npm_and_yarn/typescript-eslint-8.17.0
Bump typescript-eslint from 8.15.0 to 8.17.0
2024-12-05 11:31:05 +01:00
Félix MARQUET
bf0a575047 Merge pull request #64 from modelec/dependabot/npm_and_yarn/prettier-3.4.2
Bump prettier from 3.3.3 to 3.4.2
2024-12-05 11:30:44 +01:00
dependabot[bot]
842a9bb8e7 Bump typescript-eslint from 8.15.0 to 8.17.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.15.0 to 8.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-05 10:28:51 +00:00