Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #598

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/funny-toes-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-icons-teach.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @slonik/benchmark

## 44.0.0

### Patch Changes

- Updated dependencies [[`96db9f0`](https://github.com/gajus/slonik/commit/96db9f08faefb0e7da0cc0d817d9e8fae361e590)]:
- [email protected]

## 43.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"pg": "^8.11.3",
"pg-promise": "^11.5.5",
"postgres": "^3.4.4",
"slonik": "^43.0.8"
"slonik": "^44.0.0"
},
"scripts": {
"benchmark": "NODE_ENV=production node benchmark.js"
},
"version": "43.0.8"
"version": "44.0.0"
}
8 changes: 8 additions & 0 deletions packages/driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @slonik/driver

## 44.0.0

### Patch Changes

- Updated dependencies []:
- @slonik/[email protected]
- @slonik/[email protected]

## 43.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
]
},
"dependencies": {
"@slonik/utilities": "^43.0.8",
"@slonik/types": "^43.0.8",
"@slonik/utilities": "^44.0.0",
"@slonik/types": "^44.0.0",
"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.8"
"version": "44.0.0"
}
7 changes: 7 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @slonik/errors

## 44.0.0

### Patch Changes

- Updated dependencies []:
- @slonik/[email protected]

## 43.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]
},
"dependencies": {
"@slonik/types": "^43.0.8"
"@slonik/types": "^44.0.0"
},
"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.8"
"version": "44.0.0"
}
11 changes: 11 additions & 0 deletions packages/pg-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @slonik/pg-driver

## 44.0.0

### Patch Changes

