@balena/pinejs 14.36.1 → 14.37.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,79 @@
1
+ - commits:
2
+ - subject: Update dependencies
3
+ hash: c130dd27d772acac8d18f75668c18abcea89d6de
4
+ body: |
5
+ Update @balena/odata-to-abstract-sql from 5.4.6 to 5.4.7
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Pagan Gazzard
10
+ nested: []
11
+ version: 14.37.1
12
+ date: 2022-01-11T18:03:27.246Z
13
+ - commits:
14
+ - subject: Update dependencies for improved sbvr negation
15
+ hash: 60b369be6cb84993f6039aab97416402afaa33e0
16
+ body: |
17
+ Update abstract-sql-compiler from 7.15.0 to 7.17.0
18
+ Update lf-to-abstract-sql from 4.4.0 to 4.4.1
19
+ Update sbvr-parser from 1.2.5 to 1.3.0
20
+ footer:
21
+ Change-type: minor
22
+ change-type: minor
23
+ author: Pagan Gazzard
24
+ nested:
25
+ - commits:
26
+ - subject: Add support for `Count` nodes in rule referenced fields
27
+ hash: 19270d3b6993302d73fff083be322bcb489b3303
28
+ body: ''
29
+ footer:
30
+ Change-type: minor
31
+ change-type: minor
32
+ author: Pagan Gazzard
33
+ nested: []
34
+ version: abstract-sql-compiler-7.17.0
35
+ date: 2021-12-14T17:47:16.726Z
36
+ - commits:
37
+ - subject: Add support for `From` nodes in rule referenced fields
38
+ hash: d9a35a0c0fc69dc21f5aa2003607172d0e9a4579
39
+ body: ''
40
+ footer:
41
+ Change-type: minor
42
+ change-type: minor
43
+ author: Pagan Gazzard
44
+ nested: []
45
+ version: abstract-sql-compiler-7.16.0
46
+ date: 2021-12-14T15:56:49.623Z
47
+ - commits:
48
+ - subject: Respect negated verbs for link tables and foreign keys
49
+ hash: e1a76937586d85db1c054f4d01fbf1f878772273
50
+ body: ''
51
+ footer:
52
+ Change-type: patch
53
+ change-type: patch
54
+ author: Pagan Gazzard
55
+ nested: []
56
+ version: lf-to-abstract-sql-4.4.1
57
+ date: 2021-12-16T17:05:43.999Z
58
+ - commits:
59
+ - subject: Add support for more forms of negation in rules
60
+ hash: 6d6e3690668b6b64deefcde68f3ebe5f731577ce
61
+ body: ''
62
+ footer:
63
+ Change-type: minor
64
+ change-type: minor
65
+ author: Pagan Gazzard
66
+ - subject: Do not check for negated verbs when declaring fact types
67
+ hash: e1fd4b0245993e0704a866f783dfc9bd98743ebb
68
+ body: ''
69
+ footer:
70
+ Change-type: patch
71
+ change-type: patch
72
+ author: Pagan Gazzard
73
+ version: sbvr-parser-1.3.0
74
+ date: 2021-12-16T16:54:01.160Z
75
+ version: 14.37.0
76
+ date: 2021-12-16T17:51:54.666Z
1
77
  - commits:
2
78
  - subject: Update dependencies
3
79
  hash: e545d00d9a8c0ced7828c732da9b5c25541927dd
@@ -31,7 +107,7 @@
31
107
  version: abstract-sql-compiler-7.14.2
32
108
  date: 2021-12-13T15:35:55.323Z
33
109
  version: 14.36.1
34
- date: 2021-12-13T18:07:12.688Z
110
+ date: 2021-12-13T18:00:42.915Z
35
111
  - commits:
36
112
  - subject: Add the ability to enable caching of api key actor ids
37
113
  hash: e234f8a1cad8f893fef6974e38f5e3987755b19e
package/CHANGELOG.md CHANGED
@@ -4,6 +4,35 @@ 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.1 - 2022-01-11
8
+
9
+ * Update dependencies [Pagan Gazzard]
10
+
11
+ ## 14.37.0 - 2021-12-16
12
+
13
+
14
+ <details>
15
+ <summary> Update dependencies for improved sbvr negation [Pagan Gazzard] </summary>
16
+
17
+ > ### abstract-sql-compiler-7.17.0 - 2021-12-14
18
+ >
19
+ > * Add support for `Count` nodes in rule referenced fields [Pagan Gazzard]
20
+ >
21
+ > ### abstract-sql-compiler-7.16.0 - 2021-12-14
22
+ >
23
+ > * Add support for `From` nodes in rule referenced fields [Pagan Gazzard]
24
+ >
25
+ > ### lf-to-abstract-sql-4.4.1 - 2021-12-16
26
+ >
27
+ > * Respect negated verbs for link tables and foreign keys [Pagan Gazzard]
28
+ >
29
+ > ### sbvr-parser-1.3.0 - 2021-12-16
30
+ >
31
+ > * Add support for more forms of negation in rules [Pagan Gazzard]
32
+ > * Do not check for negated verbs when declaring fact types [Pagan Gazzard]
33
+ >
34
+ </details>
35
+
7
36
  ## 14.36.1 - 2021-12-13
