Skip to content

Comments

Fix uuid resolution error introduced by AWS SDK upgrade (PR #177)#178

Merged
jayhill merged 2 commits intomainfrom
copilot/fix-uuid-resolution-errors
Feb 22, 2026
Merged

Fix uuid resolution error introduced by AWS SDK upgrade (PR #177)#178
jayhill merged 2 commits intomainfrom
copilot/fix-uuid-resolution-errors

Conversation

Copy link
Contributor

Copilot AI commented Feb 22, 2026

PR #177's package-lock.json regeneration changed npm hoisting behavior — uuid was previously resolved implicitly as a hoisted transitive dep of exceljs, but the new lockfile nests it under node_modules/exceljs/node_modules/uuid, making it unresolvable by esbuild when bundling lib/NameSearchProcessor.ts.

Changes

  • serverless/package.json: Add uuid ^9.0.0 to dependencies and @types/uuid ^10.0.0 to devDependencies as explicit direct deps
  • serverless/package-lock.json: Updated to resolve uuid@9.0.1 and @types/uuid@10.0.0 at the top level

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: jayhill <116148+jayhill@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix build errors related to uuid resolution Fix uuid resolution error introduced by AWS SDK upgrade (PR #177) Feb 22, 2026
Copilot AI requested a review from jayhill February 22, 2026 19:33
@jayhill jayhill marked this pull request as ready for review February 22, 2026 21:32
@jayhill jayhill merged commit 3f83df2 into main Feb 22, 2026
4 checks passed
@jayhill jayhill deleted the copilot/fix-uuid-resolution-errors branch February 22, 2026 21:32
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.

2 participants