-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Snyk] Upgrade kysely from 0.25.0 to 0.27.4 #7
base: main
Are you sure you want to change the base?
[Snyk] Upgrade kysely from 0.25.0 to 0.27.4 #7
Conversation
Snyk has created this PR to upgrade kysely from 0.25.0 to 0.27.4. See this package in npm: kysely See this project in Snyk: https://app.snyk.io/org/filipeoliveiraa/project/3a6f9965-5591-479f-a1eb-b005e1047518?utm_source=github&utm_medium=referral&page=upgrade-pr
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/kysely@0.25.0 |
Snyk has created this PR to upgrade kysely from 0.25.0 to 0.27.4.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 9 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: kysely
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
clearGroupBy()
by @ dswbx in #921objectStrategy
option that allows to not mutate result objects/arrays @ParseJSONResultsPlugin
. by @ igalklebanov in #953PostgreSQL 🐘 / SQLite 📘
MySQL 🐬 / MS SQL Server 🥅
PostgreSQL 🐘
MS SQL Server 🥅
OUTPUT
clause support. by @ igalklebanov in #828🐞 Bugfixes
preventAwait
toalter-column-builder
.ts. by @ igalklebanov in #1031eb
inselectFrom(eb => ...)
is wrong by @ koskimas in 873671bPostgreSQL 🐘 / MS SQL Server 🥅
WhenNode
s with a space by @ gittgott in #940InferResult
not working for merge queries. by @ igalklebanov in #902PostgreSQL 🐘
MS SQL Server 🥅
MssqlDialect
streaming not handling backpressure. by @ igalklebanov in #1041MssqlDriver
. by @ igalklebanov in #1042📖 Documentation
tedious
support inBun
by @ igalklebanov in #1018kysely-ctl
in migrations section. by @ igalklebanov in #1035UpdateResult
by @ movahhedi in #993📦 CICD & Tooling
🐤 New Contributors
Full Changelog: 0.27.3...0.27.4
Hey 👋
This release happened on 03/09/2024.
What's Changed
cast
method toExpressionBuilder
. by @ koskimas in 3df726fExtractTableAlias
exposed by TypeScript 5.4. by @ koskimas in e356951MERGE
query support. by @ igalklebanov in #700where
) by @ MarkusWendorf in #883IDENTITY
column support. by @ igalklebanov in #823LIMIT
operator for update statements by @ tbui17 in #885FETCH
clause support. by @ igalklebanov in #822TOP
clause support. by @ igalklebanov in #821Breaking Changes:
into
is now optional inInsertQueryNode
.table
is now optional inUpdateQueryNode
.sql
template tag.New Contributors
Full Changelog: 0.27.2...0.27.3
allowUnorderedMigrations
option for the migrator. #723 Awesome work by @ tracehelms ❤️Kysely<any>
.UpdateQueryBuilder#set
andInsertQueryBuilder#values
methods.$notNull
type helperfor update of table
and friends #683insert into "person" default values
#685limit
andoffset
fn.agg
regression where two type arguments were required #829json_agg
andto_json
functions to function moduleis distinct from
operator #673set('first_name', 'Jennifer')
variant for update query'sset
method #672as
statement support for createTable #771. Thank you @ viraxslot ❤️nulls not distinct
option for constraints #770. Thank you @ viraxslot ❤️addIndex
&dropIndex
@ AlterTableBuilder