chore(deps): batch renovate updates - #217
Merged
Merged
Conversation
Actions (PR #201, #202, #203): - actions/checkout v3/v4 -> v7 - actions/setup-node v4 -> v7 - actions/upload-artifact v4 -> v7 Lockfile-only (PR #199, #200, #210): - axios 1.18.1 -> 1.20.0 - react-hook-form 7.81.0 -> 7.88.0 - rollup 4.62.5 -> 4.63.3 Major, verified compatible (PR #204, #209): - @date-fns/utc ^1.1.1 -> ^2.0.0 (UTCDate constructor behaviour unchanged) - @electron-toolkit/tsconfig ^1.0.1 -> ^2.0.0 (moduleResolution node -> bundler)
This was referenced Sep 18, 2026
edospadoni
added a commit
that referenced
this pull request
Sep 18, 2026
* fix: better error management * fix(deps): bump socket.io-parser to 4.2.7 and resync lockfile socket.io-parser 4.2.6 -> 4.2.7 closes the high-severity 'Socket.IO: Zero-attachment Memory Exhaustion' advisory. Transitive via @nethesis/phone-island > socket.io-client. Also resyncs the lockfile root entry with package.json: #217 left it declaring ^1.20.0/^7.88.0/^4.63.3 for axios/react-hook-form/rollup while package.json kept the original ^1.6.7/^7.50.1/^4.12.1 ranges. Resolved versions were unaffected, but the next npm install would have rewritten the file. Co-authored-by: Antonio <tonyco97.tc@gmail.com> --------- Co-authored-by: Antonio <tonyco97.tc@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Raggruppa 8 PR di Renovate in un unico merge, verificate insieme invece che una alla volta.
Chiude #199, #200, #201, #202, #203, #204, #209, #210.
GitHub Actions
actions/checkoutv3/v4 → v7 (chore(deps): update actions/checkout action to v7 - autoclosed #201)actions/setup-nodev4 → v7 (chore(deps): update actions/setup-node action to v7 - autoclosed #202)actions/upload-artifactv4 → v7 (chore(deps): update actions/upload-artifact action to v7 - autoclosed #203)Solo lockfile
axios1.18.1 → 1.20.0 (chore(deps): update dependency axios to v1.20.0 - autoclosed #199)react-hook-form7.81.0 → 7.88.0 (chore(deps): update dependency react-hook-form to v7.88.0 - autoclosed #200)rollup4.62.5 → 4.63.3 (chore(deps): update dependency rollup to v4.63.4 #210)Major
@date-fns/utc^1.1.1 → ^2.0.0 (#204)Il codice usa solo il costruttore
UTCDate, indateTime.ts:60eCallsDate.tsx:134. Confrontato il comportamento di 1.2.0 e 2.1.1 a runtime sui casi d'uso reali, incluso il caso limitenew UTCDate(0, 0, 0, h, m, s):getTime(),toISOString()einstanceof Dateidentici. Il pacchetto non dichiara peer dependency sudate-fns, quindi non forza il passaggio a date-fns v4.@electron-toolkit/tsconfig^1.0.1 → ^2.0.0 (#209)L'unica differenza tra le due versioni è
moduleResolution: "node"→"bundler", che per un progetto Vite è comunque l'impostazione corretta.Escluse
#205 e #206 (
@electron-toolkit/eslint-config-prettier/-tsv3) richiedonoeslint >= 9, mentre il progetto è su 8.56. Restano aperte in attesa della migrazione a eslint 9 + flat config.Verifica
npm ci+npm run build(che includenpm run typechecksu node e web) verdi in locale sul branch rebasato su main.