Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the production-dependencies group with 5 updates #24

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps the production-dependencies group with 5 updates:

Package From To
@squirrel-labs/peanut-sdk 0.3.11 0.3.29
@web3modal/ethers5 3.2.1 3.3.2
debounce 1.2.1 2.0.0
ethers 5.7.2 6.8.1
wagmi 1.4.6 1.4.7

Updates @squirrel-labs/peanut-sdk from 0.3.11 to 0.3.29

Commits

Updates @web3modal/ethers5 from 3.2.1 to 3.3.2

Release notes

Sourced from @​web3modal/ethers5's releases.

3.3.2

Changes

  • fix: update dayjs plugin module imports

Full Changelog: reown-com/appkit@3.3.1...3.3.2

3.3.1

Patch

  • hotfix: Fix correct build

Full Changelog: reown-com/appkit@3.3.0...3.3.1

3.3.0

Breaking Changes

N/A

Changes

  • feat: add web3modal/common monorepo package for common utilities, constants, types, etc.
  • feat: add transaction history page
  • feat: add transaction controller and API calls
  • feat: add transaction controller and date utility tests
  • feat: add new theme variables
  • feat: add disconnect functions for ethers5
  • refactor: update transaction list item component
  • refactor: update transaction list item visual component
  • refactor: update Storybook components
  • refactor: update some primitive component rendering logics like wui-icon and wui-shimmer

Full Changelog: reown-com/appkit@3.2.1...3.3.0

Commits
Maintainer changes

This version was pushed to npm by enesozturk, a new releaser for @​web3modal/ethers5 since your current version.


Updates debounce from 1.2.1 to 2.0.0

Release notes

Sourced from debounce's releases.

v2.0.0

Breaking

  • Require Node.js 18 and modern browsers 2872fb8
  • Removed support for component (now defunct project)

Improvements

  • Add TypeScript types 2872fb8
  • Protect against improper use in classes 95eef87

