@balena/pinejs 18.2.3 → 18.2.4-build-tests-node-20-0ae61c069bd857428a7be988b780f6e838faec35-1

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.
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: "Tests: update nodejs to 20.x matching the minimum supported version"
3
+ hash: 0ae61c069bd857428a7be988b780f6e838faec35
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ nested: []
10
+ version: 18.2.4
11
+ title: ""
12
+ date: 2024-09-09T14:57:45.114Z
1
13
  - commits:
2
14
  - subject: Update dependencies
3
15
  hash: 7c5abc026df4ca1b9f72be92aa49791550f83bc6
@@ -539,7 +551,7 @@
539
551
  date: 2024-08-30T13:52:19.618Z
540
552
  version: 18.2.3
541
553
  title: ""
542
- date: 2024-09-06T15:05:05.004Z
554
+ date: 2024-09-06T15:15:46.884Z
543
555
  - commits:
544
556
  - subject: Remove unused dev dependencies
545
557
  hash: 5d40b0c1128aa3d914086c732a99696ab2615c33
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v18.2.4
8
+ ## (2024-09-09)
9
+
10
+ * Tests: update nodejs to 20.x matching the minimum supported version [Pagan Gazzard]
11
+
7
12
  # v18.2.3
8
13
  ## (2024-09-06)
9
14
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:16-alpine as runner
1
+ FROM node:20-alpine as runner
2
2
 
3
3
  WORKDIR /usr/src/pine
4
4
 
@@ -10,5 +10,3 @@ FROM runner as sut
10
10
  CMD npm run mocha
11
11
 
12
12
  FROM runner
13
-
14
-
package/VERSION CHANGED
@@ -1 +1 @@
1
- 18.2.3
1
+ 18.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "18.2.3",
3
+ "version": "18.2.4-build-tests-node-20-0ae61c069bd857428a7be988b780f6e838faec35-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@balena/abstract-sql-compiler": "^9.2.0",
31
- "@balena/abstract-sql-to-typescript": "^4.0.2",
31
+ "@balena/abstract-sql-to-typescript": "^4.0.3",
32
32
  "@balena/env-parsing": "^1.1.12",
33
33
  "@balena/lf-to-abstract-sql": "^5.0.2",
34
34
  "@balena/odata-parser": "^3.0.8",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-09-06T15:05:06.337Z"
150
+ "publishedAt": "2024-09-09T14:57:45.824Z"
151
151
  }
152
152
  }
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v4.0.2
1
+ // These types were generated by @balena/abstract-sql-to-typescript v4.0.3
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4
 
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v4.0.2
1
+ // These types were generated by @balena/abstract-sql-to-typescript v4.0.3
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4
 
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v4.0.2
1
+ // These types were generated by @balena/abstract-sql-to-typescript v4.0.3
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4
 
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v4.0.2
1
+ // These types were generated by @balena/abstract-sql-to-typescript v4.0.3
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4