Skip to content
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 2 commits into from
Oct 10, 2024
Merged

chore: update deps #14

merged 2 commits into from
Oct 10, 2024

Conversation

huaweigu
Copy link
Contributor

@huaweigu huaweigu commented 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

  • Did you add new tests and confirm all tests pass? (yarn test)
  • Did you update relevant docs? (docs are found in the docs folder)
  • Do your commits follow the Conventional Commits standard?
  • Does your PR title also follow the Conventional Commits standard?
  • If you have a breaking change, is it correctly reflected in your commit message? (e.g. feat!: breaking change)
  • Did you run lint (yarn lint) and fix any issues?
  • 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

@huaweigu huaweigu requested a review from dlim-circle October 10, 2024 18:36
@huaweigu huaweigu merged commit f5575d0 into circlefin:master Oct 10, 2024
6 checks passed
@huaweigu huaweigu deleted the chore/deps branch October 10, 2024 19:33
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)
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants