Skip to content

Commit

Permalink
chore(deps): update dependency kysely to v0.27.4 (#437)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [kysely](https://togithub.com/kysely-org/kysely) | [`0.27.3` ->
`0.27.4`](https://renovatebot.com/diffs/npm/kysely/0.27.3/0.27.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/kysely/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/kysely/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/kysely/0.27.3/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/kysely/0.27.3/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kysely-org/kysely (kysely)</summary>

###
[`v0.27.4`](https://togithub.com/kysely-org/kysely/releases/tag/0.27.4)

[Compare
Source](https://togithub.com/kysely-org/kysely/compare/0.27.3...0.27.4)

Hey 👋

We've reached 100 contributors AND 1,000 pull requests since our last
release! 🍾
Here's all the amazing work done since version 0.27.3...

#### 🚀 Features

- Added `clearGroupBy()` by [@&#8203;dswbx](https://togithub.com/dswbx)
in
[https://github.com/kysely-org/kysely/pull/921](https://togithub.com/kysely-org/kysely/pull/921)
- add `objectStrategy` option that allows to not mutate result
objects/arrays @&#8203; `ParseJSONResultsPlugin`. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/953](https://togithub.com/kysely-org/kysely/pull/953)

##### PostgreSQL 🐘 / SQLite 📘

- Support table names in UpdateQueryBuilder.returningAll by
[@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@f63327e

##### MySQL 🐬 / MS SQL Server 🥅

- add varbinary data type for mysql by
[@&#8203;jonasbovyn](https://togithub.com/jonasbovyn) in
[https://github.com/kysely-org/kysely/pull/812](https://togithub.com/kysely-org/kysely/pull/812)

##### PostgreSQL 🐘

- feat: add 'add column if not exists' for postgres by
[@&#8203;MarkusWendorf](https://togithub.com/MarkusWendorf) in
[https://github.com/kysely-org/kysely/pull/900](https://togithub.com/kysely-org/kysely/pull/900)
- feat: add '?|' comparison operator by
[@&#8203;alenap93](https://togithub.com/alenap93) in
[https://github.com/kysely-org/kysely/pull/1006](https://togithub.com/kysely-org/kysely/pull/1006)
- feat: add the starts-with postgres comparison operator by
[@&#8203;boehs](https://togithub.com/boehs) in
[https://github.com/kysely-org/kysely/pull/1029](https://togithub.com/kysely-org/kysely/pull/1029)
- postgres introspection getTables handle partition tables as well. by
[@&#8203;HeikoOsigus](https://togithub.com/HeikoOsigus) in
[https://github.com/kysely-org/kysely/pull/1034](https://togithub.com/kysely-org/kysely/pull/1034)

##### MS SQL Server 🥅

- add `OUTPUT` clause support. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/828](https://togithub.com/kysely-org/kysely/pull/828)

#### 🐞 Bugfixes

- move `preventAwait` to `alter-column-builder`.ts. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1031](https://togithub.com/kysely-org/kysely/pull/1031)
- fixes The type of `eb` in `selectFrom(eb => ...)` is wrong by
[@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@873671b
- fixes QueryCompilerError: Could not serialize value causes Kysely
instance to fail later by
[@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@a65a7f3
- fixes CamelCasePlugin messes up complex type mappings with
setTypeParser by [@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@d45a8fa

##### PostgreSQL 🐘 / MS SQL Server 🥅

- Updating visitMergeQuery to join `WhenNode`s with a space by
[@&#8203;gittgott](https://togithub.com/gittgott) in
[https://github.com/kysely-org/kysely/pull/940](https://togithub.com/kysely-org/kysely/pull/940)
- fix merge queries not being transformed. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/955](https://togithub.com/kysely-org/kysely/pull/955)
- fix `InferResult` not working for merge queries. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/902](https://togithub.com/kysely-org/kysely/pull/902)

##### PostgreSQL 🐘

- Fix typo on timetz regex by
[@&#8203;dunkelbraun](https://togithub.com/dunkelbraun) in
[https://github.com/kysely-org/kysely/pull/911](https://togithub.com/kysely-org/kysely/pull/911)

##### MS SQL Server 🥅

- fix `MssqlDialect` streaming not handling backpressure. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1041](https://togithub.com/kysely-org/kysely/pull/1041)
- fix Tedious v18 includes different TypeScript annotations by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1041](https://togithub.com/kysely-org/kysely/pull/1041)
- handle connection errors @&#8203; `MssqlDriver`. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1042](https://togithub.com/kysely-org/kysely/pull/1042)

#### 📖 Documentation

- fix complex join example by
[@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@9f836c4
- fix complex join example some more by
[@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@8f9038f
- fix complex insert example by
[@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@ead3489
- improve subquery insert example by
[@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@0e194b0
- add not null assertion site example by
[@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@58ba4ae
- fix a bunch of untyped sql snippets in API doc examples by
[@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@64a56f9
- make it even more clear that table interfaces are not row types by
[@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@9485b44
- update outdated intro in kysely.dev by
[@&#8203;koskimas](https://togithub.com/koskimas) in
kysely-org/kysely@e84863d
- remove snyk badge. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
kysely-org/kysely@4326a91
- add CTE examples to site by
[@&#8203;koskimas](https://togithub.com/koskimas) in
https://github.com/kysely-org/kysely/commit/d9a53cd1441e0854456e930eb628f5b03a34db93\\
- fix SQLite import @&#8203; getting started. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/927](https://togithub.com/kysely-org/kysely/pull/927)
- capitalization, more environments @&#8203; README. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
kysely-org/kysely@6ab2155
- fixed docs for deno by [@&#8203;kolay-v](https://togithub.com/kolay-v)
in
[https://github.com/kysely-org/kysely/pull/938](https://togithub.com/kysely-org/kysely/pull/938)
- Added MySQL and MariaDB support information for relation recipes by
[@&#8203;chriswep](https://togithub.com/chriswep) in
[https://github.com/kysely-org/kysely/pull/800](https://togithub.com/kysely-org/kysely/pull/800)
- Fix spelling, punctuation, grammar by
[@&#8203;DePasqualeOrg](https://togithub.com/DePasqualeOrg) in
[https://github.com/kysely-org/kysely/pull/969](https://togithub.com/kysely-org/kysely/pull/969)
- Fix typo (it's --> its) by
[@&#8203;davidalber](https://togithub.com/davidalber) in
[https://github.com/kysely-org/kysely/pull/1000](https://togithub.com/kysely-org/kysely/pull/1000)
- add logging documentation page by
[@&#8203;JeromeBu](https://togithub.com/JeromeBu) in
[https://github.com/kysely-org/kysely/pull/1003](https://togithub.com/kysely-org/kysely/pull/1003)
- Docs now reflect `tedious` support in `Bun` by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1018](https://togithub.com/kysely-org/kysely/pull/1018)
- Docs: Fix typo by [@&#8203;devgru](https://togithub.com/devgru) in
[https://github.com/kysely-org/kysely/pull/1025](https://togithub.com/kysely-org/kysely/pull/1025)
- mention `kysely-ctl` in migrations section. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1035](https://togithub.com/kysely-org/kysely/pull/1035)
- docs: add comments for `UpdateResult` by
[@&#8203;movahhedi](https://togithub.com/movahhedi) in
[https://github.com/kysely-org/kysely/pull/993](https://togithub.com/kysely-org/kysely/pull/993)
- fix mssql createPerson example. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1048](https://togithub.com/kysely-org/kysely/pull/1048)
- docs: fix values example not compiling. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1058](https://togithub.com/kysely-org/kysely/pull/1058)
- fix typo incorrect by [@&#8203;zce](https://togithub.com/zce) in
[https://github.com/kysely-org/kysely/pull/1068](https://togithub.com/kysely-org/kysely/pull/1068)

#### 📦 CICD & Tooling

- migrate to docker compose v2. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/932](https://togithub.com/kysely-org/kysely/pull/932)
- ci: bumping actions and runtimes. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/942](https://togithub.com/kysely-org/kysely/pull/942)
- ci: drop node16 tests as it reached EOL. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
kysely-org/kysely@873ed5a
- remove docker-compose file version. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/966](https://togithub.com/kysely-org/kysely/pull/966)
- add node22 @&#8203; tests. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/964](https://togithub.com/kysely-org/kysely/pull/964)
- export all operation nodes, forever. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/972](https://togithub.com/kysely-org/kysely/pull/972)
- ci: bump bun, test mssql in bun. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1022](https://togithub.com/kysely-org/kysely/pull/1022)
- ci: install only chromium by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1043](https://togithub.com/kysely-org/kysely/pull/1043)
- bump TypeScript to v5.5. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/965](https://togithub.com/kysely-org/kysely/pull/965)
- docs: bump docusaurus to v3. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1050](https://togithub.com/kysely-org/kysely/pull/1050)
- docs: remove remaining react imports. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/1057](https://togithub.com/kysely-org/kysely/pull/1057)
- ci: split jobs. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[https://github.com/kysely-org/kysely/pull/943](https://togithub.com/kysely-org/kysely/pull/943)

#### ⚠️ Breaking Changes

#### 🐤 New Contributors

- [@&#8203;dunkelbraun](https://togithub.com/dunkelbraun) made their
first contribution in
[https://github.com/kysely-org/kysely/pull/911](https://togithub.com/kysely-org/kysely/pull/911)
- [@&#8203;dswbx](https://togithub.com/dswbx) made their first
contribution in
[https://github.com/kysely-org/kysely/pull/921](https://togithub.com/kysely-org/kysely/pull/921)
- [@&#8203;kolay-v](https://togithub.com/kolay-v) made their first
contribution in
[https://github.com/kysely-org/kysely/pull/938](https://togithub.com/kysely-org/kysely/pull/938)
- [@&#8203;chriswep](https://togithub.com/chriswep) made their first
contribution in
[https://github.com/kysely-org/kysely/pull/800](https://togithub.com/kysely-org/kysely/pull/800)
- [@&#8203;jonasbovyn](https://togithub.com/jonasbovyn) made their first
contribution in
[https://github.com/kysely-org/kysely/pull/812](https://togithub.com/kysely-org/kysely/pull/812)
- [@&#8203;DePasqualeOrg](https://togithub.com/DePasqualeOrg) made their
first contribution in
[https://github.com/kysely-org/kysely/pull/969](https://togithub.com/kysely-org/kysely/pull/969)
- [@&#8203;davidalber](https://togithub.com/davidalber) made their first
contribution in
[https://github.com/kysely-org/kysely/pull/1000](https://togithub.com/kysely-org/kysely/pull/1000)
- [@&#8203;JeromeBu](https://togithub.com/JeromeBu) made their first
contribution in
[https://github.com/kysely-org/kysely/pull/1003](https://togithub.com/kysely-org/kysely/pull/1003)
- [@&#8203;alenap93](https://togithub.com/alenap93) made their first
contribution in
[https://github.com/kysely-org/kysely/pull/1006](https://togithub.com/kysely-org/kysely/pull/1006)
- [@&#8203;devgru](https://togithub.com/devgru) made their first
contribution in
[https://github.com/kysely-org/kysely/pull/1025](https://togithub.com/kysely-org/kysely/pull/1025)
- [@&#8203;boehs](https://togithub.com/boehs) made their first
contribution in
[https://github.com/kysely-org/kysely/pull/1029](https://togithub.com/kysely-org/kysely/pull/1029)
- [@&#8203;HeikoOsigus](https://togithub.com/HeikoOsigus) made their
first contribution in
[https://github.com/kysely-org/kysely/pull/1034](https://togithub.com/kysely-org/kysely/pull/1034)
- [@&#8203;movahhedi](https://togithub.com/movahhedi) made their first
contribution in
[https://github.com/kysely-org/kysely/pull/993](https://togithub.com/kysely-org/kysely/pull/993)
- [@&#8203;zce](https://togithub.com/zce) made their first contribution
in
[https://github.com/kysely-org/kysely/pull/1068](https://togithub.com/kysely-org/kysely/pull/1068)

**Full Changelog**:
kysely-org/kysely@0.27.3...0.27.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/sebald/pattern-analyzer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 0413144 commit ff3f33e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"clsx": "2.1.1",
"cmdk": "1.0.0",
"dayjs": "1.11.13",
"kysely": "0.27.3",
"kysely": "0.27.4",
"mysql2": "3.9.2",
"next": "14.2.4",
"nextjs-google-analytics": "2.3.3",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff3f33e

Please sign in to comment.