@balena/pinejs 20.0.4 → 20.0.5-build-renovate-major-22-node-js-5de391d3764414806ab329d4d4dfe742d1377f72-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: 5de391d3764414806ab329d4d4dfe742d1377f72
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.5
12
+ title: ""
13
+ date: 2025-02-15T16:56:46.838Z
1
14
  - commits:
2
15
  - subject: Fix missing required validation on bindings
3
16
  hash: 5eac96faefde83ce9d1964b407cf6a490df83920
@@ -16,7 +29,7 @@
16
29
  nested: []
17
30
  version: 20.0.4
18
31
  title: ""
19
- date: 2025-02-14T00:29:34.580Z
32
+ date: 2025-02-14T04:13:50.720Z
20
33
  - commits:
21
34
  - subject: Compile in as (= ANY($singleListBinding))
22
35
  hash: bdb34d9df39e0d9d00db492cbb1ef6dfc61e8450
@@ -1619,6 +1632,7 @@
1619
1632
  body: >
1620
1633
 
1621
1634
 
1635
+
1622
1636
  As balena-lint
1623
1637
  rejects `new
1624
1638
  Boolean()`, `new
@@ -1641,6 +1655,7 @@
1641
1655
  body: >
1642
1656
 
1643
1657
 
1658
+
1644
1659
  As engine and npm is
1645
1660
  now required as part
1646
1661
  of package.json we
@@ -1678,6 +1693,7 @@
1678
1693
  body: >
1679
1694
 
1680
1695
 
1696
+
1681
1697
  Ensure that the
1682
1698
  input passed in for
1683
1699
  JSON types is either
@@ -1778,6 +1794,7 @@
1778
1794
  body: >
1779
1795
 
1780
1796
 
1797
+
1781
1798
  This also deprecates
1782
1799
  the legacy version
1783
1800
  footer:
@@ -1806,6 +1823,7 @@
1806
1823
  body: >
1807
1824
 
1808
1825
 
1826
+
1809
1827
  It can in fact be a
1810
1828
  lot of different
1811
1829
  things and that is
@@ -1835,6 +1853,7 @@
1835
1853
  body: >
1836
1854
 
1837
1855
 
1856
+
1838
1857
  We know what type
1839
1858
  they return and they
1840
1859
  should be explicitly
@@ -1869,6 +1888,7 @@
1869
1888
  body: >
1870
1889
 
1871
1890
 
1891
+
1872
1892
  Update
1873
1893
  @balena/sbvr-types
1874
1894
  from 3.4.18 to 3.5.0
@@ -2014,6 +2034,7 @@
2014
2034
  body: >
2015
2035
 
2016
2036
 
2037
+
2017
2038
  This also deprecates
2018
2039
  the legacy use of
2019
2040
  direct true/false
@@ -5130,6 +5151,7 @@
5130
5151
 
5131
5152
 
5132
5153
 
5154
+
5133
5155
 
5134
5156
 
5135
5157
  As balena-lint
@@ -5180,6 +5202,7 @@
5180
5202
 
5181
5203
 
5182
5204
 
5205
+
5183
5206
 
5184
5207
 
5185
5208
  As engine and npm is
@@ -5245,6 +5268,7 @@
5245
5268
 
5246
5269
 
5247
5270
 
5271
+
5248
5272
 
5249
5273
 
5250
5274
  Ensure that the
@@ -5373,6 +5397,7 @@
5373
5397
 
5374
5398
 
5375
5399
 
5400
+
5376
5401
 
5377
5402
 
5378
5403
  This also deprecates
@@ -5429,6 +5454,7 @@
5429
5454
 
5430
5455
 
5431
5456
 
5457
+
5432
5458
 
5433
5459
 
5434
5460
  It can in fact be a
@@ -5486,6 +5512,7 @@
5486
5512
 
5487
5513
 
5488
5514
 
5515
+
5489
5516
 
5490
5517
 
5491
5518
  We know what type
@@ -5548,6 +5575,7 @@
5548
5575
 
5549
5576
 
5550
5577
 
5578
+
5551
5579
 
5552
5580
 
5553
5581
  Update
@@ -5721,6 +5749,7 @@
5721
5749
 
5722
5750
 
5723
5751
 
5752
+
5724
5753
 
5725
5754
 
5726
5755
  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.5
8
+ ## (2025-02-15)
9
+
10
+ * Update Node.js to v22 [balena-renovate[bot]]
11
+
7
12
  # v20.0.4
8
13
  ## (2025-02-14)
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.4
1
+ 20.0.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "20.0.4",
3
+ "version": "20.0.5-build-renovate-major-22-node-js-5de391d3764414806ab329d4d4dfe742d1377f72-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-14T00:29:35.598Z"
151
+ "publishedAt": "2025-02-15T16:56:47.909Z"
152
152
  }
153
153
  }