@balena/pinejs 15.0.5-build-fix-bin-permissions-b530c6d4f5c599e517345084f2db3c544118186e-1 → 15.0.6-build-renovate-faker-js-faker-8-x-a864dd1aec46dda9bc4637684fa3afbb499fcb5b-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: a864dd1aec46dda9bc4637684fa3afbb499fcb5b
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.6
12
+ title: ""
13
+ date: 2023-07-07T16:30:12.005Z
1
14
  - commits:
2
15
  - subject: Mark the bin scripts as executable
3
16
  hash: b530c6d4f5c599e517345084f2db3c544118186e
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 15.0.5
11
24
  title: ""
12
- date: 2023-07-07T08:29:45.207Z
25
+ date: 2023-07-07T15:40:24.029Z
13
26
  - commits:
14
27
  - subject: Add transaction cancelation tests for properly hooked custom endpoints
15
28
  hash: dfe17f5933b2da276633ee713de5c2a0d714b656
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.6
8
+ ## (2023-07-07)
9
+
10
+ * Update dependency @faker-js/faker to v8 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.0.5
8
13
  ## (2023-07-07)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.0.5
1
+ 15.0.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.0.5-build-fix-bin-permissions-b530c6d4f5c599e517345084f2db3c544118186e-1",
3
+ "version": "15.0.6-build-renovate-faker-js-faker-8-x-a864dd1aec46dda9bc4637684fa3afbb499fcb5b-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",
@@ -138,6 +138,6 @@
138
138
  "recursive": true
139
139
  },
140
140
  "versionist": {
141
- "publishedAt": "2023-07-07T08:29:46.178Z"
141
+ "publishedAt": "2023-07-07T16:30:12.842Z"
142
142
  }
143
143
  }