@balena/pinejs 19.5.5-build-run-tests-on-utc-726c1ea0a2e144f9e2a6fe7fda19856b895a4aed-1 → 19.5.5-build-run-tests-on-utc-66ee275e8d32011a757507940a21747c2a7bdfca-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,6 +1,6 @@
1
1
  - commits:
2
- - subject: Run tests on UTC TZ
3
- hash: 726c1ea0a2e144f9e2a6fe7fda19856b895a4aed
2
+ - subject: Run tests on UTC timezone
3
+ hash: 66ee275e8d32011a757507940a21747c2a7bdfca
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: patch
@@ -9,7 +9,7 @@
9
9
  nested: []
10
10
  version: 19.5.5
11
11
  title: ""
12
- date: 2024-11-11T22:31:12.879Z
12
+ date: 2024-11-20T18:29:47.322Z
13
13
  - commits:
14
14
  - subject: Fix async tasks race condition for selecting task to be executed
15
15
  hash: 97936ec9a2b3f5179a9088b6ae3fac14537ed378
@@ -889,10 +889,8 @@
889
889
  - commits:
890
890
  - subject: Update dependency @balena/abstract-sql-compiler to v9
891
891
  hash: 37684ebb1692f97780dd27056b9cfe299c456b3c
892
- body: >
893
- Update
894
- @balena/abstract-sql-compiler
895
- from 8.5.0 to 9.0.4
892
+ body: |
893
+ Update @balena/abstract-sql-compiler from 8.5.0 to 9.0.4
896
894
  footer:
897
895
  Change-type: patch
898
896
  change-type: patch
@@ -1380,15 +1378,9 @@
1380
1378
  - commits:
1381
1379
  - subject: Update dependencies
1382
1380
  hash: 0a7bd8ff2e506fa3988b6e1851e0098df5da3f86
1383
- body: >
1384
- - Update @balena/lint
1385
- from 6.2.2 to 7.2.4
1386
-
1387
- - Delete
1388
- `require-npm4-to-publish`
1389
- as handled by `engines`
1390
- parameter in
1391
- `package.json`
1381
+ body: |
1382
+ - Update @balena/lint from 6.2.2 to 7.2.4
1383
+ - Delete `require-npm4-to-publish` as handled by `engines` parameter in `package.json`
1392
1384
  footer:
1393
1385
  Change-type: patch
1394
1386
  change-type: patch
@@ -2059,10 +2051,8 @@
2059
2051
  - commits:
2060
2052
  - subject: Improve typings
2061
2053
  hash: 78d4a48022ac0465c5d2c48db53b8ddd08e6e1bf
2062
- body: >
2063
- Update
2064
- @balena/abstract-sql-compiler
2065
- from 8.4.0 to 8.4.1
2054
+ body: |
2055
+ Update @balena/abstract-sql-compiler from 8.4.0 to 8.4.1
2066
2056
  footer:
2067
2057
  Change-type: patch
2068
2058
  change-type: patch
@@ -2086,14 +2076,9 @@
2086
2076
  - commits:
2087
2077
  - subject: Update dependencies
2088
2078
  hash: 5aa3c51cbbfc66cddedebd41dacba5eabbacf709
2089
- body: >
2090
- Update
2091
- @balena/abstract-sql-compiler
2092
- from 8.0.0 to 8.4.0
2093
-
2094
- Update
2095
- @balena/odata-parser
2096
- from 2.4.2 to 2.4.6
2079
+ body: |
2080
+ Update @balena/abstract-sql-compiler from 8.0.0 to 8.4.0
2081
+ Update @balena/odata-parser from 2.4.2 to 2.4.6
2097
2082
  footer:
2098
2083
  Change-type: patch
2099
2084
  change-type: patch
@@ -21342,14 +21327,11 @@
21342
21327
  - commits:
21343
21328
  - subject: Fixing issue reported by tsc 4.8.2
21344
21329
  hash: 57b05baa09718525b4e0e85c99b2c6c8c5b387ae
21345
- body: >
21330
+ body: |
21346
21331
  Inferenced type of check could be I & null
21347
-
21348
21332
  when I is not set in the overload.
21349
21333
 
21350
-
21351
- tsc 4.8
21352
- https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/#unconstrained-generics-no-longer-assignable-to
21334
+ tsc 4.8 https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/#unconstrained-generics-no-longer-assignable-to
21353
21335
  footer:
21354
21336
  Change-type: patch
21355
21337
  change-type: patch
package/CHANGELOG.md CHANGED
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v19.5.5
8
- ## (2024-11-11)
8
+ ## (2024-11-20)
9
9
 
10
- * Run tests on UTC TZ [Otavio Jacobi]
10
+ * Run tests on UTC timezone [Otavio Jacobi]
11
11
 
12
12
  # v19.5.4
13
13
  ## (2024-10-28)
@@ -6,6 +6,7 @@ services:
6
6
  POSTGRES_USER: docker
7
7
  POSTGRES_PASSWORD: docker
8
8
  POSTGRES_DB: postgres
9
+ PGTZ: UTC
9
10
  ports:
10
11
  - "5431:5432"
11
12
  minio-server:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.5.5-build-run-tests-on-utc-726c1ea0a2e144f9e2a6fe7fda19856b895a4aed-1",
3
+ "version": "19.5.5-build-run-tests-on-utc-66ee275e8d32011a757507940a21747c2a7bdfca-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-11-11T22:31:13.971Z"
150
+ "publishedAt": "2024-11-20T18:29:48.270Z"
151
151
  }
152
152
  }