@lizardbyte/contribkit 2025.922.2626 → 2026.518.124816

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/LizardByte/contribkit.git"
7
7
  },
8
- "version": "2025.922.2626",
8
+ "version": "2026.518.124816",
9
9
  "description": "Toolkit for generating contributor images",
10
10
  "license": "MIT",
11
11
  "funding": "https://app.lizardbyte.dev",
@@ -27,7 +27,7 @@
27
27
  "module": "./dist/index.mjs",
28
28
  "types": "./dist/index.d.mts",
29
29
  "bin": {
30
- "contribkit": "./bin/contribkit.mjs"
30
+ "contribkit": "bin/contribkit.mjs"
31
31
  },
32
32
  "files": [
33
33
  "bin",
@@ -37,45 +37,46 @@
37
37
  "build": "unbuild",
38
38
  "stub": "unbuild --stub",
39
39
  "dev": "esno src/cli.ts",
40
- "test": "npm-run-all test:unit test:report test:lint",
40
+ "test": "npm-run-all test:unit test:report test:lint test:typecheck",
41
41
  "test:unit": "jest --coverage",
42
42
  "test:report": "jest --reporters=jest-junit",
43
43
  "test:lint": "eslint .",
44
- "typecheck": "tsc --noEmit",
44
+ "test:typecheck": "tsc --noEmit",
45
45
  "prepublishOnly": "nr build",
46
46
  "release": "bumpp && pnpm publish"
47
47
  },
48
48
  "dependencies": {
49
49
  "@crowdin/crowdin-api-client": "^1.41.2",
50
- "ansis": "^3.17.0",
50
+ "ansis": "^4.2.0",
51
51
  "cac": "^6.7.14",
52
52
  "consola": "^3.4.0",
53
- "dotenv": "^16.4.7",
53
+ "dotenv": "^17.3.1",
54
54
  "ofetch": "^1.4.1",
55
- "sharp": "^0.33.5",
55
+ "sharp": "^0.34.5",
56
56
  "unconfig": "^7.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@antfu/ni": "^23.3.1",
59
+ "@antfu/ni": "^30.0.0",
60
60
  "@antfu/utils": "^9.1.0",
61
- "@babel/core": "7.26.9",
62
- "@babel/preset-env": "7.26.9",
63
- "@codecov/webpack-plugin": "1.9.0",
61
+ "@babel/core": "7.29.0",
62
+ "@babel/preset-env": "7.29.5",
63
+ "@codecov/webpack-plugin": "2.0.1",
64
+ "@eslint/js": "^10.0.1",
64
65
  "@fast-csv/parse": "^5.0.2",
65
66
  "@types/d3-hierarchy": "^3.1.7",
66
- "@types/node": "^22.13.10",
67
- "bumpp": "^10.0.3",
67
+ "@types/node": "^25.2.3",
68
+ "bumpp": "^11.0.1",
68
69
  "d3-hierarchy": "^3.1.2",
69
- "eslint": "^9.22.0",
70
- "eslint-plugin-jest": "28.11.0",
71
- "globals": "16.0.0",
72
- "jest": "29.7.0",
73
- "jest-environment-jsdom": "29.7.0",
74
- "jest-junit": "16.0.0",
70
+ "eslint": "^10.0.0",
71
+ "eslint-plugin-jest": "29.15.2",
72
+ "globals": "17.6.0",
73
+ "jest": "30.4.2",
74
+ "jest-environment-jsdom": "30.4.1",
75
+ "jest-junit": "17.0.0",
75
76
  "jiti": "^2.4.2",
76
- "normalize-url": "^8.0.1",
77
- "npm-run-all": "4.1.5",
78
- "p-limit": "^6.2.0",
77
+ "normalize-url": "^9.0.0",
78
+ "npm-run-all2": "8.0.4",
79
+ "p-limit": "^7.3.0",
79
80
  "tsx": "^4.19.3",
80
81
  "typescript": "^5.8.2",
81
82
  "unbuild": "^3.5.0"