Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

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

Release notes

Sourced from forge-std's releases.

v1.15.0

Featured Changes

New cheatcodes: (#819, #810)

  • createEd25519Key(bytes32 salt) — deterministic Ed25519 key generation
  • publicKeyEd25519(bytes32 privateKey) — derive Ed25519 public key
  • signEd25519(namespace, message, privateKey) — Ed25519 signing with domain separation
  • verifyEd25519(signature, namespace, message, publicKey) — Ed25519 signature verification
  • getRecordedLogsJson() — get recorded logs as JSON string
  • executeTransaction(bytes rawTx) — execute RLP-encoded signed tx with full EVM semantics (isolate mode)
  • sign / signCompact with Wallet now marked pure

Tempo chain support (#794)

  • Added tempo (chain ID 4217), tempo_moderato (42431), tempo_andantino (42429) to StdChains

Fixes

  • Correct function selector computation (#796)
  • Fix error messages in stdStorage checked_write (#802)
  • Fix error message in dealERC721 (#800)
  • Fix error message in dealERC1155 (#801)

Documentation and Chores

  • Add StdConfig documentation to README (#817)
  • Add one-line explainers for each StdInvariant function (#813)
  • Fix outdated StdCheats and Std Assertions descriptions in README (#812, #814)
  • Fix IERC4626 previewWithdraw comment (#811)
  • Fix IERC7575 previewWithdraw comment (#816)
  • Fix copy-paste error in IERC7540Redeem comment (#798)
  • Fix missing int type in StdConfig comment (#797)
  • Fix incorrect stdStorage packed slots documentation (#804)
  • Fix typos in StdToml code examples and comments (#786)
  • Fix grammatical errors in Vm.sol, IERC7540.sol, IERC7575.sol, IERC4626.sol comments (#781, #782, #783)
  • Grammar fixes in StdChains.sol and StdConfig.sol (#784)
  • General spelling and grammar fixes (#785, #788, #789, #791)
  • Update RPC URLs from ithaca.xyz to reth.rs (#805)
  • Bump crate-ci/typos CI action (#799, #807, #815, #818)

New Contributors

... (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
  • 0844d7e chore(release): prepare for v1.15.0 relesae (#820)
  • e72518e feat: update Vm.sol with new cheatcodes (#819)
  • 52c1e83 chore(deps): bump crate-ci/typos from 1.43.3 to 1.43.4 (#818)
  • 87f3448 docs: add StdConfig documentation to README (#817)
  • aeb45e9 docs: fix IERC7575 previewWithdraw comment (#816)
  • 07f2c2d chore(deps): bump crate-ci/typos from 1.42.3 to 1.43.3 (#815)
  • 5ae1443 docs(StdInvariant): add one-line explainers for each function (#813)
  • a9c62e3 docs: fix outdated Std Assertions description in README (#814)
  • 121b89c docs: fix IERC4626 previewWithdraw comment (#811)
  • 1bf6e02 docs: fix outdated stdCheats description in README (#812)
  • 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.15.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...0844d7e)

---
updated-dependencies:
- dependency-name: forge-std
  dependency-version: '0844d7e1fc5e60d77b68e469bff60265f236c398'
  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 Feb 23, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 27, 2026

Superseded by #181.

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/contract/forge-std-v1.15.0 branch April 27, 2026 10:31
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