Bump Next to 16.2.6#30
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the next dependency from version 16.2.4 to 16.2.6, including the necessary updates to the package-lock.json for various platform-specific binaries. A review comment identifies an inconsistency in the lockfile where the license field was omitted for the @next/swc-win32-x64-msvc package entry, despite being added to other similar SWC dependencies.
| "version": "16.2.6", | ||
| "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.6.tgz", | ||
| "integrity": "sha512-F0+4i0h9J6C4eE3EAPWsoCk7UW/dbzOjyzxY0qnDUOYFu6FFmdZ6l97/XdV3/Nz3VYyO7UWjyEJUXkGqcoXfMA==", |
There was a problem hiding this comment.
The license field is missing for the @next/swc-win32-x64-msvc package entry, whereas it was added to all other @next/swc-* packages in this pull request (e.g., lines 539, 555, 571). This inconsistency in the lockfile should be corrected to ensure uniform metadata across all platform-specific binaries.
"version": "16.2.6",
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.6.tgz",
"integrity": "sha512-F0+4i0h9J6C4eE3EAPWsoCk7UW/dbzOjyzxY0qnDUOYFu6FFmdZ6l97/XdV3/Nz3VYyO7UWjyEJUXkGqcoXfMA==",
"license": "MIT",
Summary
Validation