@balena/pinejs 20.0.6 → 20.0.7-build-renovate-major-22-node-js-cb21b71054bd3d8982161f9d12439b4572866c40-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: cb21b71054bd3d8982161f9d12439b4572866c40
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.7
12
+ title: ""
13
+ date: 2025-02-19T17:59:02.111Z
1
14
  - commits:
2
15
  - subject: "fix: Resolve `\\canAccess` for term forms"
3
16
  hash: 3695f922218b0f40bcfa24c2426a280be26c5582
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 20.0.6
11
24
  title: ""
12
- date: 2025-02-19T17:00:03.605Z
25
+ date: 2025-02-19T17:11:29.159Z
13
26
  - commits:
14
27
  - subject: Optimise webresource upload permissions check for multiple uploads in
15
28
  single request
@@ -1654,6 +1667,7 @@
1654
1667
 
1655
1668
 
1656
1669
 
1670
+
1657
1671
  As balena-lint
1658
1672
  rejects `new
1659
1673
  Boolean()`, `new
@@ -1678,6 +1692,7 @@
1678
1692
 
1679
1693
 
1680
1694
 
1695
+
1681
1696
  As engine and npm is
1682
1697
  now required as part
1683
1698
  of package.json we
@@ -1717,6 +1732,7 @@
1717
1732
 
1718
1733
 
1719
1734
 
1735
+
1720
1736
  Ensure that the
1721
1737
  input passed in for
1722
1738
  JSON types is either
@@ -1819,6 +1835,7 @@
1819
1835
 
1820
1836
 
1821
1837
 
1838
+
1822
1839
  This also deprecates
1823
1840
  the legacy version
1824
1841
  footer:
@@ -1849,6 +1866,7 @@
1849
1866
 
1850
1867
 
1851
1868
 
1869
+
1852
1870
  It can in fact be a
1853
1871
  lot of different
1854
1872
  things and that is
@@ -1880,6 +1898,7 @@
1880
1898
 
1881
1899
 
1882
1900
 
1901
+
1883
1902
  We know what type
1884
1903
  they return and they
1885
1904
  should be explicitly
@@ -1916,6 +1935,7 @@
1916
1935
 
1917
1936
 
1918
1937
 
1938
+
1919
1939
  Update
1920
1940
  @balena/sbvr-types
1921
1941
  from 3.4.18 to 3.5.0
@@ -2063,6 +2083,7 @@
2063
2083
 
2064
2084
 
2065
2085
 
2086
+
2066
2087
  This also deprecates
2067
2088
  the legacy use of
2068
2089
  direct true/false
@@ -5181,6 +5202,7 @@
5181
5202
 
5182
5203
 
5183
5204
 
5205
+
5184
5206
 
5185
5207
 
5186
5208
  As balena-lint
@@ -5233,6 +5255,7 @@
5233
5255
 
5234
5256
 
5235
5257
 
5258
+
5236
5259
 
5237
5260
 
5238
5261
  As engine and npm is
@@ -5300,6 +5323,7 @@
5300
5323
 
5301
5324
 
5302
5325
 
5326
+
5303
5327
 
5304
5328
 
5305
5329
  Ensure that the
@@ -5430,6 +5454,7 @@
5430
5454
 
5431
5455
 
5432
5456
 
5457
+
5433
5458
 
5434
5459
 
5435
5460
  This also deprecates
@@ -5488,6 +5513,7 @@
5488
5513
 
5489
5514
 
5490
5515
 
5516
+
5491
5517
 
5492
5518
 
5493
5519
  It can in fact be a
@@ -5547,6 +5573,7 @@
5547
5573
 
5548
5574
 
5549
5575
 
5576
+
5550
5577
 
5551
5578
 
5552
5579
  We know what type
@@ -5611,6 +5638,7 @@
5611
5638
 
5612
5639
 
5613
5640
 
5641
+
5614
5642
 
5615
5643
 
5616
5644
  Update
@@ -5786,6 +5814,7 @@
5786
5814
 
5787
5815
 
5788
5816
 
5817
+
5789
5818
 
5790
5819
 
5791
5820
  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.7
8
+ ## (2025-02-19)
9
+
10
+ * Update Node.js to v22 [balena-renovate[bot]]
11
+
7
12
  # v20.0.6
8
13
  ## (2025-02-19)
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.6
1
+ 20.0.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "20.0.6",
3
+ "version": "20.0.7-build-renovate-major-22-node-js-cb21b71054bd3d8982161f9d12439b4572866c40-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-19T17:00:04.608Z"
151
+ "publishedAt": "2025-02-19T17:59:03.104Z"
152
152
  }
153
153
  }