Skip to content

Commit f909d00

Browse files
jtpiobrichet
andauthored
Fix repo URL in package.json and some other CI checks (#2)
* Fix repo URL in `package.json` * Update README.md * lint * Update package.json Co-authored-by: Nicolas Brichet <32258950+brichet@users.noreply.github.com> --------- Co-authored-by: Nicolas Brichet <32258950+brichet@users.noreply.github.com>
1 parent 952b47a commit f909d00

File tree

4 files changed

+41
-36
lines changed

4 files changed

+41
-36
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jupyter_secrets_manager
22

3-
[![Github Actions Status](https://github.com/jupyterlab-contrib/jupyter-secrets-manager.git/workflows/Build/badge.svg)](https://github.com/jupyterlab-contrib/jupyter-secrets-manager.git/actions/workflows/build.yml)
3+
[![Github Actions Status](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/workflows/Build/badge.svg)](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/actions/workflows/build.yml)
44

55
A JupyterLab extension to manage secrets.
66

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/jupyterlab-contrib/jupyter-secrets-manager.git",
10+
"homepage": "https://github.com/jupyterlab-contrib/jupyter-secrets-manager",
1111
"bugs": {
12-
"url": "https://github.com/jupyterlab-contrib/jupyter-secrets-manager.git/issues"
12+
"url": "https://github.com/jupyterlab-contrib/jupyter-secrets-manager/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {
@@ -26,7 +26,7 @@
2626
"style": "style/index.css",
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/jupyterlab-contrib/jupyter-secrets-manager.git.git"
29+
"url": "https://github.com/jupyterlab-contrib/jupyter-secrets-manager.git"
3030
},
3131
"scripts": {
3232
"build": "jlpm build:lib && jlpm build:labextension:dev",
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@jupyterlab/application": "^4.0.0",
60-
"@jupyterlab/statedb":"^4.0.0",
60+
"@jupyterlab/statedb": "^4.0.0",
6161
"@lumino/algorithm": "^2.0.0",
6262
"@lumino/coreutils": "^2.1.2"
6363
},

ui-tests/tests/jupyter_secrets_manager.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ test('should emit an activation console message', async ({ page }) => {
1616
await page.goto();
1717

1818
expect(
19-
logs.filter(s => s === 'JupyterLab extension jupyter-secrets-manager is activated!')
19+
logs.filter(
20+
s => s === 'JupyterLab extension jupyter-secrets-manager is activated!'
21+
)
2022
).toHaveLength(1);
2123
});

yarn.lock

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,7 @@ __metadata:
25142514
languageName: node
25152515
linkType: hard
25162516

2517-
"@jupyterlab/statedb@npm:^4.3.5":
2517+
"@jupyterlab/statedb@npm:^4.0.0, @jupyterlab/statedb@npm:^4.3.5":
25182518
version: 4.3.5
25192519
resolution: "@jupyterlab/statedb@npm:4.3.5"
25202520
dependencies:
@@ -2771,13 +2771,13 @@ __metadata:
27712771
linkType: hard
27722772

27732773
"@lezer/python@npm:^1.1.4":
2774-
version: 1.1.15
2775-
resolution: "@lezer/python@npm:1.1.15"
2774+
version: 1.1.16
2775+
resolution: "@lezer/python@npm:1.1.16"
27762776
dependencies:
27772777
"@lezer/common": ^1.2.0
27782778
"@lezer/highlight": ^1.0.0
27792779
"@lezer/lr": ^1.0.0
2780-
checksum: 106ef0a56d0ccac6bcba02ee91770f6cd96fe599edc061300e2d0556ae53a68d32fb8f94e8baeaa34f06127dcb39513425e180966b1fd5cba78da2b78e9ee3c3
2780+
checksum: fb48c64a496c1878248554a82a1a7ba7f8e3f9c73ca0aa1288efe4795b53227fca8d8d3666a7fe0fb1407a730e08da172f0a48daec11d50a686bba7f073ebee6
27812781
languageName: node
27822782
linkType: hard
27832783

@@ -2803,7 +2803,7 @@ __metadata:
28032803
languageName: node
28042804
linkType: hard
28052805

2806-
"@lumino/algorithm@npm:^2.0.2":
2806+
"@lumino/algorithm@npm:^2.0.0, @lumino/algorithm@npm:^2.0.2":
28072807
version: 2.0.2
28082808
resolution: "@lumino/algorithm@npm:2.0.2"
28092809
checksum: 34b25684b845f1bdbf78ca45ebd99a97b67b2992440c9643aafe5fc5a99fae1ddafa9e5890b246b233dc3a12d9f66aa84afe4a2aac44cf31071348ed217740db
@@ -2845,7 +2845,7 @@ __metadata:
28452845
languageName: node
28462846
linkType: hard
28472847

2848-
"@lumino/coreutils@npm:^1.11.0 || ^2.0.0, @lumino/coreutils@npm:^1.11.0 || ^2.2.0, @lumino/coreutils@npm:^2.2.0":
2848+
"@lumino/coreutils@npm:^1.11.0 || ^2.0.0, @lumino/coreutils@npm:^1.11.0 || ^2.2.0, @lumino/coreutils@npm:^2.1.2, @lumino/coreutils@npm:^2.2.0":
28492849
version: 2.2.0
28502850
resolution: "@lumino/coreutils@npm:2.2.0"
28512851
dependencies:
@@ -3059,8 +3059,8 @@ __metadata:
30593059
linkType: hard
30603060

30613061
"@rjsf/core@npm:^5.13.4":
3062-
version: 5.24.3
3063-
resolution: "@rjsf/core@npm:5.24.3"
3062+
version: 5.24.7
3063+
resolution: "@rjsf/core@npm:5.24.7"
30643064
dependencies:
30653065
lodash: ^4.17.21
30663066
lodash-es: ^4.17.21
@@ -3070,13 +3070,13 @@ __metadata:
30703070
peerDependencies:
30713071
"@rjsf/utils": ^5.24.x
30723072
react: ^16.14.0 || >=17
3073-
checksum: 1cf2d7e78e6e4843efe99e35df025a785089de79567ccf5f7262b8e9e27d974dc5ca1284ac5e1e8531dbff50f1baff5b6c5208c7ae9fbf9f8d1a6b8a002f93c7
3073+
checksum: f345be9c44c8bec61828ca3282fd8fdb75a19a62eae26b8a0c37d6ee9a3b09e72decff86954052682346581f8ae4e162803bc7dd3cd7dde40a0cf545da94070b
30743074
languageName: node
30753075
linkType: hard
30763076

30773077
"@rjsf/utils@npm:^5.13.4":
3078-
version: 5.24.3
3079-
resolution: "@rjsf/utils@npm:5.24.3"
3078+
version: 5.24.7
3079+
resolution: "@rjsf/utils@npm:5.24.7"
30803080
dependencies:
30813081
json-schema-merge-allof: ^0.8.1
30823082
jsonpointer: ^5.0.1
@@ -3085,7 +3085,7 @@ __metadata:
30853085
react-is: ^18.2.0
30863086
peerDependencies:
30873087
react: ^16.14.0 || >=17
3088-
checksum: 9f7f143d46b1062fa87624ae8b78d95130680d27bb7586bbb4d52d4273b623a1ff293d56735448a58d0da2921fe0ada0a80d94f4c600a4204710558c07cc246c
3088+
checksum: bb81e8113958419db3185d5510f5d9635f3ad8ad87b5913eca09a37d0e52987b469c31c6548817ec40c19592547c36af7f52d3961a3ab7fee217463be8080de0
30893089
languageName: node
30903090
linkType: hard
30913091

@@ -3268,11 +3268,11 @@ __metadata:
32683268
linkType: hard
32693269

32703270
"@types/node@npm:*":
3271-
version: 22.13.8
3272-
resolution: "@types/node@npm:22.13.8"
3271+
version: 22.13.9
3272+
resolution: "@types/node@npm:22.13.9"
32733273
dependencies:
32743274
undici-types: ~6.20.0
3275-
checksum: 6c07f95d88f1e286ec4517b35c8b53075e6076855fc52536c1ffad0e6b9091ec9ac2a0dd681b47e57da9196868c69342711a51ef1545f157aa893b5c546b8a36
3275+
checksum: d36ae841fa20aa01aefecfeb9363cbc9a5d7ede711fd6bdd9e872975987d6ce2720d4196c8cc7d2c53b3353a121250f96550873f18a73477de86b4198b25bab5
32763276
languageName: node
32773277
linkType: hard
32783278

@@ -3745,11 +3745,11 @@ __metadata:
37453745
linkType: hard
37463746

37473747
"acorn@npm:^8.1.0, acorn@npm:^8.11.0, acorn@npm:^8.14.0, acorn@npm:^8.8.1, acorn@npm:^8.8.2, acorn@npm:^8.9.0":
3748-
version: 8.14.0
3749-
resolution: "acorn@npm:8.14.0"
3748+
version: 8.14.1
3749+
resolution: "acorn@npm:8.14.1"
37503750
bin:
37513751
acorn: bin/acorn
3752-
checksum: 8755074ba55fff94e84e81c72f1013c2d9c78e973c31231c8ae505a5f966859baf654bddd75046bffd73ce816b149298977fff5077a3033dedba0ae2aad152d4
3752+
checksum: 260d9bb6017a1b6e42d31364687f0258f78eb20210b36ef2baad38fd619d78d4e95ff7dde9b3dbe0d81f137f79a8d651a845363a26e6985997f7b71145dc5e94
37533753
languageName: node
37543754
linkType: hard
37553755

@@ -4210,9 +4210,9 @@ __metadata:
42104210
linkType: hard
42114211

42124212
"caniuse-lite@npm:^1.0.30001688":
4213-
version: 1.0.30001701
4214-
resolution: "caniuse-lite@npm:1.0.30001701"
4215-
checksum: 1abcb27ea3296dacdaa669cfe8e094432165f0541bf49ef7a88c2758d0cec5f9a839ea948f7f48c0c63c633d98f6f6c55ccf97ffebea2caaf465389500df5422
4213+
version: 1.0.30001702
4214+
resolution: "caniuse-lite@npm:1.0.30001702"
4215+
checksum: ba8e88f0ef09a16f36de805c9491c3047986ab6bb1e0dc66f03067dce5e197be1c98cfaed21867bad851985f775b8d4fa50e7e37537c116a5fe1ae623dfd400c
42164216
languageName: node
42174217
linkType: hard
42184218

@@ -4788,9 +4788,9 @@ __metadata:
47884788
linkType: hard
47894789

47904790
"electron-to-chromium@npm:^1.5.73":
4791-
version: 1.5.109
4792-
resolution: "electron-to-chromium@npm:1.5.109"
4793-
checksum: 46f71d384f46ead83550027358a45b58370fb243459c347910557ee8d2530637157b54192c702b9adf2bc5c436a8ec2bd3f2da4b3f8e1810aca1becd38c26ba3
4791+
version: 1.5.112
4792+
resolution: "electron-to-chromium@npm:1.5.112"
4793+
checksum: 626e9e0d919d2e23cb37b20ea9ff916be1b2ef96a4955bdfc18f8203a2c98e66fd9cc62a9d1969291538f4c962201add11cc124ca2cab6cde99360ed7802ef58
47944794
languageName: node
47954795
linkType: hard
47964796

@@ -6801,7 +6801,10 @@ __metadata:
68016801
dependencies:
68026802
"@jupyterlab/application": ^4.0.0
68036803
"@jupyterlab/builder": ^4.0.0
6804+
"@jupyterlab/statedb": ^4.0.0
68046805
"@jupyterlab/testutils": ^4.0.0
6806+
"@lumino/algorithm": ^2.0.0
6807+
"@lumino/coreutils": ^2.1.2
68056808
"@types/jest": ^29.2.0
68066809
"@types/json-schema": ^7.0.11
68076810
"@types/react": ^18.0.26
@@ -8917,8 +8920,8 @@ __metadata:
89178920
linkType: hard
89188921

89198922
"terser-webpack-plugin@npm:^5.3.11, terser-webpack-plugin@npm:^5.3.7":
8920-
version: 5.3.12
8921-
resolution: "terser-webpack-plugin@npm:5.3.12"
8923+
version: 5.3.14
8924+
resolution: "terser-webpack-plugin@npm:5.3.14"
89228925
dependencies:
89238926
"@jridgewell/trace-mapping": ^0.3.25
89248927
jest-worker: ^27.4.5
@@ -8934,7 +8937,7 @@ __metadata:
89348937
optional: true
89358938
uglify-js:
89368939
optional: true
8937-
checksum: 7e33658f5f096547bd4bcdfa2d1d5ab4e87fe4b9aa65b4086f30049b69e7a4edb267635960788f694f37bf99228b9e270b255b4831213342b177df8a49b6f8c1
8940+
checksum: 13a1e67f1675a473b18d25cb0ce65c3f0a19b5e9a93213a99ea61dc4ca996ea93aa17a221965b526f5788d242836a8249ad00538fbb322e25cb69076eb55feab
89388941
languageName: node
89398942
linkType: hard
89408943

@@ -9786,11 +9789,11 @@ __metadata:
97869789
linkType: hard
97879790

97889791
"yjs@npm:^13.5.0, yjs@npm:^13.5.40":
9789-
version: 13.6.23
9790-
resolution: "yjs@npm:13.6.23"
9792+
version: 13.6.24
9793+
resolution: "yjs@npm:13.6.24"
97919794
dependencies:
97929795
lib0: ^0.2.99
9793-
checksum: ef6b948db0adebaf20968a4ed198a36e807d19f18f56bac5354a4dd9160ef11adeb49f1cf371cb99b6cc4006eeb3e0d8c2d92f266b185ed01605bee106b6c042
9796+
checksum: cc7dc3e81f7ce4c715d459ba480cf96dad0248f1759968c999d18ad132b7c74b9bce54407ff6dd664623c88246c6ec282e3b8497652750512fa9320e79e215ba
97949797
languageName: node
97959798
linkType: hard
97969799

0 commit comments

Comments
 (0)