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

Commit

Permalink
chore(deps): pin googleapis, lock file maintenance (#928)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance

* fix workflow to only bootstrap node8 compatible packages

* regen v2

* fix test from upgraded object-sizeof lib

* pin version of googleapis to fix typescript error

* delete and regen all package locks again

* update changelog

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Aaron Abbott <aaronabbott@google.com>
  • Loading branch information
3 people committed Jul 22, 2021
1 parent 3099c34 commit 9f6c683
Show file tree
Hide file tree
Showing 30 changed files with 62,960 additions and 53,312 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:

# compile runs in prepare
- name: Install modules and dependencies, compile
run: npm install
run: |
npm install --ignore-scripts
npm run bootstrap -- ${{ matrix.lerna-extra-args }}
# lint runs in posttest
- name: Run unit tests and lint
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
- chore(stackdriver): upgrade google-auth-library, drop node8 (#887)
- chore: upgrade gRPC, ts to newest compatible version (#907)
BREAKING CHANGE: upgrade to TypeScript 3.x
- chore(deps): pin googleapis, lock file maintenance (#928)

## 0.0.22 - 2020-05-18
- fix(deps): update dependency uuid to v8 (#807)
Expand Down
Loading

0 comments on commit 9f6c683

Please sign in to comment.