@balena/pinejs 16.1.6-build-logger-dict-0abc88cc06bfb3eaa4852c8e2b7534edd816005c-1 → 16.1.7-build-update-deps-1feda2bf5d4580d62398d4cb87c16b2a88a0816a-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,66 @@
1
+ - commits:
2
+ - subject: Update dependencies
3
+ hash: 1feda2bf5d4580d62398d4cb87c16b2a88a0816a
4
+ body: |
5
+ Update @balena/odata-parser from 3.0.7 to 3.0.8
6
+ Update @balena/sbvr-types from 7.1.0 to 7.1.1
7
+ Update pinejs-client-core from 6.14.4 to 6.14.6
8
+ footer:
9
+ Change-type: patch
10
+ change-type: patch
11
+ author: Pagan Gazzard
12
+ nested:
13
+ - commits:
14
+ - subject: Fix type checking of the declaration file
15
+ hash: 17dc377da3031f28bb5f2ffaff9b2185d65159aa
16
+ body: ""
17
+ footer:
18
+ Change-type: patch
19
+ change-type: patch
20
+ author: Pagan Gazzard
21
+ version: odata-parser-3.0.8
22
+ title: ""
23
+ date: 2024-06-04T09:56:51.182Z
24
+ - commits:
25
+ - subject: Type $count/$any/$all as needing to be nested in a navigation property
26
+ hash: 278681eeed59a175159446ec9e036e9f66f879dc
27
+ body: |
28
+ eg `$filter: { references__resource: { $any: { ... } } }`
29
+ footer:
30
+ Change-type: patch
31
+ change-type: patch
32
+ author: Pagan Gazzard
33
+ nested: []
34
+ version: pinejs-client-js-6.14.6
35
+ title: ""
36
+ date: 2024-05-28T17:39:25.074Z
37
+ - commits:
38
+ - subject: Use readonly arrays for typings for better compatibility with `as
39
+ const`
40
+ hash: aef91ea270e4110ef11a8ee76929acc7e8804b36
41
+ body: ""
42
+ footer:
43
+ Change-type: patch
44
+ change-type: patch
45
+ author: Pagan Gazzard
46
+ nested: []
47
+ version: pinejs-client-js-6.14.5
48
+ title: ""
49
+ date: 2024-05-28T15:11:57.306Z
50
+ - commits:
51
+ - subject: Accept `Date` for the write types of `Date Time`/`Date`/`Time`
52
+ hash: eb03c8fb593fad76c74dad57a3d45625daf44d76
53
+ body: ""
54
+ footer:
55
+ Change-type: patch
56
+ change-type: patch
57
+ author: Pagan Gazzard
58
+ version: sbvr-types-7.1.1
59
+ title: ""
60
+ date: 2024-06-04T09:59:12.864Z
61
+ version: 16.1.7
62
+ title: ""
63
+ date: 2024-06-05T08:05:40.839Z
1
64
  - commits:
2
65
  - subject: Deprecate LoggingClient in favor of a separate logger dictionary
3
66
  hash: 0abc88cc06bfb3eaa4852c8e2b7534edd816005c
@@ -9,7 +72,7 @@
9
72
  nested: []
10
73
  version: 16.1.6
11
74
  title: ""
12
- date: 2024-05-08T12:55:25.499Z
75
+ date: 2024-05-09T00:19:29.108Z
13
76
  - commits:
14
77
  - subject: Update dependencies
15
78
  hash: 520cd49d9b5a982fe4e8ab844931d69d27627715
package/CHANGELOG.md CHANGED
@@ -4,8 +4,38 @@ 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
+ # v16.1.7
8
+ ## (2024-06-05)
9
+
10
+
11
+ <details>
12
+ <summary> Update dependencies [Pagan Gazzard] </summary>
13
+
14
+ > ## odata-parser-3.0.8
15
+ > ### (2024-06-04)
16
+ >
17
+ > * Fix type checking of the declaration file [Pagan Gazzard]
18
+ >
19
+ > ## pinejs-client-js-6.14.6
20
+ > ### (2024-05-28)
21
+ >
22
+ > * Type $count/$any/$all as needing to be nested in a navigation property [Pagan Gazzard]
23
+ >
24
+ > ## pinejs-client-js-6.14.5
25
+ > ### (2024-05-28)
26
+ >
27
+ > * Use readonly arrays for typings for better compatibility with `as const` [Pagan Gazzard]
28
+ >
29
+ > ## sbvr-types-7.1.1
30
+ > ### (2024-06-04)
31
+ >
32
+ > * Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard]
33
+ >
34
+
35
+ </details>
36
+
7
37
  # v16.1.6
