🤖 Mise à jour automatique des dépendances#145
Conversation
|
|
✅ Deploy Preview for spiffy-liger-8bab58 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for whimsical-kitsune-85066d ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
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.jsonafter runningnpm updateand applyingnpm audit fixchanges. - 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 insidenode_modulesis 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.
| "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": { |
There was a problem hiding this comment.
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.
5442f80 to
3b5a030
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot apply changes based on the comments in this thread |
Both changes from the review are already applied:
|
DavidKRK
left a comment
There was a problem hiding this comment.
@copilot tu peux finir la tache pour que ça soit correct?
Mise à jour automatique des dépendances npm effectuée le $(date +%Y-%m-%d)
npm updatenpm audit fixMerci de vérifier les changements avant de fusionner.