chore(deps): bump protobufjs from 6.10.2 to 6.11.3 #4

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/protobufjs-6.11.3 into laconic-deprecated
dependabot[bot] commented 2022-12-02 08:37:28 +00:00 (Migrated from github.com)

Bumps protobufjs from 6.10.2 to 6.11.3.

Changelog

Sourced from protobufjs's changelog.

6.11.3 (2022-05-20)

Bug Fixes

6.11.2 (2021-04-30)

  • regenerated index.d.ts to fix the unintended breaking change in types.

6.11.1 (2021-04-29)

Bug Fixes

6.11.0 (2021-04-28)

Features

Bug Fixes

Dependencies

Commits

Dependabot compatibility score

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 commands and options

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.2 to 6.11.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md">protobufjs's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/protobufjs/protobuf.js/compare/v6.11.2...v6.11.3">6.11.3</a> (2022-05-20)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> use eslint 8.x (<a href="https://github-redirect.dependabot.com/protobufjs/protobuf.js/issues/1728">#1728</a>) (<a href="https://github.com/protobufjs/protobuf.js/commit/a8681ceab4763e706a848121a2dde56791b89eea">a8681ce</a>)</li> <li>do not let setProperty change the prototype (<a href="https://github-redirect.dependabot.com/protobufjs/protobuf.js/issues/1731">#1731</a>) (<a href="https://github.com/protobufjs/protobuf.js/commit/b5f1391dff5515894830a6570e6d73f5511b2e8f">b5f1391</a>)</li> </ul> <h3><a href="https://www.github.com/protobufjs/protobuf.js/compare/v6.11.1...v6.11.2">6.11.2</a> (2021-04-30)</h3> <ul> <li>regenerated index.d.ts to fix the unintended breaking change in types.</li> </ul> <h3><a href="https://www.github.com/protobufjs/protobuf.js/compare/v6.11.0...v6.11.1">6.11.1</a> (2021-04-29)</h3> <h3>Bug Fixes</h3> <ul> <li>parse.js &quot;parent.add(oneof)“ error (<a href="https://github.com/leon776"><code>@​leon776</code></a>) (<a href="https://github-redirect.dependabot.com/protobufjs/protobuf.js/pull/1602">#1602</a>)</li> </ul> <h2><a href="https://www.github.com/protobufjs/protobuf.js/compare/v6.10.2...v6.11.0">6.11.0</a> (2021-04-28)</h2> <h3>Features</h3> <ul> <li>support for proto3 <code>optional</code> fields (<a href="https://github.com/alexander-fenster"><code>@​alexander-fenster</code></a>) (<a href="https://github-redirect.dependabot.com/protobufjs/protobuf.js/pull/1584">#1584</a>)</li> <li>add <code>--no-service</code> option for <code>pbjs</code> (<a href="https://github.com/mdouglass"><code>@​mdouglass</code></a>) (<a href="https://github-redirect.dependabot.com/protobufjs/protobuf.js/pull/1577">#1577</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>do not assign <code>oneof</code> members to default values, use <code>null</code> instead (<a href="https://github.com/alexander-fenster"><code>@​alexander-fenster</code></a>) (<a href="https://github-redirect.dependabot.com/protobufjs/protobuf.js/pull/1597">#1597</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>set <code>@types/node</code> to <code>&gt;= 13.7.0</code> in dependencies (<a href="https://github.com/indutny"><code>@​indutny</code></a>) (<a href="https://github-redirect.dependabot.com/protobufjs/protobuf.js/pull/1575">#1575</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protobufjs/protobuf.js/commit/b130dfd4f06b642d4b7c3ccc9f3f9fb6a6e6ed0d"><code>b130dfd</code></a> chore(6.x): release 6.11.3 (<a href="https://github-redirect.dependabot.com/protobufjs/protobuf.js/issues/1737">#1737</a>)</li> <li><a href="https://github.com/protobufjs/protobuf.js/commit/c2c17ae66810378fbad616964d80894794f1dad1"><code>c2c17ae</code></a> build: publish to main</li> <li><a href="https://github.com/protobufjs/protobuf.js/commit/b2c6a5c76eccd4bbe445d13e3a04b949f344dd63"><code>b2c6a5c</code></a> build: run tests if ci label added (<a href="https://github-redirect.dependabot.com/protobufjs/protobuf.js/issues/1734">#1734</a>)</li> <li><a href="https://github.com/protobufjs/protobuf.js/commit/a8681ceab4763e706a848121a2dde56791b89eea"><code>a8681ce</code></a> fix(deps): use eslint 8.x (<a href="https://github-redirect.dependabot.com/protobufjs/protobuf.js/issues/1728">#1728</a>)</li> <li><a href="https://github.com/protobufjs/protobuf.js/commit/b5f1391dff5515894830a6570e6d73f5511b2e8f"><code>b5f1391</code></a> fix: do not let setProperty change the prototype (<a href="https://github-redirect.dependabot.com/protobufjs/protobuf.js/issues/1731">#1731</a>)</li> <li><a href="https://github.com/protobufjs/protobuf.js/commit/7afd0a39f41d6df5fda6fa10c319cdf829027d3e"><code>7afd0a3</code></a> build: configure 6.x as default branch</li> <li><a href="https://github.com/protobufjs/protobuf.js/commit/37285d0cdc8b20acacd0227daa2e577921de46a7"><code>37285d0</code></a> build: configure backports</li> <li><a href="https://github.com/protobufjs/protobuf.js/commit/d127871fb562a5f323994dcc62f304a9ff8e87aa"><code>d127871</code></a> fix: rebuild type, release v6.11.2</li> <li><a href="https://github.com/protobufjs/protobuf.js/commit/da9fdd2c57aede410cdeb72b68472707c6d38359"><code>da9fdd2</code></a> fix(types): bring back Field.rule to .d.ts</li> <li><a href="https://github.com/protobufjs/protobuf.js/commit/a2ccda1e362ba0124ed246b2ff29c82e8da98bea"><code>a2ccda1</code></a> chore: release v6.11.1</li> <li>Additional commits viewable in <a href="https://github.com/protobufjs/protobuf.js/compare/v6.10.2...v6.11.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.10.2&new-version=6.11.3)](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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/cerc-io/laconic-console/network/alerts). </details>
dependabot[bot] commented 2022-12-05 08:46:59 +00:00 (Migrated from github.com)

Looks like protobufjs is no longer a dependency, so this is no longer needed.

Looks like protobufjs is no longer a dependency, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconic-console#4
No description provided.