GCHQDeveloper581
631ded1812
Merge branch 'master' into releases/11.0.0
2026-04-27 17:17:39 +01:00
Henrik Solberg
9e5f94f5dc
[Feature] Change to nginx-unprivileged image for better kubernetes support ( #1922 )
...
Breaking change: Port number for Docker Image has changed from 80 to 8080
2026-04-27 16:15:37 +01:00
GCHQDeveloper581
9088561acf
Bump v10.24.0 ( #2338 )
v10.24.0
2026-04-27 13:17:39 +01:00
GCHQDeveloper581
09bb086853
Update CONTRIBUTING.md ( #2333 )
2026-04-27 12:44:08 +01:00
GCHQDeveloper581
534032f4fe
Fix, and link, Fernet tests ( #2335 )
2026-04-27 12:35:10 +01:00
j83305
ba09f5f1d5
[ #927 ] added parity bit operation ( #1036 )
2026-04-25 08:52:26 +01:00
Björn Heinrichs
97f35095ca
Feature md link blanks ( #660 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (added tests)
2026-04-25 08:43:22 +01:00
Matt C
5a1b121041
Accessibility - Add support for screenreaders in operations search ( #1862 )
2026-04-24 16:19:36 +01:00
ko80240
4080df0bbd
Added metadata extraction for UUID strings. ( #2322 )
2026-04-24 15:14:35 +01:00
dependabot[bot]
e0774ed940
chore (deps): bump the patch-updates group with 6 updates ( #2330 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-24 14:13:57 +01:00
dependabot[bot]
85513daea4
chore (deps): bump @codemirror/search from 6.6.0 to 6.7.0 ( #2331 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-24 12:46:38 +01:00
GCHQDeveloper581
afde9bf6fd
Explicitly pull in the punycode.js userland module
...
Avoids DEP[0040] warnings regarding use of the deprecated node internal punycode module
2026-04-20 11:34:04 +00:00
GCHQDeveloper581
d8cb1bb0d4
Fix linting warning
2026-04-20 11:34:02 +00:00
engin0223
2a577fbcec
fix(tests): enable asynchronous operation support in CJS and ESM consumer tests
2026-04-20 11:34:01 +00:00
engin0223
0614e8399d
fix(node): enable asynchronous support for chef.bake tests
2026-04-20 11:34:01 +00:00
engin0223
212a2c68c3
fix(node): enable asynchronous operation support in Node.js API
2026-04-20 11:34:01 +00:00
GCHQDeveloper581
cfc84f543c
Downgrade jq-web back to 0.5.1
2026-04-20 11:34:00 +00:00
GCHQDeveloper581
968269f223
Pin jimp explicitly to 1.6.0
2026-04-20 11:33:58 +00:00
Leon Zandman
15ba42167e
chore: update dependencies in package.json
...
- upgraded chromedriver from ^130.0.4 to ^146.0.5
- upgraded cspell from ^8.19.4 to ^9.7.0
- upgraded globals from ^15.15.0 to ^17.4.0
- upgraded sitemap from ^8.0.3 to ^9.0.1
- upgraded jq-web from ^0.5.1 to ^0.6.2
- upgraded otpauth from 9.3.6 to ^9.5.0
2026-04-20 11:33:58 +00:00
Leon Zandman
480f8d73c7
Fix linting.
2026-04-20 11:33:58 +00:00
Leon Zandman
5acd5ebb9b
Test fix: add WASM fetch polyfill for Node.js 22+ compatibility
2026-04-20 11:33:57 +00:00
Leon Zandman
05ebb7e228
Webpack-related updates.
2026-04-20 11:33:57 +00:00
Leon Zandman
2b032abc1e
npm update
2026-04-20 11:33:55 +00:00
Leon Zandman
fc9418fbeb
Upgrade Node.js from 22 to 24 across all configs and CI.
...
Remove stale --experimental-* flags and redundant node version reset step in releases workflow.
2026-04-20 11:33:54 +00:00
Leon Zandman
f180b5ea77
Devcontainer Node 22.
2026-04-20 11:33:49 +00:00
Leon Zandman
30be1f66a8
Update node version in Github workflows.
2026-04-20 11:33:49 +00:00
Leon Zandman
4b81dae38e
Updated readme.
2026-04-20 11:33:48 +00:00
Leon Zandman
6883a2815f
More assert replacements.
2026-04-20 11:33:48 +00:00
Leon Zandman
0889507621
Upgrade Dockerfile to Node 22.
2026-04-20 11:33:48 +00:00
Leon Zandman
a868ddc2db
Upgrade to Node 22.
2026-04-20 11:33:47 +00:00
GCHQDeveloper581
a6fbf3e726
Update .nvmrc to reflect new default Node version
2026-04-20 11:33:47 +00:00
GCHQDeveloper581
53d99e43a3
Use a base image that actually exists
2026-04-20 11:33:47 +00:00
GCHQDeveloper581
34cd7dbff2
Further bump minimum/default node to 22
2026-04-20 11:33:44 +00:00
GCHQDeveloper581
3f591af3a0
Update node version used in GitHub actions
2026-04-20 11:33:38 +00:00
GCHQDeveloper581
840f6bf2bf
Fix some "assert{type:" occurences missed in the previous pass
2026-04-20 11:33:38 +00:00
GCHQDeveloper581
758084583f
Make compatible with node >=22
...
This is a breaking change for Node <=16
Therefore minimum requirement and build/edit
environment updated to the current Node LTS, v20
2026-04-20 11:33:38 +00:00
Henrik Solberg
378d53596a
Updated docker commands in README.md with new port number used by nginx-unprivileged
2026-04-20 11:33:26 +00:00
Henrik Solberg
9272798f95
Fixed image ref.
2026-04-20 11:32:50 +00:00
Henrik Solberg
1ff398b472
Change to nginx-unprivileged image for better kubernetes support
2026-04-20 11:32:08 +00:00
GCHQDeveloper581
dd9e8c018d
(Feature) Improve CI ( #2328 )
...
* Use "npm ci" rather than "npm install"
* Move UI tests before production image build
* Save zip file artefact from build
2026-04-20 10:49:48 +01:00
GCHQDeveloper581
d591d2be1b
Update dependabot.yml ( #2326 )
...
Ignore jimp-1.6.1 (broken) when searching for updates.
2026-04-17 14:16:51 +01:00
dependabot[bot]
32b748afd3
chore (deps): bump lodash, grunt-legacy-log and grunt-legacy-util ( #2327 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-17 13:03:50 +01:00
dependabot[bot]
4675a7dabe
chore (deps): bump the patch-updates group with 6 updates ( #2323 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (removed jimp from updated dependencies)
2026-04-17 12:37:50 +01:00
dependabot[bot]
a249132512
chore (deps): bump autoprefixer from 10.4.27 to 10.5.0 ( #2324 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-17 09:35:58 +01:00
dependabot[bot]
093346859d
chore (deps): bump dompurify from 3.3.3 to 3.4.0 ( #2321 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 13:33:42 +01:00
dependabot[bot]
991af0f798
chore (deps): bump follow-redirects from 1.15.11 to 1.16.0 ( #2320 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 11:03:06 +01:00
GCHQ Developer 85297
535838146c
Regular Expression operation email address regex: Support IPv4 domains ( #2167 )
...
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com>
2026-04-13 13:04:33 +01:00
BigYellowHammer
f646065c36
Rewriting fixCryptoApiImports and fixSnackbarMarkup to js to make it OS agnostic ( #2298 )
2026-04-11 12:03:16 +01:00
dependabot[bot]
2eb8810bf6
chore (deps): bump basic-ftp from 5.2.1 to 5.2.2 ( #2317 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-11 11:20:20 +01:00
dependabot[bot]
d8830e2b3b
chore (deps): bump axios from 1.13.6 to 1.15.0 ( #2316 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Checked by: GCHQDeveloper581
2026-04-11 10:49:29 +01:00