chore(release): version packages — security updates for lodash and NestJS#1231
Merged
Conversation
underfisk
approved these changes
May 20, 2026
Copilot created this pull request from a session on behalf of
underfisk
May 20, 2026 15:25
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs a patch release across affected @golevelup/* packages to publish recent security dependency updates (lodash and NestJS peer dependency ranges), aligning package versions and changelogs for the monorepo release workflow.
Changes:
- Bump patch versions for
common,discovery,modules, andrabbitmq. - Add corresponding changelog entries documenting the security-related dependency updates.
- Record the
nestjs-discovery@7.0.1bump as an updated dependency fornestjs-rabbitmq.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/rabbitmq/package.json | Patch version bump to 9.0.2 for the RabbitMQ package release. |
| packages/rabbitmq/CHANGELOG.md | Adds 9.0.2 entry documenting lodash/NestJS security updates and updated dependency. |
| packages/modules/package.json | Patch version bump to 2.0.1 for the modules package release. |
| packages/modules/CHANGELOG.md | Adds 2.0.1 entry documenting lodash security update. |
| packages/discovery/package.json | Patch version bump to 7.0.1 for the discovery package release. |
| packages/discovery/CHANGELOG.md | Adds 7.0.1 entry documenting lodash/NestJS security updates. |
| packages/common/package.json | Patch version bump to 6.0.1 for the common package release. |
| packages/common/CHANGELOG.md | Adds 6.0.1 entry documenting lodash security update. |
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.
Summary
Release based on recent merged PRs. Bumps patch versions for packages affected by security dependency updates.
Packages bumped
@golevelup/nestjs-common@golevelup/nestjs-discovery@golevelup/nestjs-modules@golevelup/nestjs-rabbitmqPRs included since last release
#1230— chore(deps): update dependency lodash to v4.18.1 [security]#1228— chore(deps): update dependency @nestjs/core to v11.1.18 [security] (consolidated to v11.1.21 via chore(deps): consolidate dependency and toolchain upgrades #1225)#1229— chore(deps): update dependency vite to v8.0.5 [security] (dev-only, no package bump)#1212— chore(deps): update vitest monorepo to v4.1.7 (dev-only, no package bump)#1213— chore(deps): update dependency @aws-sdk/client-s3 to v3.1050.0 (not in published packages)#1225— chore(deps): consolidate dependency and toolchain upgrades (dev-only toolchain)Notes
vite,vitest, and@aws-sdk/client-s3are dev-only dependencies and do not affect published packages — no version bump needed for those.changeset versionwas run to produce the updatedpackage.jsonandCHANGELOG.mdfiles.