@balena/pinejs 21.5.1-build-renovate-minio-mc-2025-x-c6661b610b05eb00a06d9a27da4f55cca75f9b24-1 → 21.5.1-build-bump-abstract-sql-to-ts-fd25e9fca5a820efbe70609d7777d99831502810-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,17 +1,29 @@
1
1
  - commits:
2
- - subject: Update minio/mc Docker tag to v2025
3
- hash: c6661b610b05eb00a06d9a27da4f55cca75f9b24
4
- body: >
5
- Update minio/mc from RELEASE.2024-11-21T17-21-54Z to
6
- RELEASE.2025-04-16T18-13-26Z
2
+ - subject: Bump @balena/abstract-sql-to-typescript to v5.1.1
3
+ hash: fd25e9fca5a820efbe70609d7777d99831502810
4
+ body: |
5
+ Update @balena/abstract-sql-to-typescript from 5.1.0 to 5.1.1
7
6
  footer:
8
7
  Change-type: patch
9
8
  change-type: patch
10
- author: balena-renovate[bot]
11
- nested: []
9
+ author: Otavio Jacobi
10
+ nested:
11
+ - commits:
12
+ - subject: Update dependency lint-staged to v16
13
+ hash: 12e514d1fd8eb2174e7c47ac0b0f632c6fe546ec
14
+ body: |
15
+ Update lint-staged from 15.5.2 to 16.0.0
16
+ footer:
17
+ Change-type: patch
18
+ change-type: patch
19
+ author: balena-renovate[bot]
20
+ nested: []
21
+ version: abstract-sql-to-typescript-5.1.1
22
+ title: ""
23
+ date: 2025-05-14T23:28:42.126Z
12
24
  version: 21.5.1
13
25
  title: ""
14
- date: 2025-05-08T17:56:51.843Z
26
+ date: 2025-05-15T14:31:07.199Z
15
27
  - commits:
16
28
  - subject: Delete files with pine tasks when it is available
17
29
  hash: 1b94e8cf0019bb242e41fca10672cb9ee993d2b7
package/CHANGELOG.md CHANGED
@@ -5,9 +5,19 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v21.5.1
8
- ## (2025-05-08)
8
+ ## (2025-05-15)
9
+
10
+
11
+ <details>
12
+ <summary> Bump @balena/abstract-sql-to-typescript to v5.1.1 [Otavio Jacobi] </summary>
9
13
 
10
- * Update minio/mc Docker tag to v2025 [balena-renovate[bot]]
14
+ > ## abstract-sql-to-typescript-5.1.1
15
+ > ### (2025-05-14)
16
+ >
17
+ > * Update dependency lint-staged to v16 [balena-renovate[bot]]
18
+ >
19
+
20
+ </details>
11
21
 
12
22
  # v21.5.0
13
23
  ## (2025-05-08)
@@ -26,7 +26,7 @@ services:
26
26
  - "43680:9000"
27
27
  - "43697:9001"
28
28
  minio-client:
29
- image: minio/mc:RELEASE.2025-04-16T18-13-26Z
29
+ image: minio/mc:RELEASE.2024-11-21T17-21-54Z
30
30
  depends_on:
31
31
  - minio-server
32
32
  entrypoint: >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.5.1-build-renovate-minio-mc-2025-x-c6661b610b05eb00a06d9a27da4f55cca75f9b24-1",
3
+ "version": "21.5.1-build-bump-abstract-sql-to-ts-fd25e9fca5a820efbe70609d7777d99831502810-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@balena/abstract-sql-compiler": "^10.2.3",
30
- "@balena/abstract-sql-to-typescript": "^5.1.0",
30
+ "@balena/abstract-sql-to-typescript": "^5.1.1",
31
31
  "@balena/env-parsing": "^1.2.4",
32
32
  "@balena/lf-to-abstract-sql": "^5.0.3",
33
33
  "@balena/odata-parser": "^4.2.2",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-05-08T17:56:52.956Z"
152
+ "publishedAt": "2025-05-15T14:31:09.215Z"
153
153
  }
154
154
  }
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v5.1.0
1
+ // These types were generated by @balena/abstract-sql-to-typescript v5.1.1
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4
 
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v5.1.0
1
+ // These types were generated by @balena/abstract-sql-to-typescript v5.1.1
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4
 
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v5.1.0
1
+ // These types were generated by @balena/abstract-sql-to-typescript v5.1.1
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4
 
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v5.1.0
1
+ // These types were generated by @balena/abstract-sql-to-typescript v5.1.1
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4