Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gajus/slonik
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 7, 2024
2 parents 30f1dc4 + ab168bb commit 82143a9
Show file tree
Hide file tree
Showing 25 changed files with 154 additions and 54 deletions.
16 changes: 0 additions & 16 deletions .changeset/brown-dolls-tie.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/benchmark/CHANGELOG.md
@@ -1,5 +1,14 @@
# @slonik/benchmark

## 43.0.7

### Patch Changes

- [`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9) Thanks [@gajus](https://github.com/gajus)! - corrects exports; adds more logging about pool state

- Updated dependencies [[`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9)]:
- slonik@43.0.7

## 43.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark/package.json
Expand Up @@ -6,10 +6,10 @@
"pg": "^8.11.3",
"pg-promise": "^11.5.5",
"postgres": "^3.4.4",
"slonik": "^43.0.6"
"slonik": "^43.0.7"
},
"scripts": {
"benchmark": "NODE_ENV=production node benchmark.js"
},
"version": "43.0.6"
"version": "43.0.7"
}
10 changes: 10 additions & 0 deletions packages/driver/CHANGELOG.md
@@ -1,5 +1,15 @@
# @slonik/driver

## 43.0.7

### Patch Changes

- [`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9) Thanks [@gajus](https://github.com/gajus)! - corrects exports; adds more logging about pool state

- Updated dependencies [[`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9)]:
- @slonik/types@43.0.7
- @slonik/utilities@43.0.7

## 43.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/driver/package.json
Expand Up @@ -16,8 +16,8 @@
]
},
"dependencies": {
"@slonik/utilities": "^43.0.6",
"@slonik/types": "^43.0.6",
"@slonik/utilities": "^43.0.7",
"@slonik/types": "^43.0.7",
"serialize-error": "^8.0.0",
"roarr": "^7.21.1",
"strict-event-emitter-types": "^2.0.0"
Expand Down Expand Up @@ -82,5 +82,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "43.0.6"
"version": "43.0.7"
}
9 changes: 9 additions & 0 deletions packages/errors/CHANGELOG.md
@@ -1,5 +1,14 @@
# @slonik/errors

## 43.0.7

### Patch Changes

- [`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9) Thanks [@gajus](https://github.com/gajus)! - corrects exports; adds more logging about pool state

- Updated dependencies [[`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9)]:
- @slonik/types@43.0.7

## 43.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Expand Up @@ -16,7 +16,7 @@
]
},
"dependencies": {
"@slonik/types": "^43.0.6"
"@slonik/types": "^43.0.7"
},
"description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
Expand Down Expand Up @@ -79,5 +79,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "43.0.6"
"version": "43.0.7"
}
13 changes: 13 additions & 0 deletions packages/pg-driver/CHANGELOG.md
@@ -1,5 +1,18 @@
# @slonik/pg-driver

## 43.0.7

### Patch Changes

- [`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9) Thanks [@gajus](https://github.com/gajus)! - corrects exports; adds more logging about pool state

- Updated dependencies [[`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9)]:
- @slonik/driver@43.0.7
- @slonik/errors@43.0.7
- @slonik/sql-tag@43.0.7
- @slonik/types@43.0.7
- @slonik/utilities@43.0.7

## 43.0.6

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/pg-driver/package.json
Expand Up @@ -16,11 +16,11 @@
]
},
"dependencies": {
"@slonik/driver": "^43.0.6",
"@slonik/errors": "^43.0.6",
"@slonik/sql-tag": "^43.0.6",
"@slonik/types": "^43.0.6",
"@slonik/utilities": "^43.0.6",
"@slonik/driver": "^43.0.7",
"@slonik/errors": "^43.0.7",
"@slonik/sql-tag": "^43.0.7",
"@slonik/types": "^43.0.7",
"@slonik/utilities": "^43.0.7",
"pg-query-stream": "^4.5.5",
"pg-types": "^4.0.2",
"pg": "^8.11.5",
Expand Down Expand Up @@ -87,5 +87,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "43.0.6"
"version": "43.0.7"
}
@@ -1,5 +1,14 @@
# slonik-interceptor-field-name-transformation

## 43.0.7

### Patch Changes

- [`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9) Thanks [@gajus](https://github.com/gajus)! - corrects exports; adds more logging about pool state

- Updated dependencies [[`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9)]:
- slonik@43.0.7

## 43.0.6

### Patch Changes
Expand Down
Expand Up @@ -23,7 +23,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^43.0.6",
"slonik": "^43.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.7.4"
},
Expand All @@ -39,7 +39,7 @@
"main": "./dist/index.js",
"name": "slonik-interceptor-field-name-transformation",
"peerDependencies": {
"slonik": ">=43.0.6"
"slonik": ">=43.0.7"
},
"repository": {
"type": "git",
Expand All @@ -51,5 +51,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "43.0.6"
"version": "43.0.7"
}
9 changes: 9 additions & 0 deletions packages/slonik-interceptor-query-cache/CHANGELOG.md
@@ -1,5 +1,14 @@
# slonik-interceptor-query-cache

## 43.0.7

### Patch Changes

- [`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9) Thanks [@gajus](https://github.com/gajus)! - corrects exports; adds more logging about pool state

- Updated dependencies [[`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9)]:
- slonik@43.0.7

