Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 5, 2021

Bumps sourcecred from 0.7.6 to 0.8.3.

Release notes

Sourced from sourcecred's releases.

Basic Weight Config Returns!

Breaking Change

Support for Node v10 is ending with this release. We recommend using v12 or v14 going forward.

Summary

Weight Configuration Page

Weight config modifications are avaialble in a separate view for v0.8 now. It's still very similar to the original experience, but more improvements are in the works.

Library support for fetching a CredGraph

We also added an instance section to our library which allows developers to fetch info from an instance through the web for use in Observable Notebooks, Discord bots, etc. It currently only supports fetching the credGraph, but will support much more in the future. Usage looks like this:

const base = `https://raw.githubusercontent.com/sourcecred/cred/gh-pages/`;
const instance = sc.instance.readInstance.getNetworkReadInstance(base);
const credGraph = instance.readCredGraph();

Bug Fix

Additionally, we've added support for new Github token formats. h/t to @​cryptoballena for raising the need for this change.

Contributions

7ac3ae3536bcdbc19d72eb44352574c58388b5de Add MVP weights configuration page (#2898) ba6fe2c12bbaabde95deff3d0d8cbaeffb9da9af Update github access token regex (#2897) 6a0de45523c50a6837f29d80f0ea9c037fa6006b Create ReadInstance and refactor NetworkStorage to support URLs (#2893) 2e5912a715647e8b958174aaf024d0cb81da1a7d Cease Support for Node v10 (#2865)

Patch for missing Pako dependency from Production build

No release notes provided.

Smaller Instance Footprints, Other Bugfixes

Summary

Heavyweight files, such as plugin Weighted Graphs and and the CredGraph artifacts are now deflated when stored in an instance. This should put instances comfortably below the 50 MB warning level for Github.

We've also optimized/bugfixed some things for the new Explorer page.

428416184c8832432c355ca617f6ee80f9e3182c Bugfix: Add Updated I/O for loadWeightedGraphForPlugin (#2866) abe7f13d1c618037699c9af8c8366669654f5503 Utilize ZipStorage (#2858) 0cae8e4f2943c1956e3a46d3b2ab61dc99276e60 Yaz/feb2021/calculate grain per interval optimization (#2860) a79d9f452e3a8f9a379acaa4df05eced737dfb54 Bugfix: Reinstantiate CredValue for mutation (#2861) 9ae5d9aed2d440041e05231e67ea6091b957358d Credrank Migration Clean up of old TimelineCred artifacts (#2857) 45567912c490a5822298cf0b8090ae2f9f0e8dde Pulled LedgerEventRow component into its own files, fixed references (#2852)

... (truncated)

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 5, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 12, 2021

Superseded by #20.

@dependabot dependabot bot closed this Apr 12, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sourcecred-0.8.3 branch April 12, 2021 08:55
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