@balena/pinejs 15.3.10 → 15.3.11-build-renovate-faker-js-faker-8-x-ada48a7e4dad5b2aa0cd6357f3c195ec0293c04f-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: ada48a7e4dad5b2aa0cd6357f3c195ec0293c04f
4
+ body: |
5
+ Update @faker-js/faker from 7.6.0 to 8.1.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 15.3.11
12
+ title: ""
13
+ date: 2023-10-07T00:00:52.094Z
1
14
  - commits:
2
15
  - subject: Allow uploading file on resourceName and synonyms
3
16
  hash: 1f6f5aa7e60fe7e6ce938b97f072d13dcaa8012c
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 15.3.10
11
24
  title: ""
12
- date: 2023-10-06T21:48:46.330Z
25
+ date: 2023-10-06T23:32:39.347Z
13
26
  - commits:
14
27
  - subject: Fix Term Forms and Synonyms on webresources models
15
28
  hash: 96747c24ee17652246c7d0c4391ed5e7e6af8586
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.11
8
+ ## (2023-10-07)
9
+
10
+ * Update dependency @faker-js/faker to v8 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.10
8
13
  ## (2023-10-06)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.10
1
+ 15.3.11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.10",
3
+ "version": "15.3.11-build-renovate-faker-js-faker-8-x-ada48a7e4dad5b2aa0cd6357f3c195ec0293c04f-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "devDependencies": {
66
66
  "@balena/lint": "^7.1.1",
67
- "@faker-js/faker": "^7.6.0",
67
+ "@faker-js/faker": "^8.0.0",
68
68
  "@types/busboy": "^1.5.0",
69
69
  "@types/chai": "^4.3.4",
70
70
  "@types/chai-as-promised": "^7.1.5",
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2023-10-06T21:48:47.275Z"
147
+ "publishedAt": "2023-10-07T00:00:52.999Z"
148
148
  }
149
149
  }