Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump @grpc/proto-loader from 0.7.10 to 0.7.12 (#476)
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node) from 0.7.10 to 0.7.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-node/releases"><code>@grpc/proto-loader</code>'s releases</a>.</em></p> <blockquote> <h2><code>@grpc/proto-loader</code> 0.7.12</h2> <ul> <li>Revert "Use a <code>.ts</code> extension in import statements in generated TypeScript files" (<a href="https://redirect.github.com/grpc/grpc-node/issues/2699">#2699</a>)</li> </ul> <h2><code>@grpc/proto-loader</code> 0.7.11</h2> <ul> <li>Use a <code>.ts</code> extension in import statements in generated TypeScript files (<a href="https://redirect.github.com/grpc/grpc-node/issues/2693">#2693</a> contributed by <a href="https://github.com/atjn"><code>@atjn</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-node/commit/dfd8f0f7ea4188cf8be1aabd9a494fcd287debe5"><code>dfd8f0f</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2699">#2699</a> from murgatroid99/proto-loader_revert_extension</li> <li><a href="https://github.com/grpc/grpc-node/commit/d3e16a43ea7074ab9d2ca6103cbdba30e67d006b"><code>d3e16a4</code></a> proto-loader: Revert 'Import internal files with extension'</li> <li><a href="https://github.com/grpc/grpc-node/commit/6f5a955d8c938198442c53c39946b6e4ae3f1f50"><code>6f5a955</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2697">#2697</a> from murgatroid99/example_interceptors</li> <li><a href="https://github.com/grpc/grpc-node/commit/f2c5facba6d2c2e2363b30eff10adb5ff6fbc404"><code>f2c5fac</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2698">#2698</a> from murgatroid99/proto-loader_0.7.11</li> <li><a href="https://github.com/grpc/grpc-node/commit/eccccd9e8c4db4a4dd04849b90036e06027c874f"><code>eccccd9</code></a> proto-loader: Bump version to 0.7.11</li> <li><a href="https://github.com/grpc/grpc-node/commit/d9c26724a5c85e33f56510600f054856850de7df"><code>d9c2672</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2693">#2693</a> from atjn/import-extension</li> <li><a href="https://github.com/grpc/grpc-node/commit/055282a14073d6738795ba77cc59268234aaec57"><code>055282a</code></a> Update docs with recommended import method</li> <li><a href="https://github.com/grpc/grpc-node/commit/8d69e9fa7afff81fc9ecc9f618f0bda3972ba735"><code>8d69e9f</code></a> Fix tests</li> <li><a href="https://github.com/grpc/grpc-node/commit/443992bd04031bdbb9a2d6d9adcfcdbb48ddac98"><code>443992b</code></a> Add interceptors example</li> <li><a href="https://github.com/grpc/grpc-node/commit/83d9f1c8b9c6585382564d4643e878ee98378891"><code>83d9f1c</code></a> Import files with extension</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information