@balena/pinejs 15.0.1 → 15.0.2-build-renovate-faker-js-faker-8-x-80784e9ad7062c0f45e3d91ce8b9862a22bd8edb-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: 80784e9ad7062c0f45e3d91ce8b9862a22bd8edb
4
+ body: |
5
+ Update @faker-js/faker from 7.6.0 to 8.0.1
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Renovate Bot
10
+ nested: []
11
+ version: 15.0.2
12
+ title: ""
13
+ date: 2023-05-23T10:19:56.030Z
1
14
  - commits:
2
15
  - subject: "Migrations.md: Add marking the sbvr field as optional on the 2nd deploy"
3
16
  hash: d6d0ded8eccc6eadb2492f4697918cf0afd00215
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 15.0.1
11
24
  title: ""
12
- date: 2023-05-18T16:00:09.061Z
25
+ date: 2023-05-23T09:41:23.575Z
13
26
  - commits:
14
27
  - subject: Stop re-exporting `ODataRequest` as `HookRequest`
15
28
  hash: 8df1d5c94bd19f5f347c1bf3e91cb5c8ac95f5f0
package/CHANGELOG.md CHANGED
@@ -4,8 +4,13 @@ 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.2
8
+ ## (2023-05-23)
9
+
10
+ * Update dependency @faker-js/faker to v8 [Renovate Bot]
11
+
7
12
  # v15.0.1
8
- ## (2023-05-18)
13
+ ## (2023-05-23)
9
14
 
10
15
  * Migrations.md: Add marking the sbvr field as optional on the 2nd deploy [Thodoris Greasidis]
11
16
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.0.1
1
+ 15.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.0.1",
3
+ "version": "15.0.2-build-renovate-faker-js-faker-8-x-80784e9ad7062c0f45e3d91ce8b9862a22bd8edb-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-05-18T16:00:09.855Z"
137
+ "publishedAt": "2023-05-23T10:19:56.832Z"
138
138
  }
139
139
  }