From 880b4aabdb9d1ff67a466ef445559c295b653c53 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Sat, 29 Dec 2018 16:12:22 +0000 Subject: [PATCH] fix(docs-infra): upgrade to latest dgeni-packages to fix linking problem (#27864) This new version of dgeni-packages gives the main (implemented) overload of a method the correct id and aliases, which allow it to be automatically linked. See https://github.com/angular/dgeni-packages/commit/398f35da303a839525cdb5aa690de394e905b1d5 Fixes #27820 Closes #27821 PR Close #27864 --- aio/package.json | 2 +- aio/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aio/package.json b/aio/package.json index f16c6fa94a..c66e4c209f 100644 --- a/aio/package.json +++ b/aio/package.json @@ -112,7 +112,7 @@ "cross-spawn": "^5.1.0", "css-selector-parser": "^1.3.0", "dgeni": "^0.4.11", - "dgeni-packages": "^0.27.0", + "dgeni-packages": "^0.27.1", "entities": "^1.1.1", "eslint": "^3.19.0", "eslint-plugin-jasmine": "^2.2.0", diff --git a/aio/yarn.lock b/aio/yarn.lock index 27fecd91ce..662fd6c0e2 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -2722,10 +2722,10 @@ devtools-timeline-model@1.1.6: chrome-devtools-frontend "1.0.401423" resolve "1.1.7" -dgeni-packages@^0.27.0: - version "0.27.0" - resolved "https://registry.yarnpkg.com/dgeni-packages/-/dgeni-packages-0.27.0.tgz#99ddf4c97f75bb1f8deb5658ed7d60f6894e9b9d" - integrity sha512-BFWJGZTpLb1xAc/iHq7SOcbkyEoxD57NqVG84azfNu63wAVLxoez/9n8VISWNJkrOIT1ITQS7nacgcGxfl0MIw== +dgeni-packages@^0.27.1: + version "0.27.1" + resolved "https://registry.yarnpkg.com/dgeni-packages/-/dgeni-packages-0.27.1.tgz#f23d78fd3e222910106e45186e1c2e64649464fc" + integrity sha512-zM2HgMni9FvfBFHv2uhWrWRUV0CpaWl4ggoajbGLMT+TEqxkSPKRkCkCQMHek7ZYSXbPdpVb8DuoEKEem74X4g== dependencies: canonical-path "^1.0.0" catharsis "^0.8.1"