@balena/pinejs 19.5.5-build-renovate-node-22-x-1b13ca1c2fa98a41b6d5d4c70cd9d42370c20043-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,16 +1,15 @@
1
1
  - commits:
2
- - subject: Update Node.js to v22
3
- hash: 1b13ca1c2fa98a41b6d5d4c70cd9d42370c20043
4
- body: |
5
- Update node from 20.18.0 to 22.11.0
2
+ - subject: Run tests on UTC timezone
3
+ hash: 66ee275e8d32011a757507940a21747c2a7bdfca
4
+ body: ""
6
5
  footer:
7
6
  Change-type: patch
8
7
  change-type: patch
9
- author: balena-renovate[bot]
8
+ author: Otavio Jacobi
10
9
  nested: []
11
10
  version: 19.5.5
12
11
  title: ""
13
- date: 2024-11-12T20:01:34.530Z
12
+ date: 2024-11-20T18:29:47.322Z
14
13
  - commits:
15
14
  - subject: Fix async tasks race condition for selecting task to be executed
16
15
  hash: 97936ec9a2b3f5179a9088b6ae3fac14537ed378
@@ -890,10 +889,8 @@
890
889
  - commits:
891
890
  - subject: Update dependency @balena/abstract-sql-compiler to v9
892
891
  hash: 37684ebb1692f97780dd27056b9cfe299c456b3c
893
- body: >
894
- Update
895
- @balena/abstract-sql-compiler
896
- from 8.5.0 to 9.0.4
892
+ body: |
893
+ Update @balena/abstract-sql-compiler from 8.5.0 to 9.0.4
897
894
  footer:
898
895
  Change-type: patch
899
896
  change-type: patch
@@ -1381,15 +1378,9 @@
1381
1378
  - commits:
1382
1379
  - subject: Update dependencies
1383
1380
  hash: 0a7bd8ff2e506fa3988b6e1851e0098df5da3f86
1384
- body: >
1385
- - Update @balena/lint
1386
- from 6.2.2 to 7.2.4
1387
-
1388
- - Delete
1389
- `require-npm4-to-publish`
1390
- as handled by `engines`
1391
- parameter in
1392
- `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`
1393
1384
  footer:
1394
1385
  Change-type: patch
1395
1386
  change-type: patch
@@ -2060,10 +2051,8 @@
2060
2051
  - commits:
2061
2052
  - subject: Improve typings
2062
2053
  hash: 78d4a48022ac0465c5d2c48db53b8ddd08e6e1bf
2063
- body: >
2064
- Update
2065
- @balena/abstract-sql-compiler
2066
- from 8.4.0 to 8.4.1
2054
+ body: |
2055
+ Update @balena/abstract-sql-compiler from 8.4.0 to 8.4.1
2067
2056
  footer:
2068
2057
  Change-type: patch
2069
2058
  change-type: patch
@@ -2087,14 +2076,9 @@
2087
2076
  - commits:
2088
2077
  - subject: Update dependencies
2089
2078
  hash: 5aa3c51cbbfc66cddedebd41dacba5eabbacf709
2090
- body: >
2091
- Update
2092
- @balena/abstract-sql-compiler
2093
- from 8.0.0 to 8.4.0
2094
-
2095
- Update
2096
- @balena/odata-parser
2097
- 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
2098
2082
  footer:
2099
2083
  Change-type: patch
2100
2084
  change-type: patch
@@ -21343,14 +21327,11 @@
21343
21327
  - commits:
21344
21328
  - subject: Fixing issue reported by tsc 4.8.2
21345
21329
  hash: 57b05baa09718525b4e0e85c99b2c6c8c5b387ae
21346
- body: >
21330
+ body: |
21347
21331
  Inferenced type of check could be I & null
21348
-
21349
21332
  when I is not set in the overload.
21350
21333
 
21351
-
21352
- tsc 4.8
21353
- 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
21354
21335
  footer:
21355
21336
  Change-type: patch
21356
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-12)
8
+ ## (2024-11-20)
9
9
 
10
- * Update Node.js to v22 [balena-renovate[bot]]
10
+ * Run tests on UTC timezone [Otavio Jacobi]
11
11
 
12
12
  # v19.5.4
13
13
  ## (2024-10-28)
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:22-alpine as runner
1
+ FROM node:20-alpine as runner
2
2
 
3
3
  WORKDIR /usr/src/pine
4
4
 
@@ -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-renovate-node-22-x-1b13ca1c2fa98a41b6d5d4c70cd9d42370c20043-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",
@@ -20,7 +20,7 @@
20
20
  "webpack-build": "npm run webpack-browser && npm run webpack-module && npm run webpack-server",
21
21
  "lint": "balena-lint -t tsconfig.dev.json -e js -e ts src build typings Gruntfile.ts && npx tsc --project tsconfig.dev.json --noEmit",
22
22
  "test": "npm run lint && npm run build && npm run webpack-build && npm run test:compose && npm run test:generated-types",
23
- "test:compose": "trap 'docker compose -f docker-compose.npm-test.yml down ; echo Stopped ; exit 0' INT; docker compose -f docker-compose.npm-test.yml up -d && sleep 2 && DATABASE_URL=postgres://docker:docker@localhost:5431/postgres PINEJS_WEBRESOURCE_MAXFILESIZE=1000000000 S3_ENDPOINT=http://localhost:43680 S3_ACCESS_KEY=USERNAME S3_SECRET_KEY=PASSWORD S3_STORAGE_ADAPTER_BUCKET=balena-pine-web-resources S3_REGION=us-east-1 PINEJS_QUEUE_CONCURRENCY=1 npm run mocha",
23
+ "test:compose": "trap 'docker compose -f docker-compose.npm-test.yml down ; echo Stopped ; exit 0' INT; docker compose -f docker-compose.npm-test.yml up -d && sleep 2 && DATABASE_URL=postgres://docker:docker@localhost:5431/postgres PINEJS_WEBRESOURCE_MAXFILESIZE=1000000000 S3_ENDPOINT=http://localhost:43680 S3_ACCESS_KEY=USERNAME S3_SECRET_KEY=PASSWORD S3_STORAGE_ADAPTER_BUCKET=balena-pine-web-resources S3_REGION=us-east-1 PINEJS_QUEUE_CONCURRENCY=1 TZ=UTC npm run mocha",
24
24
  "test:generated-types": "npm run generate-types && git diff --exit-code ./src/sbvr-api/user.ts ./src/migrator/migrations.ts ./src/sbvr-api/dev.ts",
25
25
  "mocha": "TS_NODE_FILES=true mocha",
26
26
  "lint-fix": "balena-lint -t tsconfig.dev.json -e js -e ts --fix src test build typings Gruntfile.ts",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-11-12T20:01:35.622Z"
150
+ "publishedAt": "2024-11-20T18:29:48.270Z"
151
151
  }
152
152
  }