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 10 updates #961

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 Sep 24, 2024

Bumps the dev-dependencies group with 10 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
dotenv 16.3.1 16.4.5
eslint-plugin-no-only-tests 3.1.0 3.3.0
ethers 6.9.0 6.13.2
hardhat 2.19.2 2.22.12
merkletreejs 0.3.11 0.4.0
opensea-js 7.1.9 7.1.13
prettier-plugin-solidity 1.2.0 1.4.1
simple-statistics 7.8.3 7.8.5

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 dotenv from 16.3.1 to 16.4.5

Changelog

Sourced from dotenv's changelog.

16.4.5 (2024-02-19)

Changed

  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #814

16.4.4 (2024-02-13)

Changed

  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #812

16.4.3 (2024-02-12)

Changed

  • Fixed processing of multiple files in options.path #805

16.4.2 (2024-02-10)

Changed

16.4.1 (2024-01-24)

  • Patch support for array as path option #797

16.4.0 (2024-01-23)

  • Add error.code to error messages around .env.vault decryption handling #795
  • Add ability to find .env.vault file when filename(s) passed as an array #784

16.3.2 (2024-01-18)

Added

  • Add debug message when no encoding set #735

Changed

  • Fix output typing for populate #792
  • Use subarray instead of slice #793
Commits

Updates eslint-plugin-no-only-tests from 3.1.0 to 3.3.0

Release notes

Sourced from eslint-plugin-no-only-tests's releases.

v3.3.0

What's Changed

Full Changelog: levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

v3.2.0

What's Changed

Development Changes

New Contributors

Full Changelog: levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

Commits
  • ffda178 v3.3.0
  • 8416d33 Merge pull request #45 from levibuzolic/support-eslint-v9
  • 1daa41b Update formatting following Biomes rules
  • 2944a6d Bump version to 4.0.0 for breaking change with Node 18+ being the new target
  • 45d98b4 Update tests to target Node v18+
  • a03eb2a Bump version to v3.3.0
  • 6084aa0 Add support for ESLint v9 flat config
  • 8fb57fc Set version to 3.2.0
  • 424419a Add test case for functions
  • 21613b2 Merge pull request #44 from sualko/feature/fit
  • Additional commits viewable in compare view

Updates ethers from 6.9.0 to 6.13.2

Release notes

Sourced from ethers's releases.

