docx 9.5.3 → 9.6.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docx",
3
- "version": "9.5.3",
3
+ "version": "9.6.0",
4
4
  "description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.cjs",
@@ -26,7 +26,7 @@
26
26
  "test": "vitest --ui --coverage",
27
27
  "test:ci": "vitest run --coverage",
28
28
  "prepublishOnly": "npm run build --omit=dev",
29
- "lint": "eslint --flag unstable_ts_config --config eslint.config.ts",
29
+ "lint": "eslint --config eslint.config.ts",
30
30
  "predemo": "npm run build",
31
31
  "demo": "tsx ./demo/index.ts",
32
32
  "typedoc": "typedoc src/index.ts --tsconfig tsconfig.typedoc.json",
@@ -72,22 +72,20 @@
72
72
  },
73
73
  "homepage": "https://docx.js.org",
74
74
  "devDependencies": {
75
- "@types/eslint__js": "^8.42.3",
76
75
  "@types/inquirer": "^9.0.3",
77
- "@types/prompt": "^1.1.1",
78
76
  "@types/unzipper": "^0.10.4",
79
77
  "@types/xml": "^1.0.8",
80
78
  "@typescript-eslint/eslint-plugin": "^8.8.1",
81
79
  "@typescript-eslint/parser": "^8.8.1",
82
- "@vitest/coverage-v8": "^3.0.8",
80
+ "@vitest/coverage-v8": "^4.0.18",
83
81
  "@vitest/ui": "^4.0.18",
84
82
  "cspell": "^9.0.0",
85
83
  "docsify-cli": "^4.3.0",
86
84
  "eslint": "^9.13.0",
87
85
  "eslint-import-resolver-typescript": "^4.3.2",
88
- "eslint-plugin-functional": "^7.0.2",
86
+ "eslint-plugin-functional": "^9.0.3",
89
87
  "eslint-plugin-import": "^2.26.0",
90
- "eslint-plugin-jsdoc": "^61.1.11",
88
+ "eslint-plugin-jsdoc": "^62.5.5",
91
89
  "eslint-plugin-no-null": "^1.0.2",
92
90
  "eslint-plugin-prefer-arrow": "^1.2.3",
93
91
  "eslint-plugin-unicorn": "^63.0.0",
@@ -101,14 +99,14 @@
101
99
  "tsconfig-paths": "^4.0.0",
102
100
  "tsx": "^4.7.0",
103
101
  "typedoc": "^0.28.2",
104
- "typescript": "5.3.3",
102
+ "typescript": "5.9.3",
105
103
  "typescript-eslint": "^8.10.0",
106
104
  "unzipper": "^0.12.3",
107
105
  "vite": "^7.3.1",
108
106
  "vite-plugin-dts": "^4.2.4",
109
107
  "vite-plugin-node-polyfills": "^0.25.0",
110
108
  "vite-tsconfig-paths": "^6.1.1",
111
- "vitest": "^3.0.8"
109
+ "vitest": "^4.0.18"
112
110
  },
113
111
  "engines": {
114
112
  "node": ">=10"