8
37
 
9
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "14.36.1",
3
+ "version": "14.37.1",
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.15.0",
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
- "@balena/odata-to-abstract-sql": "^5.4.6",
31
- "@balena/sbvr-parser": "^1.2.5",
30
+ "@balena/odata-to-abstract-sql": "^5.4.7",
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",
@@ -38,15 +38,15 @@
38
38
  "@types/express": "^4.17.13",
39
39
  "@types/express-session": "^1.17.4",
40
40
  "@types/lodash": "^4.14.178",
41
- "@types/memoizee": "^0.4.6",
41
+ "@types/memoizee": "^0.4.7",
42
42
  "@types/method-override": "^0.0.32",
43
43
  "@types/multer": "^1.4.7",
44
- "@types/mysql": "^2.15.19",
45
- "@types/node": "^12.20.37",
44
+ "@types/mysql": "^2.15.20",
45
+ "@types/node": "^12.20.41",
46
46
  "@types/passport": "^1.0.7",
47
47
  "@types/passport-local": "^1.0.34",
48
48
  "@types/passport-strategy": "^0.2.35",
49
- "@types/pg": "^8.6.1",
49
+ "@types/pg": "^8.6.4",
50
50
  "@types/randomstring": "^1.1.8",
51
51
  "@types/websql": "^0.0.27",
52
52
  "bluebird": "^3.7.2",
@@ -77,14 +77,14 @@
77
77
  "grunt-ts": "^6.0.0-beta.22",
78
78
  "grunt-webpack": "^4.0.3",
79
79
  "husky": "^4.3.8",
80
- "lint-staged": "^12.1.2",
80
+ "lint-staged": "^12.1.7",
81
81
  "load-grunt-tasks": "^5.1.0",
82
82
  "raw-loader": "^4.0.2",
83
83
  "require-npm4-to-publish": "^1.0.0",
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.3",
87
+ "typescript": "^4.5.4",
88
88
  "webpack": "^4.46.0",
89
89
  "webpack-dev-server": "^3.11.3"
90
90
  },
@@ -93,15 +93,15 @@
93
93
  "body-parser": "^1.19.1",
94
94
  "compression": "^1.7.4",
95
95
  "cookie-parser": "^1.4.6",
96
- "express": "^4.17.1",
96
+ "express": "^4.17.2",
97
97
  "method-override": "^3.0.0",
98
98
  "multer": "^1.4.4",
99
99
  "mysql": "^2.18.1",
100
- "passport": "^0.5.0",
100
+ "passport": "^0.5.2",
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-13T18:07:13.187Z"
124
+ "publishedAt": "2022-01-11T18:03:27.531Z"
125
125
  }
126
126
  }
package/repo.yml CHANGED
@@ -1,20 +1,20 @@
1
1
  type: 'node'
2
2
  upstream:
3
- - repo: 'abstract-sql-compiler'
3
+ - repo: '@balena/abstract-sql-compiler'
4
4
  url: 'https://github.com/balena-io-modules/abstract-sql-compiler'
5
- - repo: 'abstract-sql-to-typescript'
5
+ - repo: '@balena/abstract-sql-to-typescript'
6
6
  url: 'https://github.com/balena-io-modules/abstract-sql-to-typescript'
7
- - repo: 'lf-to-abstract-sql'
7
+ - repo: '@balena/lf-to-abstract-sql'
8
8
  url: 'https://github.com/balena-io-modules/lf-to-abstract-sql'
9
- - repo: 'odata-parser'
9
+ - repo: '@balena/odata-parser'
10
10
  url: 'https://github.com/balena-io-modules/odata-parser'
11
- - repo: 'odata-to-abstract-sql'
11
+ - repo: '@balena/odata-to-abstract-sql'
12
12
  url: 'https://github.com/balena-io-modules/odata-to-abstract-sql'
13
13
  - repo: 'pinejs-client-core'
14
14
  url: 'https://github.com/balena-io/pinejs-client-js'
15
- - repo: 'sbvr-parser'
15
+ - repo: '@balena/sbvr-parser'
16
16
  url: 'https://github.com/balena-io-modules/sbvr-parser'
17
- - repo: 'sbvr-types'
17
+ - repo: '@balena/sbvr-types'
18
18
  url: 'https://github.com/balena-io-modules/sbvr-types'
19
19
  - repo: 'typed-error'
20
20
  url: 'https://github.com/balena-io-modules/typed-error'