@balena/pinejs 14.36.0 → 14.37.0

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,101 @@
1
+ - commits:
2
+ - subject: Update dependencies for improved sbvr negation
3
+ hash: 60b369be6cb84993f6039aab97416402afaa33e0
4
+ body: |
5
+ Update abstract-sql-compiler from 7.15.0 to 7.17.0
6
+ Update lf-to-abstract-sql from 4.4.0 to 4.4.1
7
+ Update sbvr-parser from 1.2.5 to 1.3.0
8
+ footer:
9
+ Change-type: minor
10
+ change-type: minor
11
+ author: Pagan Gazzard
12
+ nested:
13
+ - commits:
14
+ - subject: Add support for `Count` nodes in rule referenced fields
15
+ hash: 19270d3b6993302d73fff083be322bcb489b3303
16
+ body: ''
17
+ footer:
18
+ Change-type: minor
19
+ change-type: minor
20
+ author: Pagan Gazzard
21
+ nested: []
22
+ version: abstract-sql-compiler-7.17.0
23
+ date: 2021-12-14T17:47:16.726Z
24
+ - commits:
25
+ - subject: Add support for `From` nodes in rule referenced fields
26
+ hash: d9a35a0c0fc69dc21f5aa2003607172d0e9a4579
27
+ body: ''
28
+ footer:
29
+ Change-type: minor
30
+ change-type: minor
31
+ author: Pagan Gazzard
32
+ nested: []
33
+ version: abstract-sql-compiler-7.16.0
34
+ date: 2021-12-14T15:56:49.623Z
35
+ - commits:
36
+ - subject: Respect negated verbs for link tables and foreign keys
37
+ hash: e1a76937586d85db1c054f4d01fbf1f878772273
38
+ body: ''
39
+ footer:
40
+ Change-type: patch
41
+ change-type: patch
42
+ author: Pagan Gazzard
43
+ nested: []
44
+ version: lf-to-abstract-sql-4.4.1
45
+ date: 2021-12-16T17:05:43.999Z
46
+ - commits:
47
+ - subject: Add support for more forms of negation in rules
48
+ hash: 6d6e3690668b6b64deefcde68f3ebe5f731577ce
49
+ body: ''
50
+ footer:
51
+ Change-type: minor
52
+ change-type: minor
53
+ author: Pagan Gazzard
54
+ - subject: Do not check for negated verbs when declaring fact types
55
+ hash: e1fd4b0245993e0704a866f783dfc9bd98743ebb
56
+ body: ''
57
+ footer:
58
+ Change-type: patch
59
+ change-type: patch
60
+ author: Pagan Gazzard
61
+ version: sbvr-parser-1.3.0
62
+ date: 2021-12-16T16:54:01.160Z
63
+ version: 14.37.0
64
+ date: 2021-12-16T17:58:16.606Z
65
+ - commits:
66
+ - subject: Update dependencies
67
+ hash: e545d00d9a8c0ced7828c732da9b5c25541927dd
68
+ body: |
69
+ Update abstract-sql-compiler from 7.14.1 to 7.15.0
70
+ footer:
71
+ Change-type: patch
72
+ change-type: patch
73
+ author: Pagan Gazzard
74
+ nested:
75
+ - commits:
76
+ - subject: Add support for `HAVING` clauses
77
+ hash: ce33ddd42751abbbc190074a5b6a1b63dc24f51e
78
+ body: ''
79
+ footer:
80
+ Change-type: minor
81
+ change-type: minor
82
+ author: Pagan Gazzard
83
+ nested: []
84
+ version: abstract-sql-compiler-7.15.0
85
+ date: 2021-12-13T17:09:58.207Z
86
+ - commits:
87
+ - subject: Fix GroupByNode typings
88
+ hash: 69f473c58785ec51be3ddd7ff441d66c826fc2c1
89
+ body: ''
90
+ footer:
91
+ Change-type: patch
92
+ change-type: patch
93
+ author: Pagan Gazzard
94
+ nested: []
95
+ version: abstract-sql-compiler-7.14.2
96
+ date: 2021-12-13T15:35:55.323Z
97
+ version: 14.36.1
98
+ date: 2021-12-13T18:00:42.915Z
1
99
  - commits:
2
100
  - subject: Add the ability to enable caching of api key actor ids
3
101
  hash: e234f8a1cad8f893fef6974e38f5e3987755b19e
@@ -8,7 +106,7 @@
8
106
  author: Pagan Gazzard
9
107
  nested: []
10
108
  version: 14.36.0
11
- date: 2021-12-10T13:01:51.685Z
109
+ date: 2021-12-10T12:55:30.525Z
12
110
  - commits:
13
111
  - subject: Update from lf-to-abstract-sql to 4.4.0
14
112
  hash: 331515283601b1cb6c2db17f321d9f8b0c383d9f