- Updated dependencies [[`96db9f0`](https://github.com/gajus/slonik/commit/96db9f08faefb0e7da0cc0d817d9e8fae361e590)]:
- @slonik/[email protected]
- @slonik/[email protected]
- @slonik/[email protected]
- @slonik/[email protected]
- @slonik/[email protected]

## 43.0.8

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/pg-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
]
},
"dependencies": {
"@slonik/driver": "^43.0.8",
"@slonik/errors": "^43.0.8",
"@slonik/sql-tag": "^43.0.8",
"@slonik/types": "^43.0.8",
"@slonik/utilities": "^43.0.8",
"@slonik/driver": "^44.0.0",
"@slonik/errors": "^44.0.0",
"@slonik/sql-tag": "^44.0.0",
"@slonik/types": "^44.0.0",
"@slonik/utilities": "^44.0.0",
"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.8"
"version": "44.0.0"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# slonik-interceptor-field-name-transformation

## 44.0.0

### Patch Changes

- Updated dependencies [[`96db9f0`](https://github.com/gajus/slonik/commit/96db9f08faefb0e7da0cc0d817d9e8fae361e590)]:
- [email protected]

## 43.0.8

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^43.0.8",
"slonik": "^44.0.0",
"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.8"
"slonik": ">=44.0.0"
},
"repository": {
"type": "git",
Expand All @@ -51,5 +51,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "43.0.8"
"version": "44.0.0"
}
7 changes: 7 additions & 0 deletions packages/slonik-interceptor-query-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# slonik-interceptor-query-cache

## 44.0.0

### Patch Changes

- Updated dependencies [[`96db9f0`](https://github.com/gajus/slonik/commit/96db9f08faefb0e7da0cc0d817d9e8fae361e590)]:
- [email protected]

## 43.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/slonik-interceptor-query-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^43.0.8",
"slonik": "^44.0.0",
"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.8"
"slonik": ">=44.0.0"
},
"repository": {
"type": "git",
Expand All @@ -52,5 +52,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "43.0.8"
"version": "44.0.0"
}
7 changes: 7 additions & 0 deletions packages/slonik-interceptor-query-logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# slonik-interceptor-query-logging

## 44.0.0

### Patch Changes

- Updated dependencies [[`96db9f0`](https://github.com/gajus/slonik/commit/96db9f08faefb0e7da0cc0d817d9e8fae361e590)]:
- [email protected]

## 43.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/slonik-interceptor-query-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^43.0.8",
"slonik": "^44.0.0",
"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.8"
"slonik": ">=44.0.0"
},
"repository": {
"type": "git",
Expand All @@ -53,5 +53,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "43.0.8"
"version": "44.0.0"
}
18 changes: 18 additions & 0 deletions packages/slonik-sql-tag-raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# slonik-sql-tag-raw

## 44.0.0

### Major Changes

- [`96db9f0`](https://github.com/gajus/slonik/commit/96db9f08faefb0e7da0cc0d817d9e8fae361e590) Thanks [@gajus](https://github.com/gajus)! - Convert token types to symbols to ensures that SQL tokens cannot be injected from outside of the codebase, e.g. through JSON.

Thanks to @alxndrsn for reporting the issue and suggesting patch (https://github.com/gajus/slonik/pull/595).

Thanks to @danielrearden for suggesting a viable patch.

### Patch Changes

- [`8f05f8c`](https://github.com/gajus/slonik/commit/8f05f8cf2b03935e9f7fcac3a95a41eaddfb1758) Thanks [@gajus](https://github.com/gajus)! - correctly handle value binders

- Updated dependencies [[`96db9f0`](https://github.com/gajus/slonik/commit/96db9f08faefb0e7da0cc0d817d9e8fae361e590)]:
- @slonik/[email protected]
- [email protected]

## 43.0.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/slonik-sql-tag-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]
},
"dependencies": {
"@slonik/sql-tag": "^43.0.8",
"@slonik/sql-tag": "^44.0.0",
"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.8",
"slonik": "^44.0.0",
"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.8"
"slonik": ">=44.0.0"
},
"repository": {
"type": "git",
Expand All @@ -53,5 +53,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "43.0.8"
"version": "44.0.0"
}
19 changes: 19 additions & 0 deletions packages/slonik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# slonik

## 44.0.0

### Major Changes

- [`96db9f0`](https://github.com/gajus/slonik/commit/96db9f08faefb0e7da0cc0d817d9e8fae361e590) Thanks [@gajus](https://github.com/gajus)! - Convert token types to symbols to ensures that SQL tokens cannot be injected from outside of the codebase, e.g. through JSON.

Thanks to @alxndrsn for reporting the issue and suggesting patch (https://github.com/gajus/slonik/pull/595).

Thanks to @danielrearden for suggesting a viable patch.

### Patch Changes

- Updated dependencies [[`96db9f0`](https://github.com/gajus/slonik/commit/96db9f08faefb0e7da0cc0d817d9e8fae361e590)]:
- @slonik/[email protected]
- @slonik/[email protected]
- @slonik/[email protected]
- @slonik/[email protected]
- @slonik/[email protected]

## 43.0.8

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/slonik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"url": "http://gajus.com"
},
"dependencies": {
"@slonik/driver": "^43.0.8",
"@slonik/errors": "^43.0.8",
"@slonik/pg-driver": "^43.0.8",
"@slonik/sql-tag": "^43.0.8",
"@slonik/utilities": "^43.0.8",
"@slonik/driver": "^44.0.0",
"@slonik/errors": "^44.0.0",
"@slonik/pg-driver": "^44.0.0",
"@slonik/sql-tag": "^44.0.0",
"@slonik/utilities": "^44.0.0",
"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.8"
"version": "44.0.0"
}
16 changes: 16 additions & 0 deletions packages/sql-tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @slonik/sql-tag

## 44.0.0

### Major Changes

- [`96db9f0`](https://github.com/gajus/slonik/commit/96db9f08faefb0e7da0cc0d817d9e8fae361e590) Thanks [@gajus](https://github.com/gajus)! - Convert token types to symbols to ensures that SQL tokens cannot be injected from outside of the codebase, e.g. through JSON.

Thanks to @alxndrsn for reporting the issue and suggesting patch (https://github.com/gajus/slonik/pull/595).

Thanks to @danielrearden for suggesting a viable patch.

### Patch Changes

- Updated dependencies []:
- @slonik/[email protected]
- @slonik/[email protected]

## 43.0.8

### Patch Changes
Expand Down
Loading