Skip to content

Commit

Permalink
chore: update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Nov 22, 2024
1 parent 25243fe commit 46f7374
Show file tree
Hide file tree
Showing 16 changed files with 993 additions and 893 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
release:
runs-on: ubuntu-20.04
needs: [unit-test, lint, integration-test-core-pool, integration-test-isolated-pools, integration-test-governance]
# needs: [unit-test, lint, integration-test-core-pool, integration-test-isolated-pools, integration-test-governance]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.2.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.2.cjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.2.2.cjs
yarnPath: .yarn/releases/yarn-3.8.2.cjs

checksumBehavior: update
enableTransparentWorkspaces: false
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^11.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
Expand Down Expand Up @@ -99,5 +98,8 @@
"packageManager": "[email protected]",
"_moduleAliases": {
"@nomiclabs/hardhat-ethers": "node_modules/hardhat-deploy-ethers"
},
"dependencies": {
"semantic-release-yarn": "^3.0.2"
}
}
8 changes: 1 addition & 7 deletions subgraphs/cross-chain-governance/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"@semantic-release/npm",
"semantic-release-yarn",
{
"npmPublish": false
}
Expand All @@ -72,12 +72,6 @@
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "./prepare.sh"
}
]
],
"branches": [
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/cross-chain-governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@graphprotocol/graph-cli": "^0.80.0",
"@layerzerolabs/solidity-examples": "^1.0.0",
"@venusprotocol/governance-contracts": "2.5.0-dev.4",
"@venusprotocol/subgraph-utils": "0.0.0",
"@venusprotocol/subgraph-utils": "workspace:^",
"apollo-fetch": "^0.7.0",
"hardhat": "^2.10.2",
"ts-node": "^10.9.2",
Expand Down
10 changes: 2 additions & 8 deletions subgraphs/etherfi-promo/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"@semantic-release/npm",
"semantic-release-yarn",
{
"npmPublish": false
}
Expand All @@ -72,20 +72,14 @@
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "./prepare.sh"
}
]
],
"branches": [
{
"name": "main"
},
{
"name": "test-*",
"name": "pre-*",
"prerelease": "pre"
}
]
Expand Down
4 changes: 2 additions & 2 deletions subgraphs/isolated-pools/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"@semantic-release/npm",
"semantic-release-yarn",
{
"npmPublish": false
}
Expand All @@ -85,7 +85,7 @@
"name": "main"
},
{
"name": "test-*",
"name": "pre-*",
"prerelease": "pre"
}
]
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/isolated-pools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/graph-cli": "^0.80.0",
"@venusprotocol/subgraph-utils": "0.0.0",
"@venusprotocol/subgraph-utils": "workspace:^",
"apollo-fetch": "^0.7.0",
"hardhat": "^2.10.2",
"semantic-release": "^23.1.1",
Expand Down
4 changes: 2 additions & 2 deletions subgraphs/protocol-reserve/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"@semantic-release/npm",
"semantic-release-yarn",
{
"npmPublish": false
}
Expand All @@ -85,7 +85,7 @@
"name": "main"
},
{
"name": "test-*",
"name": "pre-*",
"prerelease": "pre"
}
]
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/protocol-reserve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.80.0",
"@venusprotocol/subgraph-utils": "0.0.0",
"@venusprotocol/subgraph-utils": "workspace:^",
"apollo-fetch": "^0.7.0",
"semantic-release": "^23.1.1",
"semantic-release-monorepo": "^8.0.2",
Expand Down
4 changes: 2 additions & 2 deletions subgraphs/venus-governance/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"@semantic-release/npm",
"semantic-release-yarn",
{
"npmPublish": false
}
Expand All @@ -85,7 +85,7 @@
"name": "main"
},
{
"name": "test-*",
"name": "pre-*",
"prerelease": "pre"
}
]
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/venus-governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/graph-cli": "^0.80.0",
"@venusprotocol/governance-contracts": "2.5.0-dev.3",
"@venusprotocol/subgraph-utils": "0.0.0",
"@venusprotocol/subgraph-utils": "workspace:^",
"apollo-fetch": "^0.7.0",
"hardhat": "^2.10.2",
"semantic-release": "^23.1.1",
Expand Down
4 changes: 2 additions & 2 deletions subgraphs/venus/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
[
"@semantic-release/npm",
"semantic-release-yarn",
{
"npmPublish": false
}
Expand All @@ -85,7 +85,7 @@
"name": "main"
},
{
"name": "test-*",
"name": "pre-*",
"prerelease": "pre"
}
]
Expand Down
Loading

0 comments on commit 46f7374

Please sign in to comment.