@balena/pinejs 19.4.2-build-start-tasks-none-added-yet-109625b437c9466401d02e4da6132522dea746ba-1 → 19.4.3-build-renovate-major-5-webpack-dev-server-2d56cb44a8928fa335ffd9ee72826e96ff32bda5-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.
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +22 -1
- package/CHANGELOG.md +5 -0
- package/VERSION +1 -1
- package/package.json +3 -3
@@ -1,3 +1,16 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Update dependency webpack-dev-server to v5
|
3
|
+
hash: 2d56cb44a8928fa335ffd9ee72826e96ff32bda5
|
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.3
|
12
|
+
title: ""
|
13
|
+
date: 2024-10-23T11:57:46.029Z
|
1
14
|
- commits:
|
2
15
|
- subject: Fix starting async tasks before any tasks have yet been added
|
3
16
|
hash: 109625b437c9466401d02e4da6132522dea746ba
|
@@ -9,7 +22,7 @@
|
|
9
22
|
nested: []
|
10
23
|
version: 19.4.2
|
11
24
|
title: ""
|
12
|
-
date: 2024-10-
|
25
|
+
date: 2024-10-22T20:51:21.868Z
|
13
26
|
- commits:
|
14
27
|
- subject: Update dependencies
|
15
28
|
hash: d145bca44643c57fd881a1aab5e48b94071f36ee
|
@@ -1775,6 +1788,7 @@
|
|
1775
1788
|
|
1776
1789
|
|
1777
1790
|
|
1791
|
+
|
1778
1792
|
As balena-lint
|
1779
1793
|
rejects `new
|
1780
1794
|
Boolean()`, `new
|
@@ -1802,6 +1816,7 @@
|
|
1802
1816
|
|
1803
1817
|
|
1804
1818
|
|
1819
|
+
|
1805
1820
|
As engine and npm is
|
1806
1821
|
now required as part
|
1807
1822
|
of package.json we
|
@@ -1844,6 +1859,7 @@
|
|
1844
1859
|
|
1845
1860
|
|
1846
1861
|
|
1862
|
+
|
1847
1863
|
Ensure that the
|
1848
1864
|
input passed in for
|
1849
1865
|
JSON types is either
|
@@ -1956,6 +1972,7 @@
|
|
1956
1972
|
|
1957
1973
|
|
1958
1974
|
|
1975
|
+
|
1959
1976
|
This also deprecates
|
1960
1977
|
the legacy version
|
1961
1978
|
footer:
|
@@ -1989,6 +2006,7 @@
|
|
1989
2006
|
|
1990
2007
|
|
1991
2008
|
|
2009
|
+
|
1992
2010
|
It can in fact be a
|
1993
2011
|
lot of different
|
1994
2012
|
things and that is
|
@@ -2023,6 +2041,7 @@
|
|
2023
2041
|
|
2024
2042
|
|
2025
2043
|
|
2044
|
+
|
2026
2045
|
We know what type
|
2027
2046
|
they return and they
|
2028
2047
|
should be explicitly
|
@@ -2062,6 +2081,7 @@
|
|
2062
2081
|
|
2063
2082
|
|
2064
2083
|
|
2084
|
+
|
2065
2085
|
Update
|
2066
2086
|
@balena/sbvr-types
|
2067
2087
|
from 3.4.18 to 3.5.0
|
@@ -2212,6 +2232,7 @@
|
|
2212
2232
|
|
2213
2233
|
|
2214
2234
|
|
2235
|
+
|
2215
2236
|
This also deprecates
|
2216
2237
|
the legacy use of
|
2217
2238
|
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.3
|
8
|
+
## (2024-10-23)
|
9
|
+
|
10
|
+
* Update dependency webpack-dev-server to v5 [Self-hosted Renovate Bot]
|
11
|
+
|
7
12
|
# v19.4.2
|
8
13
|
## (2024-10-22)
|
9
14
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
19.4.
|
1
|
+
19.4.3
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.4.
|
3
|
+
"version": "19.4.3-build-renovate-major-5-webpack-dev-server-2d56cb44a8928fa335ffd9ee72826e96ff32bda5-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": "^
|
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-
|
150
|
+
"publishedAt": "2024-10-23T11:57:46.930Z"
|
151
151
|
}
|
152
152
|
}
|