Skip to content

🤖 Mise à jour automatique des dépendances#145

Merged
DavidKRK merged 2 commits into
gh-pagesfrom
auto-update-dependencies
Apr 4, 2026
Merged

🤖 Mise à jour automatique des dépendances#145
DavidKRK merged 2 commits into
gh-pagesfrom
auto-update-dependencies

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Mise à jour automatique des dépendances npm effectuée le $(date +%Y-%m-%d)

  • Dépendances mises à jour via npm update
  • Corrections de sécurité appliquées via npm audit fix

Merci de vérifier les changements avant de fusionner.

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify

netlify Bot commented Mar 23, 2026

Copy link
Copy Markdown

Deploy Preview for spiffy-liger-8bab58 ready!

Name Link
🔨 Latest commit 7c79600
🔍 Latest deploy log https://app.netlify.com/projects/spiffy-liger-8bab58/deploys/69d092bf683a070008e246ec
😎 Deploy Preview https://deploy-preview-145--spiffy-liger-8bab58.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Mar 23, 2026

Copy link
Copy Markdown

Deploy Preview for whimsical-kitsune-85066d ready!

Name Link
🔨 Latest commit 7c79600
🔍 Latest deploy log https://app.netlify.com/projects/whimsical-kitsune-85066d/deploys/69d092bfb6b6b200085b7c37
😎 Deploy Preview https://deploy-preview-145--whimsical-kitsune-85066d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s npm dependency lockfiles and adjusts the automation workflow that opens dependency-update PRs, so the PR body includes the actual run date.

Changes:

  • Updated package-lock.json after running npm update and applying npm audit fix changes.
  • Updated the automation workflow to compute the current date and inject it into the created PR body.
  • (Unintended) Updated node_modules/.package-lock.json, indicating a generated artifact inside node_modules is being tracked/committed.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated 2 comments.

File Description
package-lock.json Refreshes resolved dependency graph versions/integrities following automated npm updates.
node_modules/.package-lock.json Updated generated lockfile under node_modules (should not be committed/tracked).
.github/workflows/automation-suite.yml Fixes PR body date substitution by using a step output instead of unevaluated shell syntax.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread node_modules/.package-lock.json Outdated
Comment on lines 154 to 160
"node_modules/arr-diff": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
"integrity": "sha512-dtXTVMkh6VkEEA7OhXnN1Ecb8aAGFdZ1LFxtOCoqj4qkyOJMt7+qs6Ahdy6p/NQCPYsRSXXivhSB/J5E9jmYKA==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
"integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",
"dev": true,
"license": "MIT",
"dependencies": {
"arr-flatten": "^1.0.1"
},
"engines": {

Copilot AI Apr 4, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ce dépôt ignore node_modules/ (voir .gitignore), mais node_modules/.package-lock.json est quand même versionné et modifié ici. Ce fichier est un artefact généré par npm dans node_modules et ne devrait pas être commité : supprimez-le du dépôt (ex: git rm --cached node_modules/.package-lock.json) et assurez-vous qu’il n’est plus recréé/tracké dans les PRs futures.

Copilot uses AI. Check for mistakes.
Comment thread .github/workflows/automation-suite.yml
@github-actions github-actions Bot force-pushed the auto-update-dependencies branch from 5442f80 to 3b5a030 Compare April 4, 2026 03:57
@DavidKRK DavidKRK self-requested a review April 4, 2026 04:22
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@DavidKRK

DavidKRK commented Apr 4, 2026

Copy link
Copy Markdown
Owner

@copilot apply changes based on the comments in this thread

Copilot AI commented Apr 4, 2026

Copy link
Copy Markdown
Contributor

@copilot apply changes based on the comments in this thread

Both changes from the review are already applied:

  1. node_modules/.package-lock.json is not tracked in this branch — git ls-files node_modules/ returns empty, and .gitignore already excludes node_modules/.
  2. The add-paths fix (commit 7c79600) limits the workflow to only stage package.json and package-lock.json, preventing any node_modules artifacts from being committed in future automated runs.

Copilot AI requested a review from DavidKRK April 4, 2026 04:27
@DavidKRK DavidKRK merged commit d500a08 into gh-pages Apr 4, 2026
18 checks passed

@DavidKRK DavidKRK left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot tu peux finir la tache pour que ça soit correct?

@DavidKRK DavidKRK deleted the auto-update-dependencies branch April 4, 2026 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants