Skip to content

Commit

Permalink
fix: depend on protobufjs directly, update typescript, gts (#1411)
Browse files Browse the repository at this point in the history
* update deps

* fix: depend on protobufjs directly

* chore: trigger CI

* chore: test kms

---------

Co-authored-by: Alexander Fenster <fenster@google.com>
  • Loading branch information
sofisl and alexander-fenster authored Jul 25, 2023
1 parent 745204f commit fc4f5d9
Show file tree
Hide file tree
Showing 27 changed files with 229 additions and 447 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ jobs:
strategy:
matrix:
node-version: [14.x]
# temporarily remove kms until it can be updated for gax
#lib-name: [showcase, kms, translate, monitoring, dlp, texttospeech, showcase-legacy, compute, logging]
lib-name: [showcase, translate, monitoring, dlp, texttospeech, showcase-legacy, compute, logging]
lib-name: [showcase, kms, translate, monitoring, dlp, texttospeech, showcase-legacy, compute, logging]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ filegroup(
)

npm_runtime_dependencies = [
"//:node_modules/google-gax",
"//:node_modules/protobufjs",
"//:node_modules/js-yaml",
"//:node_modules/long",
"//:node_modules/nunjucks",
Expand Down
9 changes: 5 additions & 4 deletions baselines/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.6.0"
"google-gax": "^4.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.15",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gapic-tools": "^0.1.7",
"gts": "3.1.1",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^2.0.2",
"jsdoc-region-tag": "^2.0.1",
Expand All @@ -51,11 +52,11 @@
"pack-n-play": "^1.0.0-2",
"sinon": "^15.2.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"typescript": "5.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
}
9 changes: 5 additions & 4 deletions baselines/bigquery-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.6.0"
"google-gax": "^4.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.15",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gapic-tools": "^0.1.7",
"gts": "3.1.1",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^2.0.2",
"jsdoc-region-tag": "^2.0.1",
Expand All @@ -51,11 +52,11 @@
"pack-n-play": "^1.0.0-2",
"sinon": "^15.2.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"typescript": "5.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
}
9 changes: 5 additions & 4 deletions baselines/compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.6.0"
"google-gax": "^4.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.15",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gapic-tools": "^0.1.7",
"gts": "3.1.1",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^2.0.2",
"jsdoc-region-tag": "^2.0.1",
Expand All @@ -52,11 +53,11 @@
"pack-n-play": "^1.0.0-2",
"sinon": "^15.2.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"typescript": "5.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
}
9 changes: 5 additions & 4 deletions baselines/deprecatedtest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.6.0"
"google-gax": "^4.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.15",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gapic-tools": "^0.1.7",
"gts": "3.1.1",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^2.0.2",
"jsdoc-region-tag": "^2.0.1",
Expand All @@ -51,11 +52,11 @@
"pack-n-play": "^1.0.0-2",
"sinon": "^15.2.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"typescript": "5.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
}
9 changes: 5 additions & 4 deletions baselines/disable-packing-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.6.0"
"google-gax": "^4.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.15",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gapic-tools": "^0.1.7",
"gts": "3.1.1",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^2.0.2",
"jsdoc-region-tag": "^2.0.1",
Expand All @@ -56,11 +57,11 @@
"pack-n-play": "^1.0.0-2",
"sinon": "^15.2.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"typescript": "5.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
}
9 changes: 5 additions & 4 deletions baselines/dlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.6.0"
"google-gax": "^4.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.15",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gapic-tools": "^0.1.7",
"gts": "3.1.1",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^2.0.2",
"jsdoc-region-tag": "^2.0.1",
Expand All @@ -51,11 +52,11 @@
"pack-n-play": "^1.0.0-2",
"sinon": "^15.2.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"typescript": "5.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
}
9 changes: 5 additions & 4 deletions baselines/kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.6.0"
"google-gax": "^4.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.15",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gapic-tools": "^0.1.7",
"gts": "3.1.1",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^2.0.2",
"jsdoc-region-tag": "^2.0.1",
Expand All @@ -51,11 +52,11 @@
"pack-n-play": "^1.0.0-2",
"sinon": "^15.2.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"typescript": "5.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
}
9 changes: 5 additions & 4 deletions baselines/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.6.0"
"google-gax": "^4.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.15",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gapic-tools": "^0.1.7",
"gts": "3.1.1",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^2.0.2",
"jsdoc-region-tag": "^2.0.1",
Expand All @@ -53,11 +54,11 @@
"pack-n-play": "^1.0.0-2",
"sinon": "^15.2.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"typescript": "5.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
}
9 changes: 5 additions & 4 deletions baselines/monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.6.0"
"google-gax": "^4.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.15",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gapic-tools": "^0.1.7",
"gts": "3.1.1",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^2.0.2",
"jsdoc-region-tag": "^2.0.1",
Expand All @@ -56,11 +57,11 @@
"pack-n-play": "^1.0.0-2",
"sinon": "^15.2.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"typescript": "5.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
}
9 changes: 5 additions & 4 deletions baselines/naming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.6.0"
"google-gax": "^4.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.15",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gapic-tools": "^0.1.7",
"gts": "3.1.1",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^2.0.2",
"jsdoc-region-tag": "^2.0.1",
Expand All @@ -51,11 +52,11 @@
"pack-n-play": "^1.0.0-2",
"sinon": "^15.2.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"typescript": "5.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
}
9 changes: 5 additions & 4 deletions baselines/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.6.0"
"google-gax": "^4.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.15",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gapic-tools": "^0.1.7",
"gts": "3.1.1",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^2.0.2",
"jsdoc-region-tag": "^2.0.1",
Expand All @@ -51,11 +52,11 @@
"pack-n-play": "^1.0.0-2",
"sinon": "^15.2.0",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"typescript": "5.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
}
Loading

0 comments on commit fc4f5d9

Please sign in to comment.