mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-05-09 08:15:49 +02:00
[PR #357] [MERGED] Dev #359
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/portfolio/pull/357
Author: @BreizhHardware
Created: 3/25/2026
Status: ✅ Merged
Merged: 3/25/2026
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (10+)
cdd4f2cchore(deps): Bump tailwindcss from 4.1.18 to 4.2.1c929bf6chore(deps): Bump @tailwindcss/cli from 4.1.18 to 4.2.1e6158a0chore(deps-dev): Bump cypress from 15.10.0 to 15.11.00cff1eachore(deps): Bump actions/upload-artifact in /.github/workflowsa920cc6chore(deps): Bump pnpm/action-setup from 4 to 5 in /.github/workflows5724cc6Merge pull request #335 from BreizhHardware/dependabot/npm_and_yarn/dev/tailwindcss-4.2.1aed1358Merge pull request #336 from BreizhHardware/dependabot/npm_and_yarn/dev/tailwindcss/cli-4.2.17a7158cMerge pull request #337 from BreizhHardware/dependabot/npm_and_yarn/dev/cypress-15.11.0e25942fMerge pull request #341 from BreizhHardware/dependabot/github_actions/dot-github/workflows/dev/actions/upload-artifact-79656de4Merge pull request #347 from BreizhHardware/dependabot/github_actions/dot-github/workflows/dev/pnpm/action-setup-5📊 Changes
5 files changed (+559 additions, -793 deletions)
View changed files
📝
.github/workflows/audit.yml(+16 -2)📝
.github/workflows/deploy-test.yml(+2 -2)📝
.github/workflows/deploy.yml(+2 -2)📝
package.json(+9 -9)📝
pnpm-lock.yaml(+530 -778)📄 Description
This pull request updates several dependencies and GitHub Actions workflows to use newer versions, focusing on improving security, stability, and maintenance. The most significant changes include upgrading workflow actions, updating key frontend dependencies, and enhancing the audit workflow to prevent duplicate security issues.
GitHub Actions workflow updates:
pnpm/action-setupfrom v4 to v5 in.github/workflows/audit.yml,.github/workflows/deploy.yml, and.github/workflows/deploy-test.ymlto ensure compatibility and benefit from the latest improvements. [1] [2] [3]actions/upload-artifactfrom v6 to v7 in both.github/workflows/deploy.ymland.github/workflows/deploy-test.ymlfor uploading Cypress screenshots, providing improved performance and reliability. [1] [2]Security audit workflow improvement:
.github/workflows/audit.ymlto check for existing open security audit issues before creating a new one, preventing duplicate issues from being filed.Dependency updates in
package.json:@tailwindcss/cli,@tailwindcss/vite,tailwindcss,i18next,react-i18next,react-icons, andsass, improving compatibility and security. [1] [2]@vitejs/plugin-reactandcypressto newer versions for better tooling and test reliability.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.