Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 12, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@openzeppelin/wizard-common@0.3.1

Changelog

0.3.1 (2025-11-12)

  • Solidity account signer: Add WebAuthn to the list of signers available. (#718)

0.3.0 (2025-11-11)

  • Breaking changes: Solidity Stablecoin and RWA: Change custodian option to freezable. Replace ERC20Custodian with ERC20Freezable. (#719)
  • Add macros descriptions for Cairo (#703)

0.2.0 (2025-11-03)

  • Breaking changes: Solidity Stablecoin and RWA: Change limitations option to restrictions. Replace ERC20Allowlist and ERC20Blocklist with ERC20Restricted. (#715)
  • Update @openzeppelin/contracts and @openzeppelin/contracts-upgradeable dependencies to 5.5.0 (#681)
    • Breaking changes:
      • Solidity account signer: ERC7702 option is renamed as EIP7702. Imported contract SignerERC7702 is renamed as SignerEIP7702.
      • Solidity upgradeable contracts: Initializable and UUPSUpgradeable are imported from @openzeppelin/contracts instead of @openzeppelin/contracts-upgradeable.

0.1.2 (2025-10-29)

  • Add AI descriptions for AccessControl in Cairo-alpha (#698)

0.1.1 (2025-09-16)

  • Update Solidity Account prompt (#609)
  • Support decimals customization for ERC20 Cairo contracts (#654)

0.1.0 (2025-08-15)

  • Bump minor version for semantic versioning stability (#631)

0.0.3 (2025-08-12)

  • Breaking change: Use ERC20Bridgeable from OpenZeppelin Contracts 5.4.0 instead of Community Contracts (#619)

0.0.2 (2025-07-03)

  • Stellar: Add Stablecoin with Limitations and Access Control (ownable and roles). (#575)

0.0.1 (2025-06-20)

  • Add support for Wizard MCP server. (#569)

@openzeppelin/wizard@0.10.2

Changelog

0.10.2 (2025-11-12)

  • Solidity account signer: Add WebAuthn to the list of signers available. (#718)

0.10.1 (2025-11-11)

  • Fixed bug with incorrect names in generated comment for Multisig account. (#720)
  • Add API function to get versioned remappings. (#724)
  • Breaking changes: Solidity Stablecoin and RWA: Change custodian option to freezable. Replace ERC20Custodian with ERC20Freezable. (#719)
  • Solidity account signer: Fix grammar in comment (#711)

0.10.0 (2025-11-03)

  • Update @openzeppelin/contracts and @openzeppelin/contracts-upgradeable dependencies to 5.5.0 (#681)

    • Breaking changes:
      • Solidity account signer: ERC7702 option is renamed as EIP7702. Imported contract SignerERC7702 is renamed as SignerEIP7702.
      • Solidity upgradeable contracts: Initializable and UUPSUpgradeable are imported from @openzeppelin/contracts instead of @openzeppelin/contracts-upgradeable.
  • Breaking changes: Solidity Stablecoin and RWA: Change limitations option to restrictions. Replace ERC20Allowlist and ERC20Blocklist with ERC20Restricted. (#715)

0.9.0 (2025-10-29)

  • Breaking changes: Use namespaced storage instead of state variables when upgradeability is enabled. (#704)
    • For ERC-20, use namespaced storage for tokenBridge when cross-chain bridging is set to 'custom' and upgradeability is enabled.
    • For ERC-721, use namespaced storage for _nextTokenId when mintable, auto increment IDs, and upgradeability are enabled.

0.8.1 (2025-10-14)

  • Updated community-contracts digest version (#659)
  • Updated community-contracts digest version (#677)

0.8.0 (2025-09-16)

  • Add constructors for SignerECDSA, SignerP256, SignerRSA, SignerERC7702, SignerERC7913, MultiSignerERC7913 and MultiSignerERC7913Weighted (#609)
  • Enable upgradeability for AccountERC7579, AccountERC7579Hooked, SignerECDSA, SignerP256, SignerRSA, SignerERC7702, SignerERC7913 and MultiSignerERC7913 (#609)
  • Breaking change: Use Account, AccountERC7579, AccountERC7579Hooked, ERC7812, ERC7739Utils, ERC7913Utils, AbstractSigner, SignerECDSA, SignerP256, SignerRSA, SignerERC7702, SignerERC7913, MultiSignerERC7913, and MultiSignerERC7913Weighted from OpenZeppelin Contracts 5.4.0 instead of Community Contracts (#609)
  • Remove all initializers from non-upgradeable accounts. (#658)

0.7.1 (2025-08-15)

  • Add compatible git commit in comments when importing OpenZeppelin Community Contracts (#627)

0.7.0 (2025-08-12)

  • Breaking change: Use ERC20Bridgeable from OpenZeppelin Contracts 5.4.0 instead of Community Contracts (#619)

0.6.0 (2025-06-20)

  • Add support for Wizard MCP server. (#569)

    • Possibly breaking changes:
      • Governor: Remove usage of access option. This option now has no effect.
  • Accounts: Add _disableInitializers() to account implementations (#568)

0.5.6 (2025-05-21)

  • MultisigERC7913: Add onlyEntryPointOrSelf modifier to public configuration functions. (#554)
  • Use onlyGovernance to restrict upgrades for Governor with UUPS (#544)
    • Potentially breaking changes:
      • Governor with UUPS: _authorizeUpgrade function is restricted by onlyGovernance instead of onlyOwner

0.5.5 (2025-05-13)

  • Add account contract types for ERC-4337. (#486, #523, #527)
  • Use unicode syntax for strings with non-ASCII characters (#476)
  • Remove redundant overrides in Governor. (#522)
  • Simplify Community Contracts imports. (#537)
  • Potentially breaking changes:
    • Update pragma versions to 0.8.27. (#486)
    • Changes import path format for @openzeppelin/community-contracts. (#537)

0.5.4 (2025-04-01)

  • Add validation for ERC20 premint field. (#488)
  • Add callback in ERC20 features. (#500)

0.5.3 (2025-03-13)

  • Add ERC20 Cross-Chain Bridging, SuperchainERC20. (#436)
    Note: Cross-Chain Bridging is experimental and may be subject to change.

  • Potentially breaking changes:

    • Change order of constructor argument recipient when using premint.

0.5.2 (2025-02-21)

  • Fix modifiers order to follow Solidity style guides. (#450)
  • ERC721: Return tokenId on safeMint with incremental id. (#455)

0.5.1 (2025-02-05)

  • Potentially breaking changes:
    • Add constructor argument recipient when using premint in erc20, stablecoin, and realWorldAsset. (#435)

0.5.0 (2025-01-23)

  • Update to use TypeScript v5. (#231)

  • Remove unused dependencies. (#430)

  • Breaking changes:

    • Update Contracts Wizard license to AGPLv3. (#424)

0.4.6 (2024-11-20)

  • Use named imports. (#411)

0.4.5 (2024-11-18)

  • Add stablecoin and realWorldAsset contract types. (#404)
    Note: stablecoin and realWorldAsset are experimental and may be subject to change.

0.4.4 (2024-10-23)

Potentially breaking changes

  • Update pragma versions to 0.8.22. (#401)

0.4.3 (2024-04-08)

  • Add timestamp based Governor and Votes clock options. (#347)

0.4.2 (2024-02-22)

  • Add code comments for compatible OpenZeppelin Contracts versions. (#331)

0.4.1 (2023-10-18)

  • Add managed access control option for use with AccessManager. (#298)

0.4.0 (2023-10-05)

Breaking changes

  • Update to OpenZeppelin Contracts 5.0. (#284)
  • Require constructor or initializer arguments for initial owner or role assignments if using access control.
  • Use token-specific pausable extensions.
  • Enable ERC20Permit by default.

0.3.0 (2023-05-25)

  • Breaking change: Update to OpenZeppelin Contracts 4.9. (#252)
  • Change default voting delay to 1 day in governor. (#258)

0.2.3 (2023-03-23)

  • Fix module not found error. (#235)

0.2.2 (2023-03-17)

  • Fix missing file. (#234)

0.2.1 (2023-03-17)

  • Remove unspecified dependency on @openzeppelin/contracts. (#233)

0.2.0 (2022-11-08)

  • Reduce default block time to 12 seconds in governor. (fdcf912)
  • Breaking change: Update to OpenZeppelin Contracts 4.8 and Solidity ^0.8.9. (#199)

0.1.1 (2022-06-30)

  • Support custom contract type, optional access control. (#112)

0.1.0 (2022-06-15)

  • Initial API for Solidity. (#136)

@openzeppelin/contracts-mcp@0.4.2

Changelog

0.4.2 (2025-11-12)

  • Solidity account signer: Add WebAuthn to the list of signers available. (#718)
  • Updated dependencies [be91f8f]:
    • @openzeppelin/wizard@0.10.2
    • @openzeppelin/wizard-common@0.3.1

0.4.1 (2025-11-11)

  • Breaking changes: Solidity Stablecoin and RWA: Change custodian option to freezable. Replace ERC20Custodian with ERC20Freezable. (#719)
  • Updated dependencies [6b8f8f5, c14be02, bec86b5, ce8fbba, 5c1fa0f]:
    • @openzeppelin/wizard@0.10.1
    • @openzeppelin/wizard-common@0.3.0

0.4.0 (2025-11-03)

  • Update @openzeppelin/contracts and @openzeppelin/contracts-upgradeable dependencies to 5.5.0 (#681)

    • Breaking changes:
      • Solidity account signer: ERC7702 option is renamed as EIP7702. Imported contract SignerERC7702 is renamed as SignerEIP7702.
      • Solidity upgradeable contracts: Initializable and UUPSUpgradeable are imported from @openzeppelin/contracts instead of @openzeppelin/contracts-upgradeable.
  • Breaking changes: Solidity Stablecoin and RWA: Change limitations option to restrictions. Replace ERC20Allowlist and ERC20Blocklist with ERC20Restricted. (#715)

  • Updated dependencies [880b9b8, b49e056]:

    • @openzeppelin/wizard-common@0.2.0
    • @openzeppelin/wizard@0.10.0

0.3.0 (2025-10-29)

  • Breaking changes: Solidity: Use namespaced storage instead of state variables when upgradeability is enabled. (#704)
    • For ERC-20, use namespaced storage for tokenBridge when cross-chain bridging is set to 'custom' and upgradeability is enabled.
    • For ERC-721, use namespaced storage for _nextTokenId when mintable, auto increment IDs, and upgradeability are enabled.
  • Updated dependencies [38da80c, 0f0509d]:
    • @openzeppelin/wizard@0.9.0
    • @openzeppelin/wizard-common@0.1.2

0.2.0 (2025-09-16)

  • Add constructors for SignerECDSA, SignerP256, SignerRSA, SignerERC7702, SignerERC7913, MultiSignerERC7913 and MultiSignerERC7913Weighted (#609)
  • Enable upgradeability for AccountERC7579, AccountERC7579Hooked, SignerECDSA, SignerP256, SignerRSA, SignerERC7702, SignerERC7913 and MultiSignerERC7913 (#609)
  • Breaking change: Use Account, AccountERC7579, AccountERC7579Hooked, ERC7812, ERC7739Utils, ERC7913Utils, AbstractSigner, SignerECDSA, SignerP256, SignerRSA, SignerERC7702, SignerERC7913, MultiSignerERC7913, and MultiSignerERC7913Weighted from OpenZeppelin Contracts 5.4.0 instead of Community Contracts (#609)
  • Support decimals customization for ERC20 Cairo contracts (#654)
  • Updated dependencies [41d5c74, b9d58dc, 41d5c74, 41d5c74, 41d5c74, 029790c]:
    • @openzeppelin/wizard-common@0.1.1
    • @openzeppelin/wizard@0.8.0
    • @openzeppelin/wizard-cairo@2.1.0

0.1.1 (2025-09-02)

  • Cairo: Support decimals value added to ERC-20 scheme (#654)

0.1.0 (2025-08-15)

  • Export functions to register MCP tools (#631)
  • Updated dependencies [2bb2a16, c65acb7]:
    • @openzeppelin/wizard@0.7.1
    • @openzeppelin/wizard-common@0.1.0

0.0.7 (2025-08-12)

  • Updated dependencies [f39adfd]:
    • @openzeppelin/wizard@0.7.0
    • @openzeppelin/wizard-common@0.0.3

0.0.6 (2025-07-29)

  • Update Wizard API dependencies (#612)

0.0.5 (2025-07-25)

  • Breaking changes: Renamed package from @openzeppelin/wizard-mcp to @openzeppelin/contracts-mcp (#607)

0.0.4 (2025-07-22)

  • Updated dependencies [9e61c0f]:
    • @openzeppelin/wizard-stellar@0.4.1

0.0.3 (2025-07-03)

  • Stellar: Add Stablecoin with Limitations and Access Control (ownable and roles). (#575)
    • Potentially breaking changes:
      • Use OpenZeppelin Stellar Soroban Contracts v0.3.0
  • Updated dependencies [4b86b07, 4b86b07]:
    • @openzeppelin/wizard-stellar@0.3.0
    • @openzeppelin/wizard-common@0.0.2

0.0.2 (2025-06-27)

  • Add security contact for stellar (#585)
  • Updated dependencies [8997a89]:
    • @openzeppelin/wizard-stellar@0.2.3

0.0.1 (2025-06-20)

  • Add support for Wizard MCP server. (#569)

@github-actions github-actions bot requested review from a team as code owners November 12, 2025 17:08
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 12, 2025

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

This PR consolidates release changes across multiple packages by removing a changeset entry and updating version numbers, changelogs, and dependencies to reflect WebAuthn support in the Solidity account signer feature.

Changes

Cohort / File(s) Change Summary
Changeset consolidation
.changeset/young-readers-cover.md
Deleted changeset entry for WebAuthn feature release.
Common package metadata
packages/common/CHANGELOG.md, packages/common/package.json
Version bumped from 0.3.0 to 0.3.1; changelog entry added documenting WebAuthn support and Cairo macro descriptions.
Core Solidity package metadata
packages/core/solidity/CHANGELOG.md, packages/core/solidity/package.json
Version bumped from 0.10.1 to 0.10.2; changelog entry added for WebAuthn support in Solidity account signer.
MCP package metadata
packages/mcp/CHANGELOG.md, packages/mcp/package.json
Version bumped from 0.4.1 to 0.4.2; dependencies updated (@openzeppelin/wizard-common ^0.3.0 → ^0.3.1, @openzeppelin/wizard ^0.10.1 → ^0.10.2); changelog entry added for WebAuthn and dependency updates.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Version and dependency numbers should be cross-verified across the interdependent package.json files
  • Changelog entries should be checked for consistency in formatting and messaging across packages

Possibly related PRs

  • Add WebAuthn signer to Accounts #718: Implements the actual WebAuthn feature addition across wizard, common, and MCP modules that is being released in this PR.
  • Prepare Release #717: Updates metadata and dependencies for the same packages during a concurrent release cycle.
  • Prepare Release #729: Performs similar version bumps and changelog updates for the same package set in a different release.

Suggested labels

ignore-changeset

Suggested reviewers

  • CoveMB

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Prepare Release' is overly vague and generic. While it refers to a legitimate aspect of the changeset (release preparation), it does not convey specific information about what packages are being released or their version changes. Consider using a more descriptive title such as 'Release: Add WebAuthn to account signers' or 'Release: v0.3.1, v0.10.2, v0.4.2' to better communicate the primary change to reviewers scanning commit history.
✅ Passed checks (2 passed)
Check name Status Explanation
Description check ✅ Passed The pull request description is directly related to the changeset. It explains that this is a Changesets-generated release PR and provides detailed changelog information for all three packages being released.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot closed this Nov 12, 2025
@github-actions github-actions bot force-pushed the changeset-release/master branch from 98c7c73 to be91f8f Compare November 12, 2025 17:09
@ericglau ericglau reopened this Nov 12, 2025
@socket-security
Copy link

socket-security bot commented Nov 12, 2025

@socket-security
Copy link

socket-security bot commented Nov 12, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

Ignoring alerts on:

  • css-tree@1.1.3
  • resolve-from@5.0.0
  • ci-info@3.9.0
  • safe-buffer@5.1.2
  • p-finally@1.0.0
  • dotenv@8.6.0
  • escape-string-regexp@2.0.0
  • commander@2.20.3
  • util@0.12.5
  • imurmurhash@0.1.4
  • json-stable-stringify-without-jsonify@1.0.1
  • natural-compare@1.4.0
  • js-tokens@4.0.0
  • fast-json-stable-stringify@2.1.0
  • uri-js@4.4.1
  • esrecurse@4.3.0
  • acorn-jsx@5.3.2
  • parent-module@1.0.1
  • resolve-from@4.0.0
  • external-editor@3.1.0
  • chardet@0.7.0
  • find-up@4.1.0
  • locate-path@5.0.0
  • resolve-cwd@3.0.0
  • merge-stream@2.0.0
  • deepmerge@4.3.1
  • callsites@3.1.0
  • p-locate@4.1.0
  • p-limit@2.3.0
  • p-try@2.2.0
  • parse-json@5.2.0
  • error-ex@1.3.2
  • json-parse-even-better-errors@2.3.1
  • lines-and-columns@1.2.4
  • is-arrayish@0.2.1
  • supports-preserve-symlinks-flag@1.0.0
  • is-windows@1.0.2
  • node-fetch@2.7.0
  • readable-stream@2.3.8
  • core-util-is@1.0.3
  • process-nextick-args@2.0.1
  • string_decoder@1.1.1
  • pify@2.3.0
  • object-assign@4.1.1
  • normalize-url@6.1.0
  • commander@4.1.1
  • json-buffer@3.0.1
  • whatwg-url@5.0.0
  • tr46@0.0.3
  • webidl-conversions@3.0.1
  • p-timeout@3.2.0
  • js-string-escape@1.0.1
  • jszip@3.10.1
  • on-finished@2.4.1
  • object-hash@3.0.0
  • yargs@17.7.2
  • cliui@8.0.1
  • yargs-parser@21.1.1
  • lie@3.3.0
  • pako@1.0.11
  • immediate@3.0.6
  • ee-first@1.1.1
  • eslint-visitor-keys@3.4.3
  • bindings@1.5.0
  • file-uri-to-path@1.0.0
  • decode-uri-component@0.2.2
  • better-path-resolve@1.0.0
  • lodash.memoize@4.1.2
  • keyv@4.5.4
  • @alloc/quick-lru@5.2.0
  • rimraf@2.7.1
  • @humanwhocodes/module-importer@1.0.1
  • @manypkg/find-root@1.1.0
  • @manypkg/get-packages@1.1.3
  • @changesets/types@4.1.0
  • @popperjs/core@2.11.8
  • any-promise@1.3.0
  • blueimp-md5@2.19.0
  • boolbase@1.0.0
  • camelcase-css@2.0.1
  • dom-serializer@2.0.0
  • domhandler@5.0.3
  • entities@4.5.0
  • common-path-prefix@3.0.0
  • commondir@1.0.1
  • content-type@1.0.5
  • cosmiconfig@7.1.0
  • css-select@4.3.0
  • cssesc@3.0.0
  • detect-indent@6.1.0
  • didyoumean@1.2.2
  • dlv@1.1.3
  • dom-serializer@1.4.1
  • domelementtype@2.3.0
  • domhandler@4.3.1
  • domutils@2.8.0
  • iconv-lite@0.6.3
  • entities@2.2.0
  • escape-html@1.0.3
  • glob-parent@6.0.2
  • etag@1.8.1
  • commander@7.2.0
  • extendable-error@0.1.7
  • forwarded@0.2.0
  • get-port@5.1.1
  • graphemer@1.4.0
  • icss-utils@5.1.0
  • ipaddr.js@1.9.1
  • is-plain-object@5.0.0
  • is-subdir@1.2.0
  • lilconfig@2.1.0
  • lodash.merge@4.6.2
  • lodash.startcase@4.4.0
  • escape-string-regexp@5.0.0
  • type-fest@0.13.1
  • min-indent@1.0.1
  • mri@1.2.0
  • mz@2.7.0
  • normalize-range@0.1.2
  • nth-check@2.1.1
  • outdent@0.5.0
  • p-filter@2.1.0
  • p-map@2.1.0
  • parseurl@1.3.3
  • path-browserify@1.0.1
  • postcss-import@15.1.0
  • postcss-js@4.0.1
  • postcss-modules-values@4.0.0
  • postcss-value-parser@4.2.0
  • proxy-addr@2.0.7
  • range-parser@1.2.1
  • read-cache@1.0.0
  • read-yaml-file@1.1.0
  • sade@1.8.1
  • stack-utils@2.0.6
  • strip-bom@3.0.0
  • strip-indent@3.0.0
  • arg@5.0.2
  • term-size@2.2.1
  • thenify@3.3.1
  • thenify-all@1.6.0
  • tippy.js@6.3.7
  • ts-interface-checker@0.1.13
  • vary@1.1.2
  • yaml@1.10.2
  • serialize-error@7.0.1
  • prettier-linter-helpers@1.0.0
  • fast-diff@1.3.0
  • colord@2.9.3
  • estree-walker@2.0.2
  • is-reference@1.2.1
  • p-queue@6.6.2
  • pluralize@8.0.0
  • cors@2.8.5
  • tree-kill@1.2.2
  • jest-worker@26.6.2
  • slash@5.1.0
  • array-find-index@1.0.2
  • is-fullwidth-code-point@4.0.0
  • lodash.uniq@4.5.0
  • serialize-javascript@4.0.0
  • @trysound/sax@0.2.0
  • csso@4.2.0
  • file-saver@2.0.5
  • mdn-data@2.0.14
  • split-on-first@1.1.0
  • stable@0.1.8
  • strict-uri-encode@2.0.0
  • svgo@2.8.0
  • is-module@1.0.0
  • caniuse-api@3.0.0
  • cssnano-utils@3.1.0
  • postcss-calc@8.2.4
  • postcss-convert-values@5.1.3
  • postcss-discard-comments@5.1.2
  • postcss-discard-duplicates@5.1.0
  • postcss-discard-empty@5.1.1
  • postcss-discard-overridden@5.1.0
  • postcss-merge-longhand@5.1.7
  • postcss-minify-font-values@5.1.0
  • postcss-minify-gradients@5.1.1
  • postcss-minify-params@5.1.4
  • postcss-minify-selectors@5.2.1
  • postcss-normalize-charset@5.1.0
  • postcss-normalize-display-values@5.1.0
  • postcss-normalize-positions@5.1.1
  • postcss-normalize-repeat-style@5.1.1
  • postcss-normalize-string@5.1.0
  • postcss-normalize-timing-functions@5.1.0
  • postcss-normalize-unicode@5.1.1
  • postcss-normalize-url@5.1.0
  • postcss-normalize-whitespace@5.1.1
  • postcss-ordered-values@5.1.3
  • postcss-reduce-transforms@5.1.0
  • postcss-svgo@5.1.0
  • postcss-unique-selectors@5.1.1
  • rollup-plugin-terser@7.0.2
  • stylehacks@5.1.1
  • filter-obj@1.1.0
  • currently-unhandled@0.4.1
  • indent-string@5.0.0
  • strip-indent@4.0.0
  • code-excerpt@4.0.0
  • convert-to-spaces@2.0.1
  • is-promise@4.0.0
  • arrgv@1.0.2
  • arrify@3.0.0
  • chunkd@2.0.1
  • ci-parallel-vars@1.0.1
  • concordance@5.0.4
  • date-time@3.1.0
  • es6-promise@3.3.1
  • ignore-by-default@2.1.0
  • load-json-file@7.0.1
  • matcher@5.0.0
  • md5-hex@3.0.1
  • plur@5.1.0
  • sander@0.5.1
  • supertap@3.0.1
  • svelte@3.59.2
  • time-zone@1.0.0
  • well-known-symbols@2.0.0
  • css-tree@2.2.1
  • cssnano-preset-default@5.2.14
  • cssnano@5.1.15
  • csso@5.0.5
  • mdn-data@2.0.28
  • postcss-colormin@5.3.1
  • postcss-merge-rules@5.1.4
  • postcss-reduce-initial@5.1.2
  • uncrypto@0.1.3
  • fraction.js@4.3.7
  • jsesc@3.0.2
  • media-typer@1.1.0
  • css-declaration-sorter@6.4.1
  • @types/resolve@1.20.2
  • @rollup/pluginutils@4.2.1
  • query-string@7.1.3
  • clean-regexp@1.0.0
  • regexp-tree@0.1.27
  • async-sema@3.1.1
  • dataloader@1.4.0
  • temp-dir@3.0.0
  • totalist@3.0.1
  • irregular-plurals@3.5.0
  • rollup-plugin-styles@4.0.0
  • console-clear@1.1.1
  • semiver@1.1.0
  • highlightjs-solidity@2.0.6
  • livereload-js@3.4.1
  • livereload@0.9.3
  • opts@2.0.2
  • local-access@1.1.0
  • rollup-plugin-livereload@2.0.5
  • tinydate@1.3.0
  • commander@11.1.0
  • fp-ts@1.19.5
  • punycode@2.3.1
  • @types/json-schema@7.0.15
  • @types/parse-json@4.0.2
  • @types/file-saver@2.0.7
  • cli-truncate@4.0.0
  • @types/pug@2.0.10
  • @types/resize-observer-browser@0.1.11
  • @changesets/errors@0.2.0
  • @changesets/get-github-info@0.6.0
  • @changesets/get-version-range-type@0.4.0
  • merge-descriptors@2.0.0
  • package-config@5.0.0
  • @rollup/plugin-json@6.1.0
  • file-entry-cache@8.0.0
  • sucrase@3.35.0
  • highlightjs-cairo@0.4.0
  • parse-ms@4.0.0
  • human-id@4.1.1
  • globals@14.0.0
  • @sindresorhus/merge-streams@2.3.0
  • buffer-crc32@1.0.0
  • flat-cache@4.0.1
  • figures@6.1.0
  • mimic-function@5.0.1
  • css-declaration-sorter@7.2.0
  • acorn-import-attributes@1.9.5
  • encodeurl@2.0.0
  • postcss-modules-extract-imports@3.1.0
  • change-case@5.4.4
  • chownr@3.0.0
  • yallist@5.0.0
  • svelte-preprocess@5.1.4
  • @isaacs/fs-minipass@4.0.1
  • sax@1.4.1
  • postcss-load-config@6.0.1
  • sorcery@0.11.1
  • callsites@4.2.0
  • string-width@7.2.0
  • esquery@1.6.0
  • postcss-nested@6.2.0
  • unicorn-magic@0.3.0
  • tar@7.4.3
  • path-type@6.0.0
  • raw-body@3.0.0
  • rimraf@5.0.10
  • postcss-selector-parser@6.1.2
  • svelte-check@3.8.6
  • emoji-regex@10.4.0
  • negotiator@1.0.0
  • @changesets/logger@0.1.1
  • fresh@2.0.0
  • source-map-js@1.2.1
  • is-unicode-supported@2.1.0
  • accepts@2.0.0
  • content-disposition@1.0.0
  • @rollup/plugin-alias@5.1.1
  • path-to-regexp@8.2.0
  • write-file-atomic@6.0.0
  • @humanwhocodes/retry@0.3.1
  • cookie@0.7.2
  • get-east-asian-width@1.3.0
  • @types/cssnano@5.1.3
  • @eslint-community/regexpp@4.12.1
  • @humanfs/node@0.16.6
  • @humanfs/core@0.19.1
  • cookie-signature@1.2.2
  • regjsparser@0.12.0
  • mdn-data@2.12.2
  • postcss-modules-scope@3.2.1
  • pretty-ms@9.2.0
  • spawndamnit@3.0.1
  • resolve.exports@2.0.3
  • lilconfig@3.1.3
  • p-map@7.0.3
  • css-tree@3.1.0
  • https-proxy-agent@7.0.6
  • node-releases@2.0.19
  • side-channel-map@1.0.1
  • side-channel-list@1.0.0
  • side-channel-weakmap@1.0.2
  • jsesc@3.1.0
  • postcss-modules-local-by-default@4.2.0
  • side-channel@1.1.0
  • is-regex@1.2.1
  • safe-regex-test@1.1.0
  • is-arguments@1.2.0
  • @rollup/plugin-replace@6.0.2
  • magic-string@0.30.17
  • jiti@1.21.7
  • is-core-module@2.16.1
  • highlight.js@11.11.1
  • is-generator-function@1.1.0
  • domutils@3.2.2
  • qs@6.14.0
  • @mapbox/node-pre-gyp@2.0.0
  • postcss-calc@10.1.1
  • @eslint/object-schema@2.1.6
  • import-fresh@3.3.1
  • object-inspect@1.13.4
  • postcss-selector-parser@7.1.0
  • @changesets/changelog-git@0.2.1
  • @changesets/get-dependents-graph@2.1.3
  • @changesets/pre@2.0.2
  • @changesets/should-skip-package@0.1.2
  • @changesets/types@6.1.0
  • @changesets/write@0.4.0
  • @changesets/parse@0.4.1
  • @changesets/changelog-github@0.5.1
  • sirv@3.0.1
  • mrmime@2.0.1
  • sirv-cli@3.0.1
  • flatted@3.3.3
  • memoize@10.1.0
  • @changesets/config@3.1.1
  • rxjs@7.8.2
  • update-browserslist-db@1.1.3
  • builtin-modules@5.0.0
  • is-builtin-module@5.0.0
  • find-up-simple@1.0.1
  • package-manager-detector@0.2.11
  • finalhandler@2.1.0
  • autoprefixer@10.4.21
  • @openzeppelin/community-contracts@0.0.1
  • solidity-ast@0.4.60
  • consola@3.4.2
  • mime-db@1.54.0
  • nanoid@3.3.11
  • quansync@0.2.10
  • ts-api-utils@2.1.0
  • @eslint/eslintrc@3.3.1
  • @types/semver@7.7.0
  • mime-types@3.0.1
  • router@2.2.0
  • type-is@2.0.1
  • body-parser@2.2.0
  • send@1.2.0
  • pirates@4.0.7
  • serve-static@2.2.0
  • express@5.1.0
  • minizlib@3.0.2
  • pkce-challenge@5.0.0
  • @polka/url@1.0.0-next.29
  • @changesets/apply-release-plan@7.0.12
  • @changesets/git@3.0.4
  • @changesets/read@0.6.5
  • detect-libc@2.0.4
  • @babel/helper-validator-identifier@7.27.1
  • @babel/code-frame@7.27.1
  • @eslint-community/eslint-utils@4.7.0
  • postcss-normalize-display-values@7.0.1
  • postcss-normalize-positions@7.0.1
  • postcss-normalize-repeat-style@7.0.1
  • postcss-normalize-string@7.0.1
  • postcss-normalize-timing-functions@7.0.1
  • postcss-normalize-whitespace@7.0.1
  • postcss-reduce-transforms@7.0.1
  • cssnano-utils@5.0.1
  • postcss-discard-comments@7.0.4
  • postcss-discard-duplicates@7.0.2
  • postcss-discard-empty@7.0.1
  • postcss-discard-overridden@7.0.1
  • postcss-merge-longhand@7.0.5
  • postcss-minify-font-values@7.0.1
  • postcss-minify-gradients@7.0.1
  • postcss-minify-selectors@7.0.5
  • postcss-normalize-charset@7.0.1
  • postcss-normalize-url@7.0.1
  • postcss-ordered-values@7.0.2
  • postcss-unique-selectors@7.0.4
  • @humanwhocodes/retry@0.4.3
  • eventsource@3.0.7
  • prettier-plugin-svelte@3.4.0
  • @vercel/nft@0.29.4
  • ignore@7.0.5
  • shell-quote@1.8.3
  • @types/estree@1.0.8
  • statuses@2.0.2
  • eslint-visitor-keys@4.2.1
  • eslint-scope@8.4.0
  • espree@10.4.0
  • postcss@8.5.6
  • @rollup/pluginutils@5.2.0
  • terser@5.43.1
  • @changesets/assemble-release-plan@6.0.9
  • @changesets/cli@2.29.5
  • @changesets/get-release-plan@4.0.13
  • emittery@1.2.0
  • express-rate-limit@7.5.1
  • concurrently@9.2.0
  • svgo@4.0.0
  • zod-to-json-schema@3.24.6
  • eventsource-parser@3.0.3
  • @eslint/config-array@0.21.0
  • prettier@3.6.2
  • @rollup/plugin-typescript@12.1.4
  • css-what@6.2.2
  • css-select@5.2.2
  • globals@16.3.0
  • ci-info@4.3.0
  • agent-base@7.1.4
  • zod@3.25.76
  • ava@6.4.1
  • cssnano@7.1.0
  • cssnano-preset-default@7.0.8
  • postcss-colormin@7.0.4
  • postcss-convert-values@7.0.6
  • postcss-merge-rules@7.0.6
  • postcss-minify-params@7.0.4
  • postcss-normalize-unicode@7.0.4
  • postcss-reduce-initial@7.0.4
  • postcss-svgo@7.1.0
  • stylehacks@7.0.6
  • eslint-config-prettier@10.1.8
  • @pkgr/core@0.2.9
  • synckit@0.11.11
  • core-js-compat@3.45.0
  • eslint-plugin-prettier@5.5.4
  • @eslint/config-helpers@0.3.1
  • @eslint/core@0.15.2
  • @eslint/plugin-kit@0.3.5
  • @eslint/js@9.33.0
  • eslint@9.33.0
  • browserslist@4.25.2
  • @typescript-eslint/tsconfig-utils@8.39.1
  • @typescript-eslint/eslint-plugin@8.39.1
  • @typescript-eslint/scope-manager@8.39.1
  • @typescript-eslint/type-utils@8.39.1
  • @typescript-eslint/utils@8.39.1
  • @typescript-eslint/visitor-keys@8.39.1
  • @typescript-eslint/types@8.39.1
  • @typescript-eslint/typescript-estree@8.39.1
  • @typescript-eslint/project-service@8.39.1
  • @typescript-eslint/parser@8.39.1
  • typescript-eslint@8.39.1
  • @jridgewell/gen-mapping@0.3.13
  • @jridgewell/source-map@0.3.11
  • @jridgewell/trace-mapping@0.3.30
  • caniuse-lite@1.0.30001735
  • @babel/runtime@7.28.3
  • @modelcontextprotocol/sdk@1.17.3
  • electron-to-chromium@1.5.201
  • rollup-plugin-svelte@7.2.3
  • @types/semver@7.7.1
  • eslint-plugin-unicorn@61.0.2
  • openai@5.23.2
  • typescript@5.9.3
  • tailwindcss@3.4.18
  • @rollup/rollup-linux-arm64-musl@4.52.4
  • @rollup/rollup-android-arm64@4.52.4
  • @rollup/rollup-freebsd-arm64@4.52.4
  • @rollup/rollup-android-arm-eabi@4.52.4
  • @rollup/rollup-linux-arm-musleabihf@4.52.4
  • @rollup/rollup-win32-arm64-msvc@4.52.4
  • @rollup/rollup-darwin-arm64@4.52.4
  • @rollup/rollup-linux-arm64-gnu@4.52.4
  • @rollup/rollup-linux-loong64-gnu@4.52.4
  • @rollup/rollup-freebsd-x64@4.52.4
  • @rollup/rollup-linux-ppc64-gnu@4.52.4
  • @rollup/rollup-linux-riscv64-musl@4.52.4
  • @rollup/rollup-win32-x64-msvc@4.52.4
  • rollup@4.52.4
  • @rollup/rollup-openharmony-arm64@4.52.4
  • @rollup/rollup-darwin-x64@4.52.4
  • @rollup/rollup-linux-x64-gnu@4.52.4
  • @rollup/rollup-linux-x64-musl@4.52.4
  • @rollup/rollup-linux-riscv64-gnu@4.52.4
  • @rollup/rollup-linux-s390x-gnu@4.52.4
  • @rollup/rollup-linux-arm-gnueabihf@4.52.4
  • @rollup/rollup-win32-ia32-msvc@4.52.4
  • @rollup/rollup-win32-x64-gnu@4.52.4
  • semver@7.7.3
  • @rollup/plugin-node-resolve@16.0.3
  • @upstash/redis@1.35.6
  • @rollup/plugin-commonjs@28.0.8
  • json-schema-traverse@0.4.1
  • isarray@1.0.0
  • levn@0.4.1
  • prelude-ls@1.2.1
  • type-check@0.4.0
  • kleur@4.1.5
  • eventemitter3@4.0.7
  • slice-ansi@5.0.0
  • mkdirp@3.0.1
  • estraverse@5.3.0
  • optionator@0.9.4
  • ajv@6.12.6
  • tslib@2.8.1
  • undici-types@6.21.0
  • resolve@1.22.10
  • nopt@8.1.0
  • globby@14.1.0
  • globby@11.1.0
  • abbrev@3.0.1
  • ethereum-cryptography@3.2.0
  • chalk@5.5.0
  • @noble/curves@1.9.0
  • @noble/curves@1.9.7
  • tinyglobby@0.2.14
  • @types/node@20.19.10
  • @types/node@20.19.21
  • @types/node@12.20.55
  • hardhat@2.26.3

View full report

@ericglau
Copy link
Member

@SocketSecurity ignore-all

@CoveMB CoveMB merged commit be4007c into master Nov 12, 2025
27 of 28 checks passed
@CoveMB CoveMB deleted the changeset-release/master branch November 12, 2025 20:29
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants