Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update to JupyterLab v4.4.0b0#7591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jtpio merged 3 commits intojupyter:mainfromjtpio:update-to-v4.4.0b0
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Update to TypeScript 5.5
  • Loading branch information
@jtpio
jtpio committedFeb 20, 2025
commit4b6d411ea899b07db5549618f2159cb3b0f7de57
4 changes: 2 additions & 2 deletionsbuildutils/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,11 +33,11 @@
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"semver": "^7.6.3",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"devDependencies": {
"@types/fs-extra": "^9.0.10",
"@types/node": "^14.6.1",
"@types/node": "^22.13.4",
"@types/semver": "^7.5.8",
"rimraf": "^3.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletionpackage.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -64,7 +64,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.5",
"rimraf": "^3.0.2",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"nx": {}
}
2 changes: 1 addition & 1 deletionpackages/_metapackage/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,6 +34,6 @@
"@jupyter-notebook/ui-components": "^7.4.0-alpha.3"
},
"devDependencies": {
"typescript": "~5.1.6"
"typescript": "~5.5.4"
}
}
2 changes: 1 addition & 1 deletionpackages/application-extension/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -57,7 +57,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletionpackages/application/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -62,7 +62,7 @@
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletionpackages/console-extension/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -46,7 +46,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletionpackages/docmanager-extension/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -49,7 +49,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletionpackages/documentsearch-extension/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -45,7 +45,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletionpackages/help-extension/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -48,7 +48,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletionpackages/lab-extension/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -57,7 +57,7 @@
"devDependencies": {
"@jupyterlab/builder": "~4.4.0-beta.0",
"rimraf": "^3.0.2",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletionpackages/notebook-extension/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -53,7 +53,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletionpackages/terminal-extension/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -46,7 +46,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletionpackages/tree-extension/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -58,7 +58,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletionpackages/tree/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -57,7 +57,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletionpackages/ui-components/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -55,7 +55,7 @@
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"typescript": "~5.1.6"
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
69 changes: 29 additions & 40 deletionsyarn.lock
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2218,7 +2218,7 @@ __metadata:
"@lumino/disposable": ^2.1.3
"@lumino/widgets": ^2.5.0
rimraf: ^3.0.2
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2244,7 +2244,7 @@ __metadata:
jest: ^29.3.1
rimraf: ^3.0.2
ts-jest: ^29.0.3
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2254,13 +2254,13 @@ __metadata:
dependencies:
"@jupyterlab/buildutils": ~4.4.0-beta.0
"@types/fs-extra": ^9.0.10
"@types/node": ^14.6.1
"@types/node": ^22.13.4
"@types/semver": ^7.5.8
commander: ^6.2.0
fs-extra: ^9.1.0
rimraf: ^3.0.2
semver: ^7.6.3
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2274,7 +2274,7 @@ __metadata:
"@jupyterlab/coreutils": ~6.4.0-beta.0
"@lumino/algorithm": ^2.0.2
rimraf: ^3.0.2
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2291,7 +2291,7 @@ __metadata:
"@lumino/algorithm": ^2.0.2
"@lumino/signaling": ^2.1.3
rimraf: ^3.0.2
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2304,7 +2304,7 @@ __metadata:
"@jupyterlab/documentsearch": ~4.4.0-beta.0
"@lumino/widgets": ^2.5.0
rimraf: ^3.0.2
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2320,7 +2320,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
rimraf: ^3.0.2
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2340,7 +2340,7 @@ __metadata:
"@lumino/commands": ^2.3.1
"@lumino/disposable": ^2.1.3
rimraf: ^3.0.2
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2360,7 +2360,7 @@ __metadata:
"@jupyter-notebook/tree": ^7.4.0-alpha.3
"@jupyter-notebook/tree-extension": ^7.4.0-alpha.3
"@jupyter-notebook/ui-components": ^7.4.0-alpha.3
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2381,7 +2381,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
rimraf: ^3.0.2
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2402,7 +2402,7 @@ __metadata:
npm-run-all: ^4.1.5
prettier: ^2.8.5
rimraf: ^3.0.2
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2416,7 +2416,7 @@ __metadata:
"@jupyterlab/terminal": ~4.4.0-beta.0
"@lumino/algorithm": ^2.0.2
rimraf: ^3.0.2
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2442,7 +2442,7 @@ __metadata:
"@lumino/commands": ^2.3.1
"@lumino/widgets": ^2.5.0
rimraf: ^3.0.2
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2467,7 +2467,7 @@ __metadata:
"@lumino/coreutils": ^2.2.0
"@lumino/widgets": ^2.5.0
rimraf: ^3.0.2
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand All@@ -2486,7 +2486,7 @@ __metadata:
react-dom: ^18.2.0
rimraf: ^3.0.2
ts-jest: ^29.0.3
typescript: ~5.1.6
typescript: ~5.5.4
languageName: unknown
linkType: soft

Expand DownExpand Up@@ -6479,10 +6479,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^14.6.1":
version: 14.18.63
resolution: "@types/node@npm:14.18.63"
checksum: be909061a54931778c71c49dc562586c32f909c4b6197e3d71e6dac726d8bd9fccb9f599c0df99f52742b68153712b5097c0f00cac4e279fa894b0ea6719a8fd
"@types/node@npm:*, @types/node@npm:^22.13.4":
version: 22.13.4
resolution: "@types/node@npm:22.13.4"
dependencies:
undici-types: ~6.20.0
checksum: 39ecbd84fc2c6268c57f0479bc095cd304d2e97fee0b4ed7e6a77508aaadb28dc21be0ec91bf866ab2be822bf6c9749945795dbd6ba60e0851b50a967fd784b5
languageName: node
linkType: hard

Expand DownExpand Up@@ -18425,16 +18427,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:~5.1.6":
version: 5.1.6
resolution: "typescript@npm:5.1.6"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: b2f2c35096035fe1f5facd1e38922ccb8558996331405eb00a5111cc948b2e733163cc22fab5db46992aba7dd520fff637f2c1df4996ff0e134e77d3249a7350
languageName: node
linkType: hard

"typescript@patch:typescript@>=3 < 6#~builtin<compat/typescript>, typescript@patch:typescript@~5.5.4#~builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#~builtin<compat/typescript>::version=5.5.4&hash=85af82"
Expand All@@ -18445,16 +18437,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@~5.1.6#~builtin<compat/typescript>":
version: 5.1.6
resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin<compat/typescript>::version=5.1.6&hash=85af82"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 21e88b0a0c0226f9cb9fd25b9626fb05b4c0f3fddac521844a13e1f30beb8f14e90bd409a9ac43c812c5946d714d6e0dee12d5d02dfc1c562c5aacfa1f49b606
languageName: node
linkType: hard

"typestyle@npm:^2.0.4":
version: 2.4.0
resolution: "typestyle@npm:2.4.0"
Expand DownExpand Up@@ -18493,6 +18475,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: b7bc50f012dc6afbcce56c9fd62d7e86b20a62ff21f12b7b5cbf1973b9578d90f22a9c7fe50e638e96905d33893bf2f9f16d98929c4673c2480de05c6c96ea8b
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down
Loading

[8]ページ先頭

©2009-2026 Movatter.jp