Skip to content

Commit 6cf103e

Browse files
authored
build: update angular-linking to attempt fix postinstall flakiness (#30698)
This version of `angular-linking` has the new license (MIT), and also disables Babel config lookups. That potentially fixes the flakiness where Babel fails reading some incomplete config file
1 parent 0bcbec0 commit 6cf103e

File tree

3 files changed

+1992
-1993
lines changed

3 files changed

+1992
-1993
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-2023857461
5-
package.json=1644151301
6-
pnpm-lock.yaml=2107069472
5+
package.json=-2113674231
6+
pnpm-lock.yaml=409413002
77
pnpm-workspace.yaml=1711114604
88
yarn.lock=1593491870

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,32 +189,32 @@
189189
"packageExtensions": {
190190
"@angular/animations": {
191191
"dependencies": {
192-
"@nginfra/angular-linking": "1.0.0"
192+
"@nginfra/angular-linking": "1.0.2"
193193
}
194194
},
195195
"@angular/common": {
196196
"dependencies": {
197-
"@nginfra/angular-linking": "1.0.0"
197+
"@nginfra/angular-linking": "1.0.2"
198198
}
199199
},
200200
"@angular/forms": {
201201
"dependencies": {
202-
"@nginfra/angular-linking": "1.0.0"
202+
"@nginfra/angular-linking": "1.0.2"
203203
}
204204
},
205205
"@angular/platform-browser": {
206206
"dependencies": {
207-
"@nginfra/angular-linking": "1.0.0"
207+
"@nginfra/angular-linking": "1.0.2"
208208
}
209209
},
210210
"@angular/router": {
211211
"dependencies": {
212-
"@nginfra/angular-linking": "1.0.0"
212+
"@nginfra/angular-linking": "1.0.2"
213213
}
214214
},
215215
"@angular/localize": {
216216
"dependencies": {
217-
"@nginfra/angular-linking": "1.0.0"
217+
"@nginfra/angular-linking": "1.0.2"
218218
}
219219
}
220220
}

0 commit comments

Comments
 (0)