Skip to content

build(deps): bump rambda from 10.3.4 to 11.1.0#623

Merged
jessicamcinchak merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rambda-11.1.0
May 1, 2026
Merged

build(deps): bump rambda from 10.3.4 to 11.1.0#623
jessicamcinchak merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rambda-11.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps rambda from 10.3.4 to 11.1.0.

Changelog

Sourced from rambda's changelog.

11.1.0

  • Add R.filterMap - similar to Ruby filter_map

  • Add R.mapChain - when in R.pipe there are several R.map one after the other, then R.mapChain can be used instead.

  • Add R.middle - equal to R.init + R.tail

  • Add R.random, R.shuffle, R.switcher, R.sum, R.delay - imported from Rambda

  • Add index to R.filter/R.reject predicate signiture

  • Improve typing of R.init, R.tail

11.0.1

  • Add missing JS change for R.includes and R.excludes methods in 11.0.0 release.

11.0.0

  • Breaking change: R.includes and R.excludes now accept list as first argument and value to search as second argument. This makes it more useful when used with R.filter and R.reject.

  • Rename R.innerJoin to R.intersectionWith

  • Add R.unionWith

  • Add R.exists

  • Add R.symmetricDifference

  • Add R.difference

  • R.range now works similar to Ruby's Range - both start and end values are inclusive.

  • Add R.rangeDescending as now R.range works only in ascending order.

  • R.range - it accepts one or two arguments. If one argument is passed, it is considered as end value, and start is 0.

  • R.rangeDescending - it accepts one or two arguments. If one argument is passed, it is considered as start value, and end is 0.

  • Fix R.filter(Boolean) to handle filter of false, not only nullable values.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rambda](https://github.com/selfrefactor/rambda) from 10.3.4 to 11.1.0.
- [Release notes](https://github.com/selfrefactor/rambda/releases)
- [Changelog](https://github.com/selfrefactor/rambda/blob/master/CHANGELOG.md)
- [Commits](https://github.com/selfrefactor/rambda/commits)

---
updated-dependencies:
- dependency-name: rambda
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 1, 2026

Deploy Preview for oslmap ready!

Name Link
🔨 Latest commit 4b31ae9
🔍 Latest deploy log https://app.netlify.com/projects/oslmap/deploys/69f48711f3769c00084f8a3a
😎 Deploy Preview https://deploy-preview-623--oslmap.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@jessicamcinchak jessicamcinchak merged commit 9e3a8a5 into main May 1, 2026
5 checks passed
@jessicamcinchak jessicamcinchak deleted the dependabot/npm_and_yarn/rambda-11.1.0 branch May 1, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant