Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/node (source) ^20 -> ^20.16.5 age confidence devDependencies minor
@types/node (source) ^22.10.1 -> ^22.19.1 age confidence devDependencies minor
@types/react (source) ^18 -> ^18.3.5 age confidence devDependencies patch
@types/react-dom (source) ^18 -> ^18.3.0 age confidence devDependencies patch
@vue/tsconfig ^0.5.1 -> ^0.8.0 age confidence devDependencies minor
actions/checkout v4.1.7 -> v4.3.1 age confidence action minor
alloy-sol-types (source) 0.7.7 -> 0.8.0 age confidence workspace.dependencies minor
dotenv ^16.4.5 -> ^16.6.1 age confidence devDependencies minor
dotenv ^16.4.7 -> ^16.6.1 age confidence devDependencies minor
eslint-config-next (source) 14.2.5 -> 14.2.33 age confidence devDependencies patch
ethers (source) 5.7.2 -> 5.8.0 age confidence dependencies minor
ethers (source) ^6.13.4 -> ^6.15.0 age confidence devDependencies minor
ethers (source) ^6.13.5 -> ^6.15.0 age confidence devDependencies minor
ethers (source) 6.13.3 -> 6.15.0 age confidence devDependencies minor
forge-std v1.9.4 -> v1.12.0 age confidence devDependencies minor
lucide-react (source) ^0.344.0 -> ^0.555.0 age confidence dependencies minor
marocchino/sticky-pull-request-comment v2.9.0 -> v2.9.4 age confidence action patch
mocha (source) ^11.0.1 -> ^11.1.0 age confidence devDependencies minor
serde (source) 1.0.217 -> 1.0.228 age confidence workspace.dependencies patch
sp1-sdk 5.0.4 -> 5.2.3 age confidence dependencies minor
sp1-zkvm 5.0.0 -> 5.2.3 age confidence dependencies minor
trufflesecurity/trufflehog v3.81.10 -> v3.91.1 age confidence action minor
uuid 1.12.0 -> 1.18.1 age confidence dependencies minor
wasm-bindgen (source) 0.2.100 -> 0.2.106 age confidence dependencies patch
web-sys (source) 0.3.77 -> 0.3.83 age confidence dependencies patch

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

vuejs/tsconfig (@​vue/tsconfig)

v0.8.1

Compare Source

fix: do not turn on exactOptionalPropertyTypes for now [a235c5f]

Full Changelog: vuejs/tsconfig@v0.8.0...v0.8.1

v0.8.0

Compare Source

Breaking Changes


If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:

  • After upgrading to @vue/tsconfig, use supress-ts-errors (npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue) to insert @ts-expect-error comments in your current codebase.
  • This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time.

Full Changelog: vuejs/tsconfig@v0.7.0...v0.8.0

v0.7.0

Compare Source

Breaking Changes

  • Set skipLibCheck: false in tsconfig.lib.json [cee76cf]
  • Require Vue.js >= 3.4

Full Changelog: vuejs/tsconfig@v0.6.0...v0.7.0

v0.6.0

Compare Source

Notable Changes

Full Changelog: vuejs/tsconfig@v0.5.1...v0.6.0

actions/checkout (actions/checkout)

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

alloy-rs/core (alloy-sol-types)

v0.8.26: alloy-core v0.8.26

Compare Source

Security

Patched: DoS vulnerability on alloy_dyn_abi::TypedData hashing

An uncaught panic triggered by malformed input to alloy_dyn_abi::TypedData could lead to a denial-of-service (DoS) via eip712_signing_hash().

Software with high availability requirements such as network services may be particularly impacted. If in use, external auto-restarting mechanisms can partially mitigate the availability issues unless repeated attacks are possible.

The vulnerability was patched by adding a check to ensure the element is not empty before accessing its first element; an error is returned if it is empty. The fix is included in version v1.4.1 and backported to v0.8.26.

See: GHSA-pgp9-98jm-wwq2

Full Changelog: alloy-rs/core@v0.8.25...v0.8.26

v0.8.25: alloy-core v0.8.25

Compare Source

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v0.8.24...v0.8.25

v0.8.24

Compare Source

