Skip to content

Commit dd5c6a6

Browse files
committed
Merge branch 'develop' into fix-460
2 parents 8de22bf + ac5aa23 commit dd5c6a6

File tree

19 files changed

+113
-75
lines changed

19 files changed

+113
-75
lines changed

.ckb-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.200.0
1+
v0.201.0

.github/workflows/check_storybook.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
node:
12-
- 20.15.1
12+
- lts/*
1313
os:
1414
- macos-latest
15-
- ubuntu-20.04
15+
- ubuntu-latest
1616
- windows-latest
1717

1818
runs-on: ${{ matrix.os }}
@@ -42,11 +42,11 @@ jobs:
4242
*/*/node_modules
4343
key: 2022-10-11-${{ runner.os }}-${{ hashFiles('**/yarn.lock')}}
4444

45-
- name: Install libudev
46-
if: matrix.os == 'ubuntu-20.04'
45+
- name: Install Linux Dependencies
46+
if: runner.os == 'Linux'
4747
run: |
4848
sudo apt-get update
49-
sudo apt-get install -y libudev-dev
49+
sudo apt-get install -y libudev-dev libusb-1.0-0-dev
5050
5151
- name: Install Lerna
5252
run: yarn global add lerna

.github/workflows/package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
node:
15-
- 20.15.1
15+
- lts/*
1616
os:
1717
- macos-latest
18-
- ubuntu-20.04
19-
- windows-2019
18+
- ubuntu-latest
19+
- windows-latest
2020

2121
runs-on: ${{ matrix.os }}
2222

@@ -88,11 +88,11 @@ jobs:
8888
smctl windows certsync
8989
shell: cmd
9090

91-
- name: Install libudev
92-
if: matrix.os == 'ubuntu-20.04'
91+
- name: Install Linux Dependencies
92+
if: runner.os == 'Linux'
9393
run: |
9494
sudo apt-get update
95-
sudo apt-get install -y libudev-dev
95+
sudo apt-get install -y libudev-dev libusb-1.0-0-dev
9696
9797
- name: Install Lerna
9898
run: yarn global add lerna

.github/workflows/package_for_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
node:
15-
- 20.15.1
15+
- lts/*
1616
os:
1717
- macos-latest
18-
- ubuntu-20.04
19-
- windows-2019
18+
- ubuntu-latest
19+
- windows-latest
2020

2121
runs-on: ${{ matrix.os }}
2222

@@ -130,11 +130,11 @@ jobs:
130130
smctl windows certsync
131131
shell: cmd
132132

133-
- name: Install libudev
134-
if: matrix.os == 'ubuntu-20.04'
133+
- name: Install Linux Dependencies
134+
if: runner.os == 'Linux'
135135
run: |
136136
sudo apt-get update
137-
sudo apt-get install -y libudev-dev
137+
sudo apt-get install -y libudev-dev libusb-1.0-0-dev
138138
139139
- name: Install Lerna
140140
run: yarn global add lerna

.github/workflows/unit_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
node:
12-
- 20.15.1
12+
- lts/*
1313
os:
1414
- macos-latest
15-
- ubuntu-20.04
15+
- ubuntu-latest
1616
- windows-latest
1717

1818
runs-on: ${{ matrix.os }}
@@ -42,11 +42,11 @@ jobs:
4242
*/*/node_modules
4343
key: 2022-10-11-${{ runner.os }}-${{ hashFiles('**/yarn.lock')}}
4444

45-
- name: Install libudev
46-
if: matrix.os == 'ubuntu-20.04'
45+
- name: Install Linux Dependencies
46+
if: runner.os == 'Linux'
4747
run: |
4848
sudo apt-get update
49-
sudo apt-get install -y libudev-dev
49+
sudo apt-get install -y libudev-dev libusb-1.0-0-dev
5050
5151
- name: Install Lerna
5252
run: yarn global add lerna

.github/workflows/update_ckb_client_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20.15.1
23+
node-version: lts/*
2424

2525
- name: Update versions
2626
id: update_versions

.github/workflows/update_neuron_compatible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 20.15.1
26+
node-version: lts/*
2727

2828
- name: Update versions
2929
id: update_versions

.github/workflows/update_wallet_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 20.15.1
32+
node-version: lts/*
3333

3434
- name: Write env file
3535
run: |

compatible.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"fullVersions": [
3+
"0.201",
34
"0.200",
45
"0.121",
56
"0.120",
@@ -29,6 +30,7 @@
2930
"compatible": {
3031
"0.111": {
3132
"full": [
33+
"0.201",
3234
"0.200",
3335
"0.121",
3436
"0.120",
@@ -52,6 +54,7 @@
5254
},
5355
"0.110": {
5456
"full": [
57+
"0.201",
5558
"0.200",
5659
"0.121",
5760
"0.120",
@@ -91,6 +94,7 @@
9194
},
9295
"0.112": {
9396
"full": [
97+
"0.201",
9498
"0.200",
9599
"0.121",
96100
"0.120",
@@ -114,6 +118,7 @@
114118
},
115119
"0.114": {
116120
"full": [
121+
"0.201",
117122
"0.200",
118123
"0.121",
119124
"0.120",
@@ -137,6 +142,7 @@
137142
},
138143
"0.116": {
139144
"full": [
145+
"0.201",
140146
"0.200",
141147
"0.121",
142148
"0.120",
@@ -160,6 +166,7 @@
160166
},
161167
"0.117": {
162168
"full": [
169+
"0.201",
163170
"0.200",
164171
"0.121",
165172
"0.120",
@@ -183,6 +190,7 @@
183190
},
184191
"0.119": {
185192
"full": [
193+
"0.201",
186194
"0.200",
187195
"0.121",
188196
"0.120",
@@ -206,6 +214,7 @@
206214
},
207215
"0.120": {
208216
"full": [
217+
"0.201",
209218
"0.200",
210219
"0.121",
211220
"0.120",
@@ -229,6 +238,7 @@
229238
},
230239
"0.121": {
231240
"full": [
241+
"0.201",
232242
"0.200",
233243
"0.121",
234244
"0.120",

packages/neuron-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@ckb-lumos/helpers": "0.23.0",
5757
"@ckb-lumos/lumos": "0.23.0",
5858
"@ckb-lumos/rpc": "0.23.0",
59-
"canvg": "2.0.0",
59+
"canvg": "3.0.11",
6060
"i18next": "23.7.11",
6161
"immer": "9.0.21",
6262
"jsqr": "1.4.0",
@@ -108,7 +108,7 @@
108108
"storybook": "8.6.4",
109109
"storybook-addon-react-router-v6": "2.0.10",
110110
"terser": "5.39.0",
111-
"vite": "6.2.4",
111+
"vite": "6.2.6",
112112
"vite-plugin-commonjs": "0.10.4",
113113
"vite-plugin-eslint": "1.8.1",
114114
"vite-plugin-node-polyfills": "0.23.0",

0 commit comments

Comments
 (0)