Skip to content

Commit

Permalink
feat(deps): update dependency sourcegraph to ^24.4.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2020
1 parent 99daeb5 commit 7d3fecd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"@types/sinon": "7.5.2",
"rxjs": "^6.5.1",
"sinon": "^7.5.0",
"sourcegraph": "^24.3.0"
"sourcegraph": "^24.4.0"
}
}
4 changes: 4 additions & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export const createStubSourcegraphAPI = () => {
onDidChangeRoots: rootChanges,
rootChanges,
roots: [] as sourcegraph.WorkspaceRoot[],
versionContextChanges: new BehaviorSubject(undefined),
get versionContext() {
return this.versionContextChanges.value
},
},
languages: {
registerHoverProvider: sinon.spy(
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6071,10 +6071,10 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==

sourcegraph@^24.3.0:
version "24.3.0"
resolved "https://registry.yarnpkg.com/sourcegraph/-/sourcegraph-24.3.0.tgz#f7aa365d02d402586f69485850147f5c3d9bcdac"
integrity sha512-5sAXYs7tYCeB3uCByZ0PkJfehIqwtwIW33Da4Wcunwm64L5nPvK4kAE4u1OHpDWU0tqwXhFlWcmYsFd3CuddyQ==
sourcegraph@^24.4.0:
version "24.4.0"
resolved "https://registry.yarnpkg.com/sourcegraph/-/sourcegraph-24.4.0.tgz#68825d52cc99ec1868c50b71bdfd09191ff4b802"
integrity sha512-FMgJLivbfJbSUjotNasUhcT5Y+kzd1KldexozH0+f+4DvZmamMzVBUqf+L6QLE/Y8s8Fj7Z+wLKx+Hk6z/Uejw==

spawn-error-forwarder@~1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 7d3fecd

Please sign in to comment.