@balena/pinejs 19.4.4 → 19.5.0-build-bump-dependencies-b8987501d09383f91688a13a7e29ec48374d6367-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,40 @@
1
+ - commits:
2
+ - subject: Update dependencies to support `is case insensitively equal to`
3
+ hash: b8987501d09383f91688a13a7e29ec48374d6367
4
+ body: |
5
+ Update @balena/abstract-sql-compiler from 10.0.1 to 10.1.0
6
+ Update @balena/sbvr-types from 9.0.2 to 9.1.0
7
+ footer:
8
+ Change-type: minor
9
+ change-type: minor
10
+ author: Otavio Jacobi
11
+ nested:
12
+ - commits:
13
+ - subject: Add Lower unary node for countTableSelects optimization
14
+ hash: e3ebcddbf6c725139535fa53de06492a64c9e2a9
15
+ body: ""
16
+ footer:
17
+ Change-type: minor
18
+ change-type: minor
19
+ author: Otavio Jacobi
20
+ nested: []
21
+ version: abstract-sql-compiler-10.1.0
22
+ title: ""
23
+ date: 2024-10-24T14:43:39.710Z
24
+ - commits:
25
+ - subject: Add `is case insensitively equal to` for Text types
26
+ hash: c6414b8b53cb6935e2a496a31d29c7e90efefe38
27
+ body: ""
28
+ footer:
29
+ Change-type: minor
30
+ change-type: minor
31
+ author: Otavio Jacobi
32
+ version: sbvr-types-9.1.0
33
+ title: ""
34
+ date: 2024-10-24T15:56:32.550Z
35
+ version: 19.5.0
36
+ title: ""
37
+ date: 2024-10-24T16:16:26.407Z
1
38
  - commits:
2
39
  - subject: Linting fixes
3
40
  hash: 709e32ba4b581f059500365f77667f8ee887e569
@@ -9,7 +46,7 @@
9
46
  nested: []
10
47
  version: 19.4.4
11
48
  title: ""
12
- date: 2024-10-24T14:20:48.087Z
49
+ date: 2024-10-24T14:33:42.814Z
13
50
  - commits:
14
51
  - subject: Avoid starting more async task workers if it is already running
15
52
  hash: 2bcb311d0680a2010061ce923edf6f7d6616e06a
@@ -1801,6 +1838,7 @@
1801
1838
 
1802
1839
 
1803
1840
 
1841
+
1804
1842
  As balena-lint
1805
1843
  rejects `new
1806
1844
  Boolean()`, `new
@@ -1830,6 +1868,7 @@
1830
1868
 
1831
1869
 
1832
1870
 
1871
+
1833
1872
  As engine and npm is
1834
1873
  now required as part
1835
1874
  of package.json we
@@ -1874,6 +1913,7 @@
1874
1913
 
1875
1914
 
1876
1915
 
1916
+
1877
1917
  Ensure that the
1878
1918
  input passed in for
1879
1919
  JSON types is either
@@ -1988,6 +2028,7 @@
1988
2028
 
1989
2029
 
1990
2030
 
2031
+
1991
2032
  This also deprecates
1992
2033
  the legacy version
1993
2034
  footer:
@@ -2023,6 +2064,7 @@
2023
2064
 
2024
2065
 
2025
2066
 
2067
+
2026
2068
  It can in fact be a
2027
2069
  lot of different
2028
2070
  things and that is
@@ -2059,6 +2101,7 @@
2059
2101
 
2060
2102
 
2061
2103
 
2104
+
2062
2105
  We know what type
2063
2106
  they return and they
2064
2107
  should be explicitly
@@ -2100,6 +2143,7 @@
2100
2143
 
2101
2144
 
2102
2145
 
2146
+
2103
2147
  Update
2104
2148
  @balena/sbvr-types
2105
2149
  from 3.4.18 to 3.5.0
@@ -2252,6 +2296,7 @@
2252
2296
 
2253
2297
 
2254
2298
 
2299
+
2255
2300
  This also deprecates
2256
2301
  the legacy use of
2257
2302
  direct true/false
package/CHANGELOG.md CHANGED
@@ -4,6 +4,26 @@ 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
+ # v19.5.0
8
+ ## (2024-10-24)
9
+
10
+
11
+ <details>
12
+ <summary> Update dependencies to support `is case insensitively equal to` [Otavio Jacobi] </summary>
13
+
14
+ > ## abstract-sql-compiler-10.1.0
15
+ > ### (2024-10-24)
16
+ >
17
+ > * Add Lower unary node for countTableSelects optimization [Otavio Jacobi]
18
+ >
19
+ > ## sbvr-types-9.1.0
20
+ > ### (2024-10-24)
21
+ >
22
+ > * Add `is case insensitively equal to` for Text types [Otavio Jacobi]
23
+ >
24
+
25
+ </details>
26
+
7
27
  # v19.4.4
8
28
  ## (2024-10-24)
9
29
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 19.4.4
1
+ 19.5.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.4.4",
3
+ "version": "19.5.0-build-bump-dependencies-b8987501d09383f91688a13a7e29ec48374d6367-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -27,14 +27,14 @@
27
27
  "generate-types": "node ./bin/sbvr-compiler.js generate-types ./src/sbvr-api/user.sbvr ./src/sbvr-api/user.ts && node ./bin/sbvr-compiler.js generate-types ./src/migrator/migrations.sbvr ./src/migrator/migrations.ts && node ./bin/sbvr-compiler.js generate-types ./src/sbvr-api/dev.sbvr ./src/sbvr-api/dev.ts && node ./bin/sbvr-compiler.js generate-types ./src/tasks/tasks.sbvr ./src/tasks/tasks.ts && balena-lint -t tsconfig.dev.json --fix ./src/sbvr-api/user.ts ./src/migrator/migrations.ts ./src/sbvr-api/dev.ts"
28
28
  },
29
29
  "dependencies": {
30
- "@balena/abstract-sql-compiler": "^10.0.1",
30
+ "@balena/abstract-sql-compiler": "^10.1.0",
31
31
  "@balena/abstract-sql-to-typescript": "^5.0.1",
32
32
  "@balena/env-parsing": "^1.2.0",
33
33
  "@balena/lf-to-abstract-sql": "^5.0.2",
34
34
  "@balena/odata-parser": "^3.1.2",
35
35
  "@balena/odata-to-abstract-sql": "^7.0.0",
36
36
  "@balena/sbvr-parser": "^1.4.6",
37
- "@balena/sbvr-types": "^9.0.2",
37
+ "@balena/sbvr-types": "^9.1.0",
38
38
  "@types/body-parser": "^1.19.5",
39
39
  "@types/compression": "^1.7.5",
40
40
  "@types/cookie-parser": "^1.4.7",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-10-24T14:20:49.053Z"
150
+ "publishedAt": "2024-10-24T16:16:27.981Z"
151
151
  }
152
152
  }