api3dao / airseeker

A service powering the dAPIs
MIT License
2 stars 5 forks source link

Update non-major-dependencies #325

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@api3/chains ^7.1.0 -> ^7.2.1 age adoption passing confidence
@api3/contracts 4.0.0 -> 4.1.1 age adoption passing confidence
ethers (source) ^6.12.1 -> ^6.13.0 age adoption passing confidence
workerpool ^9.1.1 -> ^9.1.2 age adoption passing confidence

Release Notes

api3dao/chains (@​api3/chains) ### [`v7.2.1`](https://togithub.com/api3dao/chains/blob/HEAD/CHANGELOG.md#721) [Compare Source](https://togithub.com/api3dao/chains/compare/v7.2.0...v7.2.1) ##### Patch Changes - [`3efbd6f`](https://togithub.com/api3dao/chains/commit/3efbd6f): - Add official public provider for taiko - Remove blockpi from taiko due to excessive gas price ### [`v7.2.0`](https://togithub.com/api3dao/chains/blob/HEAD/CHANGELOG.md#720) [Compare Source](https://togithub.com/api3dao/chains/compare/v7.1.3...v7.2.0) ##### Minor Changes - [`b192647`](https://togithub.com/api3dao/chains/commit/b192647): Adds following chains: - `bitlayer` - `bitlayer-testnet` - `scroll` - `scroll-sepolia-testnet` ##### Patch Changes - [`688f9d6`](https://togithub.com/api3dao/chains/commit/688f9d6): Update name of blast-sepolia-testnet ### [`v7.1.3`](https://togithub.com/api3dao/chains/blob/HEAD/CHANGELOG.md#713) [Compare Source](https://togithub.com/api3dao/chains/compare/v7.1.2...v7.1.3) ##### Patch Changes - [`e05a799`](https://togithub.com/api3dao/chains/commit/e05a799): Add providers for the following chains: - astar - bob - bsquared - core - kava - kroma - mantle - metis - mode - opbnb - taiko - x-layer ### [`v7.1.2`](https://togithub.com/api3dao/chains/blob/HEAD/CHANGELOG.md#712) [Compare Source](https://togithub.com/api3dao/chains/compare/v7.1.1...v7.1.2) ##### Patch Changes - [`228f89e`](https://togithub.com/api3dao/chains/commit/228f89e): Temporarily change the default Taiko RPC until the official one is fixed ### [`v7.1.1`](https://togithub.com/api3dao/chains/blob/HEAD/CHANGELOG.md#711) [Compare Source](https://togithub.com/api3dao/chains/compare/v7.1.0...v7.1.1) ##### Patch Changes - [`0ca3e14`](https://togithub.com/api3dao/chains/commit/0ca3e14): Fix `lukso-testnet` symbol name - [`948fa11`](https://togithub.com/api3dao/chains/commit/948fa11): Update L2 names according to the new convention
api3dao/contracts (@​api3/contracts) ### [`v4.1.1`](https://togithub.com/api3dao/contracts/blob/HEAD/CHANGELOG.md#411) [Compare Source](https://togithub.com/api3dao/contracts/compare/v4.1.0...v4.1.1) ##### Patch Changes - [`ce96c06`](https://togithub.com/api3dao/contracts/commit/ce96c06): Fix neon-evm and neon-evm-testnet Api3Market deployments ### [`v4.1.0`](https://togithub.com/api3dao/contracts/blob/HEAD/CHANGELOG.md#410) [Compare Source](https://togithub.com/api3dao/contracts/compare/v4.0.0...v4.1.0) ##### Minor Changes - [`90a9936`](https://togithub.com/api3dao/contracts/commit/90a9936): Add dAPI and Market support to bitlayer, bitlayer-testnet, scroll, scroll-sepolia-testnet - [`90a9936`](https://togithub.com/api3dao/contracts/commit/90a9936): Add Market support to neon-evm, neon-evm-testnet, oev-network
ethers-io/ethers.js (ethers) ### [`v6.13.0`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv6130-2024-06-04-0101) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.12.2...v6.13.0) - Added Options for BrowserProvider ([#​4707](https://togithub.com/ethers-io/ethers.js/issues/4707); [33bb0bf](https://togithub.com/ethers-io/ethers.js/commit/33bb0bf30e1e6a699c24415a1edf0fa4ed28b6aa)). - Fix Result deep toObject when a parent is an Array ([#​4681](https://togithub.com/ethers-io/ethers.js/issues/4681); [d8cb849](https://togithub.com/ethers-io/ethers.js/commit/d8cb84957078985f5449fa26c6fd8087dbd17aec)). - Added consistent timeout and cancel behaviour to FetchRequest ([#​4122](https://togithub.com/ethers-io/ethers.js/issues/4122); [a12a739](https://togithub.com/ethers-io/ethers.js/commit/a12a7391fba39b5c114fa658590fae305dcedd17)). ### [`v6.12.2`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv6122-2024-05-30-1724) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.12.1...v6.12.2) - Copy EIP-4844 properties during estimateGas and call ([#​4728](https://togithub.com/ethers-io/ethers.js/issues/4728); [cebe5ee](https://togithub.com/ethers-io/ethers.js/commit/cebe5eed91de0db5931b7847e76ee27cb2ce9219)). - Use non-capturing regex for data to prevent memory exhaustion for long strings ([#​4741](https://togithub.com/ethers-io/ethers.js/issues/4741); [5463aa0](https://togithub.com/ethers-io/ethers.js/commit/5463aa03eacde45322a1e05693ce90e4d7abcaa7)). - Added Base endpointsto EtherscanProvider ([#​4729](https://togithub.com/ethers-io/ethers.js/issues/4729); [7e1dc95](https://togithub.com/ethers-io/ethers.js/commit/7e1dc95ea2564c1eb0a9452b9a16002f3696765c)).
josdejong/workerpool (workerpool) ### [`v9.1.2`](https://togithub.com/josdejong/workerpool/blob/HEAD/HISTORY.md#2024-06-04-version-912) [Compare Source](https://togithub.com/josdejong/workerpool/compare/v9.1.1...v9.1.2) - Fix: [#​446](https://togithub.com/josdejong/workerpool/issues/446) ensure the library can be used with older browsers.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.