Skip to content

Commit

Permalink
Version Packages (#598)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 9, 2024
1 parent 714cf53 commit b45116d
Show file tree
Hide file tree
Showing 26 changed files with 154 additions and 54 deletions.
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
@@ -1,5 +1,12 @@
# @slonik/benchmark

## 44.0.0

### Patch Changes

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

## 43.0.8

### 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.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
@@ -1,5 +1,13 @@
# @slonik/driver

## 44.0.0

### Patch Changes

- Updated dependencies []:
- @slonik/types@44.0.0
- @slonik/utilities@44.0.0

## 43.0.8

### 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.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
@@ -1,5 +1,12 @@
# @slonik/errors

## 44.0.0

### Patch Changes

- Updated dependencies []:
- @slonik/types@44.0.0

## 43.0.8

### 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.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
@@ -1,5 +1,16 @@
# @slonik/pg-driver

## 44.0.0

### Patch Changes

- Updated dependencies [[`96db9f0`](https://github.com/gajus/slonik/commit/96db9f08faefb0e7da0cc0d817d9e8fae361e590)]:
- @slonik/sql-tag@44.0.0
- @slonik/driver@44.0.0
- @slonik/errors@44.0.0
- @slonik/types@44.0.0
- @slonik/utilities@44.0.0

## 43.0.8

### 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.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"
}
@@ -1,5 +1,12 @@
# slonik-interceptor-field-name-transformation

## 44.0.0

### Patch Changes

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

## 43.0.8

### 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.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
@@ -1,5 +1,12 @@
# slonik-interceptor-query-cache

## 44.0.0

### Patch Changes

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

## 43.0.8

### 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.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
@@ -1,5 +1,12 @@
# slonik-interceptor-query-logging

## 44.0.0

### Patch Changes

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

## 43.0.8

### 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.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
@@ -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/sql-tag@44.0.0
- slonik@44.0.0

## 43.0.8

### 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.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
@@ -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/sql-tag@44.0.0
- @slonik/pg-driver@44.0.0
- @slonik/driver@44.0.0
- @slonik/errors@44.0.0
- @slonik/utilities@44.0.0

## 43.0.8

### 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.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
@@ -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/errors@44.0.0
- @slonik/types@44.0.0

## 43.0.8

### Patch Changes
Expand Down

0 comments on commit b45116d

Please sign in to comment.