Skip to content

chore(deps): Bump protobufjs from 7.5.4 to 8.0.3 - #86

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/protobufjs-8.0.3
Open

chore(deps): Bump protobufjs from 7.5.4 to 8.0.3#86
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/protobufjs-8.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Copy link
Copy Markdown
Contributor

Bumps protobufjs from 7.5.4 to 8.0.3.

Release notes

Sourced from protobufjs's releases.

protobufjs: v8.0.3

8.0.3 (2026-04-27)

Bug Fixes

protobufjs: v8.0.2

8.0.2 (2026-04-27)

Bug Fixes

protobufjs: v8.0.1

8.0.1 (2026-03-11)

Bug Fixes

  • bump protobufjs dependency version for cli package (#2128) (549b05e)
  • correct json syntax in tsconfig.json (#2120) (8065625)
  • descriptor: guard oneof index for non-Type parents (#2122) (1cac5cf)
  • do not allow setting proto in Message constructor (#2126) (f05e3c3)
  • filter invalid characters from the type name (#2127) (535df44)

protobufjs: v8.0.0

8.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • add Edition 2024 Support (#2060)

Features

... (truncated)

Changelog

Sourced from protobufjs's changelog.

8.0.3 (2026-04-27)

Bug Fixes

8.0.2 (2026-04-27)

Bug Fixes

8.0.1 (2026-03-11)

Bug Fixes

  • bump protobufjs dependency version for cli package (#2128) (549b05e)
  • correct json syntax in tsconfig.json (#2120) (8065625)
  • descriptor: guard oneof index for non-Type parents (#2122) (1cac5cf)
  • do not allow setting proto in Message constructor (#2126) (f05e3c3)
  • filter invalid characters from the type name (#2127) (535df44)

8.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • add Edition 2024 Support (#2060)

Features

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.4 to 8.0.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-v7.5.4...protobufjs-v8.0.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-version: 8.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 29, 2026
@dependabot
dependabot Bot requested review from a team as code owners April 29, 2026 03:10
@dependabot
dependabot Bot requested a review from nathanklick April 29, 2026 03:10
@github-actions

Copy link
Copy Markdown

Test Results

 11 files  ± 0   44 suites  +5   54m 31s ⏱️ - 3m 33s
158 tests  - 50  158 ✅  - 50  0 💤 ±0  0 ❌ ±0 
213 runs  + 5  213 ✅ + 5  0 💤 ±0  0 ❌ ±0 

Results for commit ca12765. ± Comparison against base commit 8ec0f16.

This pull request removes 74 and adds 24 tests. Note that renamed tests count towards both.
should NOT be able to use approve ‑ ERC20Contract Test Suite should NOT be able to use approve
should NOT be able to use delegateApprove and allowance ‑ ERC20Contract Test Suite should NOT be able to use delegateApprove and allowance
should NOT be able to use delegateTransfer ‑ ERC20Contract Test Suite should NOT be able to use delegateTransfer
should NOT be able to use delegateTransferFrom ‑ ERC20Contract Test Suite should NOT be able to use delegateTransferFrom
should NOT be able to use transfer ‑ ERC20Contract Test Suite should NOT be able to use transfer
should be able to approve another account ‑ IERC20 Test Suite should be able to approve another account
should be able to burn token ‑ TokenManagmentContract Test Suite should be able to burn token
should be able to change ADMIN key to ECDSA_secp256k and perform admin action with same contract ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to contractId Positive should be able to change ADMIN key to ECDSA_secp256k and perform admin action with same contract
should be able to change ADMIN key to contractId and perform admin action with same contract ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to ECDSA_secp256k should be able to change ADMIN key to contractId and perform admin action with same contract
should be able to change FREEZE key to ECDSA_secp256k and freeze the token with the same account ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to contractId Positive should be able to change FREEZE key to ECDSA_secp256k and freeze the token with the same account
…
should NOT be able to use transferFrom on NFT tokens without approval ‑ TokenTransferContract Test Suite should NOT be able to use transferFrom on NFT tokens without approval
should NOT be able to use transferFrom on fungible tokens without approval ‑ TokenTransferContract Test Suite should NOT be able to use transferFrom on fungible tokens without approval
should be able to associate() to the token from a contract ‑ @HRC-719 Test Suite HRC719 wrapper contract should be able to associate() to the token from a contract
should be able to associate() to the token from an EOA ‑ @HRC-719 Test Suite HRC719 Token should be able to associate() to the token from an EOA
should be able to call isAssociated() after token association ‑ @HRC-719 Test Suite HRC719 wrapper contract should be able to call isAssociated() after token association
should be able to call isAssociated() after token dissociation ‑ @HRC-719 Test Suite HRC719 wrapper contract should be able to call isAssociated() after token dissociation
should be able to call isAssociated() to the token from an EOA when associated ‑ @HRC-719 Test Suite HRC719 Token should be able to call isAssociated() to the token from an EOA when associated
should be able to call isAssociated() to the token from an EOA when dissociated ‑ @HRC-719 Test Suite HRC719 Token should be able to call isAssociated() to the token from an EOA when dissociated
should be able to call isAssociated() to the token from an EOA ‑ @HRC-719 Test Suite HRC719 Token should be able to call isAssociated() to the token from an EOA
should be able to call isAssociated() ‑ @HRC-719 Test Suite HRC719 wrapper contract should be able to call isAssociated()
…

@natanasow natanasow mentioned this pull request Aug 21, 2026
2 tasks
natanasow added a commit that referenced this pull request Aug 24, 2026
* chore(deps): consolidate pending dependency bumps

Replaces the 14 open dependabot PRs with a single change.

GitHub Actions (pinned SHAs):
- actions/checkout 5.0.0/6.0.2 -> 7.0.0 (#116)
- actions/setup-node 6.4.0 -> 7.0.0 (#120)
- actions/download-artifact 5.0.0/7.0.0 -> 8.0.1 (#73)
- step-security/harden-runner 2.19.0/2.19.3 -> 2.20.0 (#119)
- step-security/close-milestone 2.2.1 -> 2.2.2 (#109)
- step-security/conventional-pr-title-action 3.2.6 -> 3.2.7 (#108)
- step-security/semver-utils 4.3.2 -> 5.0.0 (#105)
- step-security/ghaction-import-gpg 6.3.1 -> 7.0.0 (#82)
- peter-evans/create-pull-request 8.1.0 -> 8.1.1 (#81)
- pandaswhocode/initialize-github-job 1.0.8 -> 1.2.1 (#118)

npm:
- protobufjs ^7.5.3 -> ^8.0.3 (#86)
- @openzeppelin/contracts 5.4.0 -> 5.6.1 (#84)
- @openzeppelin/contracts-upgradeable 5.4.0 -> 5.6.1 (#83)
- axios -> 1.19.0 (#85)
- @hashgraph/hedera-local 2.39.2 -> 2.40.2 (#68)

The action bumps also unify versions that had drifted apart between
workflows: checkout, download-artifact and harden-runner were each
pinned to two different versions.

dependabot.yml now groups updates per ecosystem, so future bumps arrive
as one PR per ecosystem instead of one PR per dependency.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* chore: revert dependabot.yml

Signed-off-by: nikolay <n.atanasow94@gmail.com>

* chore: revert dependabot.yml

Signed-off-by: nikolay <n.atanasow94@gmail.com>

---------

Signed-off-by: nikolay <n.atanasow94@gmail.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants