@balena/pinejs 15.3.15-build-webresource-not-force-standard-storage-class-e72ffa55f21408996c04eab44d0013bf7a3f905d-1 → 15.3.16-build-renovate-faker-js-faker-8-x-1ad09658e7a0da2b8eb555e7de2c40bbce18b42d-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: 1ad09658e7a0da2b8eb555e7de2c40bbce18b42d
4
+ body: |
5
+ Update @faker-js/faker from 7.6.0 to 8.2.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 15.3.16
12
+ title: ""
13
+ date: 2023-10-25T23:02:37.310Z
1
14
  - commits:
2
15
  - subject: Do not force storage class on s3 upload
3
16
  hash: e72ffa55f21408996c04eab44d0013bf7a3f905d
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 15.3.15
11
24
  title: ""
12
- date: 2023-10-25T22:34:40.818Z
25
+ date: 2023-10-25T22:46:52.289Z
13
26
  - commits:
14
27
  - subject: Update dependency @types/node to v20
15
28
  hash: 86536af590e8b408e9cae3ee6e30621d6e2ae97e
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.3.16
8
+ ## (2023-10-25)
9
+
10
+ * Update dependency @faker-js/faker to v8 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.15
8
13
  ## (2023-10-25)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.15
1
+ 15.3.16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.15-build-webresource-not-force-standard-storage-class-e72ffa55f21408996c04eab44d0013bf7a3f905d-1",
3
+ "version": "15.3.16-build-renovate-faker-js-faker-8-x-1ad09658e7a0da2b8eb555e7de2c40bbce18b42d-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@balena/lint": "^7.1.1",
66
- "@faker-js/faker": "^7.6.0",
66
+ "@faker-js/faker": "^8.0.0",
67
67
  "@types/busboy": "^1.5.0",
68
68
  "@types/chai": "^4.3.4",
69
69
  "@types/chai-as-promised": "^7.1.5",
@@ -143,6 +143,6 @@
143
143
  "recursive": true
144
144
  },
145
145
  "versionist": {
146
- "publishedAt": "2023-10-25T22:34:41.944Z"
146
+ "publishedAt": "2023-10-25T23:02:38.148Z"
147
147
  }
148
148
  }