package/CHANGELOG.md CHANGED
@@ -4,6 +4,47 @@ 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
+ ## 14.37.0 - 2021-12-16
8
+
9
+
10
+ <details>
11
+ <summary> Update dependencies for improved sbvr negation [Pagan Gazzard] </summary>
12
+
13
+ > ### abstract-sql-compiler-7.17.0 - 2021-12-14
14
+ >
15
+ > * Add support for `Count` nodes in rule referenced fields [Pagan Gazzard]
16
+ >
17
+ > ### abstract-sql-compiler-7.16.0 - 2021-12-14
18
+ >
19
+ > * Add support for `From` nodes in rule referenced fields [Pagan Gazzard]
20
+ >
21
+ > ### lf-to-abstract-sql-4.4.1 - 2021-12-16
22
+ >
23
+ > * Respect negated verbs for link tables and foreign keys [Pagan Gazzard]
24
+ >
25
+ > ### sbvr-parser-1.3.0 - 2021-12-16
26
+ >
27
+ > * Add support for more forms of negation in rules [Pagan Gazzard]
28
+ > * Do not check for negated verbs when declaring fact types [Pagan Gazzard]
29
+ >
30
+ </details>
31
+
32
+ ## 14.36.1 - 2021-12-13
33
+
34
+
35
+ <details>
36
+ <summary> Update dependencies [Pagan Gazzard] </summary>
37
+
38
+ > ### abstract-sql-compiler-7.15.0 - 2021-12-13
39
+ >
40
+ > * Add support for `HAVING` clauses [Pagan Gazzard]
41
+ >
42
+ > ### abstract-sql-compiler-7.14.2 - 2021-12-13
43
+ >
44
+ > * Fix GroupByNode typings [Pagan Gazzard]
45
+ >
46
+ </details>
47
+
7
48
  ## 14.36.0 - 2021-12-10
8
49
 
9
50
  * Add the ability to enable caching of api key actor ids [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "14.36.0",
3
+ "version": "14.37.0",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -23,12 +23,12 @@
23
23
  "prettify": "balena-lint -e js -e ts --fix src build typings Gruntfile.ts"
24
24
  },
25
25
  "dependencies": {
26
- "@balena/abstract-sql-compiler": "^7.14.1",
26
+ "@balena/abstract-sql-compiler": "^7.17.0",
27
27
  "@balena/abstract-sql-to-typescript": "^1.1.1",
28
- "@balena/lf-to-abstract-sql": "^4.4.0",
28
+ "@balena/lf-to-abstract-sql": "^4.4.1",
29
29
  "@balena/odata-parser": "^2.2.8",
30
30
  "@balena/odata-to-abstract-sql": "^5.4.6",
31
- "@balena/sbvr-parser": "^1.2.5",
31
+ "@balena/sbvr-parser": "^1.3.0",
32
32
  "@balena/sbvr-types": "^3.4.6",
33
33
  "@types/bluebird": "^3.5.36",
34
34
  "@types/body-parser": "^1.19.2",
@@ -37,7 +37,7 @@
37
37
  "@types/deep-freeze": "^0.1.2",
38
38
  "@types/express": "^4.17.13",
39
39
  "@types/express-session": "^1.17.4",
40
- "@types/lodash": "^4.14.177",
40
+ "@types/lodash": "^4.14.178",
41
41
  "@types/memoizee": "^0.4.6",
42
42
  "@types/method-override": "^0.0.32",
43
43
  "@types/multer": "^1.4.7",
@@ -84,24 +84,24 @@
84
84
  "terser-webpack-plugin": "^4.2.3",
85
85
  "ts-loader": "^8.3.0",
86
86
  "ts-node": "^10.4.0",
87
- "typescript": "^4.5.2",
87
+ "typescript": "^4.5.4",
88
88
  "webpack": "^4.46.0",
89
89
  "webpack-dev-server": "^3.11.3"
90
90
  },
91
91
  "optionalDependencies": {
92
92
  "bcrypt": "^5.0.1",
93
- "body-parser": "^1.19.0",
93
+ "body-parser": "^1.19.1",
94
94
  "compression": "^1.7.4",
95
95
  "cookie-parser": "^1.4.6",
96
96
  "express": "^4.17.1",
97
97
  "method-override": "^3.0.0",
98
- "multer": "^1.4.3",
98
+ "multer": "^1.4.4",
99
99
  "mysql": "^2.18.1",
100
- "passport": "^0.5.0",
100
+ "passport": "^0.5.1",
101
101
  "passport-local": "^1.0.0",
102
102
  "pg": "^8.7.1",
103
103
  "pg-connection-string": "^2.5.0",
104
- "serve-static": "^1.14.1"
104
+ "serve-static": "^1.14.2"
105
105
  },
106
106
  "engines": {
107
107
  "node": ">=10.0.0",
@@ -121,6 +121,6 @@
121
121
  ]
122
122
  },
123
123
  "versionist": {
124
- "publishedAt": "2021-12-10T13:01:51.945Z"
124
+ "publishedAt": "2021-12-16T17:58:17.001Z"
125
125
  }
126
126
  }