chore: sync main into develop#81
Merged
jonathunne merged 19 commits intodevelopfrom May 6, 2026
Merged
Conversation
Release: v1.0.0-beta.5
fix: re-use read only class
Made-with: Cursor
Release: v1.0.0-beta.6
chore: bump wdk-wallet-evm version, npm audit fix
update workflow
Made-with: Cursor
Release: v1.0.0-beta.6
docs: simplify README to Option A structure
Add Dependabot security monitoring
Bumps the security-minor-updates group with 1 update in the / directory: [follow-redirects](https://github.com/follow-redirects/follow-redirects). Updates `follow-redirects` from 1.15.11 to 1.16.0 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0) --- updated-dependencies: - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect dependency-group: security-minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
…-minor-updates-85af2c71bb chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in the security-minor-updates group across 1 directory
Brings develop up to date with main: - dependabot security monitoring config (#76) - README simplified to Option A structure (#68) - public-publish.yml release workflow (replaces develop's older publish.yml) - build.yml workflow permissions - wdk-wallet-evm bumped to 1.0.0-beta.11 (#74) - version bumped to 1.0.0-beta.6 (released) - re-use read-only class fix (#72) - follow-redirects security patch (#78) Resolved conflicts: - package.json: took main's wdk-wallet-evm 1.0.0-beta.11 - package-lock.json: regenerated via npm install - src/wallet-account-read-only-evm-erc-4337.js: auto-merged cleanly Dropped develop's .github/workflows/publish.yml in favor of main's public-publish.yml (the canonical release workflow used by recent releases #73, #75). Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
Brings develop up to date with main after extended drift since PR #65 (the last develop→main sync). Recent releases and improvements have gone directly to main; this PR catches develop up.
What's coming in
public-publish.ymlrelease workflow (update workflow #69) — replaces develop's olderpublish.ymlbuild.ymlwdk-wallet-evmbumped to1.0.0-beta.11(chore: bump wdk-wallet-evm version, npm audit fix #74)1.0.0-beta.6(released to npm)fix: re-use read only class(fix: re-use read only class #72)follow-redirectssecurity patch (chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in the security-minor-updates group across 1 directory #78)Conflict resolution
package.json: took main'swdk-wallet-evm: 1.0.0-beta.11package-lock.json: regenerated vianpm installagainst main's lockfilesrc/wallet-account-read-only-evm-erc-4337.js: auto-merged cleanly (reuse-readonly fix coexists with develop's PR Cache quote fee #70 cache changes).github/workflows/publish.ymlin favor of main'spublic-publish.yml(the canonical release workflow used by recent releases Release: v1.0.0-beta.6 #73, Release: v1.0.0-beta.6 #75)Heads-up for open PR authors
After this lands, the following PRs will need a rebase against fresh
develop:I'll comment on each PR after merge.
Test plan
npm run build:typespassesMade with Cursor