@balena/pinejs 19.4.4 → 19.4.5-build-renovate-major-5-webpack-dev-server-02d14f86d9038f7c47a9d4c30ffd132a86b0e95a-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: 02d14f86d9038f7c47a9d4c30ffd132a86b0e95a
|
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.5
|
12
|
+
title: ""
|
13
|
+
date: 2024-10-24T14:55:44.344Z
|
1
14
|
- commits:
|
2
15
|
- subject: Linting fixes
|
3
16
|
hash: 709e32ba4b581f059500365f77667f8ee887e569
|
@@ -9,7 +22,7 @@
|
|
9
22
|
nested: []
|
10
23
|
version: 19.4.4
|
11
24
|
title: ""
|
12
|
-
date: 2024-10-24T14:
|
25
|
+
date: 2024-10-24T14:33:42.814Z
|
13
26
|
- commits:
|
14
27
|
- subject: Avoid starting more async task workers if it is already running
|
15
28
|
hash: 2bcb311d0680a2010061ce923edf6f7d6616e06a
|
@@ -1801,6 +1814,7 @@
|
|
1801
1814
|
|
1802
1815
|
|
1803
1816
|
|
1817
|
+
|
1804
1818
|
As balena-lint
|
1805
1819
|
rejects `new
|
1806
1820
|
Boolean()`, `new
|
@@ -1830,6 +1844,7 @@
|
|
1830
1844
|
|
1831
1845
|
|
1832
1846
|
|
1847
|
+
|
1833
1848
|
As engine and npm is
|
1834
1849
|
now required as part
|
1835
1850
|
of package.json we
|
@@ -1874,6 +1889,7 @@
|
|
1874
1889
|
|
1875
1890
|
|
1876
1891
|
|
1892
|
+
|
1877
1893
|
Ensure that the
|
1878
1894
|
input passed in for
|
1879
1895
|
JSON types is either
|
@@ -1988,6 +2004,7 @@
|
|
1988
2004
|
|
1989
2005
|
|
1990
2006
|
|
2007
|
+
|
1991
2008
|
This also deprecates
|
1992
2009
|
the legacy version
|
1993
2010
|
footer:
|
@@ -2023,6 +2040,7 @@
|
|
2023
2040
|
|
2024
2041
|
|
2025
2042
|
|
2043
|
+
|
2026
2044
|
It can in fact be a
|
2027
2045
|
lot of different
|
2028
2046
|
things and that is
|
@@ -2059,6 +2077,7 @@
|
|
2059
2077
|
|
2060
2078
|
|
2061
2079
|
|
2080
|
+
|
2062
2081
|
We know what type
|
2063
2082
|
they return and they
|
2064
2083
|
should be explicitly
|
@@ -2100,6 +2119,7 @@
|
|
2100
2119
|
|
2101
2120
|
|
2102
2121
|
|
2122
|
+
|
2103
2123
|
Update
|
2104
2124
|
@balena/sbvr-types
|
2105
2125
|
from 3.4.18 to 3.5.0
|
@@ -2252,6 +2272,7 @@
|
|
2252
2272
|
|
2253
2273
|
|
2254
2274
|
|
2275
|
+
|
2255
2276
|
This also deprecates
|
2256
2277
|
the legacy use of
|
2257
2278
|
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.5
|
8
|
+
## (2024-10-24)
|
9
|
+
|
10
|
+
* Update dependency webpack-dev-server to v5 [Self-hosted Renovate Bot]
|
11
|
+
|
7
12
|
# v19.4.4
|
8
13
|
## (2024-10-24)
|
9
14
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
19.4.
|
1
|
+
19.4.5
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.4.
|
3
|
+
"version": "19.4.5-build-renovate-major-5-webpack-dev-server-02d14f86d9038f7c47a9d4c30ffd132a86b0e95a-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-24T14:
|
150
|
+
"publishedAt": "2024-10-24T14:55:45.259Z"
|
151
151
|
}
|
152
152
|
}
|