Skip to content

Bump the all-deps group across 1 directory with 4 updates#6

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/contracts/all-deps-fc67c828f0
Open

Bump the all-deps group across 1 directory with 4 updates#6
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/contracts/all-deps-fc67c828f0

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the all-deps group with 4 updates in the /packages/contracts directory: @solidity-parser/parser, @types/node, forge-std and typescript.

Updates @solidity-parser/parser from 0.18.0 to 0.20.2

Release notes

Sourced from @​solidity-parser/parser's releases.

v0.20.2

This version fixes a problem where fallback() {} functions had a visibility of external instead of indicating that there was no explicit visibility.

v0.20.0

This version adds support for custom storage layout.

v0.19.0

This version adds support for transient storage variables.

Changelog

Sourced from @​solidity-parser/parser's changelog.

0.19.0

  • Add support for transient storage variables. (#119)
Commits
  • 538731b 0.20.2
  • db6b320 Parse function visibility instead of inferring it from the function type
  • 5745768 0.20.1
  • 3251a8e Merge pull request #126 from solidity-parser/cleanup
  • 643956a Merge pull request #125 from solidity-parser/functions-named-at-or-layout
  • 1221fd3 unused types
  • 8862064 supporting functions with the name layout and at
  • 0f2f453 0.20.0
  • 7107e9c Merge pull request #122 from solidity-parser/custom-storage-layout
  • d42dbad Update grammar
  • Additional commits viewable in compare view

Updates @types/node from 22.19.15 to 25.5.0

Commits

Updates 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

Updates typescript from 5.8.3 to 6.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 27, 2026
@dependabot dependabot Bot requested a review from marsian83 as a code owner March 27, 2026 15:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 27, 2026
@dependabot dependabot Bot changed the title chore(deps-dev): bump the all-deps group in /packages/contracts with 4 updates Bump the all-deps group across 1 directory with 4 updates Apr 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/contracts/all-deps-fc67c828f0 branch from 448923b to 69efdf6 Compare April 3, 2026 09:17
Bumps the all-deps group in /packages/contracts with 4 updates: [@solidity-parser/parser](https://github.com/solidity-parser/parser), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [forge-std](https://github.com/foundry-rs/forge-std) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@solidity-parser/parser` from 0.18.0 to 0.20.2
- [Release notes](https://github.com/solidity-parser/parser/releases)
- [Changelog](https://github.com/solidity-parser/parser/blob/master/CHANGELOG.md)
- [Commits](solidity-parser/parser@v0.18.0...v0.20.2)

Updates `@types/node` from 22.19.15 to 25.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `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)

Updates `typescript` from 5.8.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v6.0.2)

---
updated-dependencies:
- dependency-name: "@solidity-parser/parser"
  dependency-version: 0.20.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: forge-std
  dependency-version: '0844d7e1fc5e60d77b68e469bff60265f236c398'
  dependency-type: direct:development
  dependency-group: all-deps
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/contracts/all-deps-fc67c828f0 branch from 69efdf6 to 1f7eb0d Compare April 10, 2026 09:22
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