Skip to content

chore(deps-dev): bump the npm_and_yarn group with 6 updates#169

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/dev/npm_and_yarn-5ecbb02ca2
Open

chore(deps-dev): bump the npm_and_yarn group with 6 updates#169
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/dev/npm_and_yarn-5ecbb02ca2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 19, 2026

Bumps the npm_and_yarn group with 6 updates:

Package From To
@nomicfoundation/hardhat-ethers 4.0.7 4.0.8
dotenv 17.4.1 17.4.2
prettier 3.8.2 3.8.3
release-please 17.5.2 17.6.0
typescript 6.0.2 6.0.3
viem 2.47.12 2.48.1

Updates @nomicfoundation/hardhat-ethers from 4.0.7 to 4.0.8

Release notes

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

@​nomicfoundation/hardhat-ethers@​4.0.8

Changes

  • #8104 e27a7ad Thanks @​ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8096 7fb721b Thanks @​alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @​kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @​nomicfoundation/hardhat-errors@​3.0.11
    • @​nomicfoundation/hardhat-utils@​4.0.3

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


Changelog

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

4.0.8

Patch Changes

  • #8104 e27a7ad Thanks @​ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8096 7fb721b Thanks @​alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @​kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @​nomicfoundation/hardhat-errors@​3.0.11
    • @​nomicfoundation/hardhat-utils@​4.0.3
Commits
  • 5f08586 Version Packages
  • 752401d Merge branch 'main' of github.com:NomicFoundation/hardhat into error-code-3
  • 604a1e1 add tests to ensure the correct errors are propagated
  • c96f10a feat: rename connect to create in network API
  • 60e0ddc Correct casing of the NomicFoundation github url in the package.json files
  • 37479ce Fix package.json#repository.directory
  • 11776f4 Fix all package.json homepage fields
  • 54f09db Rename the v-next folder to packages
  • See full diff in compare view

Updates dotenv from 17.4.1 to 17.4.2

Changelog

Sourced from dotenv's changelog.

17.4.2 (2026-04-12)

Changed

  • Improved skill files - tightened up details (#1009)
Commits

Updates prettier from 3.8.2 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

Commits

Updates release-please from 17.5.2 to 17.6.0

Release notes

Sourced from release-please's releases.

v17.6.0

17.6.0 (2026-04-13)

Features

  • yoshi-java-monorepo: update library version in librarian.yaml (#2750) (8cd3491)

Bug Fixes

Changelog

Sourced from release-please's changelog.

17.6.0 (2026-04-13)

Features

  • yoshi-java-monorepo: update library version in librarian.yaml (#2750) (8cd3491)

Bug Fixes

Commits

Updates typescript from 6.0.2 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • See full diff in compare view

Updates viem from 2.47.12 to 2.48.1

Release notes

Sourced from viem's releases.

viem@2.48.1

Patch Changes

viem@2.48.0

Minor Changes

viem@2.47.19

Patch Changes

viem@2.47.18

Patch Changes

viem@2.47.17

Patch Changes

viem@2.47.16

Patch Changes

... (truncated)

Commits
  • 1509d98 fix: switch environment tests to tenderly websocket rpc
  • f30f36f chore: version package (#4519)
  • 04690fc fix: format signTransaction test
  • 64556ad fix(tempo): forward feePayer: false in transaction request formatter (#4525)
  • eb655cc fix: preserve explicit nonce in fillTransaction (#4518)
  • 25cc59c chore(chains): fix native currency on a few chains (#4517)
  • 336b748 chore(chains): add missing testnet prop (#4516)
  • 77f3556 fix(wallet): preserve account context in local signTransaction (#4522)
  • 0996843 fix(tempo): pass through feePayerSignature in formatTransactionRequest
  • 3caab83 ci: re-enable devnet tests
  • 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 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 npm_and_yarn group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@nomicfoundation/hardhat-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-ethers) | `4.0.7` | `4.0.8` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.4.1` | `17.4.2` |
| [prettier](https://github.com/prettier/prettier) | `3.8.2` | `3.8.3` |
| [release-please](https://github.com/googleapis/release-please) | `17.5.2` | `17.6.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` |
| [viem](https://github.com/wevm/viem) | `2.47.12` | `2.48.1` |


Updates `@nomicfoundation/hardhat-ethers` from 4.0.7 to 4.0.8
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat-ethers/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-ethers@4.0.8/packages/hardhat-ethers)

Updates `dotenv` from 17.4.1 to 17.4.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.4.1...v17.4.2)

Updates `prettier` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.2...3.8.3)

Updates `release-please` from 17.5.2 to 17.6.0
- [Release notes](https://github.com/googleapis/release-please/releases)
- [Changelog](https://github.com/googleapis/release-please/blob/main/CHANGELOG.md)
- [Commits](googleapis/release-please@v17.5.2...v17.6.0)

Updates `typescript` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.2...v6.0.3)

Updates `viem` from 2.47.12 to 2.48.1
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.47.12...viem@2.48.1)

---
updated-dependencies:
- dependency-name: "@nomicfoundation/hardhat-ethers"
  dependency-version: 4.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm_and_yarn
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm_and_yarn
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm_and_yarn
- dependency-name: release-please
  dependency-version: 17.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm_and_yarn
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm_and_yarn
- dependency-name: viem
  dependency-version: 2.48.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm_and_yarn
...

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 Apr 19, 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