Skip to content

chore(deps): bump brace-expansion from 1.1.11 to 1.1.15 in /solidity/ecdsa - #4025

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/solidity/ecdsa/brace-expansion-1.1.15
Closed

chore(deps): bump brace-expansion from 1.1.11 to 1.1.15 in /solidity/ecdsa#4025
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/solidity/ecdsa/brace-expansion-1.1.15

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps brace-expansion from 1.1.11 to 1.1.15.

Release notes

Sourced from brace-expansion's releases.

v1.1.15

  • Backport v5.0.6 change to v1 (#111) 0b09384

juliangruber/brace-expansion@v1.1.14...v1.1.15

v1.1.12

  • pkg: publish on tag 1.x c460dbd
  • fmt ccb8ac6
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8

juliangruber/brace-expansion@v1.1.11...v1.1.12

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.15.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.15)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.15
  dependency-type: indirect
...

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 Jun 8, 2026
piotr-roslaniec added a commit that referenced this pull request Jul 22, 2026
## Summary

- remove `@nomiclabs/hardhat-waffle` and `ethereum-waffle` from the
ECDSA package, which already registers
`@nomicfoundation/hardhat-chai-matchers`
- replace the remaining `waffle.provider` usages with `ethers.provider`
and rely on the globally registered Hardhat matchers
- migrate the affected custom-error assertions and fund the mocked
staking sender used by the backward-compatibility test
- prune the obsolete Waffle, Ganache, and transitive dependency subtree
from both lockfiles

Issue #3992 proposed upgrading Waffle, but `@nomiclabs/hardhat-waffle`
cannot coexist with the already-loaded
`@nomicfoundation/hardhat-chai-matchers` plugin. Removing the redundant
Waffle stack completes the migration without retaining two competing
Chai integrations.

## Validation

- `yarn install --immutable`
- `npm run build`
- `npm run lint` (passes with pre-existing warnings)
- `npm test` — 650 passing, 44 pending
- `npm run deploy:test`

The npm lockfile removes 1,019 package entries, adds none, and leaves
every surviving package entry unchanged apart from the root dependency
list. The Yarn lockfile removes 382 resolution locators and adds or
upgrades none.

## Lockfile overlap

Open PRs #4108, #4025, and #3904 also touch the ECDSA lockfiles and may
need regeneration or a rebase after this lands. This PR intentionally
includes none of their package upgrades.

Fixes #3992
@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #4223.

@dependabot dependabot Bot closed this Aug 1, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/solidity/ecdsa/brace-expansion-1.1.15 branch August 1, 2026 01:07
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