Skip to content

chore(discovery): v7.0.2 — drop lodash, zero runtime dependencies#1239

Merged
underfisk merged 1 commit into
masterfrom
copilot/remove-lodash-dependency
May 26, 2026
Merged

chore(discovery): v7.0.2 — drop lodash, zero runtime dependencies#1239
underfisk merged 1 commit into
masterfrom
copilot/remove-lodash-dependency

Conversation

Copilot AI commented May 26, 2026

Copy link
Copy Markdown
Contributor

Cuts lodash as the last runtime dependency from @golevelup/nestjs-discovery, replacing all usages with native JS equivalents (Map, flatMap, Array.from, etc.).

Changes

  • packages/discovery/package.json — bumped to 7.0.2, dependencies block is now empty
  • packages/discovery/src/discovery.service.ts — replaced lodash calls with native alternatives; deduplication now uses a Map<Function, ...> keyed on handler reference
  • .changeset/remove-lodash-discovery.md — patch changeset for version promotion
  • packages/discovery/CHANGELOG.md — documents the 7.0.2 patch
  • .all-contributorsrc / README.md — added @jdebarochez as a contributor 🎉

Copilot AI changed the title chore(discovery): patch release v7.0.2 — remove lodash dependency chore(discovery): v7.0.2 — drop lodash, zero runtime dependencies May 26, 2026
Copilot AI requested a review from underfisk May 26, 2026 20:47
@underfisk underfisk marked this pull request as ready for review May 26, 2026 20:49
Copilot AI review requested due to automatic review settings May 26, 2026 20:49
@underfisk underfisk merged commit 6e3049e into master May 26, 2026
2 of 3 checks passed
@underfisk underfisk deleted the copilot/remove-lodash-dependency branch May 26, 2026 20:50
Copilot AI removed the request for review from Copilot May 26, 2026 21:12
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