Skip to content

chore: version package#524

Merged
plusminushalf merged 2 commits into
mainfrom
changeset-release/main
Jul 9, 2026
Merged

chore: version package#524
plusminushalf merged 2 commits into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

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 main, this PR will be updated.

Releases

@pimlico/mock-paymaster@0.0.8

Patch Changes

  • ddb762f: Internal: paymaster lookups by entryPoint now go through a narrowing helper; the package compiles under noUncheckedIndexedAccess.

permissionless@0.3.7

Patch Changes

  • f1fb04b: Fixed extreme TypeScript type-checking slowness (~80s per call site, issue createSmartAccountClient` causes ~82s type-checking bottleneck due to deep generic inference #500) when a client created by createSmartAccountClient, createPimlicoClient, or createPasskeyServerClient is checked against the bare SmartAccountClient / PimlicoClient / PasskeyServerClient alias (e.g. useQuery<SmartAccountClient>). The client type aliases now use an inline mapped-type body with variance annotations (the same pattern viem ships in SimulateContractReturnType, refactor: add explicit annotations to SimulateContractReturnType wevm/viem#2557) so TypeScript compares instantiations argument-by-argument instead of expanding the full action surface structurally. Return-type precision is unchanged.
  • ddb762f: Fixed published-package type-checking for consumers on legacy moduleResolution: "node" (node10): every exported subpath directory now ships a proxy package.json pointing at the compiled _types/_esm/_cjs output, so tsc resolves declarations instead of pulling raw .ts sources into the consumer's program (Published npm package includes raw .ts source files that cause strict-mode type errors in consumers #522). Barrel subpath modules (actions/{erc7579,pimlico,passkeyServer,etherspot,smartAccount} and clients/{pimlico,passkeyServer}) moved from single files into directories with index files — package-specifier imports are unaffected, only private deep imports of _esm/_cjs/_types file paths change. Test files and vitest config are no longer included in the npm tarball; .ts sources are still shipped for debuggability. The codebase now compiles under noUncheckedIndexedAccess, so sources stay error-free even when consumer projects type-check them with that flag enabled.

@permissionless/wagmi@0.1.5

Patch Changes

  • ddb762f: Fixed useAvailableCapabilities to return undefined instead of throwing when the connected chain has no capabilities entry, and hardened receipt handling in useWaitForTransactionReceipt. The package now compiles under noUncheckedIndexedAccess.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 8a27218 to 349480d Compare July 9, 2026 22:27
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.41%. Comparing base (f1fb04b) to head (9490c66).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #524   +/-   ##
=======================================
  Coverage   78.41%   78.41%           
=======================================
  Files         105      105           
  Lines        8988     8988           
  Branches      570      570           
=======================================
  Hits         7048     7048           
  Misses       1914     1914           
  Partials       26       26           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

size-limit report 📦

Path Size
permissionless (esm) 239.99 KB (0%)
permissionless (cjs) 369.11 KB (0%)

@plusminushalf plusminushalf merged commit 660c8e2 into main Jul 9, 2026
7 checks passed
@plusminushalf plusminushalf deleted the changeset-release/main branch July 9, 2026 22:40
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