Fixes

  • Fix recursive callback args (#32) c997759

sindresorhus/debounce@1.2.1...v2.0.0

Commits
Maintainer changes

This version was pushed to npm by sindresorhus, a new releaser for debounce since your current version.


Updates ethers from 5.7.2 to 6.8.1

Release notes

Sourced from ethers's releases.

ethers/v6.8.1 (2023-11-01 16:08)

  • Fixed typo in error description when converting values to arrays (#4427, #4446; 8fed2f8).
  • Fix invalid token nonpayable being included in formatted constructor (#4412; 2e0bd90).
  • Add ENS support for Sepolia (#4422; 1da50ae).

ethers/v6.8.0 (2023-10-11 02:19)

  • Replicated former ENS normalize behaviour for empty strings and update namehash testcases (125ff11).
  • Initial shortMessage support for errors (#4241; d6a8c14).
  • Fixed resolving ENS addresses used as from parameters (#3961; 2616f4c).
  • Merge: 9a4b7534 0c9c23b0 Merge branch 'v5.8-progress' (cd5f0fe).
  • Allow more loose input format for RLP encoder (#4402; 9a4b753).
  • Update to latest noble crypto libraries (#3975; b27faa0).
  • More robust configuration options for FetchRequest getUrl functions (#4353; 9541f2f).
  • Ignore blockTag when calling Etherscan if it is the default block tag (dcea9b3).

ethers/v6.7.1 (2023-08-15 03:42)

ethers/v6.7.0 (2023-08-03 00:28)

  • Fixed receipt wait not throwing on reverted transactions (25fef4f).
  • Added custom priority fee to Optimism chain (via telegram) (ff80b04).
  • Add context to Logs that fail decoding due to ABI issues to help debugging (f3c46f2).
  • Added new exports for FallbackProviderOptions and FetchUrlFeeDataNetworkPlugin (#2828, #4160; b1dbbb0).
  • Allow overriding pollingInterval in JsonRpcProvider constructor (via discord) (f42f258).
  • Fixed FallbackProvider priority sorting (#4150; 78538eb).
  • Added linea network to InfuraProvider and Network (#4184, #4190; d3e5e2c).
  • Added whitelist support to getDefaultProvider (82bb936).
  • Add Polygon RPC endpoints to the default provider (#3689; 23704a9).
  • Added customizable quorum to FallbackProvider (#4160; 8f0a509).
  • Added basic Gas Station support via a NetworkPlugin (#2828; 229145d).
  • Add BNB URLs to EtherscanProvider networks (ec39abe).
  • Added tests for JSON format (#4248; ba36079).
  • Use empty string for unnamed parameters in JSON output instead of undefined (#4248; 8c2652c).
  • Return undefined for Contract properties that do not exist instead of throwing an error (#4266; 5bf7b34).

ethers/v6.6.7 (2023-07-28 15:18)

  • Prevent malformed logs from preventing other logs being decoded (#4275; 0dca645).
  • Allow visibility on human-readable constructors (via telegram) (3a52201).

ethers/v6.6.6 (2023-07-28 02:21)

  • Better error message when passing invalid overrides object into a contract deployment (#4182; aa2ea3d).

ethers/v6.6.5 (2023-07-24 01:29)

  • Reflect symbols in the Contract Proxy to target (#4048; ac2f5e5).
  • Allow arrays of address for indexed filter topics (#4259; 93af87c).
  • Fixed filter encoding for bytesX (#4244; fa3a883).
  • Fix JSON formatting for tuple arrays (#4237; a8bc49b).
  • Better error messages when parsing fragment strings (#4246; e36b6c3).

... (truncated)

Changelog

Sourced from ethers's changelog.

ethers/v6.8.1 (2023-11-01 16:08)

  • Fixed typo in error description when converting values to arrays (#4427, #4446; 8fed2f8).
  • Fix invalid token nonpayable being included in formatted constructor (#4412; 2e0bd90).
  • Add ENS support for Sepolia (#4422; 1da50ae).

ethers/v6.8.0 (2023-10-10 22:42)

  • Replicated former ENS normalize behaviour for empty strings and update namehash testcases (125ff11).
  • Initial shortMessage support for errors (#4241; d6a8c14).
  • Fixed resolving ENS addresses used as from parameters (#3961; 2616f4c).
  • Merge: 9a4b7534 0c9c23b0 Merge branch 'v5.8-progress' (cd5f0fe).
  • Allow more loose input format for RLP encoder (#4402; 9a4b753).
  • Update to latest noble crypto libraries (#3975; b27faa0).
  • More robust configuration options for FetchRequest getUrl functions (#4353; 9541f2f).
  • Ignore blockTag when calling Etherscan if it is the default block tag (dcea9b3).

ethers/v6.7.1 (2023-08-15 03:08)

ethers/v6.7.0 (2023-08-02 23:52)

  • Fixed receipt wait not throwing on reverted transactions (25fef4f).
  • Added custom priority fee to Optimism chain (via telegram) (ff80b04).
  • Add context to Logs that fail decoding due to ABI issues to help debugging (f3c46f2).
  • Added new exports for FallbackProviderOptions and FetchUrlFeeDataNetworkPlugin (#2828, #4160; b1dbbb0).
  • Allow overriding pollingInterval in JsonRpcProvider constructor (via discord) (f42f258).
  • Fixed FallbackProvider priority sorting (#4150; 78538eb).
  • Added linea network to InfuraProvider and Network (#4184, #4190; d3e5e2c).
  • Added whitelist support to getDefaultProvider (82bb936).
  • Add Polygon RPC endpoints to the default provider (#3689; 23704a9).
  • Added customizable quorum to FallbackProvider (#4160; 8f0a509).
  • Added basic Gas Station support via a NetworkPlugin (#2828; 229145d).
  • Add BNB URLs to EtherscanProvider networks (ec39abe).
  • Added tests for JSON format (#4248; ba36079).
  • Use empty string for unnamed parameters in JSON output instead of undefined (#4248; 8c2652c).
  • Return undefined for Contract properties that do not exist instead of throwing an error (#4266; 5bf7b34).

ethers/v6.6.7 (2023-07-28 14:50)

  • Prevent malformed logs from preventing other logs being decoded (#4275; 0dca645).
  • Allow visibility on human-readable constructors (#4278; 3a52201).

... (truncated)

Commits
  • 5431723 admin: updated dist files
  • 8fed2f8 Fixed typo in error description when converting values to arrays (#4427, #4446).
  • 73adb39 docs: fixed typo in jsdocs (#4391).
  • 2e0bd90 Fix invalid token nonpayable being included in formatted constructor (#4412).
  • 1da50ae Add ENS support for Sepolia (#4422).
  • e0c1d97 tests: only trigger browser testing when relevant code changed
  • e454afb tests: fix typo in env prepare scripts
  • 4772915 tests: updated env tests for TypeScript 5.2
  • 3a73c56 admin: updated dist files
  • c847f16 Fixed internal ens-normalize testcase for empty string.
  • Additional commits viewable in compare view

Updates wagmi from 1.4.6 to 1.4.7

Release notes

Sourced from wagmi's releases.

@​wagmi/core@​1.4.7

Patch Changes

[email protected]

Patch Changes

  • Updated dependencies []:
    • @​wagmi/core@​1.4.7
Changelog

Sourced from wagmi's changelog.

1.4.7

Patch Changes

  • Updated dependencies []:
    • @​wagmi/core@​1.4.7
Commits

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 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 production-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@squirrel-labs/peanut-sdk](https://github.com/ProphetFund/peanut-sdk) | `0.3.11` | `0.3.29` |
| [@web3modal/ethers5](https://github.com/web3modal/web3modal) | `3.2.1` | `3.3.2` |
| [debounce](https://github.com/sindresorhus/debounce) | `1.2.1` | `2.0.0` |
| [ethers](https://github.com/ethers-io/ethers.js) | `5.7.2` | `6.8.1` |
| [wagmi](https://github.com/wagmi-dev/wagmi/tree/HEAD/packages/react) | `1.4.6` | `1.4.7` |


Updates `@squirrel-labs/peanut-sdk` from 0.3.11 to 0.3.29
- [Commits](https://github.com/ProphetFund/peanut-sdk/commits)

Updates `@web3modal/ethers5` from 3.2.1 to 3.3.2
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](reown-com/appkit@3.2.1...3.3.2)

Updates `debounce` from 1.2.1 to 2.0.0
- [Release notes](https://github.com/sindresorhus/debounce/releases)
- [Commits](sindresorhus/debounce@1.2.1...v2.0.0)

Updates `ethers` from 5.7.2 to 6.8.1
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v5.7.2...v6.8.1)

Updates `wagmi` from 1.4.6 to 1.4.7
- [Release notes](https://github.com/wagmi-dev/wagmi/releases)
- [Changelog](https://github.com/wagmi-dev/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wagmi-dev/wagmi/commits/[email protected]/packages/react)

---
updated-dependencies:
- dependency-name: "@squirrel-labs/peanut-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@web3modal/ethers5"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: debounce
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: ethers
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: wagmi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 24, 2023
Copy link

vercel bot commented Nov 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
commitkudos ❌ Failed (Inspect) Nov 24, 2023 11:27am

@zaibon
Copy link
Owner

zaibon commented Nov 24, 2023

@dependabot ignore ethers major version

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2023

OK, I won't notify you about version 6.x.x of ethers again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-caf4d6c30e branch November 24, 2023 11:47
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.

1 participant