[GIT] Evergreen ILS branch main updated. 2fffeee8067fc3e2652defb0365a87a386f671a6

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via 2fffeee8067fc3e2652defb0365a87a386f671a6 (commit) from bbf7a9c55a5e3999785a9f7fdaebad5cc1b3895d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2fffeee8067fc3e2652defb0365a87a386f671a6 Author: Jane Sandberg <js7389@princeton.edu> Date: Fri Jul 4 08:49:43 2025 -0700 LP2115993: Migrate to bundler moduleResolution moduleResolution: node is no longer recommended as of Typescript 5 See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.ht... To test: * Build the angular client in both dev and production mode * Run tests * Run lint * Export strings for translation * Confirm that all of the above works as expected Signed-off-by: Jane Sandberg <js7389@princeton.edu> Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> diff --git a/Open-ILS/src/eg2/tsconfig.json b/Open-ILS/src/eg2/tsconfig.json index e2352a89ad..c081583f78 100644 --- a/Open-ILS/src/eg2/tsconfig.json +++ b/Open-ILS/src/eg2/tsconfig.json @@ -5,7 +5,7 @@ "sourceMap": true, "declaration": false, "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "useDefineForClassFields": false, "target": "es2022", ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/eg2/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User