Skip to content

Update dependency kysely-codegen to v0.19.0 - autoclosed - #871

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kysely-codegen-0.x
Closed

Update dependency kysely-codegen to v0.19.0 - autoclosed#871
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kysely-codegen-0.x

Conversation

@renovate

@renovate renovate Bot commented May 26, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
kysely-codegen 0.18.30.19.0 age confidence

Release Notes

RobinBlomberg/kysely-codegen (kysely-codegen)

v0.19.0

New features

Thanks to amazing contributions from @​kevinmichaelchen in #​274, you can now override types on a global level:

.kysely-codegenrc.json

{
  "customImports": {
    "InstantRange": "./custom-types",
    "CustomDuration": "@​my-org/custom-types#Duration",
    "Temporal": "@​js-temporal/polyfill",
  },
  "typeMapping": {
    "timestamptz": "Temporal.Instant",
    "tstzrange": "InstantRange",
    "date": "Temporal.PlainDate",
    "interval": "CustomDuration"
  }
}

Example of generated output:

import type { InstantRange } from './custom-types';
import type { Duration as CustomDuration } from '@​my-org/custom-types';
import type { Temporal } from '@​js-temporal/polyfill';

export interface EventModel {
  createdAt: Temporal.Instant;
  dateRange: ColumnType<InstantRange, InstantRange, never>;
  eventDate: Temporal.PlainDate;
  interval: CustomDuration;
}

export interface DB {
  events: EventModel;
}

What's Changed

New Contributors

Full Changelog: RobinBlomberg/kysely-codegen@0.18.0...0.19.0


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/kysely-codegen-0.x branch from 1b2309c to b4d76b8 Compare June 7, 2025 17:22
@renovate
renovate Bot force-pushed the renovate/kysely-codegen-0.x branch from b4d76b8 to d46c93d Compare August 10, 2025 14:06
@renovate
renovate Bot force-pushed the renovate/kysely-codegen-0.x branch from d46c93d to 9bfdf7e Compare September 3, 2025 09:40
@renovate renovate Bot changed the title Update dependency kysely-codegen to v0.18.5 Update dependency kysely-codegen to v0.19.0 Sep 3, 2025
@renovate
renovate Bot force-pushed the renovate/kysely-codegen-0.x branch from 9bfdf7e to 5b8707a Compare September 25, 2025 13:55
@renovate
renovate Bot force-pushed the renovate/kysely-codegen-0.x branch from 5b8707a to 15c5b09 Compare October 25, 2025 04:08
@renovate
renovate Bot force-pushed the renovate/kysely-codegen-0.x branch 2 times, most recently from 25c773b to 217256c Compare December 4, 2025 04:31
@renovate
renovate Bot force-pushed the renovate/kysely-codegen-0.x branch from 217256c to 60a4b56 Compare December 31, 2025 17:39
@renovate
renovate Bot force-pushed the renovate/kysely-codegen-0.x branch from 60a4b56 to d7cafae Compare January 8, 2026 16:51
@renovate
renovate Bot force-pushed the renovate/kysely-codegen-0.x branch from d7cafae to 816d976 Compare January 23, 2026 18:53
@renovate renovate Bot changed the title Update dependency kysely-codegen to v0.19.0 Update dependency kysely-codegen to v0.19.0 - autoclosed Jan 25, 2026
@renovate renovate Bot closed this Jan 25, 2026
@renovate
renovate Bot deleted the renovate/kysely-codegen-0.x branch January 25, 2026 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants