cloudfour / core-hbs-helpers

Handlebars helpers that we usually need
MIT License
11 stars 2 forks source link

Update dependency ramda to ^0.28.0 #89

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ramda (source) ^0.27.0 -> ^0.28.0 age adoption passing confidence

Release Notes

ramda/ramda ### [`v0.28.0`](https://togithub.com/ramda/ramda/releases/v0.28.0) [Compare Source](https://togithub.com/ramda/ramda/compare/v0.27.2...v0.28.0) A long-overdue release with many updates, documented in [https://github.com/ramda/ramda/issues/3218](https://togithub.com/ramda/ramda/issues/3218). ### [`v0.27.2`](https://togithub.com/ramda/ramda/releases/v0.27.2) [Compare Source](https://togithub.com/ramda/ramda/compare/v0.27.1...v0.27.2) This release patches a security vulnerability in the implementation of `trim` ([#​3212](https://togithub.com/ramda/ramda/issues/3212)).

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

â™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

spaceninja commented 2 years ago

From Ramda's update notes:

Removed deprecated merge method in favor of mergeRight, mergeLeft, and others

Should be a simple update when someone has the time.