@newskit-render/mock 0.52.81-f9e7712ca.245 → 0.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.53.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.52.80...@newskit-render/mock@0.53.0) (2026-04-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **SVRS-6031:** Update Next.js to 14.2.35 and Node.js to 20.19 ([#2039](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/2039)) ([7c6f3b7](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/7c6f3b74ddbdbb8241cee5cd11b8eff5d97cfd09))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.52.80](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.52.80-alpha.0...@newskit-render/mock@0.52.80) (2025-10-06)
7
18
 
8
19
  **Note:** Version bump only for package @newskit-render/mock
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18.17-buster
1
+ FROM node:20.19-bullseye
2
2
 
3
3
  WORKDIR /app
4
4
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@newskit-render/mock",
3
- "version": "0.52.81-f9e7712ca.245+f9e7712ca",
3
+ "version": "0.53.0",
4
4
  "description": "Simple rest api with mock data",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
7
7
  "engines": {
8
- "node": ">=16.13"
8
+ "node": ">=20.19"
9
9
  },
10
10
  "scripts": {
11
11
  "start": "json-server --watch src/index.js --port 4000",
@@ -17,5 +17,5 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
- "gitHead": "f9e7712ca0283572e4a29ecf5517ef8785f47635"
20
+ "gitHead": "c3b590d1ef2a31b3b85cb5182da0146864018cd0"
21
21
  }