Skip to content
This repository was archived by the owner on Sep 10, 2026. It is now read-only.

[SEN-2673][SEN-2675] Bump handlebars to 4.7.7 - #3

Merged
tmwpengine merged 1 commit into
masterfrom
sen-2673-bump-handlebars-4.7.7
Sep 10, 2026
Merged

tmwpengine merged 1 commit into
masterfrom
sen-2673-bump-handlebars-4.7.7

Conversation

@inaki-ibarra

@inaki-ibarra inaki-ibarra commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • handlebars was resolving to 4.7.6 as a transitive dependency (via conventional-changelog-cliconventional-changelog-writer, a devDependency used only at publish time for changelog generation).
  • Bumped conservatively to 4.7.7 by adding a resolutions entry in package.json rather than introducing a new direct dependency.
  • conventional-changelog-writer's range (^4.7.6) already allows 4.7.7, so yarn install applied it with no incompatibility warnings.

Test plan

  • yarn install completes cleanly, no resolution-incompatibility warning for handlebars
  • CI passes

handlebars is only pulled in transitively through conventional-changelog-cli
(a devDependency used at publish time), currently resolving to 4.7.6.
Pinned via resolutions to keep the bump scoped without adding a new direct
dependency.
@inaki-ibarra
inaki-ibarra requested a review from a team as a code owner September 8, 2026 13:45
@inaki-ibarra inaki-ibarra self-assigned this Sep 8, 2026
@inaki-ibarra inaki-ibarra changed the title [SEN-2673] Bump handlebars to 4.7.7 [SEN-2673][SEN-2675] Bump handlebars to 4.7.7 Sep 8, 2026
@tmwpengine
tmwpengine merged commit 488e8eb into master Sep 10, 2026
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants