chore(deps): update dependency kysely to v0.28.9 #34
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.28.1->0.28.90.28.2->0.28.9Release Notes
kysely-org/kysely (kysely)
v0.28.9: 0.28.9Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
🐞 Bugfixes
PostgreSQL 🐘
📖 Documentation
📦 CICD & Tooling
🐤 New Contributors
Full Changelog: kysely-org/kysely@v0.28.8...v0.28.9
v0.28.8: 0.28.8Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
🐞 Bugfixes
PostgreSQL 🐘
📖 Documentation
📦 CICD & Tooling
🐤 New Contributors
Full Changelog: kysely-org/kysely@v0.28.7...v0.28.8
v0.28.7: 0.28.7Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
🐞 Bugfixes
eb(). by @igalklebanov in #1579📖 Documentation
📦 CICD & Tooling
🐤 New Contributors
Full Changelog: kysely-org/kysely@v0.28.6...v0.28.7
v0.28.6: 0.28.6Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
Docs site has been optimized and all we got was this animation:
🚀 Features
🐞 Bugfixes
PostgreSQL 🐘 / MSSQL 🥅
MySQL 🐬
📖 Documentation
c1fd84d.1a21140.98e84f1.caa22f4.3db3542.77eadc0.45a010b.8f4dd28.📦 CICD & Tooling
575c43a.c00319e.163fcf4.🐤 New Contributors
Full Changelog: kysely-org/kysely@v0.28.5...v0.28.6
v0.28.5: 0.28.5Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
🐞 Bugfixes
BufferbreakingShallowDehydrateValuein non-Node.js TypeScript environments. by @igalklebanov in #1542.📖 Documentation
📦 CICD & Tooling
🐤 New Contributors
Full Changelog: kysely-org/kysely@v0.28.4...v0.28.5
v0.28.4: 0.28.4Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
🐞 Bugfixes
PostgreSQL 🐘
📖 Documentation
📦 CICD & Tooling
a9bcfa5🐤 New Contributors
Full Changelog: kysely-org/kysely@v0.28.3...v0.28.4
v0.28.3: 0.28.3Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
CockroachDB 🟣
🐞 Bugfixes
Kysely<any>type errors with narrow table name types by @koskimas in #1443AsyncDisposableusage erroring for older TypeScript versions. by @igalklebanov in #1507Dates and other JS/Node-native instances that require data type metadata. by @igalklebanov in #1477MySQL 🐬 / MS SQL Server 🥅
MS SQL Server 🥅
📖 Documentation
📦 CICD & Tooling
1ae88297d1c4e5🐤 New Contributors
Full Changelog: kysely-org/kysely@0.28.2...v0.28.3
v0.28.2Compare Source
Hey 👋
v0.28 broke an undocumented TypeScript behavior our API had that allowed you to pass table name unions to query builders and enable some DRYing of queries. Seeing that this pattern was quite popular, we decided to support it officially with the addition of the
tablemethod in the dynamic module.You can pull off some crazy complex stuff like:
...and it'll narrow the downstream query context to the intersection of all the possible shapes of tables in the union type. (DONT DO THIS AT HOME KIDS!)
A simpler example would be:
If you attempt to refer to a column that doesn't exist in both "person" and "pet" (e.g. "pet"'s "species" column), the compiler will correctly yell at you.
🚀 Features
tabletoDynamicModulefor dynamic table references by @koskimas in #1434🐞 Bugfixes
SQLite 📘
orderBy(array). by @igalklebanov in #1435📖 Documentation
📦 CICD & Tooling
🐤 New Contributors
Full Changelog: kysely-org/kysely@0.28.1...0.28.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.