@balena/pinejs 23.1.10-build-renovate-postgres-18-x-c456dbe117b1b3c566e2ea822d3f10b13b8a5487-1 → 23.1.10-build-renovate-patch-mocha-c7830ab505006f0ab54b00cf1b009aa08d78a2c0-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,8 +1,8 @@
1
1
  - commits:
2
- - subject: Update postgres Docker tag to v18
3
- hash: c456dbe117b1b3c566e2ea822d3f10b13b8a5487
2
+ - subject: Update dependency mocha to v11.7.3
3
+ hash: c7830ab505006f0ab54b00cf1b009aa08d78a2c0
4
4
  body: |
5
- Update postgres from 17 to 18
5
+ Update mocha from 11.7.2 to 11.7.3
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
@@ -10,7 +10,7 @@
10
10
  nested: []
11
11
  version: 23.1.10
12
12
  title: ""
13
- date: 2025-09-26T02:30:36.677Z
13
+ date: 2025-10-03T13:08:26.558Z
14
14
  - commits:
15
15
  - subject: Update dependency @faker-js/faker to v10
16
16
  hash: 1e8d3f6cc6c0646cac09a1059121e15a74ef9581
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
  # v23.1.10
8
- ## (2025-09-26)
8
+ ## (2025-10-03)
9
9
 
10
- * Update postgres Docker tag to v18 [balena-renovate[bot]]
10
+ * Update dependency mocha to v11.7.3 [balena-renovate[bot]]
11
11
 
12
12
  # v23.1.9
13
13
  ## (2025-09-11)
@@ -1,7 +1,7 @@
1
1
  version: "2.1"
2
2
  services:
3
3
  postgres:
4
- image: postgres:18-alpine
4
+ image: postgres:17-alpine
5
5
  environment:
6
6
  POSTGRES_USER: docker
7
7
  POSTGRES_PASSWORD: docker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.1.10-build-renovate-postgres-18-x-c456dbe117b1b3c566e2ea822d3f10b13b8a5487-1",
3
+ "version": "23.1.10-build-renovate-patch-mocha-c7830ab505006f0ab54b00cf1b009aa08d78a2c0-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -95,7 +95,7 @@
95
95
  "husky": "^9.1.7",
96
96
  "lint-staged": "^16.1.6",
97
97
  "load-grunt-tasks": "^5.1.0",
98
- "mocha": "11.7.2",
98
+ "mocha": "11.7.3",
99
99
  "on-finished": "^2.4.1",
100
100
  "pinejs-client-supertest": "^3.1.1",
101
101
  "raw-loader": "^4.0.2",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-09-26T02:30:37.682Z"
151
+ "publishedAt": "2025-10-03T13:08:27.566Z"
152
152
  }
153
153
  }