Skip to content

Commit 0984f7d

Browse files
authored
Remove some warnings (#544)
* Update typescript dependencies * Update version of github actions
1 parent 3297599 commit 0984f7d

File tree

7 files changed

+46
-123
lines changed

7 files changed

+46
-123
lines changed

.github/workflows/binder-on-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: comment on PR with Binder link
12-
uses: actions/github-script@v1
12+
uses: actions/github-script@v7
1313
with:
1414
github-token: ${{secrets.GITHUB_TOKEN}}
1515
script: |

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build_docs:
1111
runs-on: ubuntu-20.04
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Install Conda environment with Micromamba
1515
uses: mamba-org/setup-micromamba@v1
1616
with:

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323

2424
- name: Install Conda environment with Micromamba
2525
uses: mamba-org/setup-micromamba@v1
@@ -33,7 +33,7 @@ jobs:
3333
sha256sum * | tee SHA256SUMS
3434
3535
- name: Upload builds
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v3
3737
with:
3838
name: dist ${{ github.run_number }}
3939
path: ./dist
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Checkout
66-
uses: actions/checkout@v2
66+
uses: actions/checkout@v4
6767

6868
- name: Install Conda environment with Micromamba
6969
uses: mamba-org/setup-micromamba@v1
@@ -80,7 +80,7 @@ jobs:
8080
name: Install matplotlib pinned
8181
run: micromamba install matplotlib=${{ matrix.mpl-version}}.*
8282

83-
- uses: actions/download-artifact@v2
83+
- uses: actions/download-artifact@v3
8484
with:
8585
name: dist ${{ github.run_number }}
8686
path: ./dist
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Upload UI Test artifacts
123123
if: always() && matrix.os == 'ubuntu'
124-
uses: actions/upload-artifact@v2
124+
uses: actions/upload-artifact@v3
125125
with:
126126
name: ui-test-output
127127
path: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010

11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212

1313
- name: Install Conda environment with Micromamba
1414
uses: mamba-org/provision-with-micromamba@main

.github/workflows/update_galata_references.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
"stylelint-config-standard": "^34.0.0",
8585
"stylelint-csstree-validator": "^3.0.0",
8686
"stylelint-prettier": "^4.0.0",
87-
"ts-jest": "^26.0.0",
87+
"ts-jest": "^29.0.0",
8888
"ts-loader": "^8.0.0",
89-
"typescript": "~5.0.2",
89+
"typescript": "~5.3.3",
9090
"webpack": "^5.61.0",
9191
"webpack-cli": "^4.0.0",
9292
"yjs": "^13.5.40"

yarn.lock

+35-112
Original file line numberDiff line numberDiff line change
@@ -2002,19 +2002,6 @@ __metadata:
20022002
languageName: node
20032003
linkType: hard
20042004

2005-
"@jest/types@npm:^26.6.2":
2006-
version: 26.6.2
2007-
resolution: "@jest/types@npm:26.6.2"
2008-
dependencies:
2009-
"@types/istanbul-lib-coverage": "npm:^2.0.0"
2010-
"@types/istanbul-reports": "npm:^3.0.0"
2011-
"@types/node": "npm:*"
2012-
"@types/yargs": "npm:^15.0.0"
2013-
chalk: "npm:^4.0.0"
2014-
checksum: a0bd3d2f22f26ddb23f41fddf6e6a30bf4fab2ce79ec1cb6ce6fdfaf90a72e00f4c71da91ec61e13db3b10c41de22cf49d07c57ff2b59171d64b29f909c1d8d6
2015-
languageName: node
2016-
linkType: hard
2017-
20182005
"@jest/types@npm:^29.6.3":
20192006
version: 29.6.3
20202007
resolution: "@jest/types@npm:29.6.3"
@@ -3623,15 +3610,6 @@ __metadata:
36233610
languageName: node
36243611
linkType: hard
36253612

3626-
"@types/yargs@npm:^15.0.0":
3627-
version: 15.0.19
3628-
resolution: "@types/yargs@npm:15.0.19"
3629-
dependencies:
3630-
"@types/yargs-parser": "npm:*"
3631-
checksum: 6a509db36304825674f4f00300323dce2b4d850e75819c3db87e9e9f213ac2c4c6ed3247a3e4eed6e8e45b3f191b133a356d3391dd694d9ea27a0507d914ef4c
3632-
languageName: node
3633-
linkType: hard
3634-
36353613
"@types/yargs@npm:^17.0.8":
36363614
version: 17.0.32
36373615
resolution: "@types/yargs@npm:17.0.32"
@@ -4498,7 +4476,7 @@ __metadata:
44984476
languageName: node
44994477
linkType: hard
45004478

4501-
"buffer-from@npm:1.x, buffer-from@npm:^1.0.0":
4479+
"buffer-from@npm:^1.0.0":
45024480
version: 1.1.2
45034481
resolution: "buffer-from@npm:1.1.2"
45044482
checksum: 0448524a562b37d4d7ed9efd91685a5b77a50672c556ea254ac9a6d30e3403a517d8981f10e565db24e8339413b43c97ca2951f10e399c6125a0d8911f5679bb
@@ -4625,13 +4603,6 @@ __metadata:
46254603
languageName: node
46264604
linkType: hard
46274605

4628-
"ci-info@npm:^2.0.0":
4629-
version: 2.0.0
4630-
resolution: "ci-info@npm:2.0.0"
4631-
checksum: 3b374666a85ea3ca43fa49aa3a048d21c9b475c96eb13c133505d2324e7ae5efd6a454f41efe46a152269e9b6a00c9edbe63ec7fa1921957165aae16625acd67
4632-
languageName: node
4633-
linkType: hard
4634-
46354606
"ci-info@npm:^3.2.0":
46364607
version: 3.9.0
46374608
resolution: "ci-info@npm:3.9.0"
@@ -6506,17 +6477,6 @@ __metadata:
65066477
languageName: node
65076478
linkType: hard
65086479

6509-
"is-ci@npm:^2.0.0":
6510-
version: 2.0.0
6511-
resolution: "is-ci@npm:2.0.0"
6512-
dependencies:
6513-
ci-info: "npm:^2.0.0"
6514-
bin:
6515-
is-ci: bin.js
6516-
checksum: 77b869057510f3efa439bbb36e9be429d53b3f51abd4776eeea79ab3b221337fe1753d1e50058a9e2c650d38246108beffb15ccfd443929d77748d8c0cc90144
6517-
languageName: node
6518-
linkType: hard
6519-
65206480
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.5.0":
65216481
version: 2.13.1
65226482
resolution: "is-core-module@npm:2.13.1"
@@ -7211,20 +7171,6 @@ __metadata:
72117171
languageName: node
72127172
linkType: hard
72137173

7214-
"jest-util@npm:^26.1.0":
7215-
version: 26.6.2
7216-
resolution: "jest-util@npm:26.6.2"
7217-
dependencies:
7218-
"@jest/types": "npm:^26.6.2"
7219-
"@types/node": "npm:*"
7220-
chalk: "npm:^4.0.0"
7221-
graceful-fs: "npm:^4.2.4"
7222-
is-ci: "npm:^2.0.0"
7223-
micromatch: "npm:^4.0.2"
7224-
checksum: 3c6a5fba05c4c6892cd3a9f66196ea8867087b77a5aa1a3f6cd349c785c3f1ca24abfd454664983aed1a165cab7846688e44fe8630652d666ba326b08625bc3d
7225-
languageName: node
7226-
linkType: hard
7227-
72287174
"jest-util@npm:^29.0.0, jest-util@npm:^29.7.0":
72297175
version: 29.7.0
72307176
resolution: "jest-util@npm:29.7.0"
@@ -7467,7 +7413,7 @@ __metadata:
74677413
languageName: node
74687414
linkType: hard
74697415

7470-
"json5@npm:2.x, json5@npm:^2.1.2, json5@npm:^2.2.3":
7416+
"json5@npm:^2.1.2, json5@npm:^2.2.3":
74717417
version: 2.2.3
74727418
resolution: "json5@npm:2.2.3"
74737419
bin:
@@ -7549,9 +7495,9 @@ __metadata:
75497495
stylelint-config-standard: ^34.0.0
75507496
stylelint-csstree-validator: ^3.0.0
75517497
stylelint-prettier: ^4.0.0
7552-
ts-jest: ^26.0.0
7498+
ts-jest: ^29.0.0
75537499
ts-loader: ^8.0.0
7554-
typescript: ~5.0.2
7500+
typescript: ~5.3.3
75557501
webpack: ^5.61.0
75567502
webpack-cli: ^4.0.0
75577503
yjs: ^13.5.40
@@ -7734,7 +7680,7 @@ __metadata:
77347680
languageName: node
77357681
linkType: hard
77367682

7737-
"lodash@npm:4.x, lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.7.0":
7683+
"lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.7.0":
77387684
version: 4.17.21
77397685
resolution: "lodash@npm:4.17.21"
77407686
checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7
@@ -7909,7 +7855,7 @@ __metadata:
79097855
languageName: node
79107856
linkType: hard
79117857

7912-
"micromatch@npm:^4.0.0, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5":
7858+
"micromatch@npm:^4.0.0, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5":
79137859
version: 4.0.5
79147860
resolution: "micromatch@npm:4.0.5"
79157861
dependencies:
@@ -8089,15 +8035,6 @@ __metadata:
80898035
languageName: node
80908036
linkType: hard
80918037

8092-
"mkdirp@npm:1.x, mkdirp@npm:^1.0.3, mkdirp@npm:^1.0.4":
8093-
version: 1.0.4
8094-
resolution: "mkdirp@npm:1.0.4"
8095-
bin:
8096-
mkdirp: bin/cmd.js
8097-
checksum: a96865108c6c3b1b8e1d5e9f11843de1e077e57737602de1b82030815f311be11f96f09cce59bd5b903d0b29834733e5313f9301e3ed6d6f6fba2eae0df4298f
8098-
languageName: node
8099-
linkType: hard
8100-
81018038
"mkdirp@npm:^0.5.1":
81028039
version: 0.5.6
81038040
resolution: "mkdirp@npm:0.5.6"
@@ -8109,6 +8046,15 @@ __metadata:
81098046
languageName: node
81108047
linkType: hard
81118048

8049+
"mkdirp@npm:^1.0.3, mkdirp@npm:^1.0.4":
8050+
version: 1.0.4
8051+
resolution: "mkdirp@npm:1.0.4"
8052+
bin:
8053+
mkdirp: bin/cmd.js
8054+
checksum: a96865108c6c3b1b8e1d5e9f11843de1e077e57737602de1b82030815f311be11f96f09cce59bd5b903d0b29834733e5313f9301e3ed6d6f6fba2eae0df4298f
8055+
languageName: node
8056+
linkType: hard
8057+
81128058
"ms@npm:2.1.2":
81138059
version: 2.1.2
81148060
resolution: "ms@npm:2.1.2"
@@ -9213,23 +9159,23 @@ __metadata:
92139159
languageName: node
92149160
linkType: hard
92159161

9216-
"semver@npm:7.x, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4":
9217-
version: 7.5.4
9218-
resolution: "semver@npm:7.5.4"
9219-
dependencies:
9220-
lru-cache: "npm:^6.0.0"
9162+
"semver@npm:^6.3.0, semver@npm:^6.3.1":
9163+
version: 6.3.1
9164+
resolution: "semver@npm:6.3.1"
92219165
bin:
92229166
semver: bin/semver.js
9223-
checksum: 12d8ad952fa353b0995bf180cdac205a4068b759a140e5d3c608317098b3575ac2f1e09182206bf2eb26120e1c0ed8fb92c48c592f6099680de56bb071423ca3
9167+
checksum: ae47d06de28836adb9d3e25f22a92943477371292d9b665fb023fae278d345d508ca1958232af086d85e0155aee22e313e100971898bbb8d5d89b8b1d4054ca2
92249168
languageName: node
92259169
linkType: hard
92269170

9227-
"semver@npm:^6.3.0, semver@npm:^6.3.1":
9228-
version: 6.3.1
9229-
resolution: "semver@npm:6.3.1"
9171+
"semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4":
9172+
version: 7.5.4
9173+
resolution: "semver@npm:7.5.4"
9174+
dependencies:
9175+
lru-cache: "npm:^6.0.0"
92309176
bin:
92319177
semver: bin/semver.js
9232-
checksum: ae47d06de28836adb9d3e25f22a92943477371292d9b665fb023fae278d345d508ca1958232af086d85e0155aee22e313e100971898bbb8d5d89b8b1d4054ca2
9178+
checksum: 12d8ad952fa353b0995bf180cdac205a4068b759a140e5d3c608317098b3575ac2f1e09182206bf2eb26120e1c0ed8fb92c48c592f6099680de56bb071423ca3
92339179
languageName: node
92349180
linkType: hard
92359181

@@ -10027,30 +9973,7 @@ __metadata:
100279973
languageName: node
100289974
linkType: hard
100299975

10030-
"ts-jest@npm:^26.0.0":
10031-
version: 26.5.6
10032-
resolution: "ts-jest@npm:26.5.6"
10033-
dependencies:
10034-
bs-logger: "npm:0.x"
10035-
buffer-from: "npm:1.x"
10036-
fast-json-stable-stringify: "npm:2.x"
10037-
jest-util: "npm:^26.1.0"
10038-
json5: "npm:2.x"
10039-
lodash: "npm:4.x"
10040-
make-error: "npm:1.x"
10041-
mkdirp: "npm:1.x"
10042-
semver: "npm:7.x"
10043-
yargs-parser: "npm:20.x"
10044-
peerDependencies:
10045-
jest: ">=26 <27"
10046-
typescript: ">=3.8 <5.0"
10047-
bin:
10048-
ts-jest: cli.js
10049-
checksum: 6f65ad4fe67ab3f0fd4c7f9954acbee863af05b2b3f88dd0f490bbcdc58002960fac908b2cb9f009ec14da6fe13cb00a39e291260d6e555abe72448d1c0a017f
10050-
languageName: node
10051-
linkType: hard
10052-
10053-
"ts-jest@npm:^29.1.0":
9976+
"ts-jest@npm:^29.0.0, ts-jest@npm:^29.1.0":
100549977
version: 29.1.2
100559978
resolution: "ts-jest@npm:29.1.2"
100569979
dependencies:
@@ -10190,23 +10113,23 @@ __metadata:
1019010113
languageName: node
1019110114
linkType: hard
1019210115

10193-
"typescript@npm:~5.0.2":
10194-
version: 5.0.4
10195-
resolution: "typescript@npm:5.0.4"
10116+
"typescript@npm:~5.3.3":
10117+
version: 5.3.3
10118+
resolution: "typescript@npm:5.3.3"
1019610119
bin:
1019710120
tsc: bin/tsc
1019810121
tsserver: bin/tsserver
10199-
checksum: 82b94da3f4604a8946da585f7d6c3025fff8410779e5bde2855ab130d05e4fd08938b9e593b6ebed165bda6ad9292b230984f10952cf82f0a0ca07bbeaa08172
10122+
checksum: 2007ccb6e51bbbf6fde0a78099efe04dc1c3dfbdff04ca3b6a8bc717991862b39fd6126c0c3ebf2d2d98ac5e960bcaa873826bb2bb241f14277034148f41f6a2
1020010123
languageName: node
1020110124
linkType: hard
1020210125

10203-
"typescript@patch:typescript@~5.0.2#~builtin<compat/typescript>":
10204-
version: 5.0.4
10205-
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82"
10126+
"typescript@patch:typescript@~5.3.3#~builtin<compat/typescript>":
10127+
version: 5.3.3
10128+
resolution: "typescript@patch:typescript@npm%3A5.3.3#~builtin<compat/typescript>::version=5.3.3&hash=85af82"
1020610129
bin:
1020710130
tsc: bin/tsc
1020810131
tsserver: bin/tsserver
10209-
checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
10132+
checksum: f61375590b3162599f0f0d5b8737877ac0a7bc52761dbb585d67e7b8753a3a4c42d9a554c4cc929f591ffcf3a2b0602f65ae3ce74714fd5652623a816862b610
1021010133
languageName: node
1021110134
linkType: hard
1021210135

@@ -10945,7 +10868,7 @@ __metadata:
1094510868
languageName: node
1094610869
linkType: hard
1094710870

10948-
"yargs-parser@npm:20.x, yargs-parser@npm:^20.2.9":
10871+
"yargs-parser@npm:^20.2.9":
1094910872
version: 20.2.9
1095010873
resolution: "yargs-parser@npm:20.2.9"
1095110874
checksum: 8bb69015f2b0ff9e17b2c8e6bfe224ab463dd00ca211eece72a4cd8a906224d2703fb8a326d36fdd0e68701e201b2a60ed7cf81ce0fd9b3799f9fe7745977ae3

0 commit comments

Comments
 (0)