Skip to content

Commit

Permalink
fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0…
Browse files Browse the repository at this point in the history
….22 (#194)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@cloudquery/plugin-pb-javascript](https://togithub.com/cloudquery/plugin-pb-javascript) | dependencies | patch | [`^0.0.21` -> `^0.0.22`](https://renovatebot.com/diffs/npm/@cloudquery%2fplugin-pb-javascript/0.0.21/0.0.22) |

---

### Release Notes

<details>
<summary>cloudquery/plugin-pb-javascript (@&#8203;cloudquery/plugin-pb-javascript)</summary>

### [`v0.0.22`](https://togithub.com/cloudquery/plugin-pb-javascript/blob/HEAD/CHANGELOG.md#0022-2024-07-17)

[Compare Source](https://togithub.com/cloudquery/plugin-pb-javascript/compare/v0.0.21...v0.0.22)

##### Bug Fixes

-   Generate JavaScript Code from `plugin-pb` ([#&#8203;64](https://togithub.com/cloudquery/plugin-pb-javascript/issues/64)) ([b5df6c9](https://togithub.com/cloudquery/plugin-pb-javascript/commit/b5df6c929f20dd4eb05d8def0175d57b65943840))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Jul 17, 2024
1 parent 84708be commit 1cc44a7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"dependencies": {
"@apache-arrow/esnext-esm": "^12.0.1",
"@cloudquery/plugin-pb-javascript": "^0.0.21",
"@cloudquery/plugin-pb-javascript": "^0.0.22",
"@grpc/grpc-js": "^1.9.0",
"@types/luxon": "^3.3.1",
"ajv": "^8.12.0",
Expand Down
10 changes: 10 additions & 0 deletions src/grpc/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,16 @@ export class PluginServer extends pluginV3.cloudquery.plugin.v3.UnimplementedPlu
});
}

Transform(
// eslint-disable-next-line @typescript-eslint/no-unused-vars
call: grpc.ServerDuplexStream<
pluginV3.cloudquery.plugin.v3.Transform.Request,
pluginV3.cloudquery.plugin.v3.Transform.Response
>,
): void {
throw new Error('Method not implemented.');
}

TestConnection(
call: grpc.ServerUnaryCall<
pluginV3.cloudquery.plugin.v3.TestConnection.Request,
Expand Down

0 comments on commit 1cc44a7

Please sign in to comment.