This repository was archived by the owner on Feb 22, 2024. It is now read-only.
fix(deps): update dependency kysely to ^0.27.0#434
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Deploying with
|
| Latest commit: |
576fd1e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d61350ce.sonicj.pages.dev |
| Branch Preview URL: | https://renovate-kysely-0-x.sonicj.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.26.1->^0.27.0Release Notes
kysely-org/kysely (kysely)
v0.27.1Compare Source
$notNulltype helperfor update of tableand friends #683insert into "person" default values#685limitandoffsetfn.aggregression where two type arguments were required #829v0.27.0Compare Source
json_aggandto_jsonfunctions to function moduleis distinct fromoperator #673set('first_name', 'Jennifer')variant for update query'ssetmethod #672asstatement support for createTable #771. Thank you @viraxslot ❤️nulls not distinctoption for constraints #770. Thank you @viraxslot ❤️addIndex&dropIndex@ AlterTableBuilder #720. Thank you @Gasperostream()support for sqlite dialect #754. Thank you @tgriesser ❤️$if#793. Thank you @igalklebanov ❤️onConflict..doUpdateSetused select types instead of update types. #792. Thank you @igalklebanov ❤️eb.jsonPath<$>#791. Thank you @igalklebanov ❤️$narrowTypesupports new type tagNotNullfor an easier way to mark columns not nullable manuallyminandmaxaggregate functions.Breaking changes
selectNoFromis removed fromExpressionBuilderdue to severe typescript performance issues.selectNoFromstill exists in theKyselyinstance, and in most cases, you can use that instead. See this example on how to migrate: https://kyse.link/?p=s\&i=sqAZIvTQktxgXYzHGkqX.where('first_name', '=', sql`something`). You need to explicitly give a type for thesqlexpressions like thissql<string>`something`eb.cmprandeb.bxphave been removed. Useebas a function instead.v0.26.3Compare Source
select(eb => [autocompletion works here now]).v0.26.2Compare Source
fromclause. The function is called selectNoFrom. The function name was selected after a lot of discussion. The most natural name would just beselect, but new users would find that in a list of autocompletions beforeselectFromand naturally use it when trying to create aselect fromquery. This would be especially true for people coming from knex where aselect fromquery is started using aselectcall. #605andandorfunctions. Allows easywhere(eb => eb.and(object))filters. #583anyfunction to function module. #612betweenmethod to expression builder. #602litmethod to expression builder. #600orderBy. #423 Thank you @igalklebanov ❤️An example of an object
andcall: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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.