Features
  • [sol-macro] Improve call return encoding (#​909)

v0.8.23

Compare Source

Bug Fixes
  • [sol-expander] Rename from/into + impl From (#​905)
  • [sol!] Pass correct call_struct to call_builder in expansion (#​901)
  • [sol-macro] Rm fake transport from contract expansion (#​865)
Dependencies
  • [deps] Bump getrandom to 0.3, rand to 0.9 (#​869)
Features
  • [primitives] Remove From<String> for Bytes (#​907)
  • [sol!] Gen unit/tuple structs for errors, calls, events with 0/1 param (#​883)
  • [sol-macro] Function calls should directly yield result (#​855)
  • [sol-types] Rm validate: bool (#​863)
Miscellaneous Tasks
  • Remove deprecated Signature (#​899)
Other
  • Merge branch 'main' into v1.0-rc

v0.8.22

Compare Source

Dependencies
  • [deps] Bump derive_more to 2 (#​871)
Documentation
  • [primitives] Report some Bytes methods may panic (#​877)
  • [primitives] random functions are cryptographically secure (#​872)
Features
  • [primitives] Add some more utility methods to PrimitiveSignature (#​888)
  • Erc2098 signature representation (#​874)
  • Add TxKind::into_to (#​875)
  • [primitives] Improve rand implementations, use thread_rng when available (#​870)
Miscellaneous Tasks
  • Release 0.8.22
  • Simplify uninit_array usage (#​889)

v0.8.21

Compare Source

Bug Fixes
  • [sol-macro] Call proc_macro_error handler manually (#​866)
Features
  • Add helpers for revertreason (#​867)
  • [sol-macro-expander] Increase resolve limit to 128 (#​864)
Miscellaneous Tasks
  • Release 0.8.21

v0.8.20

Compare Source

Dependencies
Documentation
  • Add 0x to alloy-primitives readme example (#​861)
Features
Miscellaneous Tasks

v0.8.19

Compare Source

Documentation
  • Enable some useful rustdoc features on docs.rs (#​850)
  • Hide hex_literal export (#​849)
Features
  • [json-abi] Add Param.name() accessor (#​856)
  • [sol-types] Improve ABI decoding error messages (#​851)
Miscellaneous Tasks
  • Release 0.8.19

v0.8.18

Compare Source

Bug Fixes
  • [primitives] Hex macro re-export (#​848)
Miscellaneous Tasks
  • Release 0.8.18

v0.8.17

Compare Source

Bug Fixes
Documentation
  • Typos (#​847)
  • [sol-macro] Document visibility and state mutability (#​846)
Features
  • [sol-macro] Translate contract types to address (#​842)
  • Support 0x in hex! and similar macros (#​841)
  • [sol-macro] Evaluate array sizes (#​840)
  • [primitives] Re-export foldhash (#​839)
  • Re-export rayon traits implementations (#​836)
Miscellaneous Tasks
  • Release 0.8.17
Testing
  • [sol-macro] Add a test for missing_docs (#​845)
  • Re-enable miri on foldhash (#​844)
  • [sol-macro] Add a test for namespaced types (#​843)

v0.8.16

Compare Source

Bug Fixes
  • Re-enable foldhash on zkvm (#​833)
  • Allow non-boolean v values for PrimitiveSignature (#​832)
  • [syn-solidity] Correctly parse invalid bytes* etc as custom (#​830)
Features
  • [dyn-abi] Support parse scientific number (#​835)
  • Re-export rayon feature (#​827)
Miscellaneous Tasks
  • Release 0.8.16
  • Clippy (#​834)
  • Add clone_inner (#​825)
  • Shorten map type alias names (#​824)
  • [primitives] Remove rustc-hash workaround (#​822)
Other

v0.8.15

Compare Source

Miscellaneous Tasks
  • Release 0.8.15
  • Mark Signature as deprecated (#​819)
  • AsRef for Log (#​820)
  • Update release.toml (#​817)
Other
  • Remove unsafe code from macro expansions (#​818)

v0.8.14

Compare Source

Dependencies
Features
  • Switch all std::error to core::error (#​815)
Miscellaneous Tasks
  • Release 0.8.14

v0.8.13

Compare Source

Bug Fixes
  • [sol-macro] Expand all getter return types (#​812)
Dependencies
  • Remove cron schedule for deps.yml (#​808)
Features
  • Expose returns field for DynSolCall type (#​809)
Miscellaneous Tasks
Other
  • Make Signature::new a const fn (#​810)

v0.8.12

Compare Source

Bug Fixes
Features
  • Add AsRef impl and hash method to Sealed (#​804)
Miscellaneous Tasks

v0.8.11

Compare Source

Bug Fixes
  • [serde] Add alias v for yParity (#​801)
Documentation
  • Update ethers-rs README note (#​798)
Features
  • [json-abi] Add AbiItem::json_type (#​797)
  • Add has_eip155_value convenience function to signature (#​791)
Miscellaneous Tasks
Other
  • Revert "chore: replace Signature with PrimitiveSignature" (#​800)
  • Add success job (#​795)
Performance
Styling
  • Replace Signature with PrimitiveSignature (#​796)

v0.8.10

Compare Source

Bug Fixes
Dependencies
  • Bump MSRV to 1.81 & use core::error::Error in place of std (#​780)
Documentation
  • Fix param type in example comment (#​784)
Miscellaneous Tasks
  • Release 0.8.10
  • Address MSRV TODOs for 1.81 (#​781)
Other
  • Implement DerefMut for Log<T> (#​786)
Refactor
  • Use simple boolean for parity in signature (#​776)

v0.8.9

Compare Source

Bug Fixes
  • Re-enable foldhash by default, but exclude it from zkvm (#​777)
Features
Miscellaneous Tasks
  • Release 0.8.9

v0.8.8

Compare Source

Bug Fixes
  • Properly account for sign in pg to/from sql implementation for signed (#​772)
  • Don't enable foldhash by default (#​771)
  • [alloy-sol-macro] Allow clippy::pub_underscore_fields on sol! output (#​770)
Features
Miscellaneous Tasks
  • Release 0.8.8

v0.8.7

Compare Source

Miscellaneous Tasks
  • Release 0.8.7
Other
  • Revert "Add custom serialization for Address" (#​765)

v0.8.6

Compare Source

Bug Fixes
  • Fix lint alloy-primitives (#​756)
  • Fix lint alloy-json-abi (#​757)
  • Fix lint alloy-dyn-abi (#​758)
  • Fix lint alloy-sol-types (#​761)
  • Fix lint alloy-sol-macro-expander (#​760)
Dependencies
  • [deps] Bump hashbrown to 0.15 (#​753)
Features
  • Add Default for Sealed<T> (#​755)
  • [primitives] Add and use foldhash as default hasher (#​763)
Miscellaneous Tasks
  • Release 0.8.6
  • [meta] Update CODEOWNERS
  • Remove a stabilized impl_core function
Other
  • Derive Arbitrary for Sealed<T> (#​762)
  • Derive Deref for Sealed<T> (#​759)
  • Add conversion TxKind -> Option<Address> (#​750)

v0.8.5

Compare Source

Bug Fixes
  • [primitives] Make sure DefaultHashBuilder implements Clone (#​748)
Miscellaneous Tasks
  • Release 0.8.5
  • [primitives] Remove Fx* aliases (#​749)

v0.8.4

Compare Source

Bug Fixes
  • [json-abi] Normalize $ to _ in identifiers in to_sol (#​747)
  • [json-abi] Correct to-sol for UDVT arrays in structs (#​745)
  • [sol-types] Check signature in SolEvent if non-anonymous (#​741)
Features
  • [primitives] Implement map module (#​743)
  • Support Keccak with sha3 (#​737)
Miscellaneous Tasks
  • Release 0.8.4
  • Remove unused unstable-doc feature
Other
  • Add custom serialization for Address (#​742)
Testing
  • Allow missing_docs in tests
  • Add another dyn-abi test

v0.8.3

Compare Source

Bug Fixes
  • [sol-macro] Correctly determine whether event parameters are hashes (#​735)
  • [sol-macro] Namespaced custom type resolution (#​731)
  • Parse selector hashes in sol macro (#​730)
Features
  • Prepare reth Signature migration to alloy (#​732)
Miscellaneous Tasks
  • Release 0.8.3

v0.8.2

Compare Source

Features
  • [sol-macro] Improve call return encoding (#​909)

v0.8.1

Compare Source

Documentation
  • Enable some useful rustdoc features on docs.rs (#​850)
  • Hide hex_literal export (#​849)
Features
  • [json-abi] Add Param.name() accessor (#​856)
  • [sol-types] Improve ABI decoding error messages (#​851)
Miscellaneous Tasks
  • Release 0.8.19

v0.8.0

Compare Source

Bug Fixes
Dependencies
  • [deps] Bump proptest-derive (#​708)
Documentation
  • Typo
Features
  • Derive ser deser on Sealed (#​710)
  • [sol-macro] Support namespaces (#​694)
  • Derive Hash for Sealed (#​707)
  • [sol-types] Implement traits for longer tuples (#​699)
Miscellaneous Tasks
  • Release 0.8.0
  • [primitives] Re-use ruint mask function (#​698)
  • Derive hash for parity (#​686)
  • Add some TODO comments
Other
  • Implement specific bit types for integers (#​677)
  • Add testcase for overflowing_from_sign_and_abs (#​696)
Styling
  • Remove ethereum_ssz dependency (#​701)
motdotla/dotenv (dotenv)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@&#8203;dotenvx/dotenvx').config().

v16.6.0

Compare Source

Added
  • Default log helpful message [dotenv@16.6.0] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.

v16.5.0

Compare Source

Added
  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP]
Become a sponsor

The dotenvx README is viewed thousands of times DAILY on GitHub and NPM.
Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.

Changed
  • Remove _log method. Use _debug #​862
vercel/next.js (eslint-config-next)

v14.2.33

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • omit searchParam data from FlightRouterState before transport (#​80734)
Credits

Huge thanks to @​ztanner for helping!

v14.2.32

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix router handling when setting a location response header #​82588
Credits

Huge thanks to @​ztanner for helping!

v14.2.31

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix(next/image): improve and simplify detect-content-type (#​82179)
  • fix(next/image): fix image-optimizer.ts headers (#​82178)
Credits

Huge thanks to @​styfle and @​ztanner for helping!

v14.2.30

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​ijjk and @​ztanner for helping!

v14.2.29

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Only share incremental cache for edge in next start (#​79389)
Credits

Huge thanks to @​ijjk for helping!

v14.2.28

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: node.js module import error when using middleware (#​77945)
Credits

Huge thanks to @​ztanner for helping!

v14.2.27

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix dynamic route interception not working when deployed with middleware (#​64923)
Credits

Huge thanks to @​ztanner for helping!

v14.2.26

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Match subrequest handling for edge and node (#​77476)

v14.2.25

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.
This release contains a security patch for CVE-2025-29927.

Core Changes
  • Update middleware request header (#​77202)
Credits

Huge thanks to @​ijjk for helping!

v14.2.24

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​ztanner for helping!

v14.2.23

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • backport: force module format for virtual client-proxy (#​74590)
  • Backport: Use provided waitUntil for pending revalidates (#​74573)
  • Feature: next/image: add support for images.qualities in next.config (#​74500)
Credits

Huge thanks to @​styfle, @​ijjk and @​lubieowoce for helping!

v14.2.22

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Retry manifest file loading only in dev mode: #​73900
  • Ensure workers are cleaned up: #​71564
  • Use shared worker for lint & typecheck steps: #​74154
Credits

Huge thanks to @​unstubbable, @​ijjk, and @​ztanner for helping!

v14.2.21

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Misc Changes
  • chore(docs): add missing search: '' on remotePatterns: #​73927
  • chore(docs): update version history of next/image: #​73926
Credits

Huge thanks to @​unstubbable, @​ztanner, and @​styfle for helping!

v14.2.20

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​wyattjoh for helping!

v14.2.19

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

v14.2.18

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi and [@&#


Configuration

📅 Schedule: Branch creation - "before 5am on monday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 31, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: code/zk-game/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path code/zk-game/frontend/web_game/Cargo.toml --package wasm-bindgen@0.2.100 --precise 0.2.106
    Updating crates.io index
error: failed to select a version for the requirement `wasm-bindgen = "=0.2.100"`
candidate versions found which didn't match: 0.2.106
location searched: crates.io index
required by package `web-sys v0.3.77`
    ... which satisfies dependency `web-sys = "^0.3"` (locked to 0.3.77) of package `web-game v0.1.0 (/tmp/renovate/repos/github/zkSync-Community-Hub/community-code/code/zk-game/frontend/web_game)`

@renovate renovate bot requested a review from a team as a code owner March 31, 2025 02:06
@github-actions
Copy link

github-actions bot commented Mar 31, 2025

Visit the preview URL for this PR (updated for commit 910ca4b):

https://community-cookbook-staging--pr126-renovate-all-minor-p-3q0b6itb.web.app

(expires Fri, 05 Dec 2025 02:49:55 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 1b876338aafcf55b4a02f1877984e116731756b1

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from f8f53fe to b4b0f05 Compare April 4, 2025 22:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b72c57b to 271ff6b Compare April 14, 2025 21:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a6f3af5 to a715e56 Compare April 21, 2025 18:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2c20fb2 to 0a3dd8f Compare April 29, 2025 20:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 99d9beb to c985c39 Compare May 2, 2025 06:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8ddc564 to ce65bf7 Compare October 18, 2025 17:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 41f514d to ddaed91 Compare October 28, 2025 02:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c7a01d0 to 1e324c2 Compare November 5, 2025 16:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from eaeca19 to 416ecd1 Compare November 13, 2025 01:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b4d20f3 to d925c29 Compare November 20, 2025 17:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a02606a to 7e2d37f Compare November 26, 2025 10:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e2d37f to 910ca4b Compare November 28, 2025 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant