@balena/pinejs 20.0.5 → 20.0.6-build-renovate-major-22-node-js-bc4d3853de3f1c14b7b97c37d8211bee08bd36ea-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: bc4d3853de3f1c14b7b97c37d8211bee08bd36ea
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.6
12
+ title: ""
13
+ date: 2025-02-17T17:56:04.744Z
1
14
  - commits:
2
15
  - subject: Optimise webresource upload permissions check for multiple uploads in
3
16
  single request
@@ -18,7 +31,7 @@
18
31
  nested: []
19
32
  version: 20.0.5
20
33
  title: ""
21
- date: 2025-02-17T17:23:14.447Z
34
+ date: 2025-02-17T17:33:46.101Z
22
35
  - commits:
23
36
  - subject: Fix missing required validation on bindings
24
37
  hash: 5eac96faefde83ce9d1964b407cf6a490df83920
@@ -1641,6 +1654,7 @@
1641
1654
 
1642
1655
 
1643
1656
 
1657
+
1644
1658
  As balena-lint
1645
1659
  rejects `new
1646
1660
  Boolean()`, `new
@@ -1664,6 +1678,7 @@
1664
1678
 
1665
1679
 
1666
1680
 
1681
+
1667
1682
  As engine and npm is
1668
1683
  now required as part
1669
1684
  of package.json we
@@ -1702,6 +1717,7 @@
1702
1717
 
1703
1718
 
1704
1719
 
1720
+
1705
1721
  Ensure that the
1706
1722
  input passed in for
1707
1723
  JSON types is either
@@ -1803,6 +1819,7 @@
1803
1819
 
1804
1820
 
1805
1821
 
1822
+
1806
1823
  This also deprecates
1807
1824
  the legacy version
1808
1825
  footer:
@@ -1832,6 +1849,7 @@
1832
1849
 
1833
1850
 
1834
1851
 
1852
+
1835
1853
  It can in fact be a
1836
1854
  lot of different
1837
1855
  things and that is
@@ -1862,6 +1880,7 @@
1862
1880
 
1863
1881
 
1864
1882
 
1883
+
1865
1884
  We know what type
1866
1885
  they return and they
1867
1886
  should be explicitly
@@ -1897,6 +1916,7 @@
1897
1916
 
1898
1917
 
1899
1918
 
1919
+
1900
1920
  Update
1901
1921
  @balena/sbvr-types
1902
1922
  from 3.4.18 to 3.5.0
@@ -2043,6 +2063,7 @@
2043
2063
 
2044
2064
 
2045
2065
 
2066
+
2046
2067
  This also deprecates
2047
2068
  the legacy use of
2048
2069
  direct true/false
@@ -5160,6 +5181,7 @@
5160
5181
 
5161
5182
 
5162
5183
 
5184
+
5163
5185
 
5164
5186
 
5165
5187
  As balena-lint
@@ -5211,6 +5233,7 @@
5211
5233
 
5212
5234
 
5213
5235
 
5236
+
5214
5237
 
5215
5238
 
5216
5239
  As engine and npm is
@@ -5277,6 +5300,7 @@
5277
5300
 
5278
5301
 
5279
5302
 
5303
+
5280
5304
 
5281
5305
 
5282
5306
  Ensure that the
@@ -5406,6 +5430,7 @@
5406
5430
 
5407
5431
 
5408
5432
 
5433
+
5409
5434
 
5410
5435
 
5411
5436
  This also deprecates
@@ -5463,6 +5488,7 @@
5463
5488
 
5464
5489
 
5465
5490
 
5491
+
5466
5492
 
5467
5493
 
5468
5494
  It can in fact be a
@@ -5521,6 +5547,7 @@
5521
5547
 
5522
5548
 
5523
5549
 
5550
+
5524
5551
 
5525
5552
 
5526
5553
  We know what type
@@ -5584,6 +5611,7 @@
5584
5611
 
5585
5612
 
5586
5613
 
5614
+
5587
5615
 
5588
5616
 
5589
5617
  Update
@@ -5758,6 +5786,7 @@
5758
5786
 
5759
5787
 
5760
5788
 
5789
+
5761
5790
 
5762
5791
 
5763
5792
  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.6
8
+ ## (2025-02-17)
9
+
10
+ * Update Node.js to v22 [balena-renovate[bot]]
11
+
7
12
  # v20.0.5
8
13
  ## (2025-02-17)
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.5
1
+ 20.0.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "20.0.5",
3
+ "version": "20.0.6-build-renovate-major-22-node-js-bc4d3853de3f1c14b7b97c37d8211bee08bd36ea-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-17T17:23:15.471Z"
151
+ "publishedAt": "2025-02-17T17:56:05.781Z"
152
152
  }
153
153
  }