mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-05-09 08:15:49 +02:00
[PR #243] [MERGED] Dev #318
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/243
Author: @BreizhHardware
Created: 12/15/2025
Status: ✅ Merged
Merged: 12/15/2025
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (9)
32c9ed6chore(deps): Bump sass from 1.94.2 to 1.95.013a5f68chore(deps): Bump actions/github-script in /.github/workflows1bda415chore(deps): Bump actions/checkout from 4 to 6 in /.github/workflows4cee43dMerge pull request #242 from BreizhHardware/dependabot/github_actions/dot-github/workflows/dev/actions/checkout-68927e5aMerge pull request #241 from BreizhHardware/dependabot/github_actions/dot-github/workflows/dev/actions/github-script-843e94dbMerge pull request #240 from BreizhHardware/dependabot/npm_and_yarn/dev/sass-1.95.09ac0979chore(deps): Bump react and @types/react705b265chore(deps): Bump @tailwindcss/cli @tailwindcss/vite i18next react react-dom react-i18next sass tailwindcss39bfd46Merge pull request #239 from BreizhHardware/dependabot/npm_and_yarn/dev/multi-e105fa5dd2📊 Changes
3 files changed (+181 additions, -181 deletions)
View changed files
📝
.github/workflows/audit.yml(+2 -2)📝
package.json(+9 -9)📝
pnpm-lock.yaml(+170 -170)📄 Description
This pull request primarily updates dependencies to their latest patch or minor versions, including several key frontend libraries and build tools. It also updates the versions of some GitHub Actions used in the workflow configuration. These changes help keep the project up-to-date with the latest bug fixes, security patches, and improvements from upstream packages.
Dependency Upgrades:
Upgraded major frontend and build dependencies in
package.json, includingreactandreact-dom(from 19.2.0 to 19.2.3),@tailwindcss/cliand@tailwindcss/vite(from 4.1.17 to 4.1.18),i18next(from 25.7.2 to 25.7.3),react-i18next(from 16.4.0 to 16.5.0),sass(from 1.94.2 to 1.96.0), and others.Updated corresponding entries in
pnpm-lock.yamlto reflect the new dependency versions, including all related sub-packages and peer dependencies. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16]CI/CD Workflow Updates:
.github/workflows/audit.yml:actions/checkoutfrom v4 to v6 andactions/github-scriptfrom v7 to v8, ensuring the workflow uses the latest features and security patches. [1] [2]These updates are routine maintenance to keep the codebase secure and compatible with the latest ecosystem changes. No breaking changes are expected, but it's good practice to test the application thoroughly after such upgrades.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.