8
- ## (2024-05-08)
38
+ ## (2024-05-09)
9
39
 
10
40
  * Deprecate LoggingClient in favor of a separate logger dictionary [Pagan Gazzard]
11
41
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 16.1.6
1
+ 16.1.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "16.1.6-build-logger-dict-0abc88cc06bfb3eaa4852c8e2b7534edd816005c-1",
3
+ "version": "16.1.7-build-update-deps-1feda2bf5d4580d62398d4cb87c16b2a88a0816a-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -29,22 +29,22 @@
29
29
  "@balena/abstract-sql-to-typescript": "^2.4.0",
30
30
  "@balena/env-parsing": "^1.1.12",
31
31
  "@balena/lf-to-abstract-sql": "^5.0.2",
32
- "@balena/odata-parser": "^3.0.7",
32
+ "@balena/odata-parser": "^3.0.8",
33
33
  "@balena/odata-to-abstract-sql": "^6.2.7",
34
34
  "@balena/sbvr-parser": "^1.4.4",
35
- "@balena/sbvr-types": "^7.1.0",
35
+ "@balena/sbvr-types": "^7.1.1",
36
36
  "@types/body-parser": "^1.19.5",
37
37
  "@types/compression": "^1.7.5",
38
38
  "@types/cookie-parser": "^1.4.7",
39
39
  "@types/deep-freeze": "^0.1.5",
40
40
  "@types/express": "^4.17.21",
41
41
  "@types/express-session": "^1.18.0",
42
- "@types/lodash": "^4.17.1",
42
+ "@types/lodash": "^4.17.4",
43
43
  "@types/memoizee": "^0.4.11",
44
44
  "@types/method-override": "^0.0.35",
45
45
  "@types/multer": "^1.4.11",
46
46
  "@types/mysql": "^2.15.26",
47
- "@types/node": "^20.12.10",
47
+ "@types/node": "^20.14.2",
48
48
  "@types/passport": "^1.0.16",
49
49
  "@types/passport-local": "^1.0.38",
50
50
  "@types/passport-strategy": "^0.2.38",
@@ -57,8 +57,8 @@
57
57
  "eventemitter3": "^5.0.1",
58
58
  "express-session": "^1.18.0",
59
59
  "lodash": "^4.17.21",
60
- "memoizee": "^0.4.15",
61
- "pinejs-client-core": "^6.14.4",
60
+ "memoizee": "^0.4.17",
61
+ "pinejs-client-core": "^6.14.6",
62
62
  "randomstring": "^1.3.0",
63
63
  "typed-error": "^3.2.2"
64
64
  },
@@ -89,7 +89,7 @@
89
89
  "grunt-ts": "^6.0.0-beta.22",
90
90
  "grunt-webpack": "^6.0.0",
91
91
  "husky": "^9.0.11",
92
- "lint-staged": "^15.2.2",
92
+ "lint-staged": "^15.2.5",
93
93
  "load-grunt-tasks": "^5.1.0",
94
94
  "mocha": "^10.4.0",
95
95
  "on-finished": "^2.4.1",
@@ -106,9 +106,9 @@
106
106
  "webpack-dev-server": "^4.15.2"
107
107
  },
108
108
  "optionalDependencies": {
109
- "@aws-sdk/client-s3": "^3.569.0",
110
- "@aws-sdk/lib-storage": "^3.569.0",
111
- "@aws-sdk/s3-request-presigner": "^3.569.0",
109
+ "@aws-sdk/client-s3": "^3.590.0",
110
+ "@aws-sdk/lib-storage": "^3.590.0",
111
+ "@aws-sdk/s3-request-presigner": "^3.590.0",
112
112
  "bcrypt": "^5.1.1",
113
113
  "body-parser": "^1.20.2",
114
114
  "compression": "^1.7.4",
@@ -118,7 +118,7 @@
118
118
  "mysql": "^2.18.1",
119
119
  "passport": "^0.7.0",
120
120
  "passport-local": "^1.0.0",
121
- "pg": "^8.11.5",
121
+ "pg": "^8.12.0",
122
122
  "pg-connection-string": "^2.6.4",
123
123
  "serve-static": "^1.15.0"
124
124
  },
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2024-05-08T12:55:26.287Z"
147
+ "publishedAt": "2024-06-05T08:05:42.224Z"
148
148
  }
149
149
  }