@balena/pinejs 15.3.18-build-fisehara-computed-fields-only-once-de1f3da2dd4be7dffc7cc871814b548f08d90d56-1 → 15.3.18-build-renovate-node-21-x-8c31cf7acdbaba68cb2bba7c4594f392d06eb7ab-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,18 +1,16 @@
1
1
  - commits:
2
- - subject: Actually compute computed terms only once.
3
- hash: de1f3da2dd4be7dffc7cc871814b548f08d90d56
2
+ - subject: Update Node.js to v21
3
+ hash: 8c31cf7acdbaba68cb2bba7c4594f392d06eb7ab
4
4
  body: |
5
- Afterwards use as Alias or ReferencedFields
5
+ Update node from 16 to 21
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
9
- Signed-off-by: Harald Fischer <harald@balena.io>
10
- signed-off-by: Harald Fischer <harald@balena.io>
11
- author: Harald Fischer
9
+ author: Self-hosted Renovate Bot
12
10
  nested: []
13
11
  version: 15.3.18
14
12
  title: ""
15
- date: 2023-11-23T19:38:50.001Z
13
+ date: 2023-11-23T19:59:33.622Z
16
14
  - commits:
17
15
  - subject: Update @balena/lint
18
16
  hash: 079f1a9438c61b7642088470818ead9580eb1f85
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v15.3.18
8
8
  ## (2023-11-23)
9
9
 
10
- * Actually compute computed terms only once. [Harald Fischer]
10
+ * Update Node.js to v21 [Self-hosted Renovate Bot]
11
11
 
12
12
  # v15.3.17
13
13
  ## (2023-11-23)
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:16-alpine as runner
1
+ FROM node:21-alpine as runner
2
2
 
3
3
  WORKDIR /usr/src/pine
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.18-build-fisehara-computed-fields-only-once-de1f3da2dd4be7dffc7cc871814b548f08d90d56-1",
3
+ "version": "15.3.18-build-renovate-node-21-x-8c31cf7acdbaba68cb2bba7c4594f392d06eb7ab-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  "@balena/env-parsing": "^1.1.5",
30
30
  "@balena/lf-to-abstract-sql": "^5.0.0",
31
31
  "@balena/odata-parser": "^3.0.0",
32
- "@balena/odata-to-abstract-sql": "6.2.0-build-fisehara-optimize-computed-fields-87c73d455a8495f268aa5bd0e291f3f3e8bf5777-1",
32
+ "@balena/odata-to-abstract-sql": "^6.0.1",
33
33
  "@balena/sbvr-parser": "^1.4.3",
34
34
  "@balena/sbvr-types": "^6.0.0",
35
35
  "@types/body-parser": "^1.19.2",
@@ -143,6 +143,6 @@
143
143
  "recursive": true
144
144
  },
145
145
  "versionist": {
146
- "publishedAt": "2023-11-23T19:38:50.650Z"
146
+ "publishedAt": "2023-11-23T19:59:34.277Z"
147
147
  }
148
148
  }