## 43.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/slonik-interceptor-query-cache/package.json
Expand Up @@ -24,7 +24,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^43.0.6",
"slonik": "^43.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.5.3"
},
Expand All @@ -40,7 +40,7 @@
"main": "./dist/index.js",
"name": "slonik-interceptor-query-cache",
"peerDependencies": {
"slonik": ">=43.0.6"
"slonik": ">=43.0.7"
},
"repository": {
"type": "git",
Expand All @@ -52,5 +52,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "43.0.6"
"version": "43.0.7"
}
9 changes: 9 additions & 0 deletions packages/slonik-interceptor-query-logging/CHANGELOG.md
@@ -1,5 +1,14 @@
# slonik-interceptor-query-logging

## 43.0.7

### Patch Changes

- [`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9) Thanks [@gajus](https://github.com/gajus)! - corrects exports; adds more logging about pool state

- Updated dependencies [[`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9)]:
- slonik@43.0.7

## 43.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/slonik-interceptor-query-logging/package.json
Expand Up @@ -25,7 +25,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^43.0.6",
"slonik": "^43.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.5.3"
},
Expand All @@ -41,7 +41,7 @@
"main": "./dist/index.js",
"name": "slonik-interceptor-query-logging",
"peerDependencies": {
"slonik": ">=43.0.6"
"slonik": ">=43.0.7"
},
"repository": {
"type": "git",
Expand All @@ -53,5 +53,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "43.0.6"
"version": "43.0.7"
}
10 changes: 10 additions & 0 deletions packages/slonik-sql-tag-raw/CHANGELOG.md
@@ -1,5 +1,15 @@
# slonik-sql-tag-raw

## 43.0.7

### Patch Changes

- [`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9) Thanks [@gajus](https://github.com/gajus)! - corrects exports; adds more logging about pool state

- Updated dependencies [[`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9)]:
- slonik@43.0.7
- @slonik/sql-tag@43.0.7

## 43.0.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/slonik-sql-tag-raw/package.json
Expand Up @@ -16,7 +16,7 @@
]
},
"dependencies": {
"@slonik/sql-tag": "^43.0.6",
"@slonik/sql-tag": "^43.0.7",
"lodash": "^4.17.20",
"roarr": "^7.21.1"
},
Expand All @@ -25,7 +25,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^43.0.6",
"slonik": "^43.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.5.3"
},
Expand All @@ -41,7 +41,7 @@
"main": "./dist/index.js",
"name": "slonik-sql-tag-raw",
"peerDependencies": {
"slonik": ">=43.0.6"
"slonik": ">=43.0.7"
},
"repository": {
"type": "git",
Expand All @@ -53,5 +53,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "43.0.6"
"version": "43.0.7"
}
13 changes: 13 additions & 0 deletions packages/slonik/CHANGELOG.md
@@ -1,5 +1,18 @@
# slonik

## 43.0.7

### Patch Changes

- [`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9) Thanks [@gajus](https://github.com/gajus)! - corrects exports; adds more logging about pool state

- Updated dependencies [[`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9)]:
- @slonik/driver@43.0.7
- @slonik/errors@43.0.7
- @slonik/pg-driver@43.0.7
- @slonik/sql-tag@43.0.7
- @slonik/utilities@43.0.7

## 43.0.6

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/slonik/package.json
Expand Up @@ -5,11 +5,11 @@
"url": "http://gajus.com"
},
"dependencies": {
"@slonik/driver": "^43.0.6",
"@slonik/errors": "^43.0.6",
"@slonik/pg-driver": "^43.0.6",
"@slonik/sql-tag": "^43.0.6",
"@slonik/utilities": "^43.0.6",
"@slonik/driver": "^43.0.7",
"@slonik/errors": "^43.0.7",
"@slonik/pg-driver": "^43.0.7",
"@slonik/sql-tag": "^43.0.7",
"@slonik/utilities": "^43.0.7",
"get-stack-trace": "^3.1.1",
"iso8601-duration": "^1.3.0",
"postgres-interval": "^4.0.2",
Expand Down Expand Up @@ -83,5 +83,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "43.0.6"
"version": "43.0.7"
}
10 changes: 10 additions & 0 deletions packages/sql-tag/CHANGELOG.md
@@ -1,5 +1,15 @@
# @slonik/sql-tag

## 43.0.7

### Patch Changes

- [`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9) Thanks [@gajus](https://github.com/gajus)! - corrects exports; adds more logging about pool state

- Updated dependencies [[`dba5be1`](https://github.com/gajus/slonik/commit/dba5be1b34868059c3f64a8dc44e48703625a3b9)]:
- @slonik/errors@43.0.7
- @slonik/types@43.0.7

## 43.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sql-tag/package.json
Expand Up @@ -16,8 +16,8 @@
]
},
"dependencies": {
"@slonik/errors": "^43.0.6",
"@slonik/types": "^43.0.6",
"@slonik/errors": "^43.0.7",
"@slonik/types": "^43.0.7",
"roarr": "^7.21.1",
"safe-stable-stringify": "^2.4.3",
"serialize-error": "^8.0.0"
Expand Down Expand Up @@ -83,5 +83,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "43.0.6"
"version": "43.0.7"
}

0 comments on commit 82143a9

Please sign in to comment.