Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.28.0 -> ^9.30.0 age adoption passing confidence
@nomicfoundation/hardhat-ethers (source) ^3.0.8 -> ^3.0.9 age adoption passing confidence
@nomicfoundation/hardhat-network-helpers (source) ^1.0.12 -> ^1.0.13 age adoption passing confidence
@types/node (source) ^22.15.29 -> ^22.15.34 age adoption passing confidence
dotenv ^17.0.0 -> ^17.0.1 age adoption passing confidence
ethers (source) ^6.14.3 -> ^6.14.4 age adoption passing confidence
glob ^11.0.2 -> ^11.0.3 age adoption passing confidence
hardhat (source) ^2.24.1 -> ^2.25.0 age adoption passing confidence
hardhat-deploy ^1.0.2 -> ^1.0.4 age adoption passing confidence
prettier (source) ^3.5.3 -> ^3.6.2 age adoption passing confidence
solhint (source) ^5.1.0 -> ^5.2.0 age adoption passing confidence
typescript-eslint (source) ^8.33.0 -> ^8.35.1 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.30.0

Compare Source

v9.29.0

Compare Source

nomicfoundation/hardhat (@​nomicfoundation/hardhat-ethers)

v3.0.9

Compare Source

This release updates ethers to include its new Pectra support.

Changes
  • d77ecab: Update ethers to v6.14.0 with Pectra support

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


motdotla/dotenv (dotenv)

v17.0.1

Compare Source

Changed
  • Patched injected log to count only populated/set keys to process.env (#​879)
ethers-io/ethers.js (ethers)

v6.14.4

Compare Source

  • Fixed serialization of EIP-7702 transactions with leading 0-bytes (#​4916; 389dc03).
isaacs/node-glob (glob)

v11.0.3

Compare Source

nomiclabs/hardhat (hardhat)

v2.25.0: Hardhat v2.25.0

Compare Source

This release upgrades the hardhat-gas-reporter to v2 for newly initialized projects.

Changes

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


v2.24.3: Hardhat v2.24.3

Compare Source

This release is a small bug fix release that resolves the issue with sending ETH to testing accounts in forked networks, caused by mainnet EIP-7702 delegations on the test accounts. Now testing accounts are automatically undelegated.

Changes
  • 6be5c13: Upgraded EDR to v0.11.1, which fixed a bug when sending ETH to the testing accounts in forked networks. Now testing accounts are automatically undelegated.

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


v2.24.2: Hardhat v2.24.2

Compare Source

This release is a small bug fix to deal with nodes that have deprecated support for the eth_accounts RPC call.

Changes
  • 2bbb705: Wrap eth_accounts usage on http provider to handle method deprecation (#​6632)

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


wighawag/hardhat-deploy (hardhat-deploy)

v1.0.4

Compare Source

Patch Changes
  • use etherscan v2 api

v1.0.3

Compare Source

Patch Changes
  • remove dependencies from qs
prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

protofire/solhint (solhint)

v5.2.0

Compare Source

Fixed
  • imports-order interference with no-unused-imports #​684
Added
  • Added cache flag allowing to skip already evaluated files if no error was thrown and file did not change - #​685
  • Added multi-directory config support by hierarchy - #​678
  • Added better error handling on invalid configs - #​683

Thanks to @​smol-ninja - @​PaulRBerg @​lechpzn, @​otc-png, @​MamunC0der, @​kks-code, @​RidaMichofi

For making the time of proposing rules, pointing out typos, broken links, unused code, copyright, small reviews, etc. We really appreciate your contributions!



typescript-eslint/typescript-eslint (typescript-eslint)

v8.35.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.35.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.33.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "before 10am on the first day of the month" (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from Siegrift and acenolaza July 1, 2025 04:00
@Siegrift Siegrift removed their request for review July 1, 2025 09:35
@Siegrift
Copy link
Contributor

Siegrift commented Jul 1, 2025

Leaving it to you @acenolaza

@renovate renovate bot force-pushed the renovate/other-minor-updates branch from 49ad023 to caf5d40 Compare July 1, 2025 09:36
@renovate renovate bot force-pushed the renovate/other-minor-updates branch from caf5d40 to 3f85d94 Compare July 1, 2025 17:07
@acenolaza acenolaza merged commit 1d95ea1 into main Jul 1, 2025
2 checks passed
@acenolaza acenolaza deleted the renovate/other-minor-updates branch July 1, 2025 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants