File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 5
5
- #3472 , #3484 Node.js 18 & React 18 Upgrade
6
6
- Converted all Node modules & release NPM packages to pure ESM modules
7
7
- Replaced ts-node with tsx
8
- - Replace nyc with c8
9
- - Upgrade to typescript 5 & webpack 5
10
- - Removed [ @gov .au/pancake] ( https://www.npmjs.com/package/@gov.au/pancake ) from dependencies
8
+ - Replaced nyc with c8
9
+ - Upgraded to typescript 5 & webpack 5
10
+ - #3486 : Removed [ @gov .au/pancake] ( https://www.npmjs.com/package/@gov.au/pancake ) from dependencies
11
+ - re-written frontend web worker handling
12
+ - fixed: when the supplied API key is not found, 401 code will be responded rather than 500
13
+ - adjusted CI pipeline workflow
14
+ - replaced ` isomorphic-fetch ` with ` cross-fetch `
15
+ - replaced ` request ` lib usage (including registry client libs) with ` cross-fetch ` or ` node-fetch `
16
+ - removed ` request ` function export from ` @magda/utils ` & ` @magda/typescript-common `
17
+ - reduced the size of ` magda-scss-compiler ` docker image
18
+ - upgraded ` http-proxy ` , ` pg ` & other dependencies
11
19
12
20
## v2.3.3
13
21
You can’t perform that action at this time.
0 commit comments