Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps rambda from 9.4.2 to 10.2.0.

Changelog

Sourced from rambda's changelog.

10.1.0

10.0.1

10.0.0

This is major revamp of Rambda library:

  • R.pipe is the recommended method for TypeScript chaining.

  • All methods should be useful to work inside R.pipe chain. If method doesn't have clear use case inside R.pipe, it is removed as part of this revamp.

  • There will be only one way to use each method. For example, R.add can be used only with R.add(1)(2), i.e. it doesn't support R.add(1, 2). This helps with testing and also with TypeScript definitions. This aligns with TypeScript focused approach of this library.

  • Confusing methods are removed. For example, R.cond and R.ifElse are removed as their usage inside R.piped makes the whole chain less readable. Such logic should be part of your codebase, not part of external library.

  • All methods that expect more than 1 input, will have to be called with R.methodName(input1)(input2) or R.methodName(input1, input2)(input3). This is to make TypeScript definitions easier to maintain.

  • Optimize many methods to better work in TypeScript context with R.pipe. The focus was passing objects through the R.pipe chain.

  • Add R.pipe supports up to 20 functions, i.e. chain can be 20 functions long.

  • R.chain is renamed to R.flatMap

  • R.comparator is renamed to R.sortingFn

  • Remove following methods:

-- Lenses - R.lens, R.lensProp, R.lensPath, R.view, R.set, R.over -- T, F -- add -- addIndex, addIndexRight -- always -- ap -- applySpec -- applyTo -- assoc, assocPath, dissoc, dissocPath -- binary -- bind -- call -- collectBy -- compose -- composeWith

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from a team June 1, 2025 09:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2025
@netlify
Copy link

netlify bot commented Jun 1, 2025

Deploy Preview for oslmap ready!

Name Link
🔨 Latest commit 851c33a
🔍 Latest deploy log https://app.netlify.com/projects/oslmap/deploys/6863e874f5c51e0009e3c222
😎 Deploy Preview https://deploy-preview-552--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.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rambda-10.2.0 branch from d806d60 to 749e494 Compare June 1, 2025 11:31
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2025

Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request.

dependabot bot and others added 2 commits July 1, 2025 14:53
Bumps [rambda](https://github.com/selfrefactor/rambda) from 9.4.2 to 10.2.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: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@DafyddLlyr DafyddLlyr force-pushed the dependabot/npm_and_yarn/rambda-10.2.0 branch from 6c167bb to 851c33a Compare July 1, 2025 13:53
@DafyddLlyr DafyddLlyr merged commit 0f6d8ac into main Jul 1, 2025
6 checks passed
@DafyddLlyr DafyddLlyr deleted the dependabot/npm_and_yarn/rambda-10.2.0 branch July 1, 2025 13:58
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.

2 participants