@balena/pinejs 20.0.7 → 20.0.8-build-renovate-major-22-node-js-ca4a37680ddcaf9123b1e685e338338e37dfeb16-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,16 @@
1
+ - commits:
2
+ - subject: Update Node.js to v22
3
+ hash: ca4a37680ddcaf9123b1e685e338338e37dfeb16
4
+ body: |
5
+ Update node from 20.18.3 to 22.14.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 20.0.8
12
+ title: ""
13
+ date: 2025-02-20T10:58:40.602Z
1
14
  - commits:
2
15
  - subject: Free up migration related memory after the models get executed
3
16
  hash: 6dde0e76a1bc1b70b1d212fb76b2222e72742fed
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 20.0.7
11
24
  title: ""
12
- date: 2025-02-20T10:28:48.066Z
25
+ date: 2025-02-20T10:39:41.686Z
13
26
  - commits:
14
27
  - subject: "fix: Resolve `\\canAccess` for term forms"
15
28
  hash: 3695f922218b0f40bcfa24c2426a280be26c5582
@@ -1667,6 +1680,7 @@
1667
1680
 
1668
1681
 
1669
1682
 
1683
+
1670
1684
  As balena-lint
1671
1685
  rejects `new
1672
1686
  Boolean()`, `new
@@ -1692,6 +1706,7 @@
1692
1706
 
1693
1707
 
1694
1708
 
1709
+
1695
1710
  As engine and npm is
1696
1711
  now required as part
1697
1712
  of package.json we
@@ -1732,6 +1747,7 @@
1732
1747
 
1733
1748
 
1734
1749
 
1750
+
1735
1751
  Ensure that the
1736
1752
  input passed in for
1737
1753
  JSON types is either
@@ -1835,6 +1851,7 @@
1835
1851
 
1836
1852
 
1837
1853
 
1854
+
1838
1855
  This also deprecates
1839
1856
  the legacy version
1840
1857
  footer:
@@ -1866,6 +1883,7 @@
1866
1883
 
1867
1884
 
1868
1885
 
1886
+
1869
1887
  It can in fact be a
1870
1888
  lot of different
1871
1889
  things and that is
@@ -1898,6 +1916,7 @@
1898
1916
 
1899
1917
 
1900
1918
 
1919
+
1901
1920
  We know what type
1902
1921
  they return and they
1903
1922
  should be explicitly
@@ -1935,6 +1954,7 @@
1935
1954
 
1936
1955
 
1937
1956
 
1957
+
1938
1958
  Update
1939
1959
  @balena/sbvr-types
1940
1960
  from 3.4.18 to 3.5.0
@@ -2083,6 +2103,7 @@
2083
2103
 
2084
2104
 
2085
2105
 
2106
+
2086
2107
  This also deprecates
2087
2108
  the legacy use of
2088
2109
  direct true/false
@@ -5202,6 +5223,7 @@
5202
5223
 
5203
5224
 
5204
5225
 
5226
+
5205
5227
 
5206
5228
 
5207
5229
  As balena-lint
@@ -5255,6 +5277,7 @@
5255
5277
 
5256
5278
 
5257
5279
 
5280
+
5258
5281
 
5259
5282
 
5260
5283
  As engine and npm is
@@ -5323,6 +5346,7 @@
5323
5346
 
5324
5347
 
5325
5348
 
5349
+
5326
5350
 
5327
5351
 
5328
5352
  Ensure that the
@@ -5454,6 +5478,7 @@
5454
5478
 
5455
5479
 
5456
5480
 
5481
+
5457
5482
 
5458
5483
 
5459
5484
  This also deprecates
@@ -5513,6 +5538,7 @@
5513
5538
 
5514
5539
 
5515
5540
 
5541
+
5516
5542
 
5517
5543
 
5518
5544
  It can in fact be a
@@ -5573,6 +5599,7 @@
5573
5599
 
5574
5600
 
5575
5601
 
5602
+
5576
5603
 
5577
5604
 
5578
5605
  We know what type
@@ -5638,6 +5665,7 @@
5638
5665
 
5639
5666
 
5640
5667
 
5668
+
5641
5669
 
5642
5670
 
5643
5671
  Update
@@ -5814,6 +5842,7 @@
5814
5842
 
5815
5843
 
5816
5844
 
5845
+
5817
5846
 
5818
5847
 
5819
5848
  This also deprecates
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
+ # v20.0.8
8
+ ## (2025-02-20)
9
+
10
+ * Update Node.js to v22 [balena-renovate[bot]]
11
+
7
12
  # v20.0.7
8
13
  ## (2025-02-20)
9
14
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:20-alpine as runner
1
+ FROM node:22-alpine as runner
2
2
 
3
3
  WORKDIR /usr/src/pine
4
4
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 20.0.7
1
+ 20.0.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "20.0.7",
3
+ "version": "20.0.8-build-renovate-major-22-node-js-ca4a37680ddcaf9123b1e685e338338e37dfeb16-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-02-20T10:28:49.061Z"
151
+ "publishedAt": "2025-02-20T10:58:41.695Z"
152
152
  }
153
153
  }