On Tue, Sep 27, 2022 at 01:16:59AM -0700, Allan Pickett wrote:
>
> Would anyone know if there are plans to add support for nodejs v18 as part
> of the maintenance for DSpace 7 as nodejs v16 will be end of life next
> year? And in which sub release this support be aiming for?
If you just want to be able to build and run it on node 18, this works
for me:
diff --git a/package.json b/package.json
index 33e337121..aee1a4083 100644
--- a/package.json
+++ b/package.json
@@ -172,7 +172,7 @@
"eslint": "^8.2.0",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-import": "^2.25.4",
- "eslint-plugin-jsdoc": "^38.0.6",
+ "eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-unused-imports": "^2.0.0",
"express-static-gzip": "^2.1.5",
"fork-ts-checker-webpack-plugin": "^6.0.3",
@@ -209,7 +209,7 @@
"ts-loader": "^5.2.0",
"ts-node": "^8.10.2",
"typescript": "~4.5.5",
- "webpack": "^5.69.1",
+ "webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^4.5.0"
I will bring up the question of *official support*.
> Knowing this would help enormously with scheduling our project.
>
> Should I log an enhancement request for this?
Yes, that would be helpful.
--
Mark H. Wood
Lead Technology Analyst
University Library
Indiana University - Purdue University Indianapolis
755 W. Michigan Street
Indianapolis, IN 46202
317-274-0749
www.ulib.iupui.edu