@balena/pinejs 15.0.2-build-bump-ts-67487ebc958401c7b20dc3b4052f2374b36548c4-1 → 15.0.3-build-renovate-faker-js-faker-8-x-14b70353a7c7796560b48483448e67147cfdc20d-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: Update dependency @faker-js/faker to v8
3
+ hash: 14b70353a7c7796560b48483448e67147cfdc20d
4
+ body: |
5
+ Update @faker-js/faker from 7.6.0 to 8.0.2
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 15.0.3
12
+ title: ""
13
+ date: 2023-06-02T15:05:07.383Z
1
14
  - commits:
2
15
  - subject: Update TypeScript to 5.1.3
3
16
  hash: 67487ebc958401c7b20dc3b4052f2374b36548c4
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 15.0.2
11
24
  title: ""
12
- date: 2023-06-02T14:30:28.680Z
25
+ date: 2023-06-02T14:43:20.273Z
13
26
  - commits:
14
27
  - subject: "Migrations.md: Add marking the sbvr field as optional on the 2nd deploy"
15
28
  hash: d6d0ded8eccc6eadb2492f4697918cf0afd00215
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
+ # v15.0.3
8
+ ## (2023-06-02)
9
+
10
+ * Update dependency @faker-js/faker to v8 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.0.2
8
13
  ## (2023-06-02)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.0.2
1
+ 15.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.0.2-build-bump-ts-67487ebc958401c7b20dc3b4052f2374b36548c4-1",
3
+ "version": "15.0.3-build-renovate-faker-js-faker-8-x-14b70353a7c7796560b48483448e67147cfdc20d-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "devDependencies": {
64
64
  "@balena/lint": "^6.2.2",
65
- "@faker-js/faker": "^7.6.0",
65
+ "@faker-js/faker": "^8.0.0",
66
66
  "@types/chai": "^4.3.4",
67
67
  "@types/chai-as-promised": "^7.1.5",
68
68
  "@types/grunt": "^0.4.27",
@@ -134,6 +134,6 @@
134
134
  "recursive": true
135
135
  },
136
136
  "versionist": {
137
- "publishedAt": "2023-06-02T14:30:29.657Z"
137
+ "publishedAt": "2023-06-02T15:05:08.210Z"
138
138
  }
139
139
  }