Update dependencies in packages and repo-scripts#8729
Conversation
|
d574275 to
628189c
Compare
03d26e6 to
b13f1a1
Compare
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (220,029 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
| type: 'asset' | ||
| }); | ||
| // I'm not sure why, this seems to prevent a rollup race condition? | ||
| console.log('Emitted module package.json file for:', options.file); |
There was a problem hiding this comment.
Probably because console logs are relatively slow compared to everything else..?
There was a problem hiding this comment.
What is the race condition here?
There was a problem hiding this comment.
I think it might be gone - removed.
| type: 'asset' | ||
| }); | ||
| // I'm not sure why, this seems to prevent a rollup race condition? | ||
| console.log('Emitted module package.json file for:', options.file); |
There was a problem hiding this comment.
What is the race condition here?
Vertex AI Mock Responses Check
|
This PR covers dependency updates in #5566 in the packages/ and repo-scripts/ directories (and some catchup in the main package.json).
Fixes that were needed:
rollup-plugin-typescript2changes affect some packages and require explicitly excluding test files from the rollup build (tests are built with webpack in a separate process)json-stable-stringifyrequired some Firestore tweaksmocha-chai-jest-snapshotinapi-documenterbumps a transitive dependency that has an unlisted dependency onjest-resolve. Addedjest-resolveto get over this but what we really need is an overhaul and update of theapi-documenterfork.