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

Bump the dev-dependencies group across 1 directory with 7 updates #972

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Bumps the dev-dependencies group with 7 updates in the / directory:

Package From To
@nomicfoundation/hardhat-ethers 3.0.5 3.0.8
@nomicfoundation/hardhat-network-helpers 1.0.10 1.0.12
ethers 6.13.2 6.13.4
hardhat 2.19.2 2.22.15
merkletreejs 0.3.11 0.4.0
opensea-js 7.1.13 7.1.14
simple-statistics 7.8.5 7.8.7

Updates @nomicfoundation/hardhat-ethers from 3.0.5 to 3.0.8

Release notes

Sourced from @​nomicfoundation/hardhat-ethers's releases.

@​nomicfoundation/hardhat-ethers@​3.0.8

A small bug fix release to fix the Hardhat peer dependency entry in the published package.json that was corrupted by pnpm in the previous release.

Changes

  • efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.

💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ethers@​3.0.7

A small bug fix release to help when running against Erigon where the eth_accounts RPC call is deprecated.

Changes

  • 93b30d5: Fix for getSigners against networks where eth_accounts is deprecated.

💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ethers@​3.0.6

This release fixes a race condition in our ethers provider and updates the max fee per gas calculation to use eth_maxPriorityFeePerGas when available.

Commits
  • 3e6ed32 Version Packages
  • efa905d fix: correct peer dependency for Hardhat
  • ecb3665 Merge pull request #5664 from NomicFoundation/await-edr-provider-creation
  • 409e99f Create loud-cooks-obey.md
  • 0a488a0 Add await in provider creation
  • 466c8da Merge pull request #5658 from NomicFoundation/refactor/remove-experimental-tr...
  • 46cd7a1 Add a changeset
  • 18f91f8 Merge remote-tracking branch 'origin/main' into refactor/remove-experimental-...
  • 4210416 Version Packages
  • 1312d87 refactor: Remove the experimental MessageTrace hook
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kanej, a new releaser for @​nomicfoundation/hardhat-ethers since your current version.


Updates @nomicfoundation/hardhat-network-helpers from 1.0.10 to 1.0.12

Release notes

Sourced from @​nomicfoundation/hardhat-network-helpers's releases.

@​nomicfoundation/hardhat-network-helpers@​1.0.12

This release adds support for development on the ZKsync chain.

Changes

  • 8fa15e7: Added support for ZKsync's development mode.

@​nomicfoundation/hardhat-network-helpers@​1.0.11

This release adds support for using network helpers on anvil network (thanks @​tmigone!)


💡 The Nomic Foundation is hiring! Check our open positions.


Commits
  • 40d9339 Version Packages
  • f93c447 Merge pull request #5759 from NomicFoundation/refactor/streamline-console-lib...
  • 5b410f9 fixup: Reword some vars
  • 0701408 fix: Appease older TypeScript
  • 75e9ca7 refactor: Separate data collection and rendering in console-library-generator.ts
  • 948fa85 refactor: Use hex in console.log signatures for clarity
  • 42a09d9 refactor: Simplify the console-library-generator.ts
  • 74b1bfe Merge pull request #5740 from NomicFoundation/support-solc-0.8.27
  • d725c09 Merge pull request #5716 from AwaisBinKaleem/main
  • ff74f1d Improve the docs a bit
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by schaable, a new releaser for @​nomicfoundation/hardhat-network-helpers since your current version.


Updates ethers from 6.13.2 to 6.13.4

Release notes

Sourced from ethers's releases.

ethers/v6.13.4 (2024-10-10 18:01)

