fix(deps): update minor updates 📉#48
Open
iexec-renovate-app[bot] wants to merge 1 commit intodevelopfrom
Open
Conversation
🔒 Trivy Security Scan ResultsClick to expand detailed results |
d5c7184 to
61bfd5a
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
61bfd5a to
360b3ea
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
360b3ea to
e8144a3
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
e8144a3 to
80aaa71
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
80aaa71 to
8ee366c
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
8ee366c to
de70eac
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
de70eac to
f8788b1
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
f8788b1 to
95bd457
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
95bd457 to
2b7cb60
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
2b7cb60 to
1cfb7f4
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
1cfb7f4 to
acf844f
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
acf844f to
54d522f
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
54d522f to
61f4b02
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
61f4b02 to
13c83a1
Compare
🔒 Trivy Security Scan ResultsClick to expand detailed results |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.96.0->^0.97.06.13.5->6.14.4v1.0.0->v1.2.3v0.37.0->v0.39.18.12.0->8.15.0v0.34.1->v0.35.015.2.11->15.5.216.8->16.93.4.2->3.5.34.19.3->4.20.3Release Notes
graphprotocol/graph-tooling (@graphprotocol/graph-cli)
v0.97.1Compare Source
Patch Changes
#1996
91291f1Thanks @renovate! - dependencies updates:@oclif/core@4.2.10↗︎ (from4.2.8, independencies)docker-compose@1.2.0↗︎ (from1.1.1, independencies)immutable@5.1.1↗︎ (from5.0.3, independencies)undici@7.7.0↗︎ (from7.4.0, independencies)yaml@2.7.1↗︎ (from2.7.0, independencies)#2018
db72b2dThanks @sepanyol! - chore: update urls to documentationv0.97.0Compare Source
Minor Changes
#1993
3e04952Thanks @incrypto32! - Composed subgraphs are modified to only accept immutable entites as triggers from a source subgraph#1994
2946073Thanks @isum! - require immutable flag on entitiesPatch Changes
#1956
59ad5f0Thanks @renovate! - dependencies updates:@oclif/core@4.2.8↗︎ (from4.2.6, independencies)docker-compose@1.1.1↗︎ (from1.1.0, independencies)prettier@3.5.2↗︎ (from3.4.2, independencies)#1978
d360f11Thanks @renovate! - dependencies updates:undici@7.4.0↗︎ (from7.3.0, independencies)#1979
3f78ac2Thanks @renovate! - dependencies updates:prettier@3.5.3↗︎ (from3.5.2, independencies)#1969
5ffce65Thanks @YaroShkvorets! - handle sized arrays in abi when changetype#1967
388ee5aThanks @YaroShkvorets! - show sourcify fetch status#1934
30f2aa5Thanks @shiyasmohd! - fix: generate types for mappings when int8 is used as id#1977
030a7f0Thanks @idalithb! - Added subgraph composition examples#1971
4e2b689Thanks @YaroShkvorets! -graph codegen: fix bug with id field clash in example entity#1966
84b0d21Thanks @YaroShkvorets! - handle invalid characters in contract name #1883#1974
31c25e7Thanks @YaroShkvorets! - handle non-standard Etherscan API responses, i.e. kaiaethers-io/ethers.js (ethers)
v6.14.4Compare Source
v6.14.3Compare Source
v6.14.2Compare Source
v6.14.1Compare Source
v6.14.0Compare Source
v6.13.7Compare Source
v6.13.6Compare Source
e5036e7158f5d0Merge branch 'main' into wip-v6.14 (e7165a6).foundry-rs/foundry (ghcr.io/foundry-rs/foundry)
v1.2.3Compare Source
Foundry v1.2.3
Foundry v1.2.3 is a bugfix release for anvil and cast call command.
Anvil Fixes
Cast Fixes
Changelog:
foundry-rs/foundry@v1.2.2...v1.2.3
Foundry v1.2.2
Foundry v1.2.2 is a bugfix release for forge formatter and cast hash-message command.
Forge Fixes
Cast Fixes
Changelog:
foundry-rs/foundry@v1.2.1...v1.2.2
Foundry v1.2.1
Foundry v1.2.1 is a bugfix release for forge formatter, forked tests and vm.cool cheatcode.
Forge Fixes
Changelog:
foundry-rs/foundry@v1.2.0...v1.2.1
Foundry v1.2.0
This release comes with support for Etherscan's V2 API, forge script execution protection, performance improvement of Anvil block mining and several fixes for EIP-7702 cheatcodes.
Etherscan v2 API support
foundry.toml:Etherscan v1 API and keys are still supported by specifying the global
etherscan_api_version = "v1"config, or per chainapi-versionas follows in yourfoundry.toml:Performance
Consistent Anvil blocks mining
Mining a block in Anvil is a blocking operation because it can take a relatively long time (and can be significantly longer in forking mode due to rpc requests). Until this version, the mining block tasks were not spawned as blocking tasks, and that could cause state inconsistencies like seen in Cow protocol integration tests failures. Foundry v1.2.0 changes the way blocks are mined in Anvil and ensures consistency by spawning request handlers as blocking tasks.
Forge script execution protection
In order to protect against coding errors that could lead to undesired transactions and transfer of funds to script address itself, this version comes with execution protection feature which reverts execution if
address(this)is used. The protection is enabled by default and can be turned off by setting as follows infoundry.toml:Anvil Features
Anvil Fixes
Cast Features
gcpoption incast wallet list(#8232) by @morichoCast Fixes## Anvil Features
Anvil Fixes
Cast Features
Cast Fixes
Forge Features
attachBlobto send EIP-4844 transaction (#10336) by @0xcomfycatForge Fixes
Other
gcpoption incast wallet list(#8232) by @morichocargo update(#10339) by @github-actions[bot]release): addgcp-kmsflag to default release workflow (#10346) by @zerosnackscargo update(#10381) by @github-actions[bot]std::process::exit(0)calls inProjectCompiler::compile(#10328) by @Pronossvm.stopRecord(#10370) by @tushar994strategysection from workflow template to simplify (#10434) by @winor30cast): add and enable negative octal formatting test (#10468) by @torrpriiusEof::decodeusage (#10499) by @klkvrFull Changelog:
foundry-rs/foundry@v1.1.0...v1.2.3
Forge Features
attachBlobto send EIP-4844 transaction (#10336) by @0xcomfycatvm.stopRecord(#10370) by @tushar994Forge Fixes
Other
cargo update(#10339) by @github-actions[bot]release): addgcp-kmsflag to default release workflow (#10346) by @zerosnackscargo update(#10381) by @github-actions[bot]std::process::exit(0)calls inProjectCompiler::compile(#10328) by @Pronossstrategysection from workflow template to simplify (#10434) by @winor30cast): add and enable negative octal formatting test (#10468) by @torrpriiusEof::decodeusage (#10499) by @klkvrFull Changelog:
foundry-rs/foundry@v1.1.0...v1.2.0
v1.2.2Compare Source
Foundry v1.2.2
Foundry v1.2.2 is a bugfix release for forge formatter and cast hash-message command.
Forge Fixes
Cast Fixes
Changelog:
foundry-rs/foundry@v1.2.1...v1.2.2
Foundry v1.2.1
Foundry v1.2.1 is a bugfix release for forge formatter, forked tests and vm.cool cheatcode.
Forge Fixes
Changelog:
foundry-rs/foundry@v1.2.0...v1.2.1
Foundry v1.2.0
This release comes with support for Etherscan's V2 API, forge script execution protection, performance improvement of Anvil block mining and several fixes for EIP-7702 cheatcodes.
Etherscan v2 API support
foundry.toml:Etherscan v1 API and keys are still supported by specifying the global
etherscan_api_version = "v1"config, or per chainapi-versionas follows in yourfoundry.toml:Performance
Consistent Anvil blocks mining
Mining a block in Anvil is a blocking operation because it can take a relatively long time (and can be significantly longer in forking mode due to rpc requests). Until this version, the mining block tasks were not spawned as blocking tasks, and that could cause state inconsistencies like seen in Cow protocol integration tests failures. Foundry v1.2.0 changes the way blocks are mined in Anvil and ensures consistency by spawning request handlers as blocking tasks.
Forge script execution protection
In order to protect against coding errors that could lead to undesired transactions and transfer of funds to script address itself, this version comes with execution protection feature which reverts execution if
address(this)is used. The protection is enabled by default and can be turned off by setting as follows infoundry.toml:Anvil Features
Anvil Fixes
Cast Features
gcpoption incast wallet list(#8232) by @morichoCast Fixes
Forge Features
attachBlobto send EIP-4844 transaction (#10336) by @0xcomfycatvm.stopRecord(#10370) by @tushar994Forge Fixes
Other
cargo update(#10339) by @github-actions[bot]release): addgcp-kmsflag to default release workflow (#10346) by @zerosnackscargo update(#10381) by @github-actions[bot]std::process::exit(0)calls inProjectCompiler::compile(#10328) by @PronossConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.