-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update deps #14
Merged
Merged
Conversation
This file contains 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
dlim-circle
approved these changes
Oct 10, 2024
huaweigu
added a commit
that referenced
this pull request
Oct 10, 2024
## Summary Use `yarn` to manage the project dependencies. Leave AA as it is because it uses a lib dependency that's flagged and we need to fix that first. ## Detail ### Changeset * Use yarn to install depdencies * Reorg the remappings ### Checklist - [x] Did you add new tests and confirm all tests pass? (`yarn test`) - [ ] Did you update relevant docs? (docs are found in the `docs` folder) - [x] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [x] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] If you have a breaking change, is it [correctly reflected in your commit message](https://www.conventionalcommits.org/en/v1.0.0/#examples)? (e.g. `feat!: breaking change`) - [x] Did you run lint (`yarn lint`) and fix any issues? - [x] Did you run formatter (`yarn format:check`) and fix any issues (`yarn format:write`)? ## Testing No tests should be impacted. ## Documentation * npm page, e.g. [OZ](https://www.npmjs.com/package/@openzeppelin/contracts?activeTab=readme)
This was referenced Oct 11, 2024
This was referenced Oct 23, 2024
huaweigu
pushed a commit
that referenced
this pull request
Oct 29, 2024
🤖 I have created a release *beep* *boop* --- ## [2.0.0](v1.0.0...v2.0.0) (2024-10-29) ### ⚠ BREAKING CHANGES * breaking change`) * Revert unaudited token receiver changes ([#8](#8)) ### `feat * breaking change`) ([4eccfa7](4eccfa7)) ### Features * Deployed and Verified SponsorPaymaster on Mainnet ([#25](#25)) ([768eeb7](768eeb7)) * Latest audited EP0.7 BW MSCA contract scripts and deployments ([#33](#33)) ([6dc7606](6dc7606)) * Latest audited EP0.7 multisig plugin deployment ([#30](#30)) ([30a6015](30a6015)) * latest audited ep0.7 single owner plugin deployment ([#35](#35)) ([4eccfa7](4eccfa7)) * sync v0.8 accounts to recent 6900 spec ([#20](#20)) ([e1e2eee](e1e2eee)) ### Bug Fixes * Revert unaudited token receiver changes ([#8](#8)) ([2549e72](2549e72)) ### Documentation * document SingleOwnerMSCAFactory std-json-input ([#10](#10)) ([31398de](31398de)) ### Miscellaneous Chores * fix typos ([bf15fa9](bf15fa9)) * fix typos ([#28](#28)) ([bf15fa9](bf15fa9)) * install new view func for convenience ([#22](#22)) ([2a17ad5](2a17ad5)) * update deps ([#14](#14)) ([f5575d0](f5575d0)) ### Code Refactoring * deployment scripts and commands ([#12](#12)) ([7388395](7388395)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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
Use
yarn
to manage the project dependencies. Leave AA as it is because it uses a lib dependency that's flagged and we need to fix that first.Detail
Changeset
Checklist
yarn test
)docs
folder)feat!: breaking change
)yarn lint
) and fix any issues?yarn format:check
) and fix any issues (yarn format:write
)?Testing
No tests should be impacted.
Documentation