Skip to content

Conversation

@dependabot
Copy link

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

Bumps sourcecred from 0.7.6 to 0.8.5.

Release notes

Sourced from sourcecred's releases.

Patch for Discord Stages

Summary

This release fixes a bug where servers containing new Stage channels couldn't load data into SourceCred instances.

Contributions

Shoutout to @​AL0YSI0US for their first PR making it into this release!

7bafdc00583fef09bc38433e60b644bc2a64f445 Discord: do not throw for unknown channel type (#2915) 6eac6b38375ee8244ed2303967c309a64818dec3 Re-add /explorer as redirect to /explorer-home (#2916) c2c2239c1bfe5cd4ad3bc66d44ee03df91dc9dc4 removed unused line in graph.js to close (#2911)

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

... (truncated)

Commits
  • 82a9735 Bump version to 0.8.5 (#2996)
  • 6b05917 CLI: Add 'analysis' command for generating auxilary data (#2967)
  • 9390063 PersonalAttributions: Add capability in MarkovProcessGraph (#2786)
  • 522f441 Grain: add --force flag to redo last distribution (#2935)
  • 5ceff53 Ledger: lastDistributionTimestamp edge case refactor (#2950)
  • 1c07d76 Add PR Cultural Etiquette to Contributor Guidelines (#2964)
  • 5fa72e7 build(deps): bump ssri from 6.0.1 to 6.0.2 (#2956)
  • e7bdb65 build(deps): bump better-sqlite3 from 7.1.4 to 7.1.5 (#2952)
  • 594390e build(deps-dev): bump @​babel/preset-env from 7.13.12 to 7.13.15 (#2945)
  • e81cd1c build(deps): bump d3-time from 2.0.0 to 2.1.1 (#2944)
  • 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)

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

dependabot bot commented on behalf of github May 19, 2021

Superseded by #28.

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