-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
951f3ea
commit 40b29a0
Showing
4 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
- commits: | ||
- subject: Handling typing changes of @types/pg | ||
hash: f7520efb9e2c44ab5ae341ad8fdd635814819eb0 | ||
body: > | ||
rowCount can be NULL in the case of PG returning from `LOCK` | ||
|
||
|
||
Refernece: | ||
|
||
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/66990 | ||
|
||
https://github.com/brianc/node-postgres/pull/2967 | ||
|
||
|
||
In pinejs the case is handled and as of now we don't want to populate a breaking change by transparently push the types to callers. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Harald Fischer <[email protected]> | ||
signed-off-by: Harald Fischer <[email protected]> | ||
author: Harald Fischer | ||
nested: [] | ||
version: 15.3.16 | ||
title: "" | ||
date: 2023-11-09T13:56:00.178Z | ||
- commits: | ||
- subject: Do not force storage class on s3 upload | ||
hash: e72ffa55f21408996c04eab44d0013bf7a3f905d | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
15.3.15 | ||
15.3.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@balena/pinejs", | ||
"version": "15.3.15", | ||
"version": "15.3.16", | ||
"main": "out/server-glue/module", | ||
"repository": "[email protected]:balena-io/pinejs.git", | ||
"license": "Apache-2.0", | ||
|
@@ -143,6 +143,6 @@ | |
"recursive": true | ||
}, | ||
"versionist": { | ||
"publishedAt": "2023-10-25T22:46:53.366Z" | ||
"publishedAt": "2023-11-09T13:56:01.064Z" | ||
} | ||
} |