mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fix(bazel): update API extractor version (#46259)
`@angular/bazel` currently uses an older version of `@microsoft/api-extractor` which is causing downstream issues in Components. These changes bump up to a version that has a fix. Context: https://github.com/angular/components/pull/25027 PR Close #46259
This commit is contained in:
committed by
Alex Rickabaugh
parent
6724e43bf6
commit
ceb9abd9fd
+1
-1
@@ -74,7 +74,7 @@
|
||||
"@bazel/runfiles": "5.4.2",
|
||||
"@bazel/terser": "5.4.2",
|
||||
"@bazel/worker": "5.4.2",
|
||||
"@microsoft/api-extractor": "7.24.1",
|
||||
"@microsoft/api-extractor": "^7.24.2",
|
||||
"@rollup/plugin-babel": "^5.3.0",
|
||||
"@rollup/plugin-commonjs": "^21.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.4",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "7.24.0",
|
||||
"@microsoft/api-extractor": "^7.24.2",
|
||||
"shelljs": "^0.8.5",
|
||||
"tsickle": "^0.38.0",
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -309,7 +309,6 @@
|
||||
|
||||
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#896abf3bcff5a8513def1b86e019818c997cd90a":
|
||||
version "0.0.0-d9ebdd25b15708c18acc99ac1bfb8101d765f703"
|
||||
uid "896abf3bcff5a8513def1b86e019818c997cd90a"
|
||||
resolved "https://github.com/angular/dev-infra-private-builds.git#896abf3bcff5a8513def1b86e019818c997cd90a"
|
||||
dependencies:
|
||||
"@angular-devkit/build-angular" "14.0.0-rc.1"
|
||||
@@ -2065,6 +2064,24 @@
|
||||
source-map "~0.6.1"
|
||||
typescript "~4.6.3"
|
||||
|
||||
"@microsoft/api-extractor@^7.24.2":
|
||||
version "7.24.2"
|
||||
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.24.2.tgz#4abb24319fa77884dab6d807388056e9cd85488e"
|
||||
integrity sha512-QWZh9aQZvBAdRVK+Go8NiW8YNMN//OGiNqgA3iZ2sEy8imUqkRBCybXgmw2HkEYyPnn55CFoMKvnAHvV9+4B/A==
|
||||
dependencies:
|
||||
"@microsoft/api-extractor-model" "7.17.3"
|
||||
"@microsoft/tsdoc" "0.14.1"
|
||||
"@microsoft/tsdoc-config" "~0.16.1"
|
||||
"@rushstack/node-core-library" "3.45.5"
|
||||
"@rushstack/rig-package" "0.3.11"
|
||||
"@rushstack/ts-command-line" "4.11.0"
|
||||
colors "~1.2.1"
|
||||
lodash "~4.17.15"
|
||||
resolve "~1.17.0"
|
||||
semver "~7.3.0"
|
||||
source-map "~0.6.1"
|
||||
typescript "~4.6.3"
|
||||
|
||||
"@microsoft/tsdoc-config@~0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc-config/-/tsdoc-config-0.16.1.tgz#4de11976c1202854c4618f364bf499b4be33e657"
|
||||
@@ -13974,7 +13991,6 @@ sass@1.51.0:
|
||||
|
||||
"sauce-connect@https://saucelabs.com/downloads/sc-4.7.1-linux.tar.gz":
|
||||
version "0.0.0"
|
||||
uid e5d7f82ad98251a653d1b0537f1103e49eda5e11
|
||||
resolved "https://saucelabs.com/downloads/sc-4.7.1-linux.tar.gz#e5d7f82ad98251a653d1b0537f1103e49eda5e11"
|
||||
|
||||
saucelabs@7.1.3, saucelabs@^1.5.0, saucelabs@^4.6.3:
|
||||
|
||||
Reference in New Issue
Block a user