Upgrades - #46
Open
OliveraReeves wants to merge 7 commits into
Open
Conversation
andyatterton
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Upgrade to v3.0.0 – Build System & Dependency Modernisation
Summary
This release upgrades the project to version 3.0.0 and introduces a significant modernisation of the build tooling, testing stack, and core frontend dependencies. The goal is to improve maintainability, align with modern JavaScript tooling, and remove legacy dependencies.
all tested and working ( need to test on staging and update build scripts where needed)
for the future
If radar 3 might use this then it would be best to migrate to the newer angular framework , there is a plugin/package that allows for a middle ground if we wanted to transition slowly.
jest and playwright are included for current tests and any future tests.
💥 Breaking / Major Changes
🛠 Build System Updates
webpack-dev-server(v1) with modernwebpack servewebpack-dev-middlewareto v6--mode production)extract-text-webpack-pluginwith modern CSS extraction toolingnode-sass→sass🧪 Testing Improvements
jest-environment-jsdom📦 Dependency Updates
1.8.0 → 1.8.30.6.0 → 0.7.18.1.2 → 11.4.03.5.1 → 3.7.11.12.0 → 1.13.24.17.19 → 4.17.212.20.1 → 2.30.11.3.6 → 1.3.74.6.3 → 4.7.0🔧 Tooling Modernisation
@babel/core,@babel/preset-env)css-loader,sass-loader,style-loader,html-loader⚙️ Script Changes
webpack servewebpack --mode production🧭 Notes