ethers/v6.13.3 (2024-09-30 22:08)

  • Allow CCIP-read to continue during low-level fetch failures (#4842; 1c31f95).
Changelog

Sourced from ethers's changelog.

ethers/v6.13.4 (2024-10-10 18:01)

ethers/v6.13.3 (2024-09-30 22:08)

  • Allow CCIP-read to continue during low-level fetch failures (#4842; 1c31f95).
Commits

Updates hardhat from 2.19.2 to 2.22.15

Release notes

Sourced from hardhat's releases.

Hardhat v2.22.15

This is a small bug fix release to fix custom HTTP headers when used in forked configurations.

Changes

  • ede1cde: Fixed custom HTTP headers for forked configurations

💡 The Nomic Foundation is hiring! Check our open positions.


Hardhat v2.22.14

This is a small bug fix release to handle Ethereum nodes that are no longer returning total difficulty from the eth.getBlock RPC API.

Changes

  • 09ead48: Fixed error when remote nodes are not returning total difficulty from the eth.getBlock RPC API, by adding a fallback value

💡 The Nomic Foundation is hiring! Check our open positions.


Hardhat v2.22.13

This is a small bug fix release applying corrections to our Solidity tracing logic.

Changes

  • bf92f4c: Fixed more bugs in the newly ported Solidity tracing logic
  • 3df95d3: Remove support for console.log selectors that wrongly use "(u)int" type aliases in the selector calculation
  • 4c1bcfc: Fixed minor bugs in the newly ported Solidity tracing logic

💡 The Nomic Foundation is hiring! Check our open positions.


Hardhat v2.22.12

This release includes a refactor to our internal solidity tracing logic that should result in a ~10% performance improvement for many workloads.

Hardhat v2.22.11

This release adds support for the latest solc versions (0.8.25, 0.8.26, and 0.8.27). Additionally, it includes bug fixes, documentation improvements, and dependency updates.

Changes

  • 601d543: Fixed a problem with provider events when provider.init was explicitly called before the first request.
  • 224159e: Added support for solc versions 0.8.25, 0.8.26, and 0.8.27
  • b43ed78: Added link to Ignition docs in sample projects
  • 07e0a9c: Hardhat node can now handle large response objects by streaming them.
  • 12d1980: Upgrade chokidar

💡 The Nomic Foundation is hiring! Check our open positions.

... (truncated)

Commits
Maintainer changes

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


Updates merkletreejs from 0.3.11 to 0.4.0

Commits

Updates opensea-js from 7.1.13 to 7.1.14

Release notes

Sourced from opensea-js's releases.

v7.1.14

What's Changed

Full Changelog: ProjectOpenSea/opensea-js@v7.1.13...v7.1.14

Commits
  • 939b264 Update b3 sepolia to match enum naming convention (#1575)
  • 5e4554b Release B3 (#1574)
  • 3d483a2 fix(deps): update dependency ethers to v6.13.4 (#1572)
  • 403c8da chore(deps): update dependency @​types/node to v20.16.13 (#1573)
  • 0169444 chore(deps): update dependency @​types/node to v20.16.11 (#1571)
  • 4230504 chore(deps): update dependency @​types/mocha to v10.0.9 (#1570)
  • 3f7e397 chore(deps): update dependency nyc to v17.1.0 (#1561)
  • dcb86e1 chore(deps): update dependency node to v20.18.0 (#1568)
  • 0e90cb3 chore(deps): update dependency eslint-plugin-import to v2.31.0 (#1567)
  • e22a1fc chore(deps): update dependency @​types/chai to v4.3.20 (#1562)
  • Additional commits viewable in compare view

Updates simple-statistics from 7.8.5 to 7.8.7

Changelog

Sourced from simple-statistics's changelog.

7.8.7 (2024-10-16)

7.8.6 (2024-10-16)

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 dev-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nomicfoundation/hardhat-ethers](https://github.com/nomicfoundation/hardhat) | `3.0.5` | `3.0.8` |
| [@nomicfoundation/hardhat-network-helpers](https://github.com/nomicfoundation/hardhat) | `1.0.10` | `1.0.12` |
| [ethers](https://github.com/ethers-io/ethers.js) | `6.13.2` | `6.13.4` |
| [hardhat](https://github.com/nomiclabs/hardhat) | `2.19.2` | `2.22.15` |
| [merkletreejs](https://github.com/miguelmota/merkletreejs) | `0.3.11` | `0.4.0` |
| [opensea-js](https://github.com/ProjectOpenSea/opensea-js) | `7.1.13` | `7.1.14` |
| [simple-statistics](https://github.com/simple-statistics/simple-statistics) | `7.8.5` | `7.8.7` |



Updates `@nomicfoundation/hardhat-ethers` from 3.0.5 to 3.0.8
- [Release notes](https://github.com/nomicfoundation/hardhat/releases)
- [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-ethers@3.0.5...@nomicfoundation/hardhat-ethers@3.0.8)

Updates `@nomicfoundation/hardhat-network-helpers` from 1.0.10 to 1.0.12
- [Release notes](https://github.com/nomicfoundation/hardhat/releases)
- [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-network-helpers@1.0.10...@nomicfoundation/hardhat-network-helpers@1.0.12)

Updates `ethers` from 6.13.2 to 6.13.4
- [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@v6.13.2...v6.13.4)

Updates `hardhat` from 2.19.2 to 2.22.15
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.19.2...hardhat@2.22.15)

Updates `merkletreejs` from 0.3.11 to 0.4.0
- [Commits](https://github.com/miguelmota/merkletreejs/commits)

Updates `opensea-js` from 7.1.13 to 7.1.14
- [Release notes](https://github.com/ProjectOpenSea/opensea-js/releases)
- [Commits](ProjectOpenSea/opensea-js@v7.1.13...v7.1.14)

Updates `simple-statistics` from 7.8.5 to 7.8.7
- [Release notes](https://github.com/simple-statistics/simple-statistics/releases)
- [Changelog](https://github.com/simple-statistics/simple-statistics/blob/main/CHANGELOG.md)
- [Commits](https://github.com/simple-statistics/simple-statistics/commits)

---
updated-dependencies:
- dependency-name: "@nomicfoundation/hardhat-ethers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@nomicfoundation/hardhat-network-helpers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ethers
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: hardhat
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: merkletreejs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: opensea-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: simple-statistics
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-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 Oct 25, 2024
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