Skip to content

Bump undici and hardhat in /hardhat-demo#2

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/hardhat-demo/undici-and-hardhat-5.28.2
Closed

Bump undici and hardhat in /hardhat-demo#2
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/hardhat-demo/undici-and-hardhat-5.28.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2024

Bumps undici to 5.28.2 and updates ancestor dependency hardhat. These dependencies need to be updated together.

Updates undici from 4.15.1 to 5.28.2

Release notes

Sourced from undici's releases.

v5.28.2

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.28.1...v5.28.2

v5.28.1

What's Changed

Full Changelog: nodejs/undici@v5.28.0...v5.28.1

v5.28.0

What's Changed

... (truncated)

Commits
  • 9a14e5f Bumped v5.28.2
  • fcdfe87 build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2302)
  • 169c157 build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 (#2389)
  • 9788177 build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 (#2392)
  • 1f6d159 build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 (#2395)
  • a393a86 build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 (#2396)
  • ea2f606 build(deps-dev): bump sinon from 16.1.3 to 17.0.1 (#2405)
  • 80979ed build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 (#2472)
  • 08183ea fix: Added support for inline URL username:password proxy auth (#2473)
  • 28759f4 refactor: better integrity check (#2462)
  • Additional commits viewable in compare view

Updates hardhat from 2.9.1 to 2.19.4

Release notes

Sourced from hardhat's releases.

Hardhat v2.19.4

This release changes our telemetry to anonymously report the consent response.

Hardhat v2.19.3

This release adds support for solc 0.8.23. It also includes a temporary informative message about the ongoing 2023 Solidity Survey.

Hardhat v2.19.2

This release adds experimental support for ESM in typescript projects.

In addition to that, the hardhat-shorthand tool (hh) now supports scoped tasks.

Hardhat v2.19.1

This release fixes a couple of issues:

  • A problem in low-traffic chains that resulted in txs using a maxPriorityFeePerGas of 0, which were then rejected by the node.
  • A bug in the compiler downloader that was triggered in big projects that used many different versions of solc.

Besides that, the project initialization now uses the latest version of the Hardhat Toolboxes.

Hardhat v2.19.0

This new version of Hardhat introduces a new feature: Configuration Variables!

Configuration variables let you use values in a configuration file without making them part of your project. They work as a replacement for environment variables and dotenv, but are more flexible and powerful. Read our guide to learn more.

This version also adds support for solc v0.8.22.

Hardhat v2.18.3

This release adds ignition deploy to our telemetry-reported tasks.

Hardhat v2.18.2

This releases fixes a problem with Hardhat's compiler download caused by a fix in the latest version of undici.

Hardhat v2.18.1

This new version of Hardhat includes a new option when initializing a project: you can now start a project that uses Viem instead of ethers. To learn more about this, check our announcement.

This version also makes a small change to the logs shown during compilation: now the targeted EVM version (or versions) is shown.

Hardhat v2.18.0

This version of Hardhat adds support for scoped tasks.

You can now create scopes to group multiple tasks that are related in some way:

const myScope = scope("my-scope", "Scope description");
myScope.task("my-task", "Do something")
.setAction(async () => { ... });
myScope.task("my-other-task", "Do something else")
.setAction(async () => { ... });
</tr></table>

... (truncated)

Commits
  • 17a2837 Version Packages
  • 31dfa5d Merge pull request #4701 from NomicFoundation/fix-types-node-workflow
  • 7d5571a Merge pull request #4449 from Amxx/hardhat-chai-matcher/withArgs/resolve-addr...
  • 39d9e34 Merge pull request #4709 from NomicFoundation/analytics-track-telemetry-response
  • 3eb226e Add test for non-matched addressable arg
  • dff8302 Create cold-tables-stare.md
  • 83e8ea5 Merge branch 'main' into hardhat-chai-matcher/withArgs/resolve-addressable
  • 308c12b Unref the telemetry consent hit subprocess
  • c0278d5 Add comment in telemetry consent hit script
  • 4fc1494 Don't send telemetry consent hit when the prompt is cancelled
  • Additional commits viewable in compare view

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [undici](https://github.com/nodejs/undici) to 5.28.2 and updates ancestor dependency [hardhat](https://github.com/nomiclabs/hardhat). These dependencies need to be updated together.


Updates `undici` from 4.15.1 to 5.28.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v4.15.1...v5.28.2)

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

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
- dependency-name: hardhat
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 30, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 16, 2024

Superseded by #5.

@dependabot dependabot bot closed this Feb 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hardhat-demo/undici-and-hardhat-5.28.2 branch February 16, 2024 16:25
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants