Skip to content

Commit

Permalink
fix(deps): update google-gax with http grpc status code mapping (#655)
Browse files Browse the repository at this point in the history
* test: update google-gax preview change

* fix system test

* update sample dependency

* revert version

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Update package.json

release related change in google-gax

* chore: run tests on Node 16

* chore: exclude ci.yaml

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: run on Node 16

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Fenster <[email protected]>
  • Loading branch information
3 people authored Jan 11, 2022
1 parent 167e231 commit 3b1c9e7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion packages/google-cloud-compute/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
import synthtool.languages.node as node

node.owlbot_main(templates_excludes=[
'.mocharc.js'
'.mocharc.js',
'.github/workflows/ci.yaml',
])
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"precompile": "gts clean"
},
"dependencies": {
"google-gax": "^2.25.2"
"google-gax": "^2.29.1"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/google-cloud-compute/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/google-cloud-compute/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha test --timeout 1200000"
},
"dependencies": {
"@google-cloud/compute": "^3.0.0-alpha.4",
"@google-cloud/compute": "^3.1.0-alpha.0",
"@sendgrid/mail": "^7.0.0",
"nodemailer": "^6.0.0",
"nodemailer-smtp-transport": "^2.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/system-test/compute.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ describe('Compute', () => {
}
expect(error).to.be.an('Error');
expect(error.message).to.contain('was not found');
expect(error.code).to.equal(404);
expect(error.code).to.equal(5);
});

it('instances update desc to an empty string', async function () {
Expand Down

0 comments on commit 3b1c9e7

Please sign in to comment.