@balena/pinejs 19.4.3 → 19.4.4-build-renovate-major-5-webpack-dev-server-3064441fc67552c02b09b9556f284fa29293d653-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 dependency webpack-dev-server to v5
3
+ hash: 3064441fc67552c02b09b9556f284fa29293d653
4
+ body: |
5
+ Update webpack-dev-server from 4.15.2 to 5.1.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 19.4.4
12
+ title: ""
13
+ date: 2024-10-23T14:58:13.812Z
1
14
  - commits:
2
15
  - subject: Avoid starting more async task workers if it is already running
3
16
  hash: 2bcb311d0680a2010061ce923edf6f7d6616e06a
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 19.4.3
11
24
  title: ""
12
- date: 2024-10-23T13:08:00.038Z
25
+ date: 2024-10-23T14:22:24.366Z
13
26
  - commits:
14
27
  - subject: Fix starting async tasks before any tasks have yet been added
15
28
  hash: 109625b437c9466401d02e4da6132522dea746ba
@@ -1788,6 +1801,7 @@
1788
1801
 
1789
1802
 
1790
1803
 
1804
+
1791
1805
  As balena-lint
1792
1806
  rejects `new
1793
1807
  Boolean()`, `new
@@ -1816,6 +1830,7 @@
1816
1830
 
1817
1831
 
1818
1832
 
1833
+
1819
1834
  As engine and npm is
1820
1835
  now required as part
1821
1836
  of package.json we
@@ -1859,6 +1874,7 @@
1859
1874
 
1860
1875
 
1861
1876
 
1877
+
1862
1878
  Ensure that the
1863
1879
  input passed in for
1864
1880
  JSON types is either
@@ -1972,6 +1988,7 @@
1972
1988
 
1973
1989
 
1974
1990
 
1991
+
1975
1992
  This also deprecates
1976
1993
  the legacy version
1977
1994
  footer:
@@ -2006,6 +2023,7 @@
2006
2023
 
2007
2024
 
2008
2025
 
2026
+
2009
2027
  It can in fact be a
2010
2028
  lot of different
2011
2029
  things and that is
@@ -2041,6 +2059,7 @@
2041
2059
 
2042
2060
 
2043
2061
 
2062
+
2044
2063
  We know what type
2045
2064
  they return and they
2046
2065
  should be explicitly
@@ -2081,6 +2100,7 @@
2081
2100
 
2082
2101
 
2083
2102
 
2103
+
2084
2104
  Update
2085
2105
  @balena/sbvr-types
2086
2106
  from 3.4.18 to 3.5.0
@@ -2232,6 +2252,7 @@
2232
2252
 
2233
2253
 
2234
2254
 
2255
+
2235
2256
  This also deprecates
2236
2257
  the legacy use of
2237
2258
  direct true/false
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
+ # v19.4.4
8
+ ## (2024-10-23)
9
+
10
+ * Update dependency webpack-dev-server to v5 [Self-hosted Renovate Bot]
11
+
7
12
  # v19.4.3
8
13
  ## (2024-10-23)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 19.4.3
1
+ 19.4.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.4.3",
3
+ "version": "19.4.4-build-renovate-major-5-webpack-dev-server-3064441fc67552c02b09b9556f284fa29293d653-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -106,7 +106,7 @@
106
106
  "ts-node": "^10.9.2",
107
107
  "typescript": "^5.6.3",
108
108
  "webpack": "^5.95.0",
109
- "webpack-dev-server": "^4.15.2"
109
+ "webpack-dev-server": "^5.0.0"
110
110
  },
111
111
  "optionalDependencies": {
112
112
  "@aws-sdk/client-s3": "^3.676.0",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-10-23T13:08:00.974Z"
150
+ "publishedAt": "2024-10-23T14:58:14.827Z"
151
151
  }
152
152
  }