-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy path.peer-bumps.json
More file actions
86 lines (86 loc) · 3.39 KB
/
.peer-bumps.json
File metadata and controls
86 lines (86 loc) · 3.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"$schema": "./scripts/peer-bumps.schema.json",
"excludedFolders": [
"archive",
"packages/example-project",
"packages/hardhat/templates",
"packages/config"
],
"bumps": [
{
"package": "@nomicfoundation/hardhat-solx",
"peer": "hardhat",
"reason": "It depends on the new SolidityHooks#downloadCompilers and SolidityHooks#getCompiler hooks"
},
{
"package": "@nomicfoundation/hardhat-ignition-viem",
"peer": "@nomicfoundation/hardhat-ignition",
"reason": "The usage of the new `getUserInterruptionsHandlers` helper from `@nomicfoundation/hardhat-ignition/helpers`"
},
{
"package": "@nomicfoundation/hardhat-ignition-ethers",
"peer": "@nomicfoundation/hardhat-ignition",
"reason": "The usage of the new `getUserInterruptionsHandlers` helper from `@nomicfoundation/hardhat-ignition/helpers`"
},
{
"package": "@nomicfoundation/hardhat-ignition",
"peer": "hardhat",
"reason": "Switched from deprecated `hre.network.connect()` to new `hre.network.create()` in deploy, track-tx, transactions, and verify tasks"
},
{
"package": "@nomicfoundation/hardhat-verify",
"peer": "hardhat",
"reason": "Switched from deprecated `network.connect()` to new `network.create()` in verification logic and updated API docs"
},
{
"package": "@nomicfoundation/hardhat-ethers-chai-matchers",
"peer": "hardhat",
"reason": "Conservative bump for `connect()` deprecation and `create()`/`getOrCreate()` network API changes"
},
{
"package": "@nomicfoundation/hardhat-toolbox-mocha-ethers",
"peer": "hardhat",
"reason": "Conservative bump for `connect()` deprecation and `create()`/`getOrCreate()` network API changes"
},
{
"package": "@nomicfoundation/hardhat-ignition-ethers",
"peer": "hardhat",
"reason": "Conservative bump for `connect()` deprecation and `create()`/`getOrCreate()` network API changes"
},
{
"package": "@nomicfoundation/hardhat-network-helpers",
"peer": "hardhat",
"reason": "Conservative bump for `connect()` deprecation and `create()`/`getOrCreate()` network API changes"
},
{
"package": "@nomicfoundation/hardhat-viem-assertions",
"peer": "hardhat",
"reason": "Conservative bump for `connect()` deprecation and `create()`/`getOrCreate()` network API changes"
},
{
"package": "@nomicfoundation/hardhat-ignition-viem",
"peer": "hardhat",
"reason": "Conservative bump for `connect()` deprecation and `create()`/`getOrCreate()` network API changes"
},
{
"package": "@nomicfoundation/hardhat-toolbox-viem",
"peer": "hardhat",
"reason": "Conservative bump for `connect()` deprecation and `create()`/`getOrCreate()` network API changes"
},
{
"package": "@nomicfoundation/hardhat-ethers",
"peer": "hardhat",
"reason": "Conservative bump for `connect()` deprecation and `create()`/`getOrCreate()` network API changes"
},
{
"package": "@nomicfoundation/hardhat-ledger",
"peer": "hardhat",
"reason": "Conservative bump for `connect()` deprecation and `create()`/`getOrCreate()` network API changes"
},
{
"package": "@nomicfoundation/hardhat-viem",
"peer": "hardhat",
"reason": "Conservative bump for `connect()` deprecation and `create()`/`getOrCreate()` network API changes"
}
]
}