Skip to content

Commit 347b848

Browse files
committed
Upgrade to wombat 3.8.8 and other Python/JS dependencies
1 parent 1afacff commit 347b848

File tree

6 files changed

+558
-483
lines changed

6 files changed

+558
-483
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- repo: https://github.com/psf/black
11-
rev: '24.10.0'
11+
rev: '25.1.0'
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/astral-sh/ruff-pre-commit

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Upgrade to wombat 3.8.8 and other Python/JS dependencies (#249)
13+
1014
## [5.1.0] - 2025-01-21
1115

1216
### Changed

javascript/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"license": "GPL-3.0-or-later",
66
"author": "openZIM",
77
"devDependencies": {
8-
"@rollup/plugin-commonjs": "28.0.1",
9-
"@rollup/plugin-node-resolve": "15.3.0",
8+
"@rollup/plugin-commonjs": "28.0.2",
9+
"@rollup/plugin-node-resolve": "16.0.0",
1010
"@rollup/plugin-strip": "^3.0.4",
1111
"@rollup/plugin-terser": "0.4.4",
12-
"ava": "^6.1.3",
12+
"ava": "^6.2.0",
1313
"babel-eslint": "^10.1.0",
14-
"eslint": "9.13.0",
15-
"eslint-config-prettier": "9.1.0",
16-
"prettier": "3.3.3",
17-
"rollup": "4.24.0",
14+
"eslint": "9.20.1",
15+
"eslint-config-prettier": "10.0.1",
16+
"prettier": "3.5.1",
17+
"rollup": "4.34.7",
1818
"rollup-plugin-version-injector": "^1.3.3"
1919
},
2020
"scripts": {

0 commit comments

Comments
 (0)