Skip to content

Commit fca0550

Browse files
committed
Upgrade to template 4.3.6
1 parent b06410d commit fca0550

File tree

146 files changed

+198
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+198
-135
lines changed

cell-toolbar/.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v4.2.4
2+
_commit: v4.3.6
33
_src_path: https://github.com/jupyterlab/extension-template
44
author_email: ''
55
author_name: Project Jupyter Contributors

cell-toolbar/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"files": [
1717
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
1818
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
19+
"src/**/*.{ts,tsx}",
1920
"schema/*.json"
2021
],
2122
"main": "lib/index.js",
@@ -73,7 +74,7 @@
7374
"eslint-config-prettier": "^8.8.0",
7475
"eslint-plugin-prettier": "^5.0.0",
7576
"jest": "^29.2.0",
76-
"npm-run-all": "^4.1.5",
77+
"npm-run-all2": "^7.0.1",
7778
"prettier": "^3.0.0",
7879
"rimraf": "^5.0.1",
7980
"source-map-loader": "^1.0.2",

cell-toolbar/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
3030
source = "nodejs"
3131

3232
[tool.hatch.metadata.hooks.nodejs]
33-
fields = ["description", "authors", "urls"]
33+
fields = ["description", "authors", "urls", "keywords"]
3434

3535
[tool.hatch.build.targets.sdist]
3636
artifacts = ["jupyterlab_examples_cell_toolbar/labextension"]

cell-toolbar/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"esModuleInterop": true,
77
"incremental": true,
88
"jsx": "react",
9+
"lib": ["DOM", "ES2018", "ES2020.Intl"],
910
"module": "esnext",
1011
"moduleResolution": "node",
1112
"noEmitOnError": true,

cell-toolbar/ui-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ in [jupyter_server_test_config.py](./jupyter_server_test_config.py).
1212

1313
The default configuration will produce video for failing tests and an HTML report.
1414

15-
> There is a new experimental UI mode that you may fall in love with; see [that video](https://www.youtube.com/watch?v=jF0yA-JLQW0).
15+
> There is a UI mode that you may like; see [that video](https://www.youtube.com/watch?v=jF0yA-JLQW0).
1616
1717
## Run the tests
1818

clap-button-message/.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v4.2.4
2+
_commit: v4.3.6
33
_src_path: https://github.com/jupyterlab/extension-template
44
author_email: ''
55
author_name: Project Jupyter Contributors

clap-button-message/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"author": "Project Jupyter Contributors",
1616
"files": [
1717
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
18-
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
18+
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
19+
"src/**/*.{ts,tsx}"
1920
],
2021
"main": "lib/index.js",
2122
"types": "lib/index.d.ts",
@@ -67,7 +68,8 @@
6768
"eslint": "^8.36.0",
6869
"eslint-config-prettier": "^8.8.0",
6970
"eslint-plugin-prettier": "^5.0.0",
70-
"npm-run-all": "^4.1.5",
71+
"jest": "^29.2.0",
72+
"npm-run-all2": "^7.0.1",
7173
"prettier": "^3.0.0",
7274
"rimraf": "^5.0.1",
7375
"source-map-loader": "^1.0.2",

clap-button-message/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
3030
source = "nodejs"
3131

3232
[tool.hatch.metadata.hooks.nodejs]
33-
fields = ["description", "authors", "urls"]
33+
fields = ["description", "authors", "urls", "keywords"]
3434

3535
[tool.hatch.build.targets.sdist]
3636
artifacts = ["jupyterlab_examples_shout_button/labextension"]

clap-button-message/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"esModuleInterop": true,
77
"incremental": true,
88
"jsx": "react",
9+
"lib": ["DOM", "ES2018", "ES2020.Intl"],
910
"module": "esnext",
1011
"moduleResolution": "node",
1112
"noEmitOnError": true,

clap-button-message/ui-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ in [jupyter_server_test_config.py](./jupyter_server_test_config.py).
1212

1313
The default configuration will produce video for failing tests and an HTML report.
1414

15-
> There is a new experimental UI mode that you may fall in love with; see [that video](https://www.youtube.com/watch?v=jF0yA-JLQW0).
15+
> There is a UI mode that you may like; see [that video](https://www.youtube.com/watch?v=jF0yA-JLQW0).
1616
1717
## Run the tests
1818

0 commit comments

Comments
 (0)