Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 19, 2021

Bumps sourcecred from 0.7.6 to 0.8.6.

Release notes

Sourced from sourcecred's releases.

sourcecred v0.8.6

Summary

Default Discord reaction weights

Now, you can set a default Discord emoji weight by adding this to your config/sourcecred/discord/config.json file: "defaultReactionWeight": 0

Support for using Ledger identity names in the Initiatives Plugin

There was a case-sensitivity bug that was fixed, so now you can copy names from your explorer's front end for use in your Initiatives Plugin json files. This is great when a user doesn't have a github or discourse profile to link.

Instance weights are pre-loaded in the Weight Config page

In a locally-hosted admin portal, the Weight Config page now auto-loads your instance's existing weights. You still will have to download and copy changes into your instance manually for now, but this is 1 step closer to a fully UI-powered weights config experience.

Progress on our ReadInstance library util

Our ReadInstance library util for fetching instance data over the internet now supports fetching the GrainInput and the Ledger structures. Keep an eye here for library docs coming soon.

Experimental Features

These features are ready for use in this release, but are still considered experimental/alpha.

Personal Attributions

Allows participants to attribute their cred to other participants. This feature should not be used to make cred sellable/transferable, but instead is intended to allow participants to acknowledge that a portion of their credited outputs are directly generated/supported by the labor of others. (e.g. when a contributor has a personal assistant working behind the scenes)

To try it out, add a personalAttributions.json file in your instance's config folder.

Discord Reaction Averaging

This applies an averaging function to reaction weights in Discord. It divides the weight of each reaction by the number of people that react to the same message. It also factors in the role weightings of the people by counting someone with a role weight of 2 as 2 people, etc. Set to false by default. This is a feature that can be used to combat the awkward cred inflation that happens when more people join a discord server.

To try it out, add the following to your config/sourcecred/discord/config.json file: "applyAveragingToReactions": true

... (truncated)

Commits
  • 0288eeb Bump sourcecred version to 0.8.6 (#3055)
  • 74fda4e Load CLI: stringify errors before logging (#3054)
  • 0640fff Monorepo init (#3012)
  • cfcd05b build(deps-dev): bump webpack-node-externals from 2.5.2 to 3.0.0
  • 0805de9 build(deps-dev): bump @​babel/core from 7.14.0 to 7.14.2
  • db034ce build(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.23.2
  • 050e188 build(deps-dev): bump css-loader from 5.2.0 to 5.2.4
  • f187894 build(deps-dev): bump jsdoc from 3.6.6 to 3.6.7
  • d594d88 build(deps): bump chalk from 4.1.0 to 4.1.1
  • d755407 build(deps): bump web3-utils from 1.3.5 to 1.3.6
  • Additional commits viewable in compare view

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 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 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 [sourcecred](https://github.com/sourcecred/sourcecred) from 0.7.6 to 0.8.6.
- [Release notes](https://github.com/sourcecred/sourcecred/releases)
- [Commits](sourcecred/sourcecred@v0.7.6...sourcecred-v0.8.6)

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 19, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 20, 2021

Superseded by #29.

@dependabot dependabot bot closed this May 20, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sourcecred-0.8.6 branch May 20, 2021 06:20
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.

0 participants