ramda-adjunct icon indicating copy to clipboard operation
ramda-adjunct copied to clipboard

Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.

Results 94 ramda-adjunct issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...

dependencies

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.18.9 to 7.18.10. Changelog Sourced from @​babel/cli's changelog. v7.18.10 (2022-08-01) :rocket: New Feature babel-helper-string-parser, babel-types #14757 feat: Automatically generate cooked for templateElement (@​liuxingbaoyu) :bug: Bug Fix babel-parser...

dependencies

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.9 to 7.18.10. Changelog Sourced from @​babel/core's changelog. v7.18.10 (2022-08-01) :rocket: New Feature babel-helper-string-parser, babel-types #14757 feat: Automatically generate cooked for templateElement (@​liuxingbaoyu) :bug: Bug Fix babel-parser...

dependencies

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.9 to 7.18.10. Changelog Sourced from @​babel/preset-env's changelog. v7.18.10 (2022-08-01) :rocket: New Feature babel-helper-string-parser, babel-types #14757 feat: Automatically generate cooked for templateElement (@​liuxingbaoyu) :bug: Bug Fix babel-parser...

dependencies

Bumps [core-js](https://github.com/zloirock/core-js) from 3.23.5 to 3.24.1. Changelog Sourced from core-js's changelog. 3.24.1 - 2022.07.30 NodeJS is ignored in IS_BROWSER detection to avoid a false positive with jsdom, #1110 Fixed detection...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.74.0. Release notes Sourced from webpack's releases. v5.74.0 Features add resolve.extensionAlias option which allows to alias extensions This is useful when you are forced to...

dependencies

Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.0.5 to 10.1.0. Release notes Sourced from eslint-plugin-mocha's releases. 10.1.0 Enhancements Support this for additionalCustomNames (#329) Changelog Sourced from eslint-plugin-mocha's changelog. 10.1.0 (July 20, 2022) Enhancements Support...

dependencies

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.10 to 3.6.11. Changelog Sourced from jsdoc's changelog. 3.6.11 (July 2022) Updates dependency versions to make JSDoc compatible with Node.js 12.0.0 and later. Commits dc48aa6 3.6.11 cccfd3d...

dependencies

**Is your feature request related to a problem? Please describe.** Sorts the list according to the supplied prop **Describe the solution you'd like** ```js const sortByFirstItem = R.sortByProp(0); const pairs...

help wanted
feature
blocked
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Renames single key of an object. **Describe the solution you'd like** ```js const obj = {key: 1}; RA.renameKey('key', 'renamedKey', obj);...

help wanted
feature
Hacktoberfest