@balena/pinejs 19.5.1-build-expose-tasks-models-on-pine-api-26b94af7df763012382c29a42ea7f50b45240087-1 → 19.5.2-build-renovate-major-5-webpack-dev-server-bc6bb0a5e88091233fbd40b1f14d0df2bea716b5-2

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: bc6bb0a5e88091233fbd40b1f14d0df2bea716b5
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.5.2
12
+ title: ""
13
+ date: 2024-10-25T10:56:13.077Z
1
14
  - commits:
2
15
  - subject: Expose tasks model on sbvrUtils api
3
16
  hash: 26b94af7df763012382c29a42ea7f50b45240087
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 19.5.1
11
24
  title: ""
12
- date: 2024-10-25T10:29:09.787Z
25
+ date: 2024-10-25T10:39:26.156Z
13
26
  - commits:
14
27
  - subject: Update dependencies to support `is case insensitively equal to`
15
28
  hash: b8987501d09383f91688a13a7e29ec48374d6367
@@ -1852,6 +1865,7 @@
1852
1865
 
1853
1866
 
1854
1867
 
1868
+
1855
1869
  As balena-lint
1856
1870
  rejects `new
1857
1871
  Boolean()`, `new
@@ -1883,6 +1897,7 @@
1883
1897
 
1884
1898
 
1885
1899
 
1900
+
1886
1901
  As engine and npm is
1887
1902
  now required as part
1888
1903
  of package.json we
@@ -1929,6 +1944,7 @@
1929
1944
 
1930
1945
 
1931
1946
 
1947
+
1932
1948
  Ensure that the
1933
1949
  input passed in for
1934
1950
  JSON types is either
@@ -2045,6 +2061,7 @@
2045
2061
 
2046
2062
 
2047
2063
 
2064
+
2048
2065
  This also deprecates
2049
2066
  the legacy version
2050
2067
  footer:
@@ -2082,6 +2099,7 @@
2082
2099
 
2083
2100
 
2084
2101
 
2102
+
2085
2103
  It can in fact be a
2086
2104
  lot of different
2087
2105
  things and that is
@@ -2120,6 +2138,7 @@
2120
2138
 
2121
2139
 
2122
2140
 
2141
+
2123
2142
  We know what type
2124
2143
  they return and they
2125
2144
  should be explicitly
@@ -2163,6 +2182,7 @@
2163
2182
 
2164
2183
 
2165
2184
 
2185
+
2166
2186
  Update
2167
2187
  @balena/sbvr-types
2168
2188
  from 3.4.18 to 3.5.0
@@ -2317,6 +2337,7 @@
2317
2337
 
2318
2338
 
2319
2339
 
2340
+
2320
2341
  This also deprecates
2321
2342
  the legacy use of
2322
2343
  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.5.2
8
+ ## (2024-10-25)
9
+
10
+ * Update dependency webpack-dev-server to v5 [Self-hosted Renovate Bot]
11
+
7
12
  # v19.5.1
8
13
  ## (2024-10-25)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 19.5.1
1
+ 19.5.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.5.1-build-expose-tasks-models-on-pine-api-26b94af7df763012382c29a42ea7f50b45240087-1",
3
+ "version": "19.5.2-build-renovate-major-5-webpack-dev-server-bc6bb0a5e88091233fbd40b1f14d0df2bea716b5-2",
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-25T10:29:10.686Z"
150
+ "publishedAt": "2024-10-25T10:56:14.023Z"
151
151
  }
152
152
  }