Skip to content

Commit f0d1d4c

Browse files
authored
Merge pull request #1371 from rdmorganiser/dependency-updates
Dependency updates (2.3.2)
2 parents 2fec9cb + ae8d39b commit f0d1d4c

6 files changed

Lines changed: 22 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# build the webpack bundle
5656
- uses: actions/setup-node@v4
5757
with:
58-
node-version: 18
58+
node-version: 22
5959
cache: npm
6060
- run: npm ci && npm run build:dist
6161
# build the wheel
@@ -246,7 +246,7 @@ jobs:
246246
run: python -m pip check
247247
- uses: actions/setup-node@v4
248248
with:
249-
node-version: 18
249+
node-version: 22
250250
cache: npm
251251
- run: npm install --include=dev
252252
- name: Write info to step summary

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.1
1+
22.16

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ repos:
2222
exclude: \.dot$
2323
- id: debug-statements
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.11.8
25+
rev: v0.11.12
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --exit-non-zero-on-fix]
2929
- repo: https://github.com/pre-commit/mirrors-eslint
30-
rev: v9.26.0
30+
rev: v9.28.0
3131
hooks:
3232
- id: eslint
3333
args: [--fix, --color]

package-lock.json

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"type": "git",
1414
"url": "https://github.com/rdmorganiser/rdmo"
1515
},
16+
"engines": {
17+
"node": "22.16.x",
18+
"npm": "10.x"
19+
},
1620
"dependencies": {
1721
"@codemirror/lang-html": "^6.4.2",
1822
"@codemirror/lang-javascript": "^6.2.2",
@@ -54,7 +58,7 @@
5458
"eslint-plugin-react": "^7.37.2",
5559
"file-loader": "^6.2.0",
5660
"mini-css-extract-plugin": "^2.9.0",
57-
"sass": "^1.87.0",
61+
"sass": "^1.89.1",
5862
"sass-loader": "^16.0.0",
5963
"webpack": "^5.99.7",
6064
"webpack-cli": "^6.0.1",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies = [
6565

6666
[project.optional-dependencies]
6767
allauth = [
68-
"django-allauth[socialaccount,openid]>=64.1.0,<65.8.0",
68+
"django-allauth[socialaccount,openid]>=64.1.0,<65.10.0",
6969
]
7070
ci = [
7171
"rdmo[dev]",

0 commit comments

Comments
 (0)