Skip to content

deps(deps-dev): bump forge-std from v1.9.4 to v1.16.0 in /contract#181

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/contract/forge-std-v1.16.0
Open

deps(deps-dev): bump forge-std from v1.9.4 to v1.16.0 in /contract#181
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/contract/forge-std-v1.16.0

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps forge-std from v1.9.4 to v1.16.0.

Release notes

Sourced from forge-std's releases.

v1.16.0

Featured Changes

New cheatcodes and helpers: (#844, #849, foundry#13735)

  • expectAndMockCall — helper for combined expectation and mocking
  • console.table — print tabular output in console
  • currentFilePath() — get the source file path of the currently running test or script contract, relative to the project root

Chain support

  • Added Radius Network to StdChains (#842)
  • Added Gravity mainnet (127001) to StdChains (#848)

Fixes

  • Correct RedeemRequest event parameter from assets to shares (#822)
  • Fix uint256 underflow infinite loop in StdStorage.find() (#833)
  • Make vm.py compatible with Python 3.9 (stock macOS) (#852)

Documentation and Chores

  • Fix depositor terminology in IERC4626 (#825)
  • Correct depositor terminology in IERC7575 (#827)
  • Clarify requestRedeem docs (#831)
  • Add NatSpec for public functions in StdAssertions and StdInvariant (#837)
  • Add NatSpec to StdMath and StdError (#845)
  • Update CODEOWNERS (#836)
  • Update solc versions and add prerelease CI with dynamic matrix (#839)
  • Add 7 day dependency cooldown (#846)
  • Pin all GitHub Actions to SHA (#847)
  • Bump crate-ci/typos CI action (#824, #829, #843, #850)

New Contributors

Full Changelog: foundry-rs/forge-std@v1.15.0...v1.16.0

v1.15.0

Featured Changes

New cheatcodes: (#819, #810)

... (truncated)

Changelog

Sourced from forge-std's changelog.

Release checklist

This checklist is meant to be used as a guide for the forge-std release process.

Steps

  • Update the version number in package.json
  • Open and merge a PR with the version bump
  • Tag the merged commit with the version number: git tag v<X.Y.Z>
  • Push the tag to the repository: git push --tags
  • Create a new GitHub release with the automatically generated changelog and the name set to v<X.Y.Z>
  • Add ## Featured Changes section to the top of the release notes
Commits
  • 8987040 fix: make vm.py compatible with Python 3.9 (stock macOS) (#852)
  • d6f8a21 chore: prepare forge-std 1.16 release (#851)
  • f93c42c feat(StdChains): add Gravity mainnet (127001) (#848)
  • 62f410e feat: add Radius Network chain (#842)
  • 8dd1827 feat(console): add console.table (#849)
  • 624bef6 chore(deps): bump crate-ci/typos from 1.45.0 to 1.45.1 (#850)
  • 2999b65 ci: pin all GitHub Actions to SHA (#847)
  • 546cafb chore(deps): add 7 day dependency cooldown (#846)
  • b229164 feat(StdCheats): add expectAndMockCall helper (#844)
  • 6466ada docs: add NatSpec to StdMath and StdError (#845)
  • 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 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)

Bumps [forge-std](https://github.com/foundry-rs/forge-std) from v1.9.4 to v1.16.0.
- [Release notes](https://github.com/foundry-rs/forge-std/releases)
- [Changelog](https://github.com/foundry-rs/forge-std/blob/master/RELEASE_CHECKLIST.md)
- [Commits](foundry-rs/forge-std@v1.9.4...8987040)

---
updated-dependencies:
- dependency-name: forge-std
  dependency-version: 8987040ede9553cea20c95ad40d0455930f9c8e0
  dependency-type: direct:development
...

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 27, 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.

1 participant