ethers/v6.13.2 (2024-07-25 18:20)

  • Prevent mutating transactions when signing (#4789; 1a51af8).

ethers/v6.13.1 (2024-06-18 02:37)

  • Update ws package to address possible DoS vulnerability (a4b1d1f).

ethers/v6.13.0 (2024-06-04 01:38)

  • Added Options for BrowserProvider (#4707; 33bb0bf).
  • Fix Result deep toObject when a parent is an Array (#4681; d8cb849).
  • Added consistent timeout and cancel behaviour to FetchRequest (#4122; a12a739).

ethers/v6.12.2 (2024-05-30 17:24)

  • Copy EIP-4844 properties during estimateGas and call (#4728; cebe5ee).
  • Use non-capturing regex for data to prevent memory exhaustion for long strings (#4741; 5463aa0).
  • Added Base endpointsto EtherscanProvider (#4729; 7e1dc95).

ethers/v6.12.1 (2024-04-30 23:23)

  • Prevent bad Interface clone when using two different versions of v6 (#4689; 4d2d90f).
  • Fixed typo in error message for invalid quorum weight (#4149; 45b9b9c).
  • Added matic-amoy to EtherescanProvider (#4711; 5c8d17a).
  • Fix JsonRpcProvider ignoring pollingInterval in options (#4644; 7b7be0d).

ethers/v6.12.0 (2024-04-17 02:09)

  • Added Linea Sepolia network and Infura endpoint (#4655; b4aaab8).
  • Do not send unsubscribe messages to destroyed Providers (#4678; c45935e).
  • Get definitive network from InfuraProvider when using InfuraWebSocketProvider (38e32d8).
  • Better error messages for transaction field mismatch (#4659; 9230aa0).
  • Added prevRandao to block (#3372; ec6a754).
  • Added Polygon Amoy testnet (#4645; 1717abb).
  • Added Chainstack provider (#2741; 014004d).
  • Added deep convertion to Result for toObject and toArray (#4681; 03bfe2a).
  • Added EIP-4844 broadcast support (92bad88).
  • Fix ignored throttle parameters (#4663; 12772e9).

ethers/v6.12.0-beta.1 (2024-03-27 14:47)

  • Added EIP-4844 broadcast support.
  • Fix ignored throttle parameters (#4663; 12772e9).

ethers/v6.11.1 (2024-02-14 13:47)

  • Throw an error when attempting to derive from a master path from a non-master node (#4551; 556fdd9).
  • Allow ENS wildcards with labels up to 255 bytes wide; discussed with ENS and deemed safe (#4543; 7f14bde).
  • Enforce string is passed to toUtf8Bytes (#4583; f45bb87).
  • Fix transaction.index not being populated on some backends (#4591; 7f0e140).

ethers/v6.11.0 (2024-02-08 22:02)

  • Allow transaction encoding for inferred type transactions (f02211d).
  • Added EIP-4788, receipts root and state root fields to Block (#4570; c5f126f).
  • Added EIP-4844 fields to Provider classes and formatter (#4570; 7b4f2c1).
  • Assert BrowserProvider receives an EIP-1193 provider to fail early when passing undefined ethereum object (b69f43b).
  • Add timeout to ContractTransactionResponse wait (#4497; 095de51).

... (truncated)

Changelog

Sourced from ethers's changelog.

ethers/v6.13.2 (2024-07-25 17:54)

  • Prevent mutating transactions when signing (#4789; 1a51af8).

ethers/v6.13.1 (2024-06-18 02:09)

  • Update ws package to address possible DoS vulnerability (a4b1d1f).

ethers/v6.13.0 (2024-06-04 01:01)

  • Added Options for BrowserProvider (#4707; 33bb0bf).
  • Fix Result deep toObject when a parent is an Array (#4681; d8cb849).
  • Added consistent timeout and cancel behaviour to FetchRequest (#4122; a12a739).

ethers/v6.12.2 (2024-05-30 17:24)

  • Copy EIP-4844 properties during estimateGas and call (#4728; cebe5ee).
  • Use non-capturing regex for data to prevent memory exhaustion for long strings (#4741; 5463aa0).
  • Added Base endpointsto EtherscanProvider (#4729; 7e1dc95).

ethers/v6.12.1 (2024-04-30 22:46)

  • Prevent bad Interface clone when using two different versions of v6 (#4689; 4d2d90f).
  • Fixed typo in error message for invalid quorum weight (#4149; 45b9b9c).
  • Added matic-amoy to EtherescanProvider (#4711; 5c8d17a).
  • Fix JsonRpcProvider ignoring pollingInterval in options (#4644; 7b7be0d).

ethers/v6.12.0 (2024-04-17 01:09)

  • Added Linea Sepolia network and Infura endpoint (#4655; b4aaab8).
  • Do not send unsubscribe messages to destroyed Providers (#4678; c45935e).
  • Get definitive network from InfuraProvider when using InfuraWebSocketProvider (38e32d8).
  • Better error messages for transaction field mismatch (#4659; 9230aa0).
  • Added prevRandao to block (#3372; ec6a754).
  • Added Polygon Amoy testnet (#4645; 1717abb).
  • Added Chainstack provider (#2741; 014004d).
  • Added deep convertion to Result for toObject and toArray (#4681; 03bfe2a).
  • Added EIP-4844 broadcast support (92bad88).
  • Fix ignored throttle parameters (#4663; 12772e9).

ethers/v6.11.1 (2024-02-14 13:13)

  • Throw an error when attempting to derive from a master path from a non-master node (#4551; 556fdd9).

... (truncated)

Commits
  • 1a51af8 Prevent mutating transactions when signing (#4789).
  • fc66b8a admin: updated dist files
  • c0b364b admin: minor change to force build to pickup nil change for ws upgrade
  • a4b1d1f Update ws package to address possible DoS vulnerability.
  • 16b8e18 docs: fixed paragraph leaking into code in migration docs
  • 9276187 admin: updated dist files
  • 90c196a Fix missing return for Result proxy (#4681).
  • 5b8781d admin: updated dist files
  • e97ca3b Merge branch 'wip-6.13'
  • c2d5346 tests: added gasless testcase for RicMoo-controlled domain
  • Additional commits viewable in compare view

Updates hardhat from 2.19.2 to 2.22.12

Release notes

Sourced from hardhat's releases.

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.


Hardhat v2.22.10

This is a small bug fix release to improve debug logs during Hardhat Network initialization.

Changes

  • 409e99f: Fixed debug logs in Hardhat Network initialization process.
  • 46cd7a1: Removed the experimentalAddHardhatNetworkMessageTraceHook API

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


Hardhat v2.22.9

This is a small bug fix release remove a warning message against the local Hardhat node when deploying with Hardhat Ignition.

Changes

  • 6771f00: Do not send http_setLedgerOutputEnabled messages beyond the HTTP Provider to prevent unwanted warnings in the logs of the local hardhat node

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


Hardhat v2.22.8

This is a small bug fix release to resolve a bug with large responses from debug_traceTransaction.

Changes

  • f5d5d15: Fixed an issue with debug_traceTransaction when large responses were generated
  • 31d9d77: Upgraded EDR to v0.5.2

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

... (truncated)

Commits
  • d1021cf Version Packages
  • 5fb3095 Run solidity tracing logic in EDR (#5769)
  • 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
  • Additional commits viewable in compare view

Updates merkletreejs from 0.3.11 to 0.4.0

Commits

Updates opensea-js from 7.1.9 to 7.1.13

Release notes

Sourced from opensea-js's releases.

v7.1.13

What's Changed

New Contributors

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

v7.1.12

What's Changed

New Contributors

Full Changelog: ProjectOpenSea/opensea-js@v7.1.11...v7.1.12

v7.1.11

What's Changed

New Contributors

Full Changelog: ProjectOpenSea/opensea-js@v7.1.10...v7.1.11

v7.1.10

What's Changed

New Contributors

Full Changelog: ProjectOpenSea/opensea-js@v7.1.9...v7.1.10

Commits
  • d16f3e5 bump patch version for release (#1533)
  • 9e18c7b support for collection with 0% Opensea fee (#1532)
  • 1df6e85 chore(deps): update dependency node to v20.16.0 (#1529)
  • 807b474 chore(deps): update typescript-eslint monorepo to v7.17.0 (#1530)
  • 0592faf chore(deps): update dependency chai to v4.5.0 (#1528)
  • 52bda1a fix(deps): update dependency ethers to v6.13.2 (#1527)
  • ab11104 chore(deps): update dependency @​types/node to v20.14.13 (#1526)
  • 583b23b chore(deps): update dependency mocha to v10.7.0 (#1525)
  • 75e6670 chore(deps): update typescript-eslint monorepo to v7.16.1 (#1523)
  • 6c95d73 chore(deps): update dependency eslint-plugin-prettier to v5.2.1 (#1524)
  • Additional commits viewable in compare view

Updates prettier-plugin-solidity from 1.2.0 to 1.4.1

Release notes

Sourced from prettier-plugin-solidity's releases.

v1.4.1

@​pcaversaccio let us know that one of our formatting decisions was formatting an expected result so this was quickly reverted to the previous standard.

// Input
contract Comments {
    function ifElse() public {
        if (condition) {
            // ...
        } // Reason for else case
        else {
            // ...
        }
    }
}
// v1.4.0
contract Comments {
function ifElse() public {
if (condition) {
// ...
} else {
// Reason for else case
// ...
}
}
}
// v1.4.1
contract Comments {
function ifElse() public {
if (condition) {
// ...
} // Reason for else case
else {
// ...
}
}
}

v1.4.0

As we are preparing for a version 2.0.0 of this plugin there were a few tweaks in the formatting that we needed to address before proceeding forward.

Empty assembly blocks

// Input
contract Assembly {
    function assemblyEmptyBlocks() public {
</tr></table> 

... (truncated)

Commits

Updates simple-statistics from 7.8.3 to 7.8.5

Changelog

Sourced from simple-statistics's changelog.

7.8.5 (2024-08-27)

7.8.4 (2024-08-15)

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 10 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` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `16.4.5` |
| [eslint-plugin-no-only-tests](https://github.com/levibuzolic/eslint-plugin-no-only-tests) | `3.1.0` | `3.3.0` |
| [ethers](https://github.com/ethers-io/ethers.js) | `6.9.0` | `6.13.2` |
| [hardhat](https://github.com/nomiclabs/hardhat) | `2.19.2` | `2.22.12` |
| [merkletreejs](https://github.com/miguelmota/merkletreejs) | `0.3.11` | `0.4.0` |
| [opensea-js](https://github.com/ProjectOpenSea/opensea-js) | `7.1.9` | `7.1.13` |
| [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) | `1.2.0` | `1.4.1` |
| [simple-statistics](https://github.com/simple-statistics/simple-statistics) | `7.8.3` | `7.8.5` |



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 `dotenv` from 16.3.1 to 16.4.5
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.1...v16.4.5)

Updates `eslint-plugin-no-only-tests` from 3.1.0 to 3.3.0
- [Release notes](https://github.com/levibuzolic/eslint-plugin-no-only-tests/releases)
- [Changelog](https://github.com/levibuzolic/eslint-plugin-no-only-tests/blob/main/CHANGELOG.md)
- [Commits](levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.3.0)

Updates `ethers` from 6.9.0 to 6.13.2
- [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.9.0...v6.13.2)

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

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

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

Updates `prettier-plugin-solidity` from 1.2.0 to 1.4.1
- [Release notes](https://github.com/prettier-solidity/prettier-plugin-solidity/releases)
- [Commits](prettier-solidity/prettier-plugin-solidity@v1.2.0...v1.4.1)

Updates `simple-statistics` from 7.8.3 to 7.8.5
- [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: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-no-only-tests
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ethers
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: prettier-plugin-solidity
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Sep 24, 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