Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Aug 29, 2024
1 parent 61dba91 commit 1b3b7f7
Show file tree
Hide file tree
Showing 7 changed files with 936 additions and 981 deletions.
15 changes: 3 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,23 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "05:00"
timezone: "America/Los_Angeles"
interval: "monthly"
groups:
github-actions:
patterns: ["*"]

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "America/Los_Angeles"
interval: "monthly"
groups:
python:
update-types: ["minor", "patch"]

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "America/Los_Angeles"
interval: "monthly"
groups:
javascript:
update-types: ["minor", "patch"]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
HATCH_VERSION: "1.9.1"
HATCH_VERSION: "1.12.0"
PYTHON_VERSION: "3.9"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on: workflow_dispatch

env:
HATCH_VERSION: "1.9.1"
HATCH_VERSION: "1.12.0"
PACKAGE_VERSION: "0.5.0"
PACKAGE_NAME: "jupyterlab-datalogs"
PYTHON_PACKAGE_NAME: "jupyterlab_datalogs"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.10.0
v20.17.0
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@
},
"packageManager": "yarn@3.5.0",
"dependencies": {
"@jupyterlab/application": "^4.1.6",
"@jupyterlab/filebrowser": "^4.1.6",
"@jupyterlab/launcher": "^4.1.6",
"@jupyterlab/notebook": "^4.1.6",
"@jupyterlab/ui-components": "^4.1.6"
"@jupyterlab/application": "^4.2.5",
"@jupyterlab/filebrowser": "^4.2.5",
"@jupyterlab/launcher": "^4.2.5",
"@jupyterlab/notebook": "^4.2.5",
"@jupyterlab/ui-components": "^4.2.5"
},
"devDependencies": {
"@jupyterlab/builder": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@jupyterlab/builder": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.5.4"
}
}
34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling", "hatch-nodejs-version", "jupyterlab>=4.1.6,<5"]
requires = ["hatchling", "hatch-nodejs-version", "jupyterlab>=4.2.5,<5"]
build-backend = "hatchling.build"

[project]
Expand All @@ -25,17 +25,17 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]

[project.optional-dependencies]
all = ["jupyterlab-datalogs[jupyterlab,analysis,plugins]"]
jupyterlab = ["jupyterlab>=4.1.6,<5"]
jupyterlab = ["jupyterlab>=4.2.5,<5"]
analysis = [
"datalogs @ https://painterqubits.github.io/datalogs/latest.tar.gz",
"numpy>=1.26.4,<2",
"xarray>=2024.3.0",
"matplotlib>=3.8.4,<4",
"datalogs>=0.5.1",
"numpy>=1.26.4,<3",
"xarray>=2024.7.0",
"matplotlib>=3.9.2,<4",
]
plugins = [
"jupyterlab-display-name @ https://painterqubits.github.io/jupyterlab-display-name/latest.tar.gz",
"jupyterlab-open-warning[rtc] @ https://painterqubits.github.io/jupyterlab-open-warning/latest.tar.gz",
"jupyterlab-pdf-preview @ https://painterqubits.github.io/jupyterlab-pdf-preview/latest.tar.gz",
"jupyterlab-display-name>=0.2.1",
"jupyterlab-open-warning[rtc]>=0.2.0",
"jupyterlab-pdf-preview>=0.2.1",
]

[tool.hatch.metadata]
Expand All @@ -55,7 +55,7 @@ artifacts = ["labextension"]
"install.json" = "share/jupyter/labextensions/jupyterlab-datalogs/install.json"

[tool.hatch.build.hooks.jupyter-builder]
dependencies = ["hatch-jupyter-builder>=0.8.3"]
dependencies = ["hatch-jupyter-builder>=0.9.1"]
build-function = "hatch_jupyter_builder.npm_builder"
ensured-targets = ["labextension/package.json"]
skip-if-exists = ["labextension/package.json"]
Expand All @@ -67,12 +67,12 @@ npm = ["jlpm"]
[tool.hatch.envs.default]
description = "For running JupyterLab in development"
dependencies = [
"jupyterlab>=4.1.6,<5",
"jupyter-collaboration>=2.0.11,<3",
"datalogs>=0.4.0",
"numpy>=1.26.4,<2",
"xarray>=2024.3.0",
"matplotlib>=3.8.4,<4",
"jupyterlab>=4.2.5,<5",
"jupyter-collaboration>=2.1.2,<3",
"datalogs>=0.5.1",
"numpy>=1.26.4,<3",
"xarray>=2024.7.0",
"matplotlib>=3.9.2,<4",
]

[tool.hatch.envs.default.env-vars]
Expand All @@ -87,4 +87,4 @@ lint = "jlpm lint"
[tool.hatch.envs.ci]
description = "For running jlpm in CI without building and installing this package"
detached = true
dependencies = ["jupyterlab>=4.1.6,<5"]
dependencies = ["jupyterlab>=4.2.5,<5"]
Loading

0 comments on commit 1b3b7f7

Please sign in to comment.