Skip to content

Commit

Permalink
v19.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 25, 2024
1 parent df8bc4e commit cbd81b3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Update dependency webpack-dev-server to v5
hash: bc6bb0a5e88091233fbd40b1f14d0df2bea716b5
body: |
Update webpack-dev-server from 4.15.2 to 5.1.0
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 19.5.2
title: ""
date: 2024-10-25T12:07:12.024Z
- commits:
- subject: Expose tasks model on sbvrUtils api
hash: 26b94af7df763012382c29a42ea7f50b45240087
Expand Down Expand Up @@ -1852,6 +1865,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -1883,6 +1897,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -1929,6 +1944,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -2045,6 +2061,7 @@




This also deprecates
the legacy version
footer:
Expand Down Expand Up @@ -2082,6 +2099,7 @@




It can in fact be a
lot of different
things and that is
Expand Down Expand Up @@ -2120,6 +2138,7 @@




We know what type
they return and they
should be explicitly
Expand Down Expand Up @@ -2163,6 +2182,7 @@




Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -2317,6 +2337,7 @@




This also deprecates
the legacy use of
direct true/false
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v19.5.2
## (2024-10-25)

* Update dependency webpack-dev-server to v5 [Self-hosted Renovate Bot]

# v19.5.1
## (2024-10-25)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.5.1
19.5.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "19.5.1",
"version": "19.5.2",
"main": "out/server-glue/module",
"type": "commonjs",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -147,6 +147,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2024-10-25T10:39:27.214Z"
"publishedAt": "2024-10-25T12:07:12.927Z"
}
}

0 comments on commit cbd81b3

Please sign in to comment.