mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-05-09 08:15:31 +02:00
[PR #35] [MERGED] Dev #92
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/Site-comptage-heure#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/Site-comptage-heure/pull/35
Author: @BreizhHardware
Created: 12/12/2025
Status: ✅ Merged
Merged: 12/12/2025
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (5)
a39c8dbfeat(audit): Add security audit workflow with failure issue creation5c7161cfeat(audit): Add push trigger for security audit workflow5eb24a5fix: Mettre à jour les dépendances pour améliorer la sécurité et la stabilité12ab33bfix: Supprimer les fichiers de configuration inutilisés dans le répertoire .ideac68124bMerge pull request #34 from BreizhHardware/fix/React-CVE📊 Changes
7 files changed (+177 additions, -168 deletions)
View changed files
➕
.github/workflows/audit.yml(+44 -0)📝
.github/workflows/ci.yml(+1 -1)➖
.idea/.gitignore(+0 -8)➖
.idea/discord.xml(+0 -14)➖
.idea/material_theme_project_new.xml(+0 -13)📝
package.json(+4 -4)📝
pnpm-lock.yaml(+128 -128)📄 Description
This pull request introduces several dependency upgrades, adds a new security audit workflow, and removes some IDE-specific configuration files. The main focus is on keeping dependencies up to date for security and stability, automating security checks, and cleaning up project metadata.
Dependency upgrades:
nextfrom16.0.7to16.0.10in bothpackage.jsonandpnpm-lock.yaml, along with all related@next/*packages. [1] [2] [3] [4] [5]@tailwindcss/postcss,tailwindcss, and all associated@tailwindcss/oxide*packages from4.1.17to4.1.18inpackage.jsonandpnpm-lock.yaml. [1] [2] [3] [4] [5] [6]@types/nodefrom24.10.1to24.10.3in bothpackage.jsonandpnpm-lock.yaml. [1] [2] [3]caniuse-liteandenhanced-resolveto their latest versions inpnpm-lock.yaml. [1] [2]22to24for compatibility with updated dependencies.Security and automation:
.github/workflows/audit.ymlto run daily and on push security audits usingpnpm audit. If vulnerabilities are found, an issue is automatically created.Project cleanup:
.idea/.gitignore,.idea/discord.xml, and.idea/material_theme_project_new.xml, cleaning up IDE-specific project files and metadata. [1] [2] [3]🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.