Skip to content

Commit

Permalink
fix(deps): update dependency @celo/compliance to ~1.0.20 (#217)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @celo/compliance to ~1.0.20


* chore: add changeset renovate-724aca781

* add renovate-changeset so that prs from renovate automatically get a changeset created


---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Aaron DeRuvo <[email protected]>
  • Loading branch information
renovate[bot] and aaronmgdr authored Apr 3, 2024
1 parent a1c2e8a commit 28738ca
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-724aca781.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@celo/celocli': patch
---

Updated dependency `@celo/compliance` to `~1.0.20`.
22 changes: 22 additions & 0 deletions .github/workflows/changeset-for-renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Write Renovate changeset
on:
pull_request_target:
paths:
- '.github/workflows/changeset-for-renovate.yml'
- '**/yarn.lock'


jobs:
generate-changeset:
runs-on: ['self-hosted', 'org', '8-cpu']
if: github.actor == 'renovate[bot]'
steps:
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: actions/checkout@v4
- name: "Run changesets-renovate"
# when on a renovate branch which modified the package.json for a workspace this will create a changeset for those changes
run: npx @scaleway/changesets-renovate


2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@celo/abis": "11.0.0",
"@celo/base": "^6.0.1",
"@celo/compliance": "~1.0.17",
"@celo/compliance": "~1.0.20",
"@celo/connect": "^5.3.0",
"@celo/contractkit": "^8.0.0",
"@celo/cryptographic-utils": "^5.0.8",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ __metadata:
"@celo/abis": "npm:11.0.0"
"@celo/base": "npm:^6.0.1"
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/compliance": "npm:~1.0.17"
"@celo/compliance": "npm:~1.0.20"
"@celo/connect": "npm:^5.3.0"
"@celo/contractkit": "npm:^8.0.0"
"@celo/cryptographic-utils": "npm:^5.0.8"
Expand Down Expand Up @@ -1664,10 +1664,10 @@ __metadata:
languageName: unknown
linkType: soft

"@celo/compliance@npm:~1.0.17":
version: 1.0.17
resolution: "@celo/compliance@npm:1.0.17"
checksum: d38bcff8468066e348afba47747f4300533e90351ef9f7ae1de92df3979dd8072127d053f32bc36e0d0008c8a232d5f5bb522dd5aea8a48e05eeff361c7e44fb
"@celo/compliance@npm:~1.0.20":
version: 1.0.20
resolution: "@celo/compliance@npm:1.0.20"
checksum: 39d4012a64dfa36cd5c3dac7ce1b56c59810e22cf3bb7fdc1cb9f5bd0a740cb7dc6efe51f4c8e1a7e199051711ee1a47425d73f4480dd61e36ff4ea48c16e57e
languageName: node
linkType: hard

Expand Down

0 comments on commit 28738ca

Please sign in to comment.