Skip to content

deps: bump koilib from 9.2.0 to 9.3.0 in the app-dependencies group - #72

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/app-dependencies-8600e02611
Open

deps: bump koilib from 9.2.0 to 9.3.0 in the app-dependencies group#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/app-dependencies-8600e02611

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the app-dependencies group with 1 update: koilib.

Updates koilib from 9.2.0 to 9.3.0

Release notes

Sourced from koilib's releases.

v9.3.0

v9.3.0 (2026-08-11)

🚀 Features

  • New Provider helpers to read database objects via system calls: invokeGetObject, invokeGetNextObject, invokeGetPrevObject, and invokeGetManyObjects.

v9.2.0 (2026-01-25)

🚀 Features

  • Multicall class: This class was created to be able to make multiple read operations in a single http call. It uses the Multicall contract which was designed for this purpose. See Multicall contract.

v9.1.1 (2025-12-15)

🐛 Bug Fixes

  • Import google protobuffer descriptor by default in all ABIs. This update fixes the issue presented in recent versions of NextJS, that throws an error if the ABI does not include this descriptor.

v9.1.0 (2025-01-29)

🚀 Features

  • Export nicknames abi
  • Minor updates in the documentation

🐛 Bug Fixes

  • Fix issue in utils.formatUnits for 0 decimals
  • Fix: Use byTransactionId by default in the wait function of Provider.sendTransaction

v9.0.0 (2024-12-16)

🚀 Features

  • breaking change: Provider.invokeSystemCall returns undefined instead of throwing an error if the response from the RPC node is empty.
  • breaking change: The Provider.wait function now uses byTransactionId by default since it is more accurate. This function has also been improved by checking that the block is part of the main fork. If you are connecting to an RPC node that does not support the "transaction store microservice" consider changing the type to byBlock.
  • breaking change: The ABI now uses events[name].type to define the protobuffer type of the event (in previous versions this was defined as events[name].argument). The library still supports events[name].argument, but this will be removed in future versions.
  • Adding burn to token and NFT ABIs in utils.
  • The documentation has been updated.

v8.1.0 (2024-11-18)

🚀 Features

  • New Provider.invokeGetContractAddress to resolve the address to a system contract.
  • We have defined a ProviderInterface and we use it in all classes. This interface is less restrictive than the Provider Class which has more functions. Then, the ProviderInterface is ideal to develop other implementations for the Provider Class.
  • The documentation has been updated.
Changelog

Sourced from koilib's changelog.

v9.3.0 (2026-08-11)

🚀 Features

  • New Provider helpers to read database objects via system calls: invokeGetObject, invokeGetNextObject, invokeGetPrevObject, and invokeGetManyObjects.
Commits
  • 421772f release v9.3.0
  • 94656d0 feat: invokeGetObject, invokeGetManyObjects, invokeGetPrevObject, invokeGetNe...
  • ae5b267 feat: script to explain mismatch error
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the app-dependencies group with 1 update: [koilib](https://github.com/joticajulian/koilib).


Updates `koilib` from 9.2.0 to 9.3.0
- [Release notes](https://github.com/joticajulian/koilib/releases)
- [Changelog](https://github.com/joticajulian/koilib/blob/main/CHANGELOG.md)
- [Commits](joticajulian/koilib@v9.2.0...v9.3.0)

---
updated-dependencies:
- dependency-name: koilib
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
...

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 Aug 17, 2026
@dependabot
dependabot Bot requested a review from pgarciagon as a code owner August 17, 2026 05:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
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