Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

chore(deps): pin googleapis, lock file maintenance #928

Merged
merged 7 commits into from
Jul 22, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: "before 5am on monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@aabmass aabmass force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from 078b9dd to 56c9fc0 Compare July 22, 2021 15:15
@aabmass aabmass force-pushed the renovate/lock-file-maintenance branch from 56c9fc0 to d563268 Compare July 22, 2021 15:19
@codecov-commenter
Copy link

codecov-commenter commented Jul 22, 2021

Codecov Report

Merging #928 (3b92981) into master (3099c34) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #928      +/-   ##
==========================================
- Coverage   95.57%   95.55%   -0.02%     
==========================================
  Files         153      153              
  Lines       10922    10922              
  Branches     1040     1040              
==========================================
- Hits        10439    10437       -2     
- Misses        483      485       +2     
Impacted Files Coverage Δ
src/zpages-frontend/latency-bucket-boundaries.ts 70.42% <0.00%> (-2.82%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3099c34...3b92981. Read the comment docs.

@aabmass aabmass changed the title chore(deps): lock file maintenance chore(deps): pin googleapis, lock file maintenance Jul 22, 2021
@aabmass
Copy link
Member

aabmass commented Jul 22, 2021

In addition to the lockfile maintenance, I've

  • pinned googleapis to fix typescript errors where transitive dependency was pulling in a different google-auth-library version which had conflicting types
  • updated gRPC instrumentation tests to match the output of the newly pinned object-sizeof library version. Note, this does not effect users because there was already a carat dependency so they will see the same stats they had before.
  • updated the workflow to not bootstrap unsupported packages when running node 8. Updated changelog.

@@ -508,7 +508,7 @@ describe('GrpcPlugin() ', function() {
grpcModule.status.OK
);
if (method.method === grpcClient.unaryMethod) {
assertStats(testExporter, 125);
assertStats(testExporter, 233);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changed because of the changed locked version of object-sizeof dependency. The actual dependency specifier is unchanged, so shouldn't effect users.

@aabmass aabmass merged commit 9f6c683 into master Jul 22, 2021
@aabmass aabmass deleted the renovate/lock-file-maintenance branch July 22, 2021 17:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants