Fluture icon indicating copy to clipboard operation
Fluture copied to clipboard

🦋 Fantasy Land compliant (monadic) alternative to Promises

Results 25 Fluture issues
Sort by recently updated
recently updated
newest added

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.1.0 to 22.0.2. Changelog Sourced from @​rollup/plugin-commonjs's changelog. v22.0.2 2022-08-05 Bugfixes fix: Exclude multi-line template strings from indent (#1229) v22.0.1 2022-06-24 Bugfixes fix: Only proxy detected commonjs...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.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 [fantasy-laws](https://github.com/fantasyland/fantasy-laws) from 1.3.0 to 2.0.1. Release notes Sourced from fantasy-laws's releases. Version 2.0.1 Changes: Semigroupoid's associativity test now works again (#32) Version 2.0.0 Changes: :warning: source code now uses...

dependencies

Bumps [eslint-config-warp](https://github.com/wearereasonablepeople/eslint-config-warp) from 4.0.0 to 7.0.1. Release notes Sourced from eslint-config-warp's releases. Version 6.0.0 Many new rules were added to most of the presets. Version 5.0.0 :warning: #18 Changes which...

dependencies

Bumps [remark-validate-links](https://github.com/remarkjs/remark-validate-links) from 11.0.2 to 12.0.0. Release notes Sourced from remark-validate-links's releases. 12.0.0 8f58878 Update unified-engine, hosted-git-info by @​JounQin in remarkjs/remark-validate-links#69 tiny chance of breaking: properly parses Yaml 1.2 tiny...

dependencies

Bumps [remark-cli](https://github.com/remarkjs/remark) from 10.0.1 to 11.0.0. Release notes Sourced from remark-cli's releases. [email protected] 145019c4 Update unified-args breaking: remove support for Node 12 tiny chance of breaking: this adheres properly to...

dependencies

Bumps [sanctuary-type-identifiers](https://github.com/sanctuary-js/sanctuary-type-identifiers) from 3.0.0 to 4.0.0. Release notes Sourced from sanctuary-type-identifiers's releases. Version 4.0.0 Changes: :warning: bower.json has been removed (#40) :warning: source code now uses ES6 language features (#46)...

dependencies

Bumps [sanctuary-show](https://github.com/sanctuary-js/sanctuary-show) from 2.0.0 to 3.0.0. Release notes Sourced from sanctuary-show's releases. Version 3.0.0 Changes: :warning: source code now uses ES6 language features (#13) :warning: show now uses Object#toString rather...

dependencies

Bumps [ramda](https://github.com/ramda/ramda) from 0.27.2 to 0.28.0. Release notes Sourced from ramda's releases. v0.28.0 A long-overdue release with many updates, documented in ramda/ramda#3218. Commits c207cf1 Version 0.28.0 95d897e chore: publicise funding...

dependencies

Tools like Rollup and UglifyJS can make better optimizations if they know certain pieces of code will never have side-effects. One way to let these tools know is via `/*#__PURE__*/`-annotations.